summaryrefslogtreecommitdiff
path: root/dh_builddeb.1
Commit message (Collapse)AuthorAge
* r309: removed 'master'joey1999-11-23
|
* r308: * dh_suidregister: Die with understandable error message if asked tojoey1999-11-23
| | | | | | | | | | | | 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.
* r296: * dh_builddeb: -u can be passed to this command now, followed byjoey1999-10-26
| | | | any extra parameters you want to pass to dpkg-deb (Closes: #48394)
* r3: Initial revisionjoey1999-08-17