[libnet-dns-perl] 03/06: Disable online tests as buildds can be firewalled (merge from unstable)
Ondrej Sury
ondrej at moszumanska.debian.org
Tue Jun 17 13:50:12 UTC 2014
This is an automated email from the git hooks/post-receive script.
ondrej pushed a commit to branch master-wheezy
in repository libnet-dns-perl.
commit 99e538a07a2228e762d56439c7f3574847fa1e83
Author: Ondřej Surý <ondrej at sury.org>
Date: Fri Jun 13 10:49:31 2014 +0200
Disable online tests as buildds can be firewalled (merge from unstable)
---
debian/rules | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index d7070f2..38653f1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,7 +33,7 @@ configure: configure-stamp
configure-stamp:
dh_testdir
# Add here commands to configure the package.
-
+
touch configure-stamp
@@ -48,7 +48,7 @@ build-stamp:
# activate online-tests in configuration, but do not run them from
# debian/rules file (to not bother buildds with them).
# Do manually before upload.
- $(PERL) Makefile.PL INSTALLDIRS=vendor --online-tests --IPv6-tests
+ $(PERL) Makefile.PL INSTALLDIRS=vendor --noonline-tests
# COMPRESS='gzip -9'
@@ -67,7 +67,7 @@ clean:
# Add here commands to clean up after the build process.
[ ! -f Makefile ] || $(MAKE) distclean
-
+
rm -f Makefile.old
dh_clean
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-dns-perl.git
More information about the Pkg-perl-cvs-commits
mailing list