summaryrefslogtreecommitdiff
path: root/dh_bugfiles
AgeCommit message (Collapse)AuthorFilesLines
2015-07-01Migrate to use warnings and use parentNiels Thykier1-1/+2
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-05-07dh_bugfiles: Correct regression in installing bug-scriptNiels Thykier1-4/+9
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-01-08Replace more doit('install' ...) calls to install_XNiels Thykier1-4/+5
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-01-01Add editor hints to the end of all perl modules and scriptsNiels Thykier1-0/+12
Signed-off-by: Niels Thykier <niels@thykier.net>
2013-05-05dh: Skips running commands that it can tell do nothing.Joey Hess1-1/+3
This is determined by the presence of special PROMISE directives within commands that provide a high-level description of the command. Note that when dh is passed additional debhelper options, it cannot tell if these change the behavior of commands, and so it stops skipping any commands.
2010-11-02Apply manual pages conventionsDavid Prévot1-3/+3
As advised in man(1), always use: B<bold text> type exactly as shown. I<italic text> replace with appropriate argument. s/debian/Debian/ if needed. s/ / / also. s/perl/Perl/ s/python/Python/ and s/emacs/Emacs/ too.
2010-01-01dh_bugfiles: Doc typo. Closes: #563269Joey Hess1-1/+1
2009-09-04Add FILES sections to man pages. Closes: #545041Joey Hess1-6/+6
2009-03-06minor/style changesJoey Hess1-11/+14
2009-03-06Add dh_bugfiles - a helper for reportbug filesModestas Vainius1-0/+131
* Add a new helper: dh_bugfiles. It can be used for installing bug reporting customization files (Closes: #326874). Signed-off-by: Modestas Vainius <modestas@vainius.eu>