diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 4 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index ccbb0c9f..72dfec2a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,10 @@ python-apt (0.6.22) unstable; urgency=low * python/apt_pkgmodule.cc: - added pkgCache::State::PkgCurrentState enums + * python/pkgrecords.cc: + - added SourceVer - -- + -- Michael Vogt <mvo@debian.org> Wed, 23 May 2007 09:44:03 +0200 python-apt (0.6.21) unstable; urgency=low diff --git a/debian/control b/debian/control index e2f97b78..49d84734 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: APT Development Team <deity@lists.debian.org> Uploaders: Matt Zimmerman <mdz@debian.org>, Michael Vogt <mvo@debian.org> Standards-Version: 3.6.2.0 XS-Python-Version: all -Build-Depends: debhelper (>= 5.0.37.1), libapt-pkg-dev (>= 0.6.45), apt-utils, python-all-dev, python-central +Build-Depends: debhelper (>= 5.0.37.1), libapt-pkg-dev (>= 0.6.47), apt-utils, python-all-dev, python-central Package: python-apt Architecture: any |
