[dpkg] 89/200: debian: Revert the perl to perl:any dependency change in libdpkg-perl

Ximin Luo infinity0 at debian.org
Wed Apr 5 15:17:22 UTC 2017


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

infinity0 pushed a commit to branch master
in repository dpkg.

commit a9eb36b4022bb9c0094b9fa5f1a26c01de3bade4
Author: Guillem Jover <guillem at debian.org>
Date:   Tue Dec 20 12:41:21 2016 +0100

    debian: Revert the perl to perl:any dependency change in libdpkg-perl
    
    Even though this was a correct change, it currently breaks debootstrap in
    stable (jessie), testing (stretch) and unstable, which does not support
    arch-qualified dependencies.
    
    We'll have to live with the Multi-Arch hinter being unhappy for now.
---
 debian/changelog | 7 +++++++
 debian/control   | 5 ++++-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a309350..d4a3edb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,12 @@
 dpkg (1.18.18) UNRELEASED; urgency=medium
 
+  [ Guillem Jover ]
+  * Packaging:
+    - Revert the perl to perl:any dependency change in libdpkg-perl, as that
+      breaks debootstrap in stable (jessie), testing (stretch) and unstable,
+      which do not support arch-qualified dependencies. We'll have to live
+      with the Multi-Arch hinter being unhappy for now.
+
   [ Updated man pages translations ]
   * German (Helge Kreutzmann).
 
diff --git a/debian/control b/debian/control
index bc53c66..68ac803 100644
--- a/debian/control
+++ b/debian/control
@@ -124,7 +124,10 @@ Architecture: all
 Multi-Arch: foreign
 Depends:
  ${misc:Depends},
- perl:any,
+# XXX: This needs to be perl:any, but that breaks debootstrap in jessie
+# (the current stable), it could be fixed once and iff stretch is stable
+# and contains a fixed debootstrap.
+ perl,
 # Needed for arch tuples.
  dpkg (>= 1.18.11),
 Recommends:

-- 
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