[Reproducible-commits] [dpkg] 43/54: debian: Add missing Build-Depends for restriction formula support

Mattia Rizzolo mattia at debian.org
Fri Jan 15 18:54:03 UTC 2016


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

mattia pushed a commit to branch pu/reproducible_builds
in repository dpkg.

commit 27d4807a75aa86dd608e6393e8ab2d9a739f1da9
Author: Guillem Jover <guillem at debian.org>
Date:   Fri Dec 25 04:42:08 2015 +0100

    debian: Add missing Build-Depends for restriction formula support
    
    Although these are really not needed, as they are available already from
    Debian stable, it makes it obvious for people who might want to backport
    dpkg to older suites or distributions.
    
    Warned-by; lintian
---
 debian/changelog | 2 ++
 debian/control   | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index b4f5acf..34e5f09 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -47,6 +47,8 @@ dpkg (1.18.4) UNRELEASED; urgency=medium
       to generate, default for now is development documentation.
     - Try to use AM_GNU_GETTEXT_REQUIRE_VERSION to benefit from the latest
       installed gettext version, while guaranteeing a minimal required version.
+  * Packaging:
+    - Add missing Build-Depends for restriction formula support.
   * Documentation:
     - Move description for “target architecture” from the dpkg-architecture(1)
       ‘-A’ option to the TERMS section. Closes: #799046
diff --git a/debian/control b/debian/control
index 68c8f6a..8c05b3e 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: git://anonscm.debian.org/dpkg/dpkg.git
 Standards-Version: 3.9.6
-Build-Depends: debhelper (>= 9), pkg-config, flex,
+Build-Depends: dpkg-dev (>= 1.17.14), debhelper (>= 9.20141010),
+ pkg-config, flex,
  gettext (>= 0.19), po4a (>= 0.41),
  zlib1g-dev, libbz2-dev, liblzma-dev,
  libselinux1-dev (>= 1.28-4) [linux-any],

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