[get-flash-videos] 01/01: d/rules: use NO_NETWORK=1 only for tests

gregor herrmann gregoa at debian.org
Thu Aug 13 15:33:23 UTC 2015


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

gregoa pushed a commit to branch master
in repository get-flash-videos.

commit 5377064df583fd93f9ccfea23a5d320aa01abab3
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Aug 13 17:33:00 2015 +0200

    d/rules: use NO_NETWORK=1 only for tests
    
    Gbp-Dch: Ignore
---
 debian/rules | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 3b9a8fc..225c9ff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,8 +8,6 @@ GIT_URL = git://github.com/monsieurvideo/get-flash-videos.git
 ORIGDIR = $(SOURCE)-$(VERSION)
 TARNAME = $(SOURCE)_$(VERSION).orig.tar.gz
 
-export NO_NETWORK=1
-
 get-orig-source:
 	rm -rf $(ORIGDIR)
 	git clone $(GIT_URL) $(ORIGDIR)
@@ -20,3 +18,6 @@ get-orig-source:
 
 %:
 	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/get-flash-videos.git



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