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

gregoa pushed a commit to branch master
in repository libnet-managesieve-perl.

commit 95df30bb7e831b794611613d84ff5eb22f26d90b
Author: gregor herrmann <gre...@debian.org>
Date:   Thu Aug 13 18:03:26 2015 +0200

    Drop disable-signature-test.patch. The patched file is gone.
---
 debian/patches/disable-signature-test.patch | 20 --------------------
 debian/patches/series                       |  1 -
 2 files changed, 21 deletions(-)

diff --git a/debian/patches/disable-signature-test.patch 
b/debian/patches/disable-signature-test.patch
deleted file mode 100644
index d74af6f..0000000
--- a/debian/patches/disable-signature-test.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Description: Disable signature test
- Sometimes Module::Signature will try to retrieve signatures. It
- fails on systems without Internet.
-Origin: vendor
-Forwarded: no
-Author: Jonathan Yu <freque...@cpan.org>
---- a/t/00-signature.t
-+++ b/t/00-signature.t
-@@ -2,6 +2,11 @@
- use strict;
- print "1..1\n";
- 
-+unless ($ENV{HAS_INTERNET}) {
-+   print "ok 1 # skip Only perform test with internet access\n";
-+   exit;
-+}
-+
- if (!-s 'SIGNATURE') {
-    print "ok 1 # skip No signature file found\n";
- }
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index b26b78a..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-disable-signature-test.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libnet-managesieve-perl.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