diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 12 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 11 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 7114e32a..747fea77 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,18 @@ -python-apt (0.7.94.2ubuntu2) lucid; urgency=low +python-apt (0.7.94.2ubuntu3) lucid; urgency=low * python/indexfile.cc: - add missing 0.7 compat indexfile.ArchiveURI method (LP: #545848) - -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 23 Mar 2010 16:03:50 +0100 + -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 25 Mar 2010 10:44:31 +0100 + +python-apt (0.7.94.2ubuntu2) lucid; urgency=low + + * debian/control: + - build against "XS-Python-Versions: all" to ensure we only + build/test against supported python versions (fixes FTBFS) + + -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 23 Mar 2010 21:24:46 +0100 python-apt (0.7.94.2ubuntu1) lucid; urgency=low diff --git a/debian/control b/debian/control index e2cb1d29..b553dee7 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com> XSBC-Original-Maintainer: APT Development Team <deity@lists.debian.org> Uploaders: Michael Vogt <mvo@debian.org>, Julian Andres Klode <jak@debian.org> Standards-Version: 3.8.4 -XS-Python-Version: 2.6, 3.1 +XS-Python-Version: all Build-Depends: apt-utils, debhelper (>= 7.3.5), libapt-pkg-dev (>= 0.7.22~), |
