summaryrefslogtreecommitdiff
path: root/dh_testdir
AgeCommit message (Collapse)AuthorFilesLines
2017-07-23dh: Rely on PROMISE NOOP to exclude dh_testdirNiels Thykier1-0/+7
Turns out that some debhelper sequences try to inject themselves *before* dh_testdir. Concretely, dh-di (--with d-i) being an example. While I find the use rather questionable at first glance, I am not going to break their code. Signed-off-by: Niels Thykier <niels@thykier.net>
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>
2015-07-01Migrate to use warnings and use parentNiels Thykier1-1/+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-03-20dh_testdir: Fix error message. Closes: #703515Joey Hess1-1/+10
2010-11-02Apply manual pages conventionsDavid Prévot1-5/+5
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.
2008-05-01dh_test*: inhibit logging. Closes: #4789587.0.5Joey Hess1-0/+1
2003-03-03r576: * Rename debhelper.1 to debhelper.7.joey1-1/+1
* Typo, Closes: #183267
2001-12-27r499: * dh_strip: run file using a safe pipe open, that will not expose ↵joey1-1/+1
any weird characters in filenames to a shell. Closes: #126491 * fixed dh_testdir man page
2001-11-18r496: * Man page cleanups, Closes: #119335joey1-1/+1
2001-02-10r439: attack of the pod people from the planet perl is completejoey1-4/+42
2001-02-09r421: use strictjoey1-1/+2
2001-01-28r412: * Bah, reverted that last change. It isn't useful becausejoey1-1/+1
dpkg-buildpackage reads the real control file and gets confused.
2001-01-25r410: * Added the ability to make debhelper read a different file thanjoey1-1/+1
debian/control as the control file. This is very useful for various and sundry things, all Evil, most involving kernel packages.
2000-03-02r338: * Patch from Jorgen `forcer' Schaefer <forcer at mindless.com> (muchjoey1-8/+8
modified)to make dh_installwm use new window manager registration method, update-alternatives. Closes: #52156, #34684 (latter bug is obsolete) * Fixed $dh{flavor} to be upper-case. * Deprecated dh_installemavcsen --number; use --priority instead. Also, the option parser requires the parameter be a number now. And, dh_installwm now accepts --priority, and window manager packages should start using it. * dh_installwm now behaves like a proper debhelper command, and reads debian/<package>.wm too. This is a small behavior change; filenames specified on the command line no longer apply to all packages it acts on. I can't belive this program existed for 2 years with such a glaring problem; I guess most people don't need ot register 5 wm's in 3 sub-packages. Anyway, it can handle such things now. :-) * Moved Dh_*.pm to /usr/lib/perl5/Debian/Debhelper. *big* change.
1999-08-17r1: Initial revisionjoey1-0/+14