summaryrefslogtreecommitdiff
path: root/dh_installlogcheck
AgeCommit message (Collapse)AuthorFilesLines
2016-10-02Refactor install_dir usage to avoid the "if -d " testsNiels Thykier1-3/+1
They were not needed in the first place (as "install -d" DTRT). Signed-off-by: Niels Thykier <niels@thykier.net>
2015-07-01Migrate to use warnings and use parentNiels Thykier1-1/+2
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-01-08Migrate some calls to use the new install_X subsMartin Koeppe1-2/+2
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-01-01Add editor hints to the end of all perl modules and scriptsNiels Thykier1-0/+6
Signed-off-by: Niels Thykier <niels@thykier.net>
2013-05-05dh: Skips running commands that it can tell do nothing.Joey Hess1-0/+2
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.
2011-09-11pod errorJoey Hess1-0/+2
2011-08-29fix pod breakageJoey Hess1-2/+2
2011-08-23dh_installlogcheck: Add support for --name.Gergely Nagy1-1/+11
This patch makes dh_installlogcheck be similar to other helpers, like dh_installlogrotate that already support a --name option: to install the files as if they were installed by a different package. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
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.
2009-09-06releasing version 7.4.17.4.1Joey Hess1-0/+2
2009-09-04Add FILES sections to man pages. Closes: #545041Joey Hess1-7/+20
2006-07-04r1937: typojoeyh1-1/+1
2005-01-03r1735: releasing version 4.2.294.2.29joey1-16/+16
2003-06-12r589: * Added dh_scrollkeeper, by Ross Burton.joey1-0/+61
* Added dh_userlocal, by Andrew Stribblehill. (With root.root special case added by me.) * Added dh_installlogcheck, by Jon Middleton. Closes: #184021 * Add aph's name to copyright file too.