diff options
author | Niels Thykier <niels@thykier.net> | 2018-01-02 17:40:59 +0000 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2018-01-02 17:41:03 +0000 |
commit | a9a69a80c8527a2ed49c3a147d7aff2ca8d63f8e (patch) | |
tree | 2a7c7b4f69d6f85582a4e401432a05e1cb734d84 /debian | |
parent | 39b55236985c2a7e92c59051e7c958cf90b0d345 (diff) | |
download | debhelper-a9a69a80c8527a2ed49c3a147d7aff2ca8d63f8e.tar.gz |
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@thykier.net>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index d79284d5..b697f203 100644 --- a/debian/changelog +++ b/debian/changelog @@ -59,6 +59,8 @@ debhelper (11.1) UNRELEASED; urgency=medium * d/control: Add a Breaks against cmake (<< 3.8~) to ensure that cmake response to the /run change in compat 11. Thanks to Adrian Bunk for the suggestion. (Closes: #886127) + * Dh_Lib.pm/dh_testroot: Support the DEB_GAIN_ROOT_CMD environment + that replaces DPKG_GAIN_ROOT_CMD. -- Niels Thykier <niels@thykier.net> Sun, 17 Dec 2017 07:59:18 +0000 |