summaryrefslogtreecommitdiff
path: root/dh_installcatalogs
AgeCommit message (Collapse)AuthorFilesLines
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