summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-11-06dh_installinit: Disable init scripts on removalNiels Thykier2-2/+11
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-11-06qmake.pm: mkdir builddir before starting to configureSergio Durigan Junior2-0/+4
Closes: #800738 Signed-off-by: Niels Thykier <niels@thykier.net>
2015-11-06Don't swallow $@ when configure() fails, for accurate error reporting.Jonathan Hall2-2/+4
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-11-06dh_installinit: Conditionally run the postint snippetsNiels Thykier5-16/+27
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-11-06Add changelog entry for Niko Tyni's changesNiels Thykier1-0/+4
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-11-06dh_install*: sort file lists passed to 'cp --parents -p' for reproducibilityNiko Tyni3-4/+9
The order in which the files are copied can affect directory timestamps when copying subdirectory hierarchies. Signed-off-by: Niels Thykier <niels@thykier.net>
2015-11-06dh_installexamples: use find + xargs instead of find -execNiko Tyni1-1/+2
Commit 71d06996481c6187b016c3b14b7e9faaf8adc432 changed most of the find -exec invocations in dh_install* programs, but this one remains. Use xargs instead to prepare for an additional sort command in the pipeline. Signed-off-by: Niels Thykier <niels@thykier.net>
2015-11-06dh_clean: Support removal of dirs when suffixed with a slashNiels Thykier2-7/+22
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-11-06Undo s/a udeb/an udeb/Niels Thykier6-13/+13
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-11-02debhelper.7: Compat v1 and v2 are not available any moreNiels Thykier1-34/+1
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-11-02Remove all compat(1) and compat(2) "guards"Niels Thykier3-17/+4
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-11-02Dh_Lib.pm: Reject compat levels before 3Niels Thykier2-4/+18
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-10-24dh_clean: Preserve debian/.debhelper with -dNiels Thykier2-1/+4
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-10-24Refresh po/pot filesNiels Thykier5-151/+151
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-10-24Fix typos in po fileNiels Thykier3-3/+3
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-10-24Add changelog entries for Chris Leick's workNiels Thykier1-0/+7
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-10-24Updated German translationsChris Leick1-487/+222
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-10-24Fix typos found during translationChris Leick8-44/+45
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-10-20dh_compress: Optimise the number of getcwd callsNiels Thykier1-1/+3
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-10-13doc/PROGRAMMING: Fix typoNiels Thykier1-1/+1
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-10-05Release debhelper/9.2015105 into unstableNiels Thykier1-2/+2
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-10-05Dh_Lib: Respect --no-act in autotriggerNiels Thykier2-1/+5
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-10-04dh_strip: Sort build-idsNiels Thykier2-1/+8
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-10-04Release debhelper/9.20151004 into unstableNiels Thykier1-3/+3
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-10-03Automatic po clean upNiels Thykier1-47/+26
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-10-03Update Portuguese translationsAmérico Monteiro1-25/+83
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-10-02Regenerate POT and po filesNiels Thykier5-166/+256
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-10-02dh_installman: Add missing close(IN) callNiels Thykier1-0/+1
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-10-02dh_installinit: Document that --onlyscripts should be used with -pNiels Thykier2-0/+12
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-10-01Regenerate POT and refresh PO filesNiels Thykier5-4422/+5132
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-10-01Automatic po cleanup of pt.poNiels Thykier1-104/+82
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-10-01Update Portuguese translationsAmérico Monteiro2-19/+53
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-10-01Fix typoMattia Rizzolo1-1/+1
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-10-01d/changelog: Add missing ClosesNiels Thykier1-1/+2
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-10-01dh_movefiles: Support globs in cmd-line argumentsNiels Thykier2-3/+14
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-09-26Dh_Lib: Export an env var before running +x scriptsGergely Nagy2-0/+7
In order to let executable scripts discover what package is being built, so they can avoid side-effects in case a package is to be skipped, export DH_CONFIG_ACT_ON_PACKAGES before running them. This, along with changes to dh-exec, will close #698054. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org> Signed-off-by: Niels Thykier <niels@thykier.net>
2015-09-26fix file lists and abspaths for dh_compress w/testRafael Kitover4-3/+107
Fix dh_compress to accept file names on the command line that it would otherwise compress anyway, by removing duplicates. Also allow dh_compress to accept absolute paths, by stripping the leading slashes. Add tests for the desired behavior in t/dh_compress.t . Fix an undefined warning in dh_compress that is sometimes triggered. Add a . -> lib symlink so that prove -vwlr t works. Signed-off-by: Niels Thykier <niels@thykier.net>
2015-09-20dh_installdirs.1: Document that it can often be omittedNiels Thykier2-0/+10
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-09-11Dh_Lib: Validate trigger typesNiels Thykier1-2/+8
Thanks to Peter Pentchev for noticing that this check was missing. Signed-off-by: Niels Thykier <niels@thykier.net>
2015-09-10dh_makeshlibs: Use ldconfig trigger instead of maintscriptsNiels Thykier5-6/+90
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-09-10dh_fixperms: Correct find callNiels Thykier1-1/+1
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-09-06debhelper.pod: Use 0x7f to filter the signal nameNiels Thykier1-1/+1
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-09-06d/changelog: Minor wording improvementsNiels Thykier1-7/+7
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-09-06Default to --parallel in compat 10Niels Thykier4-15/+50
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-09-06dh_shlibdeps: Accept -L multiple timesNiels Thykier2-5/+11
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-09-05debhelper.pod: Improve the Perl maintscript snippetNiels Thykier2-2/+13
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-09-05Fix doit_in_sourcedir/doit_in_builddir exception handlingColin Watson2-2/+15
Buildsystem.pm: Fix doit_in_sourcedir/doit_in_builddir to always chdir back to the original directory even if the subprocess exits non-zero. This makes sure that the autoconf and cmake buildsystems can still dump out configuration artifacts even when doing out-of-tree builds. Signed-off-by: Colin Watson <cjwatson@debian.org> Signed-off-by: Niels Thykier <niels@thykier.net>
2015-09-03d/changelog: Add missing wordNiels Thykier1-2/+3
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-09-03Dh_Lib: We only need the latest changelog entry.Chris Lamb2-1/+3
Signed-off-by: Chris Lamb <lamby@debian.org>
2015-09-01dh_install: Read d/not-installed with --list-missingNiels Thykier2-0/+18
Signed-off-by: Niels Thykier <niels@thykier.net>