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 <gre...@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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to