summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2010-03-11 19:57:19 +0100
committerJulian Andres Klode <jak@debian.org>2010-03-11 19:57:19 +0100
commitd19fac3e07bf43f106d062ea6be97e3959abf178 (patch)
tree3f2270c20031d85b88916493fc997f98097ab17b
parent030aa351e6f2dd2a85715a50323063b6139af4f9 (diff)
downloadpython-apt-d19fac3e07bf43f106d062ea6be97e3959abf178.tar.gz
Pass --exclude=migrate-0.8.py to dh_pycentral; in order to not depend
on python2.6.
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules3
2 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index cb8a47ee..50b8d3d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-apt (0.7.94.1) UNRELEASED; urgency=low
+
+ * Pass --exclude=migrate-0.8.py to dh_pycentral; in order to not depend
+ on python2.6.
+
+ -- Julian Andres Klode <jak@debian.org> Thu, 11 Mar 2010 19:33:26 +0100
+
python-apt (0.7.94) unstable; urgency=low
* Move documentation into python-apt-doc (Closes: #572617)
diff --git a/debian/rules b/debian/rules
index df775322..be338540 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,3 +28,6 @@ override_dh_auto_test:
set -e; for python in $(shell pyversions -r); do \
$$python tests/test_all.py -q; \
done;
+
+override_dh_pycentral:
+ dh_pycentral --exclude=migrate-0.8.py