summaryrefslogtreecommitdiff
path: root/dh_usrlocal
AgeCommit message (Collapse)AuthorFilesLines
2015-06-10dh_usrlocal: Remove usr/local dirs in reversed orderThibaut Paumard1-1/+1
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-03-22dh_usrlocal: output dir list in a stable orderJérémy Bobbio1-2/+2
We now sort the directory lists in order to guarantee a stable output. This was preventing some packages to build reproducibly. 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.
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.
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-1/+2
Closes: #404785 * Man page improvements. Closes: #406707
2005-07-20r1777: releasing version 4.9.54.9.5joey1-2/+2
2005-07-20r1776: * dh_usrlocal: generate prerm scripts that do not remove distroties injoey1-0/+1
/usr/local, but only subdirectories thereof, in accordance with policy. Closes: #319181
2005-04-22r1754: * Man page typo fixes. Closes: #305809, #305804, #305815, #305810joey1-2/+2
Closes: #305812, #305814, #305819, #305818, #305817, #305822
2003-06-12r589: * Added dh_scrollkeeper, by Ross Burton.joey1-0/+122
* Added dh_userlocal, by Andrew Stribblehill. (With root.root special case added by me.) * Added dh_installlogcheck, by Jon Middleton. Closes: #184021 * Add aph's name to copyright file too.