summaryrefslogtreecommitdiff
path: root/dh_installcatalogs
AgeCommit message (Collapse)AuthorFilesLines
2017-07-22dh_*: Migrate most tools to new shell-less autoscriptNiels Thykier1-1/+1
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-25dh_installcatalogs: Check the return code of closeNiels Thykier1-3/+3
Signed-off-by: Niels Thykier <niels@thykier.net>
2017-06-25dh_installcatalogs: Use explicit await triggersNiels Thykier1-1/+1
Short term solution to avoid lintian warnings from debhelper inserted glue. Signed-off-by: Niels Thykier <niels@thykier.net>
2016-10-02Refactor install_dir usage to avoid the "if -d " testsNiels Thykier1-4/+3
They were not needed in the first place (as "install -d" DTRT). Signed-off-by: Niels Thykier <niels@thykier.net>
2016-10-01Add a dash in --no-scripts and --only-scripts for consistencyNiels Thykier1-1/+1
Signed-off-by: Niels Thykier <niels@thykier.net>
2016-06-15dh_installcatalogs: Explicitly activate sgml-base triggerHelmut Grohne1-7/+8
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-4/+4
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-05-28dh_installcatalogs: Turn /etc/sgml/$package.cat into conffiles and introduce ↵Joey Hess1-6/+10
dependency on trigger-based sgml-base. Closes: #477751 Thanks, Helmut Grohne
2010-11-02Apply manual pages conventionsDavid Prévot1-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-04Add FILES sections to man pages. Closes: #545041Joey Hess1-8/+15
2008-05-05rules.tiny: Typo fix. Closes: #479647Joey Hess1-3/+1
2008-04-23dh_prep: New program, does the same as dh_clean -k (which will be deprecated ↵Joey Hess1-1/+1
later).
2007-01-21r1968: * dh_fixperms: Make all files in /usr/include 644, not only .h files.joeyh1-3/+5
Closes: #404785 * Man page improvements. Closes: #406707
2006-04-27r1914: * dh_installcatalogs: Make sure that /etc/sgml exists. Closes: #3649465.0.34joeyh1-0/+4
2005-04-22r1754: * Man page typo fixes. Closes: #305809, #305804, #305815, #305810joey1-2/+2
Closes: #305812, #305814, #305819, #305818, #305817, #305822
2003-10-29r1620: * dh_installcatalogs: Fixed to create dir in tmpdir. Closes: #218237version_4.1.78joey1-1/+1
2003-07-28r1086: * Several man pae typo fixes by Ruben Porras. Closes: #202819version_4.1.56joey1-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-14r579: updatesjoey1-4/+4
2003-03-03r576: * Rename debhelper.1 to debhelper.7.joey1-1/+1
* Typo, Closes: #183267
2003-02-12r572: * Added dh_installcatalogs, for sgml (and later xml) catalogs. Byjoey1-0/+115
Adam DiCarlo. Closes: #90025