summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2007-03-09 15:40:39 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2007-03-09 15:40:39 +0100
commitec30e020ffdcb6cf5f11fd1e761083bd9711c41c (patch)
tree3f56b423ef136a66c6496327fce6b68d9d210c40 /debian/rules
parent20f485d22f8dd73854a740814e4bf8bf03953d48 (diff)
downloadpython-apt-ec30e020ffdcb6cf5f11fd1e761083bd9711c41c.tar.gz
* apt/cdrom.py:
- fix bug in cdrom __init__ code * debian/rules: - added "DH_PYCENTRAL=nomove"
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 2 insertions, 0 deletions
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