summaryrefslogtreecommitdiff
path: root/dh_usrlocal
AgeCommit message (Collapse)AuthorFilesLines
2018-09-14dh_*: Add cli-options NOOP PROMISES for most helpersNiels Thykier1-1/+1
Signed-off-by: Niels Thykier <niels@thykier.net>
2018-05-15dh_usrlocal: Fix POD markupJakub Wilk1-1/+1
Signed-off-by: Niels Thykier <niels@thykier.net>
2018-04-07dh_usrlocal: Use default owner+mode from Policy v4.1.4Niels Thykier1-12/+17
Signed-off-by: Niels Thykier <niels@thykier.net>
2018-04-07dh_usrlocal: Abort on known unsafe directory namesNiels Thykier1-0/+6
Signed-off-by: Niels Thykier <niels@thykier.net>
2018-04-07dh_usrlocal: Remove now incorrect commentNiels Thykier1-2/+0
Signed-off-by: Niels Thykier <niels@thykier.net>
2018-04-07dh_usrlocal: prerm must not remove dir in usr/localNicolas Boulenguez1-42/+37
Signed-off-by: Niels Thykier <niels@thykier.net>
2017-10-23dh_usrlocal: Fix inverted boolean logicNiels Thykier1-1/+1
Signed-off-by: Niels Thykier <niels@thykier.net>
2017-10-23dh_usrlocal: Fix incorrect group nameNiels Thykier1-1/+1
Signed-off-by: Niels Thykier <niels@thykier.net>
2017-10-23dh_{fixperms,usrlocal}: Assume less familarity with R³Niels Thykier1-5/+8
Signed-off-by: Niels Thykier <niels@thykier.net>
2017-10-21dh_usrlocal: Under R³, always use "root:staff" + mode 02775Niels Thykier1-14/+25
Signed-off-by: Niels Thykier <niels@thykier.net>
2017-07-15dh_usrlocal: Fix doit-bug that forks a shellNiels Thykier1-2/+2
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>
2016-10-01Add a dash in --no-scripts and --only-scripts for consistencyNiels Thykier1-1/+1
Signed-off-by: Niels Thykier <niels@thykier.net>
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.