[debhelper-devel] [Git][debian/debhelper][stretch-backports] 120 commits: fix typo

Mattia Rizzolo gitlab at salsa.debian.org
Wed Apr 4 20:52:15 UTC 2018


Mattia Rizzolo pushed to branch stretch-backports at Debian / debhelper


Commits:
01a620e8 by Hideki Yamane at 2017-12-17T08:00:06+00:00
fix typo

unncessary -> unn"e"cessary

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
a66a5dfe by Niels Thykier at 2017-12-17T21:04:43+00:00
Reset version to 11.0.1 for now

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
6bd40b18 by Paul Tagliamonte at 2017-12-29T12:54:03+00:00
Add DH_EXTRA_ADDONS env variable to specify local addons.

This is intended to be used by downstreams or specific local configurations
that require a debhelper addon to be run during multiple builds without
having to patch a large number of rules file. If at all possible, this should
be avoided in favor of a --with flag in the rules file.

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
6867e892 by Niels Thykier at 2017-12-30T09:20:00+00:00
dh_missing: Use explicit glob

The implicit one confuses some syntax highlighers as they start to
read the slashes as a regex.

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
6d55d5df by Niels Thykier at 2017-12-30T09:48:30+00:00
debhelper.pod: Note that -s will be removed in compat 12

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
78b9f245 by Niels Thykier at 2017-12-30T09:50:42+00:00
dh_install: Push some documentation to dh_missing(1)

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
e8359d54 by Niels Thykier at 2017-12-30T09:51:10+00:00
dh_missing: Support wildcards in d/not-installed

Closes: Debian#884556
Closes: nthykier/debhelper#1
Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
3cb2e268 by Niels Thykier at 2017-12-30T18:08:50+00:00
dh_missing: Tweak single binary handling

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
8c69e495 by Niels Thykier at 2017-12-30T18:18:39+00:00
dh_missing: Make --list-missing the default in c12

