diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rwxr-xr-x | debian/rules | 3 |
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 |
