[dpkg] 02/06: debian: Disable R³ field until debhelper supports it
Mattia Rizzolo
mattia at debian.org
Mon Oct 23 18:10:12 UTC 2017
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to annotated tag 1.19.0.3
in repository dpkg.
commit fe2cd2836a71c093be2405c86e4fdae264e3d2db
Author: Guillem Jover <guillem at debian.org>
Date: Thu Oct 19 00:51:21 2017 +0200
debian: Disable R³ field until debhelper supports it
If we use a dpkg that fully supports the field, with a debhelper that
does not, this will produce broken builds. Disable for now, until such
debhelper has been released, and then we'll need to add some kind of
relationship to avoid the problem.
(cherry picked from commit ba52826a3429b9037e1876ba63c51afb211f151d)
---
debian/changelog | 3 ++-
debian/control | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 69551de..44ade92 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
dpkg (1.19.0.3) UNRELEASED; urgency=medium
- *
+ * Packaging:
+ - Comment out Rules-Requires-Root field until debhelper supports it.
-- Guillem Jover <guillem at debian.org> Sat, 21 Oct 2017 15:57:09 +0200
diff --git a/debian/control b/debian/control
index 72b5493..f77b74e 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,8 @@ Homepage: https://wiki.debian.org/Teams/Dpkg
Vcs-Browser: https://anonscm.debian.org/cgit/dpkg/dpkg.git
Vcs-Git: https://anonscm.debian.org/git/dpkg/dpkg.git
Standards-Version: 4.1.0
-Rules-Requires-Root: no
+# We cannot enable R³ until debhelper supports it.
+#Rules-Requires-Root: no
Build-Depends:
debhelper (>= 10),
pkg-config,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dpkg.git
More information about the Reproducible-commits
mailing list