[libgd-perl] 02/06: Add build dependency on libextutils-pkgconfig-perl.

gregor herrmann gregoa at debian.org
Sun Sep 25 15:58:49 UTC 2016


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

gregoa pushed a commit to branch master
in repository libgd-perl.

commit 8210f1c4d37847f167db80f437ad9b1965c786fa
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Sep 25 17:51:01 2016 +0200

    Add build dependency on libextutils-pkgconfig-perl.
---
 debian/control | 3 ++-
 debian/rules   | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index e54113b..73bc371 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,8 @@ Build-Depends: cdbs (>= 0.4.106~),
  libx11-dev,
  libregexp-assemble-perl,
  libimage-exiftool-perl,
- libfont-ttf-perl
+ libfont-ttf-perl,
+ libextutils-pkgconfig-perl
 Vcs-Git: https://anonscm.debian.org/pkg-perl/packages/libgd-perl
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libgd-perl.git
 Standards-Version: 3.9.6
diff --git a/debian/rules b/debian/rules
index 6dbe62b..ec3aad8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,6 +46,7 @@ CDBS_REPLACES_$(pkg) = $(oldpkgs-versioned)
 # extract metadata from images and fonts before copyright check
 CDBS_BUILD_DEPENDS +=, libregexp-assemble-perl, libimage-exiftool-perl
 CDBS_BUILD_DEPENDS +=, libfont-ttf-perl
+CDBS_BUILD_DEPENDS +=, libextutils-pkgconfig-perl
 local_inspection_regex = gif|jpeg|png|tif|ttf
 local_inspection_exif_regex = jpeg-.*|png-.*
 DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^((.*/)?[^/]+\.($(local_inspection_regex)|$(local_inspection_exif_regex))|debian/(changelog|copyright(|_hints|_newhints)))$$

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libgd-perl.git



More information about the Pkg-perl-cvs-commits mailing list