summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 17:01:23 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 17:01:23 +0000
commit9e980be86377d00dc802557e59de0a7a4e6145fc (patch)
treee82024a28d54f21772deece5f817db715e4e0a12 /debian
parent72122b621ef01f32e4215ed8189b4ff8c9166e2e (diff)
Add dh_installdocs to the apt stanza, so the copyright ...
Author: doogie Date: 2003-04-27 06:20:40 GMT Add dh_installdocs to the apt stanza, so the copyright file gets installed.
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index c3da7401a..144189189 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
# Made with the aid of dh_make, by Craig Small
# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
# Some lines taken from debmake, by Christoph Lameter.
-# $Id: rules,v 1.48 2003/02/12 14:31:41 doogie Exp $
+# $Id: rules,v 1.49 2003/04/27 06:20:40 doogie Exp $
# LD_LIBRARY_PATH=pwd/debian/apt/usr/lib dh_shlibdeps -papt
# dpkg: /home/jgg/work/apt2/debian/apt/usr/lib/libapt-pkg.so.2.9 not found.
@@ -213,6 +213,7 @@ apt: build debian/shlibs.local
dh_installexamples -p$@ $(BLD)/docs/examples/*
dh_installmanpages -p$@ apt-ftparchive.1 apt-sortpkgs.1 apt-extracttemplates.1
+ dh_installdocs -p$@
dh_installchangelogs -p$@
dh_strip -p$@
dh_compress -p$@