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

guillem pushed a commit to branch master
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=892f07de4227c9bdede6f68bd4bf7a79ca1e2517

commit 892f07de4227c9bdede6f68bd4bf7a79ca1e2517
Author: Guillem Jover <guil...@debian.org>
AuthorDate: Wed Aug 8 11:12:06 2018 +0200

    debian: Add sensible-utils to libdpkg-perl Suggests
    
    The Dpkg::Source::Package::V2 module will try to use sensible-editor if
    it's present. Add the Suggests to make the relationship explicit.
    
    Warned-by: lintian
---
 debian/changelog | 1 +
 debian/control   | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b129c07a3..ef1b1c27f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -200,6 +200,7 @@ dpkg (1.19.1) UNRELEASED; urgency=medium
       test driver, so it does not get honored.
     - Rename maintainer-build DEB_BUILD_OPTIONS to new standardized terse.
     - Enable verbose test suite only in non-terse builds.
+    - Add a Suggests on sensible-utils to libdpkg-perl.
   * Test suite:
     - Skip Dpkg::OpenPGP test if gpg is not present.
     - Check POD in all perl scripts.
diff --git a/debian/control b/debian/control
index a3f819118..469e21a21 100644
--- a/debian/control
+++ b/debian/control
@@ -142,6 +142,8 @@ Suggests:
  gcc | c-compiler,
  binutils,
  patch,
+# Used (if available) by Dpkg::Source::Package::V2.
+ sensible-utils,
 # Needed by Dpkg::Source::Package::V3::Git
  git,
 # Needed by Dpkg::Source::Package::V3::Bzr

-- 
Dpkg.Org's dpkg

Reply via email to