]> git.donarmstrong.com Git - debhelper.git/commit
r308: * dh_suidregister: Die with understandable error message if asked to
authorjoey <joey>
Tue, 23 Nov 1999 21:56:41 +0000 (21:56 +0000)
committerjoey <joey>
Tue, 23 Nov 1999 21:56:41 +0000 (21:56 +0000)
commitb0ebd80067950b5ef61fd4344a88a8bf53ee31ef
tree4fbfdebb6d3d0dc2154d9b042925a6594b477691
parentbfa605b326b0b75a11f8b537458fae176e0cc7d6
r308:    * dh_suidregister: Die with understandable error message if asked to
     act on files that don't exist.
   * dh_installchangelogs: to comply with policy, if it's told to act on a
     html changelog, it installs it as changelog.html.gz and dumps a plain
     text version to changelog.gz. The dumping is done with lynx.
     (Closes: #51099)
   * Dh_Getopt.pm: Modified it so any options specified after -- are added to
     U_PARAMS. This means that instead of passing '-u"something nasty"' to
     dh_gencontrol and the like, you can pass '-- something nasty' without
     fiddling to get the quoting right, etc.
Dh_Getopt.pm
debian/changelog
dh_builddeb.1
dh_gencontrol.1
dh_installchangelogs
dh_installinit.1
dh_shlibdeps.1
dh_suidregister
doc/PROGRAMMING