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

index c06f0be19b908ad2c38ea28168f735a2055fffb9..112147c81a8a7b9f404dfca2798f919beffe5db8 100644 (file)
@@ -1,3 +1,10 @@
+debhelper (0.9) unstable; urgency=low
+
+  * Added dh_suidregister, interfaces to to the suidmanager package.
+  * dh_installdebfiles: fixed typo on man page.
+
+ -- Joey Hess <joeyh@master.debian.org>  Sat, 18 Oct 1997 20:55:39 -0400
+
 debhelper (0.8) unstable; urgency=low
 
   * Added dh_md5sum, generates a md5sums file.
index 4b4d69d3486c5e787bcbb0e21b1521b07e6113cb..054e33aedceadd39216f161d6cd2532d3bcbd048 100755 (executable)
@@ -40,6 +40,7 @@ binary-arch: build
        dh_strip
        dh_compress
        dh_fixperms
+       dh_suidregister
        dh_installdebfiles
        dh_m5dsums
        dh_builddeb
index 15ed5a4b440126c38861b136f864f7bdc22a8e44..bb0f4fec9a434769f0eb6135520eebb0ce3f6824 100755 (executable)
@@ -38,6 +38,7 @@ binary-indep: build
        dh_installchangelogs -i
        dh_compress -i
        dh_fixperms -i
+       dh_suidregister -i
        dh_installdebfiles -i
        dh_md5sums -i
        dh_builddeb -i
@@ -59,6 +60,7 @@ binary-arch: build
        dh_strip -a
        dh_compress -a
        dh_fixperms -a
+       dh_suidregister -a
        dh_installdebfiles -a
        dh_md5sums -a
        dh_builddeb -a