[dh-make-perl] 01/03: remove RELEASE_TESTING=1 from dh_auto_test invocation
Damyan Ivanov
dmn at moszumanska.debian.org
Wed Jul 2 17:28:43 UTC 2014
This is an automated email from the git hooks/post-receive script.
dmn pushed a commit to branch master
in repository dh-make-perl.
commit 7913dbd0892c67cf6950e621aebc36e4ad86d671
Author: Damyan Ivanov <dmn at debian.org>
Date: Mon Jun 30 20:12:03 2014 +0000
remove RELEASE_TESTING=1 from dh_auto_test invocation
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 7319adf..ce045af 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ BUILDHOME = $(CURDIR)/debian/build
override_dh_auto_test:
# leave this here for Test::DistManifest..I want it to happen on package build but not on CPAN install.
mkdir -p $(BUILDHOME)
- HOME=$(BUILDHOME) NO_NETWORK=1 RELEASE_TESTING=1 dh_auto_test
+ HOME=$(BUILDHOME) NO_NETWORK=1 dh_auto_test
override_dh_clean:
dh_clean
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/dh-make-perl.git
More information about the Pkg-perl-cvs-commits
mailing list