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 | |
| 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')
| -rw-r--r-- | debian/changelog | 10 | ||||
| -rwxr-xr-x | debian/rules | 2 |
2 files changed, 12 insertions, 0 deletions
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 <michael.vogt@ubuntu.com> 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 |
