[libpath-tiny-perl] 03/05: Remove (build-)dependencies on autodie, devel-hide, file-pushd, test-deep and test-fatal

Florian Schlichting fsfs at alioth.debian.org
Wed Oct 2 21:29:00 UTC 2013


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

fsfs pushed a commit to branch master
in repository libpath-tiny-perl.

commit 07e511746f8b48b897bcc0d5fdbc291fbd8da7a0
Author: Florian Schlichting <fsfs at debian.org>
Date:   Wed Oct 2 23:19:06 2013 +0200

    Remove (build-)dependencies on autodie, devel-hide, file-pushd, test-deep and test-fatal
---
 debian/control |    5 -----
 debian/rules   |    4 +---
 2 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index 7ae8ff3..11a6028 100644
--- a/debian/control
+++ b/debian/control
@@ -6,13 +6,8 @@ Build-Depends: cdbs,
  debhelper,
  dh-buildinfo,
  perl (>= 5.17.8) | libfile-spec-perl (>= 3.4000),
- libautodie-perl (>= 2.14) | perl (>= 5.19.1),
  libunicode-utf8-perl,
- libdevel-hide-perl,
- libfile-pushd-perl,
- libtest-deep-perl,
  libtest-failwarnings-perl,
- libtest-fatal-perl,
  perl (>= 5.13.11) | libtest-simple-perl (>= 0.96)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonas Smedegaard <dr at jones.dk>
diff --git a/debian/rules b/debian/rules
index d387f61..eddf115 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,12 +28,10 @@ DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/D/DA/DAGOLDEN
 
 # Needed by upstream build and (always/often) at runtime
 deps = perl (>= 5.17.8) | libfile-spec-perl (>= 3.4000)
-deps +=, libautodie-perl (>= 2.14) | perl (>= 5.19.1)
 deps-recommend = libunicode-utf8-perl
 
 # Needed by upstream testsuite
-perl-deps-test = devel-hide file-pushd test-deep test-failwarnings
-perl-deps-test += test-fatal
+perl-deps-test = test-failwarnings
 deps-test = $(patsubst %,$(comma) lib%-perl,$(perl-deps-test))
 deps-test +=, perl (>= 5.13.11) | libtest-simple-perl (>= 0.96)
 

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



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