--- python-adodb-2.02b/debian/changelog 2009-06-25 15:35:52.000000000 +0200 +++ python-adodb-2.10/debian/changelog 2009-06-25 15:35:52.000000000 +0200 @@ -1,3 +1,26 @@ +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 --- python-adodb-2.02b/debian/compat 1970-01-01 01:00:00.000000000 +0100 +++ python-adodb-2.10/debian/compat 2009-06-25 15:35:52.000000000 +0200 @@ -0,0 +1 @@ +5 --- python-adodb-2.02b/debian/control 2009-06-25 15:35:52.000000000 +0200 +++ python-adodb-2.10/debian/control 2009-06-25 15:35:52.000000000 +0200 @@ -4,8 +4,9 @@ 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.5.3), python-all-dev -Standards-Version: 3.7.2 +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 @@ -18,6 +19,4 @@ 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. - . - Homepage: http://phplens.com/lens/adodb/adodb-py-docs.htm --- python-adodb-2.02b/debian/rules 2009-06-25 15:35:52.000000000 +0200 +++ python-adodb-2.10/debian/rules 2009-06-25 15:35:52.000000000 +0200 @@ -9,9 +9,6 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -export DH_COMPAT=5 -#export DH_PYCOMPAT=2 - PY_SUPPORT_DIR=$(CURDIR)/debian/python-adodb/usr/share/python-support/ configure: configure-stamp