]> git.donarmstrong.com Git - debhelper.git/commitdiff
r144: Initial Import
authorjoey <joey>
Tue, 17 Aug 1999 05:04:38 +0000 (05:04 +0000)
committerjoey <joey>
Tue, 17 Aug 1999 05:04:38 +0000 (05:04 +0000)
debian/changelog
examples/rules
examples/rules.multi

index 4f49077e446d25c373ad8a070a66b2c529f7e59a..3c124e77f4573a17849a71a05d5eb44082dedefa 100644 (file)
@@ -1,3 +1,9 @@
+debhelper (1.2.10) unstable; urgency=low
+
+  * examples/*: added dh_link calls to example rules files.
+
+ -- Joey Hess <joeyh@master.debian.org>  Fri, 20 Nov 1998 15:43:07 -0800
+
 debhelper (1.2.9) unstable; urgency=low
 
   * Added dh_link, which generates policy complient symlinks in binary
index 4573ebf8ce1144757bea9dcec291187c77142833..e1a9c260c13492d68bf8d8666d5be9ce065112d2 100755 (executable)
@@ -54,6 +54,7 @@ binary-arch: build install
        dh_installmanpages
 #      dh_undocumented
        dh_installchangelogs
+       dh_link
        dh_strip
        dh_compress
        dh_fixperms
index 77714982ec15957a6e338e4320afb99686688054..c43020076e4f75a152f5c91ec19c86597b7f523a 100755 (executable)
@@ -54,6 +54,7 @@ binary-indep: build install
 #      dh_installmanpages -i
 #      dh_undocumented
        dh_installchangelogs -i
+       dh_link -i
        dh_compress -i
        dh_fixperms -i
        dh_suidregister -i
@@ -77,6 +78,7 @@ binary-arch: build install
 #      dh_undocumented
        dh_installchangelogs -a
        dh_strip -a
+       dh_link -a
        dh_compress -a
        dh_fixperms -a
        dh_suidregister -a