summaryrefslogtreecommitdiff
path: root/dh_prep
AgeCommit message (Collapse)AuthorFilesLines
2017-07-22dh_clean+dh_prep: Use default_sourcedir instead of d/tmpNiels Thykier1-5/+5
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>
2017-06-04dh_{prep,clean}: Do more bulk removalsNiels Thykier1-1/+2
Signed-off-by: Niels Thykier <niels@thykier.net>
2017-06-04dh_prep: Bulk delete most files and dirsNiels Thykier1-4/+10
2017-04-08dh_prep: Clean up debian/.debhelper/generated/$pkgNiels Thykier1-1/+1
That way, the generated files behave like other temporary debhelper files (which is what they are designed to be). Signed-off-by: Niels Thykier <niels@thykier.net>
2015-11-06dh_prep: Fix syntax errorNiels Thykier1-1/+1
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-11-02Remove all compat(1) and compat(2) "guards"Niels Thykier1-1/+1
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>
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.
2009-09-04dh_prep(1): Clarify when it should be called. Closes: #544969Joey Hess1-4/+6
2009-02-04fix spelling mistake in dh_prepJan Dittberner1-1/+1
2008-04-24fix podJoey Hess1-0/+2
2008-04-23dh_prep: New program, does the same as dh_clean -k (which will be deprecated ↵Joey Hess1-0/+66
later).