[dpkg] 12/27: debian: Disable R³ field until debhelper supports it

Mattia Rizzolo mattia at debian.org
Mon Oct 23 18:10:28 UTC 2017


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository dpkg.

commit ba52826a3429b9037e1876ba63c51afb211f151d
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.
---
 debian/changelog | 1 +
 debian/control   | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index dd314d0..e553e72 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ dpkg (1.19.1) UNRELEASED; urgency=medium
     - Add Breaks to libdpkg-perl against pkg-kde-tools (<< 0.15.28~), as
       that package is using private modules with no API guarantees, that
       obviously broke due to recent changes in 1.19.0. Closes: #878919
+    - Comment out Rules-Requires-Root field until debhelper supports it.
   * Test suite:
     - Skip Dpkg::OpenPGP test if gpg is not present.
 
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