From: joey Date: Tue, 17 Aug 1999 05:13:42 +0000 (+0000) Subject: r203: Initial Import X-Git-Tag: debian_version_0_1~41 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e12bd98f1a2ef5a919e108bc3be43d14be9adb21;p=debhelper.git r203: Initial Import --- diff --git a/debian/changelog b/debian/changelog index 2938e7c..7728335 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +debhelper (1.2.64) unstable; urgency=low + + * dh_installmime: new command (#37093, #32684). + + -- Joey Hess 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 diff --git a/dh_installxaw.1 b/dh_installxaw.1 index b0a82bb..4fb9ebf 100644 --- a/dh_installxaw.1 +++ b/dh_installxaw.1 @@ -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) diff --git a/dh_suidregister.1 b/dh_suidregister.1 index ee804af..4e0984b 100644 --- a/dh_suidregister.1 +++ b/dh_suidregister.1 @@ -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)