[libnet-mac-vendor-perl] 02/09: Add override_dh_auto_test

Nuno Carvalho smash at cpan.org
Tue Oct 8 14:43:00 UTC 2013


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

mestre-guest pushed a commit to branch master
in repository libnet-mac-vendor-perl.

commit 0aff7375a9fbd4b16591a8f81140c26e6c9410c6
Author: Nuno Carvalho <smash at cpan.org>
Date:   Tue Oct 8 15:05:25 2013 +0100

    Add override_dh_auto_test
---
 debian/changelog |    1 +
 debian/rules     |    3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 3bf624b..1080205 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -48,6 +48,7 @@ libnet-mac-vendor-perl (1.20-1) UNRELEASED; urgency=low
     + remove libdbm-deep-perl from D-B-I, not required anymore
   * debian/copyright: update copyright years
   * Update patch to skip tests that required internet
+  * debian/rules: add override_dh_auto_test to set NO_NETWORK
 
  -- Nuno Carvalho <smash at cpan.org>  Mon, 07 Oct 2013 14:34:57 +0100
 
diff --git a/debian/rules b/debian/rules
index cbe925d..b958b3d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,6 @@
 #!/usr/bin/make -f
 %:
 	dh $@
+
+override_dh_auto_test:
+	NO_NETWORK=1 dh_auto_test

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-mac-vendor-perl.git



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