From ec30e020ffdcb6cf5f11fd1e761083bd9711c41c Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 9 Mar 2007 15:40:39 +0100 Subject: * apt/cdrom.py: - fix bug in cdrom __init__ code * debian/rules: - added "DH_PYCENTRAL=nomove" --- debian/changelog | 10 ++++++++++ debian/rules | 2 ++ 2 files changed, 12 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 5e648c93..c67bc8ea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +python-apt (0.6.20ubuntu12) feisty; urgency=low + + * apt/cdrom.py: + - fix bug in cdrom __init__ code + * debian/rules: + - added "DH_PYCENTRAL=nomove" + + + -- Michael Vogt Wed, 7 Mar 2007 10:41:00 +0100 + python-apt (0.6.20ubuntu11) feisty; urgency=low * apt/packages.py: diff --git a/debian/rules b/debian/rules index 63c9bc3b..33d04a21 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,8 @@ DEB_AUTO_CLEANUP_RCS := yes DEB_PYTHON_SYSTEM=pycentral +export DH_PYCENTRAL=nomove + DEB_PYTHON_PACKAGES_EXCLUDE=python-apt-dbg # Add here any variable or target overrides you need -- cgit v1.2.3