[libhtml-formfu-perl] 05/12: Drop no-network.patch and override in debian/rules.

gregor herrmann gregoa at debian.org
Sat Oct 29 19:37:45 UTC 2016


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

gregoa pushed a commit to branch master
in repository libhtml-formfu-perl.

commit 00d0df1d663ba41684c247a40534b433ca868329
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Oct 29 21:04:28 2016 +0200

    Drop no-network.patch and override in debian/rules.
    
    The respective test is gone.
---
 debian/patches/no-network.patch | 27 ---------------------------
 debian/patches/series           |  1 -
 debian/rules                    |  3 ---
 3 files changed, 31 deletions(-)

diff --git a/debian/patches/no-network.patch b/debian/patches/no-network.patch
deleted file mode 100644
index 27e696e..0000000
--- a/debian/patches/no-network.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Description: skip tests which need network access
-Origin: vendor
-Forwarded: not-needed
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2016-07-02
-
---- a/t-aggregate/constraints/email.t
-+++ b/t-aggregate/constraints/email.t
-@@ -36,6 +36,9 @@
- 
- }
- 
-+SKIP: {
-+    skip "Unset NO_NETWORK to run this test.", 3 if $ENV{NO_NETWORK};
-+
- {
- 
- my $form = HTML::FormFu->new;
-@@ -87,6 +90,8 @@
- 
- }
- 
-+} # end SKIP
-+
- {
- 
- my $form = HTML::FormFu->new;
diff --git a/debian/patches/series b/debian/patches/series
index afa65ff..ea1dc67 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 how-to-report-bugs.diff
-no-network.patch
 spelling.patch
diff --git a/debian/rules b/debian/rules
index 1887fc8..7d7ae4a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,9 +6,6 @@ MANDIR=$(CURDIR)/debian/libhtml-formfu-perl/usr/share/man/man3
 %:
 	dh $@
 
-override_dh_auto_test:
-	NO_NETWORK=1 dh_auto_test
-
 override_dh_auto_install:
 	dh_auto_install
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhtml-formfu-perl.git



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