diff options
| -rw-r--r-- | debian/changelog | 19 | ||||
| -rw-r--r-- | debian/control | 17 | ||||
| -rwxr-xr-x | debian/rules | 1 |
3 files changed, 17 insertions, 20 deletions
diff --git a/debian/changelog b/debian/changelog index 80634e36..ddce68cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,23 @@ -python-apt (0.6.16.1) unstable; urgency=low +python-apt (0.6.16ubuntu3) dapper; urgency=low - * memleak fixed when pkgCache objects are deallocated * typos fixed (thanks to Gustavo Franco) * pkgRecords.Record added to get raw record data * python/cache.cc: "key" in pkgCache::VerIterator.DependsList[key] is - no longer locale specific but always english + no longer locale specific but always englis + + -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 21 Feb 2006 19:23:09 +0100 + +python-apt (0.6.16ubuntu2) dapper; urgency=low + + * Drop python2.3 package. + + -- Matthias Klose <doko@ubuntu.com> Tue, 14 Feb 2006 15:27:26 +0000 + +python-apt (0.6.16ubuntu1) dapper; urgency=low + + * memleak fixed when pkgCache objects are deallocated - -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 26 Jan 2006 16:30:02 +0100 + -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 12 Jan 2006 00:08:05 +0100 python-apt (0.6.16) unstable; urgency=low diff --git a/debian/control b/debian/control index bfa67c67..350d08e0 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: APT Development Team <deity@lists.debian.org> Uploaders: Matt Zimmerman <mdz@debian.org>, Michael Vogt <mvo@debian.org> Standards-Version: 3.6.1.1 -Build-Depends: debhelper (>= 4.2.28), libapt-pkg-dev (>= 0.6.40), apt-utils, python-dev, python2.4-dev, python2.3-dev +Build-Depends: debhelper (>= 4.2.28), libapt-pkg-dev (>= 0.6.40), apt-utils, python-dev, python2.4-dev Package: python-apt Architecture: all @@ -20,21 +20,6 @@ Description: Python interface to libapt-pkg - Parsing of Debian package control files, and other files with a similar structure -Package: python2.3-apt -Architecture: any -Depends: python2.3, ${shlibs:Depends} -Conflicts: python-apt (<< 0.6.11) -Priority: optional -Description: Python interface to libapt-pkg - The apt-pkg Python interface will provide full access to the internal - libapt-pkg structures allowing Python programs to easily perform a - variety of functions, such as: - . - - Access to the APT configuration system - - Access to the APT package information database - - Parsing of Debian package control files, and other files with a - similar structure - Package: python2.4-apt Architecture: any Depends: python2.4, ${shlibs:Depends} diff --git a/debian/rules b/debian/rules index 0ab6fa27..9439a2c9 100755 --- a/debian/rules +++ b/debian/rules @@ -16,6 +16,7 @@ DEB_BUILD_PROG:=debuild --preserve-envvar PATH --preserve-envvar CCACHE_DIR -us #export DH_VERBOSE=1 PYTHON=python2.3 python2.4 +PYTHON=python2.4 build: build-stamp build-stamp: |
