summaryrefslogtreecommitdiff
path: root/dh_lintian
AgeCommit message (Collapse)AuthorFilesLines
2017-07-07Dh_Lib: Embed tool versions into auto-generated snippetsNiels Thykier1-0/+2
Use $main::VERSION to determine the version of the tool and embed that into auto-generated snippets (e.g. via autoscript). This enables lintian to extract the tool + version and display it on: https://lintian.debian.org/tags/debhelper-autoscript-in-maintainer-scripts.html Signed-off-by: Niels Thykier <niels@thykier.net>
2017-07-03Set Emacs file variables directory-wideSven Joachim1-6/+0
Set the local variables for Emacs in the central placed intended for it, rather than in (currently) 95 individual files. Signed-off-by: Niels Thykier <niels@thykier.net>
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-08Replace more doit('install' ...) calls to install_XNiels Thykier1-2/+2
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-01-03Add install_dh_config_file and exec lintian-overrides (compat 9)Niels Thykier1-1/+1
Add a install_dh_config_file to install or execute and create a file from the output of a debhelper config file (e.g. debian/lintian-overrides). Use this subroutine in dh_lintian to install the lintian-overrides. 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.
2012-08-05dh_lintian: Source overrides doc improvement. Closes: #683941Joey Hess1-1/+1
2010-11-02Apply manual pages conventionsDavid Prévot1-2/+2
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-11-29Typo. Closes: #558654Joey Hess1-1/+1
2009-09-04Add FILES sections to man pages. Closes: #545041Joey Hess1-5/+13
2008-03-06* dh_lintian: Finally added this since linda is gone and there's onlyJoey Hess1-0/+61
lintian to worry about supporting. Closes: #109642, #166320, #206765 (Thanks to Steve M. Robbins for the initial implementation.)