diff options
| author | Arch Librarian <arch@canonical.com> | 2004-12-13 08:30:59 +0000 |
|---|---|---|
| committer | Arch Librarian <arch@canonical.com> | 2004-12-13 08:30:59 +0000 |
| commit | c9a883c8ea33f21a42049f833df9cf709a5af7c2 (patch) | |
| tree | 292b16dced93b97e869f1e0608cbe82a1458b6de /debian | |
| parent | 9c3f5f41a7dc01f759c7476ab7e5a6abcb3527ee (diff) | |
| download | python-apt-c9a883c8ea33f21a42049f833df9cf709a5af7c2.tar.gz | |
* Update to work with apt 0.5.32 (bzip2 deb support)
Author: mdz
Date: 2004-12-12 17:55:54 GMT
* Update to work with apt 0.5.32 (bzip2 deb support)
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 3360328e..f6aecd9b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-apt (0.5.32) unstable; urgency=low + + * Update to work with apt 0.5.32 (bzip2 deb support) + + -- Matt Zimmerman <mdz@debian.org> Sun, 12 Dec 2004 09:44:45 -0800 + python-apt (0.5.10) unstable; urgency=low * Recompile with apt 0.5 diff --git a/debian/control b/debian/control index e57dcf89..308bc488 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> Standards-Version: 3.1.1 -Build-Depends: debhelper, libapt-pkg-dev (>= 0.5.5), apt-utils, python-dev (>= 2.3) +Build-Depends: debhelper, libapt-pkg-dev (>= 0.5.32), apt-utils, python-dev (>= 2.3) Package: python-apt Architecture: any |
