summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@debian.org>2006-06-30 23:23:10 -0300
committerOtavio Salvador <otavio@debian.org>2006-06-30 23:23:10 -0300
commit7d1a38d1ce6f2f6de7e3fe096eeb0c0f88ab04a1 (patch)
tree47b59adef7f7d426e57c30df904cb3c217b67b6d
parent76fb1f457228cc5efa5f45a7a875ec5bc0e17b3a (diff)
downloadpython-apt-7d1a38d1ce6f2f6de7e3fe096eeb0c0f88ab04a1.tar.gz
- add dh_installexamples in package building
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules1
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