diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-03-25 10:44:51 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-03-25 10:44:51 +0100 |
| commit | 4f1a8ff1fcd780c2d42dbc59f41ca38581e6f10c (patch) | |
| tree | ac8cbc4d03d984b38a6d3140f96f6b1b3bd610e1 | |
| parent | 297db34c7dc14dbf7b698bece3afb596848b4271 (diff) | |
| download | python-apt-4f1a8ff1fcd780c2d42dbc59f41ca38581e6f10c.tar.gz | |
commit prefix upload changes
| -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~), |
