[SCM] Debian packaging of libnet-ssleay-perl branch, master, updated. debian/1.42-1-12-g54e135b

Alessandro Ghedini al3xbio at gmail.com
Fri Feb 24 10:14:58 UTC 2012


The following commit has been merged in the master branch:
commit dddbfde1f074a5943671618dabdaf1420ae89e22
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Fri Feb 24 10:46:05 2012 +0100

    Add missing_test_file.patch

diff --git a/debian/patches/missing_test_file.patch b/debian/patches/missing_test_file.patch
new file mode 100644
index 0000000..c26b3ea
--- /dev/null
+++ b/debian/patches/missing_test_file.patch
@@ -0,0 +1,26 @@
+Description: Fix missing file for test
+ The file binary-test.file is missing, disable the tests that use it 
+Origin: vendor
+Forwarded: no
+Author: Alessandro Ghedini <al3xbio at gmail.com>
+Reviewed-by: Alessandro Ghedini <al3xbio at gmail.com>
+Last-Update: 2012-02-24
+
+--- a/t/local/50_digest.t
++++ b/t/local/50_digest.t
+@@ -2,7 +2,7 @@
+ 
+ use strict;
+ use warnings;
+-use Test::More tests => 230;
++use Test::More tests => 203;
+ use File::Spec;
+ use Net::SSLeay;
+ 
+@@ -290,5 +290,5 @@
+ }
+ 
+ digest_file($file1, $results1, \%all_digests);
+-digest_file($file2, $results2, \%all_digests);
++#digest_file($file2, $results2, \%all_digests);
+ digest_strings(\%fps, \%all_digests);
diff --git a/debian/patches/series b/debian/patches/series
index ee338ec..00869b8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 10fix_pod.patch
 20no-stray-libz-link.patch
 no_kwalitee_test.patch
+missing_test_file.patch

-- 
Debian packaging of libnet-ssleay-perl



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