[dpkg] 173/192: debian: Add git and bzr to Suggests for libdpkg-perl

Ximin Luo infinity0 at debian.org
Tue Oct 17 11:04:15 UTC 2017


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

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

commit 0f5d107191fa58a4092d9ce17d079a50c82c4332
Author: Guillem Jover <guillem at debian.org>
Date:   Fri Oct 6 03:35:40 2017 +0200

    debian: Add git and bzr to Suggests for libdpkg-perl
    
    The Dpkg::Source::Package::V3 source formats can use them.
    
    Closes: #877688
---
 debian/changelog | 1 +
 debian/control   | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index fa7eac7..aad3a4d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -175,6 +175,7 @@ dpkg (1.19.0) UNRELEASED; urgency=medium
       pre-multiarch dpkg versions.
     - Remove alternative logs when purging dpkg (!?).
     - Add support for DPKG_ROOT in dpkg maintainer scripts.
+    - Add git and bzr to libdpkg-perl Suggests. Closes: #877688
   * Test suite:
     - Enable perlcritic Documentation::RequirePodSections and
       Miscellanea::ProhibitTies.
diff --git a/debian/control b/debian/control
index 6baf98b..5354721 100644
--- a/debian/control
+++ b/debian/control
@@ -136,6 +136,10 @@ Suggests:
  gcc | c-compiler,
  binutils,
  patch,
+# Needed by Dpkg::Source::Package::V3::Git
+ git,
+# Needed by Dpkg::Source::Package::V3::Bzr
+ bzr,
 Breaks:
 # Needed for git-style diffs.
  patch (<< 2.7),

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