diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-10-12 14:39:50 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-10-12 14:39:50 +0200 |
| commit | 2bd5e2dd14365d8d7e72b7671ed57c6b681b9072 (patch) | |
| tree | 69304dc545394a7f6d551a0dbfc2f788055abf5b /debian | |
| parent | 053d66916010f0f4e2b234c6bbd93e0afe79631e (diff) | |
| download | python-apt-2bd5e2dd14365d8d7e72b7671ed57c6b681b9072.tar.gz | |
* remove dh_python
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rwxr-xr-x | debian/rules | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 3ab21a51..0dfa9381 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ python-apt (0.6.21) unstable; urgency=low - fix incorrect use of PyMem_DEL(), use pyObject_DEL() instead. This fixes a nasty segfault with python2.5 (lp: 63226) + * debian/rules: Remove dh_python call. -- diff --git a/debian/rules b/debian/rules index ee159b89..7299f554 100755 --- a/debian/rules +++ b/debian/rules @@ -49,12 +49,11 @@ binary-arch: build for PY in $(PYTHON); do \ /usr/bin/$$PY setup.py install --prefix=`pwd`/debian/python-apt/usr; \ done - + dh_installdocs dh_installchangelogs dh_installexamples dh_pycentral - dh_python dh_strip dh_compress dh_fixperms |
