]> git.donarmstrong.com Git - debhelper.git/commitdiff
r203: Initial Import
authorjoey <joey>
Tue, 17 Aug 1999 05:13:42 +0000 (05:13 +0000)
committerjoey <joey>
Tue, 17 Aug 1999 05:13:42 +0000 (05:13 +0000)
debian/changelog
dh_installxaw.1
dh_suidregister.1

index 2938e7c0429daf8af5158f2ae8e38055b252067d..7728335f252604eb86006bf790314cbb043d7089 100644 (file)
@@ -1,3 +1,9 @@
+debhelper (1.2.64) unstable; urgency=low
+
+  * dh_installmime: new command (#37093, #32684).
+
+ -- Joey Hess <joeyh@master.debian.org>  Mon,  3 May 1999 13:37:34 -0700
+
 debhelper (1.2.63) unstable; urgency=low
 
   * dh_installxaw: updated to work with xaw-wrappers 0.90 and above. It
index b0a82bb2724a6ae9716c78b40fd4fb20d0d37fbb..4fb9ebf6b7a6d441b91e07696da047505029ad77 100644 (file)
@@ -8,7 +8,7 @@ dh_installxaw \- install xaw wrappers config files into package build directorie
 dh_installxaw is a debhelper program that is responsible for installing
 xaw wrappers config files into package build directories. 
 .P
-It also automatically generates the postinst and postrm commands needed to 
+It also automatically generates the postinst, prerm, and postrm commands needed to 
 interface with the debian xaw-wrappers package. See 
 .BR dh_installdeb (1)
 for an explanation of how this works.
@@ -26,7 +26,7 @@ See
 for a list of options common to all debhelper commands.
 .TP
 .B \-n, \--noscripts
-Do not modify postinst/postrm scripts.
+Do not modify postinst/prerm/postrm scripts.
 .SH ENVIRONMENT
 See
 .BR debhelper (1)
index ee804aff999f9c80b61e4188e3c08a90cb87cc7e..4e0984b471addf494404b2b3069b7039ee528ecf 100644 (file)
@@ -45,6 +45,10 @@ with other debhelper programs.
 .B file ...
 Register these files in the first package acted on. (Or in all packages if
 -A is specified.)
+.SH NOTES
+dh_suidregister does not make anything suid. It merely records the
+permissions binaries already have. If you need to make something suid, you
+must do so manually before calling dh_suidregister.
 .SH ENVIRONMENT
 See
 .BR debhelper (1)