--- python-adodb-2.10.orig/debian/control +++ python-adodb-2.10/debian/control @@ -0,0 +1,22 @@ +Source: python-adodb +Section: python +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: David Gil +Uploaders: Javier Fernandez-Sanguino Pen~a +Build-Depends: debhelper (>= 5.0.37.2), python-support (>= 0.6), python-all-dev +Standards-Version: 3.8.0 +Homepage: http://phplens.com/lens/adodb/adodb-py-docs.htm + +Package: python-adodb +Architecture: all +Depends: ${python:Depends} +Replaces: python2.3-adodb (<< 2.01-2), python2.3-adodb (<< 2.01-2), python2.4-adodb +Conflicts: python2.3-adodb (<< 2.01-2), python2.3-adodb (<< 2.01-2), python2.4-adodb +Provides: ${python:Provides} +Recommends: python-mysqldb, python-psycopg, python-pysqlite2 +Description: A database abstraction library for python + ADOdb is a database abstraction library (modelled on Microsoft's database + API's). ADOdb was originally developed for PHP, and ported to Python. The + Python version implements a subset of the PHP version. + --- python-adodb-2.10.orig/debian/pyversions +++ python-adodb-2.10/debian/pyversions @@ -0,0 +1 @@ +2.3- --- python-adodb-2.10.orig/debian/changelog +++ python-adodb-2.10/debian/changelog @@ -0,0 +1,142 @@ +python-adodb (2.10-1.1ubuntu1) raring; urgency=low + + * Merge from Debian unstable. Remaining changes: + - debian/control: also conflict/replace python2.4-adodb + + -- Logan Rosen Sat, 17 Nov 2012 17:26:59 -0500 + +python-adodb (2.10-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix "broken binary-indep target": fix binary-arch / binary-indep targets + in debian/rules; patch from Evgeni Golov, thanks. (Closes: #684024) + * Fix python-support handling in debian/rules in order not to install + python-bytecode (ftp-master auto-reject reason); patch from Jakub Wilk, + thanks. + + -- gregor herrmann Wed, 22 Aug 2012 18:03:56 +0200 + +python-adodb (2.10-1ubuntu2) precise; urgency=low + + * Rebuild to drop python2.6 dependencies and provides. + + -- Matthias Klose Sat, 14 Apr 2012 13:43:59 +0000 + +python-adodb (2.10-1ubuntu1) karmic; urgency=low + + * Merge from debian unstable, remaining changes: (LP: #392116) + - debian/control + - also conflict/replace python2.4-adodb + + -- Andreas Moog Thu, 25 Jun 2009 15:18:23 +0200 + +python-adodb (2.10-1) unstable; urgency=low + + * New upstream release: + + Added support for pyodbc odbc extension. Switched from mxodbc + to using pyodbc for vfp, access and mssql drivers + + Added minimal support for MetaColumns in odbc drivers + * Rename source package from adodb to python-adodb + * debian/control: Updated python-support build-depend version to >= 0.6 + * Bump Standards-Version to 3.8.0: + + debian/control: Added Homepage field + * debian/{rules,compat}: Removed DH_COMPAT environment variable + in debian/rules, created a debian/compat file instead + + -- David Gil Wed, 30 Jul 2008 16:06:16 +0200 + +python-adodb (2.02b-1ubuntu1) hardy; urgency=low + + * add missing conflicts/replaces on python2.4-adodb + * Modify Maintainer value to match the DebianMaintainerField + specification. + + -- Michael Vogt Tue, 08 Apr 2008 22:18:21 +0200 + +python-adodb (2.02b-1) unstable; urgency=low + + * New upstream release: + + Fixes a bug in 2.02. + Close() did not release db connection properly (Closes: #425372) + + -- David Gil Mon, 21 May 2007 17:55:33 +0000 + +python-adodb (2.01-3) unstable; urgency=low + + * debian/control: Updated dependencies for debhelper and python-support + * debian/rules: Removed use of dh_python and pycompat + + -- David Gil Mon, 21 May 2007 12:12:41 +0200 + +python-adodb (2.01-2) unstable; urgency=low + + * Convert the package to use the new python policy (Closes: #373519) + * Really use python-pysqlite2 in Recommends: field (Closes: #363907) + * Add extra space before Homepage at package description + * Removed debian/TODO file + + -- David Gil Thu, 29 Jun 2006 10:10:50 +0200 + +python-adodb (2.01-1) unstable; urgency=low + + * New upstream release. + * Replaced python-sqlite with python-pysqlite2 in dependencies + (Closes: #363907) + * Bump Standards-Version to 3.7.2 (no policy-related changes needed). + + -- David Gil Thu, 11 May 2006 23:41:44 +0200 + +python-adodb (2.00-1) unstable; urgency=low + + * New upstream release + + Added sqlite support + debian/control: added python-sqlite to Recommends: field + + Improved installation with setup.py + README.Debian: dropped, not needed due to upstream changes + * Use debhelper compat level 5 and update build-dependencies accordingly + + -- David Gil Wed, 01 Feb 2006 09:31:45 +0100 + +python-adodb (1.13-4) unstable; urgency=low + + * debian/control: Use Build-Depends instead of Build-Depends-Indep. + The package uses dh_clean in the "clean" target of debian/rules, so + it needs debhelper in Build-Depends: field. + (Thanks to Joerg Jaspert for the notice). + + -- David Gil Mon, 08 Aug 2005 14:24:03 +0200 + +python-adodb (1.13-3) unstable; urgency=low + + * debian/control: No architecture-dependent packages are built, + so used Build-Depends-Indep instead of Build-Depends. + (fixed lintian's build-depends-without-arch-dep report). + * Changed my email address. + + -- David Gil Thu, 21 Jul 2005 14:28:43 +0200 + +python-adodb (1.13-2) unstable; urgency=low + + * debian/control: + - Changed Architecture: field from any to all + - Recommend python-mysqld and python-psycopg instead of depending on them. + * setup.py: wrong version number fixed. + * debian/rules: invoke 'python setup.py clean' before installing the package. + * Changed modules installation directory to + /usr/lib/$(PYTHON)/site-packages/adodb/: + - debian/rules: install package using --install-lib argument, + pointing to the new directory. + - __init__.py: new file that initializes the adodb package. + - setup.py: added __init__ entry to py_modules. + - README.Debian: explain the directory change and its consequences. + - adodb-py-docs.htm: few examples modified as a result of the + directory change. + + -- David Gil Thu, 14 Jul 2005 14:03:34 +0200 + +python-adodb (1.13-1) unstable; urgency=low + + * Initial Release. + + -- David Gil Thu, 7 Jul 2005 15:44:19 +0200 + --- python-adodb-2.10.orig/debian/rules +++ python-adodb-2.10/debian/rules @@ -0,0 +1,70 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +configure: configure-stamp +configure-stamp: + dh_testdir + touch configure-stamp + + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + rm -rf build + find . | grep py[co]$$ | xargs rm -f + python setup.py clean + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/python-adodb. + python setup.py install \ + --root=$(CURDIR)/debian/python-adodb/ + +# Build architecture-dependent files here. +binary-arch: build install +# We have nothing to do. + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs -A adodb-py-docs.htm README.txt + dh_installexamples +# dh_installinfo + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms + dh_pysupport +# dh_python +# dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- python-adodb-2.10.orig/debian/copyright +++ python-adodb-2.10/debian/copyright @@ -0,0 +1,39 @@ +This package was debianized by David Gil on +Thu, 7 Jul 2005 15:44:19 +0200. + +It was downloaded from http://adodb.sourceforge.net + +Copyright Holder: (c) 2004-2005 John Lim + +License: + + Copyright (c) The Regents of the University of California. + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + 3. Neither the name of the University nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. + +On Debian GNU/Linux systems, the complete text of the BSD License +can be found in `/usr/share/common-licenses/BSD'. + --- python-adodb-2.10.orig/debian/compat +++ python-adodb-2.10/debian/compat @@ -0,0 +1 @@ +5