[Reproducible-commits] [perl] 28/36: Relax the perl-modules -> perl-base dependency. (Closes: #784574)

Mattia Rizzolo mattia at mapreri.org
Tue Nov 17 14:01:05 UTC 2015


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

mapreri-guest pushed a commit to branch pu/reproducible_builds
in repository perl.

commit b07ce26d2922322a057234e5d1568a52373fd00a
Author: Niko Tyni <ntyni at debian.org>
Date:   Wed May 6 18:57:35 2015 +0300

    Relax the perl-modules -> perl-base dependency. (Closes: #784574)
    
    The strict dependency is causing problems in various places where arch:all
    packages are made available before the arch:any ones are built.
    
    perl-base now Breaks older perl and perl-modules because the symlinks
    it provides in @INC (/usr/share/perl/5.20 -> 5.20.2) change with each
    upstream release.
    
    See #784137 and https://lists.debian.org/debian-68k/2015/03/msg00007.html
---
 debian/changelog | 1 +
 debian/control   | 5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0721f20..08e9b0f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ perl (5.20.2-5) UNRELEASED; urgency=medium
 
   * Link /usr/bin/perl statically against libperl on all architectures.
     (Closes: #781476)
+  * Relax the perl-modules -> perl-base dependency. (Closes: #784574)
 
  -- Niko Tyni <ntyni at debian.org>  Wed, 06 May 2015 17:30:58 +0300
 
diff --git a/debian/control b/debian/control
index 1babd4c..9d2a5de 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,8 @@ Conflicts: safe-rm (<< 0.8),
  doc-base (<< 0.10.3),
  mono-gac (<< 2.10.8.1-3),
 Breaks: autoconf2.13 (<< 2.13-45),
- perl (<< 5.20.0~),
+ perl (<< ${Upstream-Version}~),
+ perl-modules (<< ${Upstream-Version}~),
  libperl5.20 (<< 5.20.2-5),
  pdl (<< 1:2.007-4),
  libfile-spec-perl (<< 3.4801),
@@ -108,7 +109,7 @@ Package: perl-modules
 Priority: standard
 Architecture: all
 Multi-Arch: foreign
-Depends: perl-base (>= ${source:Version})
+Depends: perl-base (>= ${Upstream-Version}-1)
 Pre-Depends: dpkg (>= 1.17.17)
 Recommends: perl (>= ${Upstream-Version}-1),
  libarchive-extract-perl,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/perl.git



More information about the Reproducible-commits mailing list