diff options
author | joey <joey> | 1999-08-17 05:13:42 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 05:13:42 +0000 |
commit | e12bd98f1a2ef5a919e108bc3be43d14be9adb21 (patch) | |
tree | 875e665726e67375b8c80024dbf8a57d144e65c7 | |
parent | a01f275855a88fc6e9a32029138d312de1b3c560 (diff) | |
download | debhelper-e12bd98f1a2ef5a919e108bc3be43d14be9adb21.tar.gz |
r203: Initial Import
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | dh_installxaw.1 | 4 | ||||
-rw-r--r-- | dh_suidregister.1 | 4 |
3 files changed, 12 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 2938e7c0..7728335f 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 <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 diff --git a/dh_installxaw.1 b/dh_installxaw.1 index b0a82bb2..4fb9ebf6 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 ee804aff..4e0984b4 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) |