diff options
| author | Julian Andres Klode <jak@debian.org> | 2010-01-15 15:43:53 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2010-01-15 15:43:53 +0100 |
| commit | 5b348d4e1c0377eb1086cdaf05b20b860a1467eb (patch) | |
| tree | cfd95740e1fe9016eec666fc97db1ea6784faf5a | |
| parent | 6dae07e834445c193f392cf53a252b83c68f2bcd (diff) | |
| download | python-apt-5b348d4e1c0377eb1086cdaf05b20b860a1467eb.tar.gz | |
Build for all supported Python versions newer than 2.5.
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index acd9c3ca..e455d2ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,7 +4,7 @@ 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. + * Build for all supported Python versions newer than 2.5. - Disable 2.6 and 3.1 builds previously available in experimental. * Merge lp:~forest-bond/python-apt/cache-is-virtual-package-catch-key-error - Return False in Cache.is_virtual_package if the package does not exist. diff --git a/debian/control b/debian/control index afece43c..3554942a 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ 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: all +XS-Python-Version: >= 2.5 Build-Depends: apt-utils, debhelper (>= 7.3.5), libapt-pkg-dev (>= 0.7.22~), |
