summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2010-03-23 15:06:34 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2010-03-23 15:06:34 +0100
commit289fc2a87183eda78a34151c6e42ee53d9dbfdaf (patch)
tree70c9249baebccbdb04ba1678effd5ef95176c0fe /debian
parent37650a078f5504dfbc6622d2c06f4435a3302dd4 (diff)
parent8b7f77302ccf3d71e66ac5cadea658e3dcdd8958 (diff)
downloadpython-apt-289fc2a87183eda78a34151c6e42ee53d9dbfdaf.tar.gz
* tests/data/aptsources_ports/sources.list:
- fix ports test-data * debian/control - build against XS-Python-Versions: 2.6, 3.1
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
-rw-r--r--debian/control2
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index c01286f2..fc06f186 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,10 @@ python-apt (0.7.94.3) UNRELEASED; urgency=low
[ Michael Vogt ]
* apt/cache.py:
- make cache open silent by default (use apt.progress.base.OpProgress)
+ * tests/data/aptsources_ports/sources.list:
+ - fix ports test-data
+ * debian/control
+ - build against XS-Python-Versions: 2.6, 3.1
-- Julian Andres Klode <jak@debian.org> Mon, 15 Mar 2010 17:04:49 +0100
diff --git a/debian/control b/debian/control
index 904dff0a..e2cb1d29 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.5, 2.6, 3.1
+XS-Python-Version: 2.6, 3.1
Build-Depends: apt-utils,
debhelper (>= 7.3.5),
libapt-pkg-dev (>= 0.7.22~),