[libpkgconfig-perl] 01/03: Drop explicit build dependency on Test::More.
gregor herrmann
gregoa at debian.org
Thu May 12 22:37:48 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libpkgconfig-perl.
commit 883e9ae8738976c4dc3453a41b291d8440f578d8
Author: gregor herrmann <gregoa at debian.org>
Date: Fri May 13 00:28:11 2016 +0200
Drop explicit build dependency on Test::More.
The required version is available in oldstable, and oldoldstable is gone by
now.
---
debian/control | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/debian/control b/debian/control
index d55506a..43884ad 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,20 @@
Source: libpkgconfig-perl
-Section: perl
-Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Wolfgang Fütterer <debian at wlf-online.de>
+Section: perl
+Testsuite: autopkgtest-pkg-perl
+Priority: optional
Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: perl, perl (>= 5.11.1) | libtest-simple-perl (>= 0.94)
+Build-Depends-Indep: perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpkgconfig-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libpkgconfig-perl.git
Homepage: https://metacpan.org/release/PkgConfig
-Testsuite: autopkgtest-pkg-perl
Package: libpkgconfig-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+ ${perl:Depends}
Description: Pure-Perl Core-Only replacement for pkg-config
PkgConfig provides a pure-perl, core-only replacement for the
pkg-config utility.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpkgconfig-perl.git
More information about the Pkg-perl-cvs-commits
mailing list