[libtest-warnings-perl] 03/04: Upstream dropped Module::Build::Tiny usage.
gregor herrmann
gregoa at debian.org
Fri Jun 20 15:41:39 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libtest-warnings-perl.
commit 3b7c1d4006ea154b81e4ff543a82840117157c48
Author: gregor herrmann <gregoa at debian.org>
Date: Fri Jun 20 17:39:04 2014 +0200
Upstream dropped Module::Build::Tiny usage.
Adjust debian/{control,compat}.
---
debian/compat | 2 +-
debian/control | 19 +++++++++----------
2 files changed, 10 insertions(+), 11 deletions(-)
diff --git a/debian/compat b/debian/compat
index ec63514..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+8
diff --git a/debian/control b/debian/control
index e27cbdf..60fe0ff 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,13 @@
Source: libtest-warnings-perl
-Section: perl
-Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs at debian.org>
-Build-Depends: debhelper (>= 9.20140227~),
- libmodule-build-tiny-perl (>= 0.035),
- perl
-Build-Depends-Indep: libtest-checkdeps-perl (>= 0.007),
- libtest-deep-perl,
- libtest-tester-perl (>= 0.108),
- perl (>= 5.11.1) | libtest-simple-perl (>= 0.94)
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: libtest-deep-perl,
+ libtest-tester-perl (>= 0.108),
+ perl (>= 5.11.1) | libtest-simple-perl (>= 0.94),
+ perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-warnings-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-warnings-perl.git
@@ -17,7 +15,8 @@ Homepage: https://metacpan.org/release/Test-Warnings
Package: libtest-warnings-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+ ${perl:Depends}
Description: Perl module to test for warnings and the lack of them
If you've ever tried to use Test::NoWarnings to confirm there are no
warnings generated by your tests, combined with the convenience of
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-warnings-perl.git
More information about the Pkg-perl-cvs-commits
mailing list