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

guillem pushed a commit to branch master
in repository dpkg.

commit 08755e7885dbab3d354252fda8144ff5a59a4c41
Author: Guillem Jover <guil...@debian.org>
Date:   Sat May 5 03:27:29 2018 +0200

    debian: Fix libncurses-dev Build-Depends
    
    Fixes: commit 114121d649b57bea9236b807d7c57bc918c67723
    Thanks-to: Sven Joachim <svenj...@gmx.de>
---
 debian/changelog | 3 ++-
 debian/control   | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1c45c41..d29543f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -128,7 +128,8 @@ dpkg (1.19.1) UNRELEASED; urgency=medium
     - Bump Standards-Version to 4.1.1 (no changes needed).
     - Add bzip2 and xz-utils to Build-Depends, required by the functional test
       suite, but shadowed by dpkg-dev from the build system pulling those in.
-    - Add libncurses-dev as the first Build-Depends alternative.
+    - Add versioned libncurses-dev as the first Build-Depends alternative.
+      Thanks to Sven Joachim <svenj...@gmx.de>.
   * 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 e636673..7f5486c 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Build-Depends:
  libbz2-dev,
  liblzma-dev,
  libselinux1-dev [linux-any],
- libncurses-dev | libncursesw5-dev,
+ libncurses-dev (>= 6.1+20180210) | libncursesw5-dev,
 # Needed for the functional test.
  bzip2 <!nocheck>,
  xz-utils <!nocheck>,

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

Reply via email to