[libpar-packer-perl] 04/07: Don't run pod tests during package builds, they are meant for authors.
gregor herrmann
gregoa at debian.org
Fri Oct 18 18:36:25 UTC 2013
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libpar-packer-perl.
commit 5c6a786ad21d0b55a264078e8d5b65005f1d8fbd
Author: gregor herrmann <gregoa at debian.org>
Date: Fri Oct 18 20:29:22 2013 +0200
Don't run pod tests during package builds, they are meant for authors.
---
debian/control | 3 +--
debian/rules | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index d3c3f73..e438d86 100644
--- a/debian/control
+++ b/debian/control
@@ -15,8 +15,7 @@ Build-Depends: perl,
libinline-perl,
libmodule-scandeps-perl (>= 1.09),
libpar-perl (>= 1.005),
- libperl-dev,
- libtest-pod-perl
+ libperl-dev
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpar-packer-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpar-packer-perl.git
diff --git a/debian/rules b/debian/rules
index f469f1f..5fabcb8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ override_dh_auto_build:
override_dh_auto_test:
ln -sf par.pl blib/script/par-archive
- PERL_TEST_POD=1 dh_auto_test
+ dh_auto_test
rm blib/script/par-archive
override_dh_clean:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpar-packer-perl.git
More information about the Pkg-perl-cvs-commits
mailing list