]> git.saurik.com Git - apt.git/commitdiff
Add dh_installdocs to the apt stanza, so the copyright ...
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 17:01:23 +0000 (17:01 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 17:01:23 +0000 (17:01 +0000)
Author: doogie
Date: 2003-04-27 06:20:40 GMT
Add dh_installdocs to the apt stanza, so the copyright file gets installed.

debian/rules

index c3da7401a82df4131596dd25eb455c6e95e8e363..144189189c7c8c14b3463b7e5614fe7daf3c10a2 100755 (executable)
@@ -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$@