[debhelper-devel] [debhelper] 03/04: Dh_Lib: Disable R³ in backports
Niels Thykier
nthykier at moszumanska.debian.org
Wed Nov 1 07:12:27 UTC 2017
This is an automated email from the git hooks/post-receive script.
nthykier pushed a commit to branch stretch-backports
in repository debhelper.
commit eebd60076d464ffc233f6d71c84084d813e82eaa
Author: Niels Thykier <niels at thykier.net>
Date: Wed Nov 1 07:06:29 2017 +0000
Dh_Lib: Disable R³ in backports
Signed-off-by: Niels Thykier <niels at thykier.net>
---
debian/changelog | 2 ++
lib/Debian/Debhelper/Dh_Lib.pm | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 99fab02..3e3e121 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
debhelper (10.10.5~bpo9+1) UNRELEASED; urgency=medium
* Rebuild for stretch-backports.
+ * Dh_Lib: Disable R³ support as we need dpkg{,-dev} (>= 1.19.0.4)
+ for that.
-- Niels Thykier <niels at thykier.net> Wed, 01 Nov 2017 07:04:41 +0000
diff --git a/lib/Debian/Debhelper/Dh_Lib.pm b/lib/Debian/Debhelper/Dh_Lib.pm
index 190d376..c311231 100644
--- a/lib/Debian/Debhelper/Dh_Lib.pm
+++ b/lib/Debian/Debhelper/Dh_Lib.pm
@@ -25,7 +25,7 @@ use constant {
'DH_BUILTIN_VERSION' => \'<DH_LIB_VERSION>', #'# Hi emacs.
# Kill-switch for R³ (for backports)
- 'DH_ENABLE_RRR_SUPPORT' => 1,
+ 'DH_ENABLE_RRR_SUPPORT' => 0,
};
my %NAMED_COMPAT_LEVELS = (
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debhelper/debhelper.git
More information about the debhelper-devel
mailing list