diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-03-09 15:40:39 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-03-09 15:40:39 +0100 |
| commit | ec30e020ffdcb6cf5f11fd1e761083bd9711c41c (patch) | |
| tree | 3f56b423ef136a66c6496327fce6b68d9d210c40 /debian/rules | |
| parent | 20f485d22f8dd73854a740814e4bf8bf03953d48 (diff) | |
| download | python-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-x | debian/rules | 2 |
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 |
