diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-07-01 10:53:18 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-07-01 10:53:18 +0200 |
| commit | 1ae3c6c410ae468ae5a580910ecd74d93c9e8ac2 (patch) | |
| tree | 47b59adef7f7d426e57c30df904cb3c217b67b6d /debian | |
| parent | 76fb1f457228cc5efa5f45a7a875ec5bc0e17b3a (diff) | |
| parent | 7d1a38d1ce6f2f6de7e3fe096eeb0c0f88ab04a1 (diff) | |
| download | python-apt-1ae3c6c410ae468ae5a580910ecd74d93c9e8ac2.tar.gz | |
* merged from otavios branch at:
http://projetos.ossystems.com.br/~otavio/bzr/python-apt/fixes
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rwxr-xr-x | debian/rules | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index d9b428bd..9f681950 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ python-apt (0.6.19) unstable; urgency=low * apt/cache.py: - fix commit doc string to also cite the open related callbacks - allow change of rootdir for APT database loading + - add dh_installexamples in package building -- diff --git a/debian/rules b/debian/rules index ffd39a6f..6a187e7f 100755 --- a/debian/rules +++ b/debian/rules @@ -52,6 +52,7 @@ binary-arch: build dh_installdocs dh_installchangelogs + dh_installexamples dh_strip dh_compress dh_fixperms |
