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

index f15c8dd6c27a322bf20b401f4b98b549bef8679b..4feee1573f0a5ceb4daa77e5c7e5a46759b8c6df 100644 (file)
@@ -1,3 +1,19 @@
+debhelper (1.2.24) unstable; urgency=low
+
+  * dh_fixperms: linux 2.1.x and 2.2.x differ from earlier versions in that
+    they do not clear the suid bit on a file when the owner of that file
+    changes. It seems that fakeroot behaves the same as linux 2.1 here. I
+    was relying on the old behavior to get rid of suid and sgid bits on files.
+    Since this no longer happens implicitly, I've changed to clearing the
+    bits explicitly.
+  * There's also a small behavior change involved here. Before, dh_fixperms
+    did not clear suid permissions on files that were already owned by root.
+    Now it does.
+  * dh_fixperms.1: cleaned up the docs to mention that those bits are
+    cleared.
+
+ -- Joey Hess <joeyh@master.debian.org>  Fri, 15 Jan 1999 16:54:44 -0800
+
 debhelper (1.2.23) unstable; urgency=low
 
   * autoscripts/postrm-wm: use "=", not "==" (#31727).
index 89263a1a25d74eb4781541450cac48ddae6d7852..a0806c1d8bf7cacf08b27e097eb6c848cf173f0b 100755 (executable)
@@ -58,6 +58,7 @@ binary-arch: build install
        dh_strip
        dh_compress
        dh_fixperms
+       # You may want to make some executables suid here.
        dh_suidregister
 #      dh_makeshlibs
        dh_installdeb
index 6f01cc827a5ca4c4c139f0cc42d8ee83fb442d83..f03909f640a9974c684a6a733debcff22ca5c182 100755 (executable)
@@ -57,6 +57,7 @@ binary-indep: build install
        dh_link -i
        dh_compress -i
        dh_fixperms -i
+       # You may want to make some executables suid here.
        dh_suidregister -i
        dh_installdeb -i
        dh_gencontrol -i
@@ -81,6 +82,7 @@ binary-arch: build install
        dh_link -a
        dh_compress -a
        dh_fixperms -a
+       # You may want to make some executables suid here.
        dh_suidregister -a
        dh_installdeb -a
 #      dh_makeshlibs -a