diff options
| -rw-r--r-- | debian/changelog | 4 | ||||
| -rw-r--r-- | debian/control | 10 |
2 files changed, 6 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog index 532a7de7..450492c4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ python-apt (0.7.93) UNRELEASED; urgency=low * Merge debian-sid and debian-experimental. * Add a tutorial on how to do things which are possible with apt-get, like apt-get --print-uris update (cf. #551164). + * Build for all supported Python versions. + - Disable 2.6 and 3.1 builds previously available in experimental. [ Colin Watson ] * apt/progress/__init__.py: @@ -25,7 +27,7 @@ python-apt (0.7.93) UNRELEASED; urgency=low * doc/source/apt_pkg/{cache.rst, index.rst}: - update documentation as well - -- Julian Andres Klode <jak@debian.org> Wed, 16 Sep 2009 19:26:17 +0200 + -- Julian Andres Klode <jak@debian.org> Fri, 15 Jan 2010 15:24:16 +0100 python-apt (0.7.92) experimental; urgency=low diff --git a/debian/control b/debian/control index c5508e9b..afece43c 100644 --- a/debian/control +++ b/debian/control @@ -4,16 +4,12 @@ Priority: optional Maintainer: APT Development Team <deity@lists.debian.org> Uploaders: Michael Vogt <mvo@debian.org>, Julian Andres Klode <jak@debian.org> Standards-Version: 3.8.3 -XS-Python-Version: 2.5, 2.6, 3.1 +XS-Python-Version: all Build-Depends: apt-utils, debhelper (>= 7.3.5), libapt-pkg-dev (>= 0.7.22~), - python2.5-dbg, - python2.5-dev, - python2.6-dev, - python2.6-dbg, - python3.1-dev, - python3.1-dbg, + python-all-dbg, + python-all-dev, python-central (>= 0.5), python-distutils-extra (>= 2.0), python-gtk2 [!kfreebsd-amd64 !kfreebsd-i386], |