Closes: nthykier/debhelper#2
Closes: Debian#650129
Closes: Debian#858834
Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
fb1060cd by Niels Thykier at 2017-12-30T20:35:03+00:00
dh: Fix a warning about an uninitialized variable

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
64f3a658 by Niels Thykier at 2017-12-30T20:35:45+00:00
Buildsystem.pm: Refactor doit_in_foodir{,_noerror}

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
23c75208 by Niels Thykier at 2017-12-30T20:44:32+00:00
Dh_Lib: doit - support update_env to change child %ENV

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
5d09e922 by Niels Thykier at 2017-12-30T20:58:19+00:00
meson.pm: Set LC_ALL=C.UTF-8 when invoking meson

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
6745d1f3 by Niels Thykier at 2017-12-30T21:00:26+00:00
meson.pm: Remove redundant boilerplate method

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
4e37535c by Niels Thykier at 2017-12-31T17:05:51+00:00
dh_makeshlibs: Optimize shlibs generation a bit

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
7eb6444b by Niels Thykier at 2017-12-31T17:06:41+00:00
dh_makehshlibs: Fix typo in verbose message

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
d93b022b by Niels Thykier at 2017-12-31T17:19:36+00:00
dh_makeshlibs: Find all unversioned SONAMES

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
6f80b46a by Niels Thykier at 2017-12-31T17:20:07+00:00
dh_makeshlibs: In c12, avoid passing SONAME-less binaries to dpkg-gensymbols

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
bda6d60b by Niels Thykier at 2017-12-31T17:48:59+00:00
Replace some ad-hoc checks with excludefile()

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
1c61dca2 by Niels Thykier at 2017-12-31T18:25:25+00:00
dh_compress: Avoid compressing examples [c12]

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
04b8b22d by Niels Thykier at 2017-12-31T18:49:37+00:00
dh_installinit: Remove unused subst parameters for {pre,post}rm scripts

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
dc13d672 by Niels Thykier at 2017-12-31T19:03:08+00:00
dh_installinit: Add a --no-enable parameter

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
60d7eff8 by Niels Thykier at 2017-12-31T21:03:31+00:00
Dh_Lib: Make "exit 1" the default value for ERROR_HANDLER

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
8a9db97b by Niels Thykier at 2018-01-01T08:35:36+00:00
autoscripts/*systemd*: Consistently use "|| true"

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
0396db52 by Niels Thykier at 2018-01-01T08:37:11+00:00
dh_installinit: Do most autoscripts substs without a shell

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
7844105d by Niels Thykier at 2018-01-01T09:13:26+00:00
dh_clean: Skip cleaning in .pc and _darcs

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
847e5b8a by Niels Thykier at 2018-01-02T08:54:02+00:00
dh_strip: Do not strip debug symbols in the .build-id dir

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
6d5f3b79 by Niels Thykier at 2018-01-02T09:01:06+00:00
dh_gencontrol: Deduplicate debug ids

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
cb2caa7f by Niels Thykier at 2018-01-02T09:55:21+00:00
dh: Rewrite sequence handling

Rewrite the way we compute the sequences to ensure that:

 1) Rules target remain opaque (particularly "subtargets" are now
    also opaque).
 2) Opaque targets are run first, so they can run their subtargets
    before dh runs a command that depends on it.

This is the first half of fixing Debian#880840.

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
33788cb6 by Niels Thykier at 2018-01-02T14:01:14+00:00
dh: Do not re-run completed targets

This is part of 2 of the dh sequence rewrite.  Part 1
is cb2caa7f67837294b0681d881f52dd23df487f33.

This change ensures that dh no longer attempts to run a target that is
already marked as complete (e.g. via the stamp file).

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
486dc119 by Niels Thykier at 2018-01-02T14:08:08+00:00
dh: Isolate some (now) "compat 9"-only code

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
eb1bdee3 by Niels Thykier at 2018-01-02T14:41:06+00:00
dh: Ensure that $startpoint{$package} is defined

Thanks to James Cowgill for finding this bug.

- - - - -
39b55236 by Niels Thykier at 2018-01-02T15:35:57+00:00
d/control: Add a Breaks for cmake in backports

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
a9a69a80 by Niels Thykier at 2018-01-02T17:41:03+00:00
R³ support: DPKG_GAIN_ROOT_CMD => DEB_GAIN_ROOT_CMD

We are renaming DPKG_GAIN_ROOT_CMD to DEB_GAIN_ROOT_CMD for
consistency with other dpkg variables.

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
c1e2bbd0 by Niels Thykier at 2018-01-02T18:31:17+00:00
debhelper.pod: Remove cmake caveat for compat 11

Given the "Breaks: cmake (<< 3.9~)" it is no longer relevant.

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
e6870cea by Niels Thykier at 2018-01-03T10:43:19+00:00
Dh_Lib: Support ordering for service handling autosnippets

This is part 1 of 2 for solving Debian#814285 and Debian#885998

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
ae44b8c5 by Niels Thykier at 2018-01-03T10:43:46+00:00
dh_install{init,systemd}: Re-order service autosnippets

Depends on e6870ceafb9d51800de86a7106cdfb4ce9c9dad8

Closes: Debian#885998, #885998
Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
adc7e4c7 by Niels Thykier at 2018-01-03T10:47:19+00:00
d/changelog: Fix bug number

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
63153d77 by Niels Thykier at 2018-01-03T11:23:47+00:00
Document the cmake Breaks to assist backporting

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
be7db93a by Niels Thykier at 2018-01-03T11:58:23+00:00
d/control: Clean up and document versioned constraints

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
f31d0dda by Niels Thykier at 2018-01-03T13:39:26+00:00
dh_installsystemd: Fix NOOP PROMISE

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
9a916b57 by Niels Thykier at 2018-01-03T14:52:51+00:00
t/dh-sequencer.t: Less is more - remove redundant code

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
74d7ea5a by Baptiste Jammet at 2018-01-03T19:47:52+00:00
Updated French translation of documentation

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
76a900d2 by Niels Thykier at 2018-01-04T19:10:01+00:00
dh: Move some "compat 9"-only code inside an if-guard

This will make it easier to see that the code is dead once compat 9
is removed.

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
d0cd6459 by Niels Thykier at 2018-01-04T19:14:28+00:00
dh: Avoid reset of starting point with multiple opaque targets

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
950bb66a by Niels Thykier at 2018-01-04T19:22:16+00:00
Dh_Lib: Guard against invalid "snippet-order" values in autoscript

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
99fe288e by Niels Thykier at 2018-01-06T19:38:09+00:00
Buildsystem: Fix a bug in _generic_doit_in_dir

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
911760c5 by Niels Thykier at 2018-01-06T19:47:30+00:00
dh_makeshlibs: Avoid duplicates for unversioned SONAMES in compat <= 11

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
22c79dc0 by Niels Thykier at 2018-01-06T19:58:42+00:00
dh_installdeb/Dh_Lib: Fix bug in merge of multiple autoscripts

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
eb9fef90 by Niels Thykier at 2018-01-06T20:48:21+00:00
d/control: Bump S-V to 4.1.3 - no additional changes required

- - - - -
d2d5a11e by Niels Thykier at 2018-01-06T21:17:45+00:00
Regenerate POT and PO files

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
648c357c by Niels Thykier at 2018-01-06T21:18:04+00:00
Release debhelper/11.1 into unstable

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
62a4c177 by Niels Thykier at 2018-01-07T09:48:03+00:00
dh: Fix off-by-one in a compat check

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
9070a586 by Niels Thykier at 2018-01-07T09:49:37+00:00
Release debhelper/11.1.1 into unstable

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
084c26e7 by Niels Thykier at 2018-01-07T21:31:24+00:00
dh: Fix missing $ in $startpoint

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
24495458 by Niels Thykier at 2018-01-07T21:32:00+00:00
Release debhelper/11.1.2 into unstable

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
f0da2349 by Niels Thykier at 2018-01-14T09:57:49+00:00
autoscripts: Improve rollback handling

On failed upgrades, dpkg can potentially roll back to the existing
version of a package.  Improve the scripts to handle this case better.
In particularly, ensure that the "postinst" snippets are also run on
an "abort-upgrade".

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
685618e9 by Niels Thykier at 2018-01-14T10:22:37+00:00
Update test to match previous commit

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
0fe29da4 by Niels Thykier at 2018-01-20T09:34:29+00:00
d/control: Add breaks on meson for backports

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
dc8a4639 by Niels Thykier at 2018-01-20T12:23:22+00:00
autoscripts/postinst-*: Handle all current abort-* cases

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
7853ec7c by Niels Thykier at 2018-01-20T14:04:15+00:00
Dh_Lib: Print environment changes when printing *doit commands

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
104e0e2c by Niels Thykier at 2018-01-20T14:11:47+00:00
ninja.pm: Set LC_ALL=C.UTF-8 for meson builds

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
2a8d9efc by Niels Thykier at 2018-01-20T16:41:53+00:00
dh: Always run commands with sequence defined options

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
416c8f2c by Niels Thykier at 2018-01-20T18:32:17+00:00
Release debhelper/11.1.3 into unstable

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
470e9881 by Niels Thykier at 2018-01-21T08:18:59+00:00
qmake{,4}.pm: Avoid global state in build systems

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
7b0fadbc by Niels Thykier at 2018-01-22T07:19:23+00:00
dh_makeshlibs: Fix --no-act

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
75518fac by Niels Thykier at 2018-01-24T19:58:40+00:00
dh_installdocs: Make -A neuter main-doc package auto-detection

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
91baecba by Niels Thykier at 2018-01-24T20:19:22+00:00
Dh_Lib: Fix regression in handling of "foo{bar}" globs

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
f848b452 by Niels Thykier at 2018-01-28T09:02:48+00:00
Update Vcs-* fields

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
185bb07e by Niels Thykier at 2018-01-28T09:05:18+00:00
Update maintainer address to debhelper at packages.d.o

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
764779d3 by Niels Thykier at 2018-01-28T09:06:51+00:00
Remove Bernhard from uploaders

Bernhard does not appear to be active in debhelper at the moment (last
contribution appears to be at least 2 years ago).

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
4d8d691b by Niels Thykier at 2018-01-28T12:31:15+00:00
dh: Rename optimize_sequence to unpack_sequence

It is not a super name, but "optimize" implies that dh will work if
you skip the call. By renaming it to unpack we avoid that implication.

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
037bca3d by Niels Thykier at 2018-01-28T13:03:06+00:00
Drop obsolete constant

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
b035cb58 by Niels Thykier at 2018-01-28T14:36:21+00:00
Bump dpkg (build-)depends for R³ support

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
4692a8d4 by Niels Thykier at 2018-01-28T17:08:28+00:00
Drop support for DPKG_GAIN_ROOT_COMMAND

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
a15dba1b by Niels Thykier at 2018-01-28T21:13:22+00:00
Rely on DEB_RULES_REQUIRES_ROOT for R³ support

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
fb1697a7 by Niels Thykier at 2018-01-30T06:48:10+00:00
d/control: Bump dependency on dh-autoreconf

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
36eb292a by Niels Thykier at 2018-01-31T18:45:06+00:00
Dh_Lib: Fix typo in verbose output

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
7093115c by Niels Thykier at 2018-01-31T19:32:40+00:00
d/changelog: Add Closes for cloned bug

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
b9c0f907 by Niels Thykier at 2018-01-31T20:23:06+00:00
makefile.pm: Sort %DEB_DEFAULT_TOOLS arguments

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
7d1eb239 by Niels Thykier at 2018-01-31T21:20:34+00:00
t: Remove some uid_0_test_is_ok guards

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
97308fb0 by Niels Thykier at 2018-01-31T21:36:35+00:00
Release debhelper/11.1.4 into unstable

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
7d61a59f by Niels Thykier at 2018-02-04T18:05:03+00:00
dh_install{docs,examples,info,man}: Add missing compat 11 documentation

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
09f9ec36 by Jakub Wilk at 2018-02-12T18:18:26+00:00
meson.pm: Fix locale name

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
8ded5825 by Christoph Biedl at 2018-02-15T18:56:13+00:00
autoscripts/postinst-systemd-restart: Fix indentation

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
9986bc5c by Niels Thykier at 2018-02-18T07:40:56+00:00
d/changelog: Fix typo

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
e6b3ba49 by Niels Thykier at 2018-02-18T07:50:12+00:00
dh_testroot: root_requirements() no longer read d/control

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
f8d7a6ea by Niels Thykier at 2018-02-18T08:05:55+00:00
makefile: Pass -O to make with -jX

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
0bbd3503 by Niels Thykier at 2018-02-18T08:09:58+00:00
dh_gencontrol: Fix uninitialized value warning

Regression introduced in commit
6d5f3b79c743ee8b466813ea3e62b4d492fc598c.

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
bd9fe946 by Niels Thykier at 2018-02-18T08:36:31+00:00
Dh_Lib: make pkgfile rely on package_cross_type

During a cross-compilation, if a package is set to compile for TARGET,
then we should use the TARGET specific pkgfile rather than the HOST
specific one (if any).

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
ab211424 by Niels Thykier at 2018-02-24T09:24:29+00:00
d/control: Drop binutils dependency

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
9108d9b9 by Niels Thykier at 2018-02-24T15:58:35+00:00
makefile.pm: Skip -O when STDOUT it a TTY

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
c91b3ff8 by Niels Thykier at 2018-02-24T15:58:51+00:00
Prototype; extract compat level from build-depends

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
2712458b by Niels Thykier at 2018-02-24T15:58:51+00:00
Dh_Lib: Ensure that debhelper-compat is in Build-Depends

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
c013048d by Niels Thykier at 2018-02-24T15:58:51+00:00
Generate Provides field automatically

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
f27c5786 by Niels Thykier at 2018-02-24T16:00:45+00:00
d/changelog: Add changelog for the experimental feature

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
76d30a5e by Niels Thykier at 2018-02-24T16:01:50+00:00
Release debhelper/11.1.5~alpha1 into experimental

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
77389851 by Niels Thykier at 2018-02-25T09:51:36+00:00
Dh_Lib: add warning for d-compat B-Ds being experimental

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
facf8734 by Niels Thykier at 2018-02-25T10:12:35+00:00
Release debhelper/11.1.5 into unstable

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
7025d4f3 by Niels Thykier at 2018-02-26T19:38:26+00:00
Dh_Lib: Fix invalid parameter for package_cross_type

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
30ea2c14 by Niels Thykier at 2018-03-07T19:44:57+00:00
Move sub from dh to D::DH::SequencerUtil

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
53697e65 by Niels Thykier at 2018-03-07T20:26:58+00:00
t: Refactor test

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
d68d6751 by Niels Thykier at 2018-03-07T20:37:07+00:00
SequencerUtil: Always inline when asked to always inline

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
b1ea7c88 by Niels Thykier at 2018-03-07T20:37:07+00:00
t: Add test for compat 8 handling of sequences

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
0e8a8e4e by Niels Thykier at 2018-03-07T20:40:00+00:00
dh: Simplify sequence definitions

As of commit d68d6751a86052246433bf4381a5f8daac45f90d, the
SequencerUtil function "unpack_sequence" should correctly transform
the "compat 9"-style sequences into "compat 8"-style sequences.
Exploit this to avoid the duplicated definitions.

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
d08e7096 by Niels Thykier at 2018-03-08T20:24:40+00:00
autopkgtests: Remove now broken use-name test

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
eba6f8d0 by Niels Thykier at 2018-03-29T15:08:02+00:00
Avoid versioned dependency on make

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
6fbb11e5 by Niels Thykier at 2018-03-29T15:08:34+00:00
Bump versioned dependency on dh-autoreconf

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
4e21ab47 by Nicolas Boulenguez at 2018-03-29T15:13:52+00:00
dh_installinfo: Accept --sourcedir as documented

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
4e7b789f by Nicolas Boulenguez at 2018-03-29T15:17:12+00:00
dh_ucf.1: Document --all + non-option parameters

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
6c1a39e9 by Nicolas Boulenguez at 2018-03-29T15:26:14+00:00
dh_installxfonts: Fix unreproducible maintscripts

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
f7fe62e7 by Niels Thykier at 2018-03-29T16:15:31+00:00
make_symlink: Fix corner cases for link names

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
64c70b07 by Niels Thykier at 2018-03-29T16:38:03+00:00
dh_installinfo: Report installed files to dh_missing

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
c8e57190 by Niels Thykier at 2018-03-29T17:28:13+00:00
Update POT and PO files

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
59940fb4 by Niels Thykier at 2018-03-29T19:10:04+00:00
Dh_Lib: Avoid load-time dependency on d/control

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
0d4faec5 by Niels Thykier at 2018-03-29T19:30:29+00:00
Release debhelper/11.1.6 into unstable

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -
84af2aae by Mattia Rizzolo at 2018-04-04T20:03:26+02:00
Merge tag 'debian/11.1.6' into stretch-backports

Release debhelper/11.1.6 into unstable

Format: 1.8
Date: Thu, 29 Mar 2018 19:26:59 +0000
Source: debhelper
Binary: debhelper dh-systemd
Architecture: source
Version: 11.1.6
Distribution: unstable
Urgency: medium
Maintainer: Debhelper Maintainers <debhelper at packages.debian.org>
Changed-By: Niels Thykier <niels at thykier.net>
Description:
 debhelper  - helper programs for debian/rules
 dh-systemd - debhelper add-on to handle systemd unit files - transitional pack
Closes: 891546 892586 893160 894226 894227 894228 894229
Changes:
 debhelper (11.1.6) unstable; urgency=medium
 .
   * Dh_Lib: Avoid passing invalid parameters to a function, which
     caused tons of "package ARRAY(...) is not in control info"
     warnings from dh in some cases.  It triggers when dh thinks
     the package might have architecture qualified debhelper config
     files.  The warning is harmless (besides the noise) for all
     native builds and most cross builds, but it did invalidate
     attempt to make pkgfile() use "DEB_TARGET_ARCH{,_OS}"
     (see 11.1.5~alpha1).  Thanks to Andreas Beckmann for reporting
     the issue.  (Closes: #891546)
   * dh: Refactor handling of sequences to simplify some code paths.
   * autopkgtests: Remove "use-name" tests as it no longer works.
     The debhelper module makes assumptions in which directory it is
     run from and the test breaks these assumptions.
   * debian/control: Comment out versioned dependency on make.
     It is not strictly necessary for Debian and causes issues with
     make-guile.  On the other hand, it is useful for people
     backporting debhelper on derivatives and hench leaving it as a
     comment.  (Closes: #892586)
   * debian/control: Bump dependency on dh-autoreconf for the fix for
     #889567.
   * dh_installinfo: Accept --sourcedir like the documentation says
     for compat 11.  Prevently the option was incorrectly silently
     ignored.  Thanks to Nicolas Boulenguez for the report and the
     patch.  (Closes: #894226)
   * dh_ucf.1: Apply patch from Nicolas Boulenguez to add missing
     documentation of the "--all" and non-option parameters.
     (Closes: #894228)
   * dh_installxfonts: Apply patch from Nicolas Boulenguez.  This
     ensures that the generated maintscript snippets are bit-for-bit
     reproducible when a package ships xfons in multiple fonts
     directories.  (Closes: #894227)
   * Dh_Lib: Improve the "make_symlink" code to avoid non-compliant
     symlinks when the link name was not a normalized path.  Note
     that ".."-segments are now disallowed in the link name (but not
     the link target).  Thanks to Nicolas Boulenguez for reporting
     the bug plus the test cases.  (Closes: #894229)
   * dh_installinfo: Report installed files to dh_missing.  Thanks
     to Daniel Kahn Gillmor for reporting this omission.
     (Closes: #893160)
   * Dh_Lib: Make Dh_Lib loadable again without a debian/control being
     present.  This makes the autopkgtests work again.
Checksums-Sha1:
 b50d4735817f02f50d42e34ef5eb55094d852bba 1712 debhelper_11.1.6.dsc
 7b770b9670cb3058235adf4726e858301e83433b 453020 debhelper_11.1.6.tar.xz
 d1c628f20c5546e41047ce67806034bdfdcbb6f7 4552 debhelper_11.1.6_source.buildinfo
Checksums-Sha256:
 b5f4747df854b3dcd1866bf1eb018b4a0ac6a225167f56d3f16d669867240a06 1712 debhelper_11.1.6.dsc
 f0c940152c0048afef20579c8e9bc6e706aaff2ca2033d23524a1592c12ee24d 453020 debhelper_11.1.6.tar.xz
 5be89bbb6fdb7b4dc121fc8a67e9c6d65bd82b4d7a3a48da05c27ad55aecaa41 4552 debhelper_11.1.6_source.buildinfo
Files:
 f0166e8206ca2d1b736ede736857e83f 1712 devel optional debhelper_11.1.6.dsc
 5718d7295ffb1e51d6ac9befbffab243 453020 devel optional debhelper_11.1.6.tar.xz
 fb9428eddd13412529251932961e732e 4552 devel optional debhelper_11.1.6_source.buildinfo
Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -
94a60dfd by Mattia Rizzolo at 2018-04-04T20:21:39+02:00
Lower the version restrictions on dpkg and dpkg-dev

They are not needed anymore, as R³ support is not implied anymore, but
requires an environment variable to be passed.

Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -
28da889a by Mattia Rizzolo at 2018-04-04T20:23:54+02:00
Revert "d/control: Remove R³ header"

This reverts commit 82627ee5df6c1076c6b7e0b7b1ff3b4faf06b4e2.

Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -
0e023355 by Mattia Rizzolo at 2018-04-04T20:25:20+02:00
Changelog for 11.1.6~bpo9+1

Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -


30 changed files:

- Makefile
- autoscripts/postinst-emacsen
- autoscripts/postinst-icons
- autoscripts/postinst-init
- autoscripts/postinst-init-nostart
- autoscripts/postinst-init-restart
- autoscripts/postinst-init-tmpfiles
- autoscripts/postinst-modules
- autoscripts/postinst-systemd-dont-enable
- autoscripts/postinst-systemd-enable
- autoscripts/postinst-systemd-restart
- autoscripts/postinst-systemd-restartnostart
- autoscripts/postinst-systemd-start
- autoscripts/postinst-ucf
- autoscripts/postinst-usrlocal
- autoscripts/postinst-wm
- autoscripts/postinst-wm-noman
- autoscripts/postrm-systemd
- autoscripts/prerm-systemd
- autoscripts/prerm-systemd-restart
- debhelper.pod
- debian/changelog
- debian/control
- + debian/gen-provides
- debian/rules
- − debian/tests/pkg-perl/use-name
- dh
- dh_clean
- dh_compress
- dh_dwz


The diff was not included because it is too large.


View it on GitLab: https://salsa.debian.org/debian/debhelper/compare/80f7483a34de85d2abdeb2bc2e68c5f6685da97d...0e0233555084160795e0a4b777b23b7bd82a7f1e

---
View it on GitLab: https://salsa.debian.org/debian/debhelper/compare/80f7483a34de85d2abdeb2bc2e68c5f6685da97d...0e0233555084160795e0a4b777b23b7bd82a7f1e
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/debhelper-devel/attachments/20180404/e9d64a59/attachment-0001.html>


More information about the debhelper-devel mailing list