diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-08-11 15:58:05 +0000 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-08-11 15:58:05 +0000 |
commit | 53cd7e2bb6f1be92a2a8692134bc559b4d9b7c68 (patch) | |
tree | 6d392453775bfa74780f28f37c66c3cfeea69853 /debian/rules | |
parent | c3f389d00e8a6b4861ee438053dfcb27da05afe6 (diff) |
* added apt-ftparchive.conf example
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index b3f72bb7f..cd026b4a4 100755 --- a/debian/rules +++ b/debian/rules @@ -269,6 +269,7 @@ apt-utils: build debian/shlibs.local cp $(addprefix $(BLD)/bin/apt-,$(APT_UTILS)) debian/$@/usr/bin/ dh_installdocs -p$@ + dh_installexamples -p$@ # Install the man pages.. dh_installman -p$@ |