diff options
author | Niels Thykier <niels@thykier.net> | 2018-02-18 07:50:12 +0000 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2018-02-18 07:50:12 +0000 |
commit | e6b3ba49d0e1504966eaeb58dca280ea3c8310bc (patch) | |
tree | 4c9a09c73d43ef2d4b87c58f2baa272ee3581220 /debian | |
parent | 9986bc5c1ea30c8c4df51605b4f3916825aa263a (diff) | |
download | debhelper-e6b3ba49d0e1504966eaeb58dca280ea3c8310bc.tar.gz |
dh_testroot: root_requirements() no longer read d/control
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e35498e9..a99e0df0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,11 @@ debhelper (11.1.5) UNRELEASED; urgency=medium of the "C.UTF-8" locale. * autoscripts/postinst-systemd-restart: Apply patch from Christoph Biedl to fix indentation. (Closes: #890373) + * dh_testroot: With the advent of DEB_RULES_REQUIRES_ROOT, it + no longer needs to read debian/control to tell whether root + is needed or not. However, the warning remains for calling + dh_testroot outside the source root (as we may need to check + the compat level in a future version of debhelper). -- Niels Thykier <niels@thykier.net> Sun, 04 Feb 2018 18:03:34 +0000 |