[dpkg] 175/187: debian: Add perl:Depends substvar to dpkg-dev package Depends

Reiner Herrmann reiner at reiner-h.de
Sun Nov 6 12:46:42 UTC 2016


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

deki-guest pushed a commit to branch master
in repository dpkg.

commit 93f9e46472665af1574b85cb0f31199f83ad4355
Author: Guillem Jover <guillem at debian.org>
Date:   Sat Nov 5 23:56:42 2016 +0100

    debian: Add perl:Depends substvar to dpkg-dev package Depends
    
    The scripts use modules not present in perl-base, so to be entirely
    correct we require the perl package, even though it gets pulled anyway
    by the libdpkg-perl package.
    
    Warned-by: dpkg-gencontrol
---
 debian/changelog | 1 +
 debian/control   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 92ba2aa..9cbf98d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -138,6 +138,7 @@ dpkg (1.18.11) UNRELEASED; urgency=medium
     - Remove update-alternatives, dpkg-divert and dpkg-statoverride
       compatibility symlinks, again.
     - Use perl:Depends via dh_perl instead of a hardcoded perl in Depends.
+    - Add perl:Depends to dpkg-dev Depends.
     - Remove unused dh_strip from binary_indep target.
     - Remove ancient upgrade code from maintainer scripts (before 1.15.x).
     - Stop compressing the dpkg.deb package with gzip.
diff --git a/debian/control b/debian/control
index 755a30a..66a3ce3 100644
--- a/debian/control
+++ b/debian/control
@@ -83,6 +83,7 @@ Architecture: all
 Multi-Arch: foreign
 Depends:
  ${misc:Depends},
+ ${perl:Depends},
  libdpkg-perl (= ${source:Version}),
 # Needed for --clamp-mtime.
  tar (>= 1.28-1),

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