Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-22 | dh_*: Migrate most tools to new shell-less autoscript | Niels Thykier | 1 | -1/+1 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2017-07-07 | Dh_Lib: Embed tool versions into auto-generated snippets | Niels Thykier | 1 | -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-03 | Set Emacs file variables directory-wide | Sven Joachim | 1 | -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-25 | dh_installcatalogs: Check the return code of close | Niels Thykier | 1 | -3/+3 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2017-06-25 | dh_installcatalogs: Use explicit await triggers | Niels Thykier | 1 | -1/+1 | |
Short term solution to avoid lintian warnings from debhelper inserted glue. Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2016-10-02 | Refactor install_dir usage to avoid the "if -d " tests | Niels Thykier | 1 | -4/+3 | |
They were not needed in the first place (as "install -d" DTRT). Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2016-10-01 | Add a dash in --no-scripts and --only-scripts for consistency | Niels Thykier | 1 | -1/+1 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2016-06-15 | dh_installcatalogs: Explicitly activate sgml-base trigger | Helmut Grohne | 1 | -7/+8 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2015-07-01 | Migrate to use warnings and use parent | Niels Thykier | 1 | -1/+2 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2015-01-08 | Migrate some calls to use the new install_X subs | Martin Koeppe | 1 | -4/+4 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2015-01-01 | Add editor hints to the end of all perl modules and scripts | Niels Thykier | 1 | -0/+6 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2013-05-05 | dh: Skips running commands that it can tell do nothing. | Joey Hess | 1 | -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-05-28 | dh_installcatalogs: Turn /etc/sgml/$package.cat into conffiles and introduce ↵ | Joey Hess | 1 | -6/+10 | |
dependency on trigger-based sgml-base. Closes: #477751 Thanks, Helmut Grohne | |||||
2010-11-02 | Apply manual pages conventions | David Prévot | 1 | -7/+7 | |
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-04 | Add FILES sections to man pages. Closes: #545041 | Joey Hess | 1 | -8/+15 | |
2008-05-05 | rules.tiny: Typo fix. Closes: #479647 | Joey Hess | 1 | -3/+1 | |
2008-04-23 | dh_prep: New program, does the same as dh_clean -k (which will be deprecated ↵ | Joey Hess | 1 | -1/+1 | |
later). | |||||
2007-01-21 | r1968: * dh_fixperms: Make all files in /usr/include 644, not only .h files. | joeyh | 1 | -3/+5 | |
Closes: #404785 * Man page improvements. Closes: #406707 | |||||
2006-04-27 | r1914: * dh_installcatalogs: Make sure that /etc/sgml exists. Closes: #3649465.0.34 | joeyh | 1 | -0/+4 | |
2005-04-22 | r1754: * Man page typo fixes. Closes: #305809, #305804, #305815, #305810 | joey | 1 | -2/+2 | |
Closes: #305812, #305814, #305819, #305818, #305817, #305822 | |||||
2003-10-29 | r1620: * dh_installcatalogs: Fixed to create dir in tmpdir. Closes: #218237version_4.1.78 | joey | 1 | -1/+1 | |
2003-07-28 | r1086: * Several man pae typo fixes by Ruben Porras. Closes: #202819version_4.1.56 | joey | 1 | -1/+1 | |
* Now in a subversion repository, some minor changes for that. * dh_link test should expect results in debian/debhelper, not debian/tmp. | |||||
2003-03-14 | r579: updates | joey | 1 | -4/+4 | |
2003-03-03 | r576: * Rename debhelper.1 to debhelper.7. | joey | 1 | -1/+1 | |
* Typo, Closes: #183267 | |||||
2003-02-12 | r572: * Added dh_installcatalogs, for sgml (and later xml) catalogs. By | joey | 1 | -0/+115 | |
Adam DiCarlo. Closes: #90025 |