- 24 Dec, 2017 2 commits
-
-
Niels Thykier authored
Signed-off-by:Niels Thykier <niels@thykier.net>
-
Niels Thykier authored
Release debhelper/11 into unstable Format: 1.8 Date: Sat, 16 Dec 2017 15:41:17 +0000 Source: debhelper Binary: debhelper dh-systemd Architecture: source Version: 11 Distribution: unstable Urgency: medium Maintainer: Debhelper Maintainers <debhelper-devel@lists.alioth.debian.org> Changed-By:Niels Thykier <niels@thykier.net> Description: debhelper - helper programs for debian/rules dh-systemd - debhelper add-on to handle systemd unit files - transitional pack Closes: 882626 883635 884152 884205 Changes: debhelper (11) unstable; urgency=medium . [ Niels Thykier ] * dh_installdeb: Do basic validation of rm_conffile and mv_conffile parameters in "maintscript" parameters in compat 10 and newer. In compat 12, this is an error. Thanks to Andreas Beckmann for the suggestions. (Closes: #882626) * dh_strip: Fix bug where the Build-Id field would not be properly filled when using --dbg-package. Thanks to Paul Wise for finding and reporting the bug. (Closes: #884152) * d/control: Bump Standards-Version to 4.1.2 - no changes required. * dh_installsystemd: Remove neutering of dh_installsystemd in compat levels prior to 11 now that compat 11 is stable. . [ Chris Leick ] * debhelper.pod: Improve the wording of two parapraphs. . [ Translations ] * Update Portuguese translation (Américo Monteiro) (Closes: #883635) * Update German translation (Chris Leick) (Closes: #884205) Checksums-Sha1: 0eaa9785ddb9d1e7643f1068a4ca62b82a268ae0 1775 debhelper_11.dsc 73849d0e349ad361b4814bb1e38ef6c2a3e63dd1 439268 debhelper_11.tar.xz 3460f45cca491314d76c6fadcebc33776f9df481 4491 debhelper_11_source.buildinfo Checksums-Sha256: a4b33020fec83fbdf152c525615362c21cb5ab613d5da5d5387958e716473c54 1775 debhelper_11.dsc d1c348eb5520461c65ae9a47520ac18b21d4f44c283a0fa20e10b784498f46af 439268 debhelper_11.tar.xz b18b8fa3f9aa2b37fcd34f302d9ba38428e62eba7086cf0c64f109e16d2a6722 4491 debhelper_11_source.buildinfo Files: 2f1cf56b329382b7dcab381e45c29001 1775 devel optional debhelper_11.dsc 288492f4defa9e2f429cb026b40984aa 439268 devel optional debhelper_11.tar.xz 9fd199cc720483ff159d3835acf249ea 4491 devel optional debhelper_11_source.buildinfo
-
- 16 Dec, 2017 8 commits
-
-
Niels Thykier authored
Signed-off-by:Niels Thykier <niels@thykier.net>
-
Niels Thykier authored
Signed-off-by:Niels Thykier <niels@thykier.net>
-
Niels Thykier authored
Signed-off-by:Niels Thykier <niels@thykier.net>
-
Niels Thykier authored
Signed-off-by:Niels Thykier <niels@thykier.net>
-
Niels Thykier authored
Signed-off-by:Niels Thykier <niels@thykier.net>
-
Niels Thykier authored
Signed-off-by:Niels Thykier <niels@thykier.net>
-
Signed-off-by:Niels Thykier <niels@thykier.net>
-
Niels Thykier authored
The problem occurred because we overrode the list of recorded build-ids after each package. This works perfectly fine for dbgsym packages as they always have a 1:1 with the original package. However, a manual --dbg-package can host debug symbols for multiple binary packages. There are two paths to triggering this issue: dh_strip -p pkg1 -p pkg2 --dbg-package=foo-dbg and: dh_strip -p pkg1 --dbg-package=foo-dbg dh_strip -p pkg2 --dbg-package=foo-dbg (This case was observed in krb5/1.15.2-2 where it loops over most of the packages and calls dh_strip on each of them with the same --dbg-package parameter.) They fundamentally have the same issue and fix but the second case is slightly more involved (as we have to merge with the previous run). Signed-off-by:Niels Thykier <niels@thykier.net>
-
- 12 Dec, 2017 4 commits
-
-
Niels Thykier authored
-
Niels Thykier authored
Signed-off-by:Niels Thykier <niels@thykier.net>
-
Signed-off-by:Niels Thykier <niels@thykier.net>
-
Signed-off-by:Niels Thykier <niels@thykier.net>
-
- 02 Dec, 2017 2 commits
-
-
Niels Thykier authored
Seems like it was unintionally corrupted in #851207 Signed-off-by:Niels Thykier <niels@thykier.net>
-
Niels Thykier authored
Signed-off-by:Niels Thykier <niels@thykier.net>
-
- 25 Nov, 2017 4 commits
-
-
Niels Thykier authored
Signed-off-by:Niels Thykier <niels@thykier.net>
-
Niels Thykier authored
Signed-off-by:Niels Thykier <niels@thykier.net>
-
Niels Thykier authored
Signed-off-by:Niels Thykier <niels@thykier.net>
-
Niels Thykier authored
Release debhelper/10.10.9 into unstable Format: 1.8 Date: Sun, 19 Nov 2017 11:04:45 +0000 Source: debhelper Binary: debhelper dh-systemd Architecture: source Version: 10.10.9 Distribution: unstable Urgency: medium Maintainer: Debhelper Maintainers <debhelper-devel@lists.alioth.debian.org> Changed-By:Niels Thykier <niels@thykier.net> Description: debhelper - helper programs for debian/rules dh-systemd - debhelper add-on to handle systemd unit files - transitional pack Closes: 882083 Changes: debhelper (10.10.9) unstable; urgency=medium . [ Dmitry Shachnev ] * qmake.pm: Add missing import of generated_file. * meson.pm: Find typo of meson in the name of the cross config file. * qmake.pm: Push compiler information as ‘early’ flags to qmake, to make sure qmake calls the right compiler to get library paths. * qmake.pm: Add all possible settings to generated qmake-cross.conf. Now output of ‘qmake -query’ with and without using this file is identical. This makes cross-building Qt’s own modules possible. . [ Niels Thykier ] * dh_missing: Permit a missing debian/tmp without failing in compat 11 when debian/tmp is an implicit source directory. Thanks to Christoph Biedl for reporting the bug. (Closes: #882083) * dh_missing: Improve the wording about "debian/not-installed". Checksums-Sha1: 593cbf4629ce7808bacde988cc2d05dc5355e8b1 1795 debhelper_10.10.9.dsc 803db6c38e89e4204bb6af6d342e455a884c2e89 431480 debhelper_10.10.9.tar.xz eb97a21ce7cba0206c0a638e0d9289638a71f985 4505 debhelper_10.10.9_source.buildinfo Checksums-Sha256: 04fe06bf677782a887dc0e5c39cd3c6e4c696d54f4938344ae0a5f2fe5e519ac 1795 debhelper_10.10.9.dsc 304c610ee49aa6cb53033a5e6c92232ceb852dff9e457fcf1a9d45bc97c51ca8 431480 debhelper_10.10.9.tar.xz 43911bf042ed361e333af8338d685dfbc695473001b69b5a1c36b3bd56f0f6d7 4505 debhelper_10.10.9_source.buildinfo Files: 0cb216447d5f0c8460cf3e502bc9a88c 1795 devel optional debhelper_10.10.9.dsc 59b560ace71fa9eb96ccb9332f6b4630 431480 devel optional debhelper_10.10.9.tar.xz d2cdddbd001d2cd10bb2612258a123b4 4505 devel optional debhelper_10.10.9_source.buildinfo
-
- 19 Nov, 2017 4 commits
-
-
Niels Thykier authored
Signed-off-by:Niels Thykier <niels@thykier.net>
-
Niels Thykier authored
Signed-off-by:Niels Thykier <niels@thykier.net>
-
Niels Thykier authored
Signed-off-by:Niels Thykier <niels@thykier.net>
-
Niels Thykier authored
Signed-off-by:Niels Thykier <niels@thykier.net>
-
- 17 Nov, 2017 2 commits
-
-
Now output of ‘qmake -query’ with and without using this file is identical. This makes cross-building Qt’s own modules possible. Signed-off-by:Niels Thykier <niels@thykier.net>
-
To make sure qmake calls the right compiler to get library paths. Signed-off-by:Niels Thykier <niels@thykier.net>
-
- 16 Nov, 2017 2 commits
-
-
Signed-off-by:Niels Thykier <niels@thykier.net>
-
Signed-off-by:Niels Thykier <niels@thykier.net>
-
- 15 Nov, 2017 2 commits
-
-
Niels Thykier authored
Signed-off-by:Niels Thykier <niels@thykier.net>
-
Niels Thykier authored
Signed-off-by:Niels Thykier <niels@thykier.net>
-
- 14 Nov, 2017 4 commits
-
-
Niels Thykier authored
Signed-off-by:Niels Thykier <niels@thykier.net>
-
Niels Thykier authored
Signed-off-by:Niels Thykier <niels@thykier.net>
-
-
Niels Thykier authored
Signed-off-by:Niels Thykier <niels@thykier.net>
-
- 12 Nov, 2017 3 commits
-
-
Niels Thykier authored
Signed-off-by:Niels Thykier <niels@thykier.net>
-
Niels Thykier authored
Signed-off-by:Niels Thykier <niels@thykier.net>
-
Niels Thykier authored
Signed-off-by:Niels Thykier <niels@thykier.net>
-
- 11 Nov, 2017 3 commits
-
-
Niels Thykier authored
Signed-off-by:Niels Thykier <niels@thykier.net>
-
Niels Thykier authored
Signed-off-by:Niels Thykier <niels@thykier.net>
-
Niels Thykier authored
Signed-off-by:Niels Thykier <niels@thykier.net>
-