From d19fac3e07bf43f106d062ea6be97e3959abf178 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Thu, 11 Mar 2010 19:57:19 +0100 Subject: Pass --exclude=migrate-0.8.py to dh_pycentral; in order to not depend on python2.6. --- debian/changelog | 7 +++++++ debian/rules | 3 +++ 2 files changed, 10 insertions(+) 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 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 -- cgit v1.2.3