summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-12-15systemd_start: do not start when --no-start and --restart-after-upgrade are ↵Felipe Sateler2-1/+8
combined But do restart on upgrades Signed-off-by: Niels Thykier <niels@thykier.net>
2016-11-10Bump dh-strip-nondeterminism depends for -backportsNiels Thykier2-1/+6
Signed-off-by: Niels Thykier <niels@thykier.net>
2016-10-22debhelper.pod: Fix another typo - Thanks to Olly BettsNiels Thykier1-1/+2
Gbp-Dch: Ignore Signed-off-by: Niels Thykier <niels@thykier.net>
2016-10-22debhelper.pod: Fix typoNiels Thykier1-1/+1
Signed-off-by: Niels Thykier <niels@thykier.net>
2016-10-22Make the build-stamp optional via a build-stamp sequenceNiels Thykier4-4/+39
Signed-off-by: Niels Thykier <niels@thykier.net>
2016-10-22dh: Factor argument unpackingNiels Thykier1-28/+19
Gpb-Dch: Ignore Signed-off-by: Niels Thykier <niels@thykier.net>
2016-10-18Revert "d/changelog: Add entry for Mattia Rizzolo's entry"Niels Thykier1-1/+0
This reverts commit 939d1d78ca91889e158d51ad80f02b40e2f9d9cf.
2016-10-18d/changelog: Add entry for Mattia Rizzolo's entryNiels Thykier1-0/+1
Gbp-Dch: Ignore Signed-off-by: Niels Thykier <niels@thykier.net>
2016-10-09Fix up current changelog entry: Add author tagsAxel Beckert1-0/+3
2016-10-09dh_auto_test: Note that tests are run under cross-buildsMattia Rizzolo2-3/+2
Remove now wrong note from dh_auto_test that tests are skipped while cross compiling That's not true anymore since 49df7380cd2279dd30d965b2a88d81ccf7fc8216 (triggered by #726967). Signed-off-by: Mattia Rizzolo <mattia@debian.org> Signed-off-by: Niels Thykier <niels@thykier.net>
2016-10-08Fix wrong German translation of dh_systemd_start man pageAxel Beckert2-1/+8
Thanks to Thorsten Alteholz for spotting the mistake! Closes: #839655
2016-10-08Release debhelper/10.2.2 into unstableNiels Thykier1-2/+2
Signed-off-by: Niels Thykier <niels@thykier.net>
2016-10-08t: Fix test after change of autoconf build systemNiels Thykier1-4/+4
Signed-off-by: Niels Thykier <niels@thykier.net>
2016-10-08dh_installman: Fix syntax errorNiels Thykier1-1/+1
Signed-off-by: Niels Thykier <niels@thykier.net>
2016-10-08t/syntax: Print the failing toolNiels Thykier1-1/+2
Signed-off-by: Niels Thykier <niels@thykier.net>
2016-10-06Dh_Lib.pm: Fix typo of positiveNiels Thykier2-2/+4
Signed-off-by: Niels Thykier <niels@thykier.net>
2016-10-05Remove obsolete commentNiels Thykier1-1/+0
2016-10-05dh_installdirs: in c11 - don't create d/<pkg> unconditionallyNiels Thykier3-1/+14
Signed-off-by: Niels Thykier <niels@thykier.net>
2016-10-04d/changelog: Clarify an entryNiels Thykier1-2/+2
Signed-off-by: Niels Thykier <niels@thykier.net>
2016-10-03fix autoconf/cross regression from #836988Helmut Grohne2-9/+10
When adding the makefile buildsystem cross variables, the intention was that it would not affect non-makefile buildsystems (in particular no downstream buildsystems). However, the decision which buildsystem to use is done on a per-target basis. Thus a typical autoconf package will use the autoconf buildsystem for configure and test, but fall back to the makefile buildsystem for clean and build. Thus the cross variables were added for autoconf build as well, which broke the cross build of icu. The solution chosen here is to have autoconf take over build and clean from makefile as well by inheriting its methods. Thus the semantics stay unchanged with the exception of not adding the cross variables for build. All other children of the makefile buildsystem (including mkcmake) already take over all targets, so this issue really only affects autoconf. Fixes: 7ea67c9aace4 ("makefile.pm: Set CC+CXX to the host compilers when cross-building") Signed-off-by: Helmut Grohne <helmut@subdivi.de> Signed-off-by: Niels Thykier <niels@thykier.net>
2016-10-02Dh_Lib: Add a reset_perm_and_owner functionNiels Thykier11-25/+31
Signed-off-by: Niels Thykier <niels@thykier.net>
2016-10-02dh_systemd_*: Add "use warnings"Niels Thykier2-0/+2
Signed-off-by: Niels Thykier <niels@thykier.net>
2016-10-02dh_systemd_enable: Prefer install_* to doit('install', ...)Niels Thykier1-34/+14
Signed-off-by: Niels Thykier <niels@thykier.net>
2016-10-02Refactor install_dir usage to avoid the "if -d " testsNiels Thykier35-156/+59
They were not needed in the first place (as "install -d" DTRT). Signed-off-by: Niels Thykier <niels@thykier.net>
2016-10-02dh_installudev: Remove unused variableNiels Thykier1-1/+0
Signed-off-by: Niels Thykier <niels@thykier.net>
2016-10-02Remove references to usr/{man,info,X11*/man}Niels Thykier3-2/+5
Signed-off-by: Niels Thykier <niels@thykier.net>
2016-10-02dh: Remove logs before and not after the override targetNiels Thykier2-1/+5
Signed-off-by: Niels Thykier <niels@thykier.net>
2016-10-02t: Fix test issues with the new compat deprecationsNiels Thykier4-4/+5
Signed-off-by: Niels Thykier <niels@thykier.net>
2016-10-02dh_update_autotools_config: Remove unncessary spaceNiels Thykier1-1/+1
Signed-off-by: Niels Thykier <niels@thykier.net>
2016-10-02Deprecate compat levels before 9Niels Thykier4-1/+14
Signed-off-by: Niels Thykier <niels@thykier.net>
2016-10-02d/changelog: Fix typoNiels Thykier1-1/+8
Signed-off-by: Niels Thykier <niels@thykier.net>
2016-10-02Release debhelper/10.2.1 into unstableNiels Thykier2-1/+9
Signed-off-by: Niels Thykier <niels@thykier.net>
2016-10-02Release debhelper/10.2 into unstableNiels Thykier1-2/+2
Signed-off-by: Niels Thykier <niels@thykier.net>
2016-10-02Regenerate POT and PO filesNiels Thykier5-73/+73
Signed-off-by: Niels Thykier <niels@thykier.net>
2016-10-02Introduce --no-stop-on-upgrade as alias of -rNiels Thykier7-18/+25
Signed-off-by: Niels Thykier <niels@thykier.net>
2016-10-02Make sure all files are installed into the debhelper binary packageMichael Biebl2-0/+6
Now that we are building more then one binary package, dh_auto_install no longer uses debian/debhelper by default. Since the transitional dh-systemd package is supposed to be empty, override dh_auto_install and set --destdir=debian/debhelper to make sure all files end up in the debhelper binary package. Signed-off-by: Niels Thykier <niels@thykier.net>
2016-10-02Fix a couple of typographical errors.Peter Pentchev6-16/+22
Signed-off-by: Niels Thykier <niels@thykier.net>
2016-10-01Release debhelper/10.1 into unstableNiels Thykier1-2/+2
Signed-off-by: Niels Thykier <niels@thykier.net>
2016-10-01d/copyright: Clarify copyright and license of dh_systemd*Niels Thykier2-0/+34
Signed-off-by: Niels Thykier <niels@thykier.net>
2016-10-01cmake.pm: Dump CMakeOutput and CMakeError on cmake errorsNiels Thykier2-0/+9
Signed-off-by: Niels Thykier <niels@thykier.net>
2016-10-01Add a dash in --no-scripts and --only-scripts for consistencyNiels Thykier18-52/+59
Signed-off-by: Niels Thykier <niels@thykier.net>
2016-10-01Update POT and PO filesNiels Thykier6-1245/+1988
Signed-off-by: Niels Thykier <niels@thykier.net>
2016-10-01Add manpage of obsolete compat levelsNiels Thykier4-2/+138
Signed-off-by: Niels Thykier <niels@thykier.net>
2016-09-28dh_strip: Avoid duplicate conditionNiels Thykier1-1/+1
Reported-by: Julien Cristau <jcristau@debian.org> Signed-off-by: Niels Thykier <niels@thykier.net>
2016-09-22dh_md5sums.1: Mention dpkg --verify as a consumerNiels Thykier2-1/+3
Thanks to Guillem Jover for suggesting it. Signed-off-by: Niels Thykier <niels@thykier.net>
2016-09-18makefile.pm: Set CC+CXX to the host compilers when cross-buildingNiels Thykier2-1/+19
Co-Author: Helmut Grohne <helmut@subdivi.de> Signed-off-by: Niels Thykier <niels@thykier.net>
2016-09-18cmake.pm: Set pkg-config and LIBDIR when cross-buildingJulian Andres Klode2-0/+5
Co-Author: Helmut Grohne <helmut@subdivi.de> Signed-off-by: Niels Thykier <niels@thykier.net>
2016-09-15Apply typo fix to the POT and PO filesNiels Thykier5-5/+5
Signed-off-by: Niels Thykier <niels@thykier.net>
2016-09-15Fix typo in manpage s/intend/intent/Mattia Rizzolo1-1/+1
Signed-off-by: Niels Thykier <niels@thykier.net>
2016-09-14d/changelog: Add entry for Michael's patchNiels Thykier1-0/+8
Signed-off-by: Niels Thykier <niels@thykier.net>