[libgnupg-perl] 01/03: Add patch to disable key generation test

gregor herrmann gregoa at debian.org
Sat Jan 21 13:45:44 UTC 2017


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

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

commit 8e696b08fcb761fcfddac63b28bdc891dab152bf
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jan 21 14:38:53 2017 +0100

    Add patch to disable key generation test
    
    which can fail due to missing entropy.
    
    Thanks: Santiago Vila for the bug report.
    Closes: #850299
---
 debian/patches/no-key-gen-test.patch | 18 ++++++++++++++++++
 debian/patches/series                |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/no-key-gen-test.patch b/debian/patches/no-key-gen-test.patch
new file mode 100644
index 0000000..d1c9568
--- /dev/null
+++ b/debian/patches/no-key-gen-test.patch
@@ -0,0 +1,18 @@
+Description: Remove key generation test
+ which can fail if the there is not enough entropy available.
+Origin: vendor
+Bug-Debian: https://bugs.debian.org/850299
+Forwarded: not-needed
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2017-01-21
+
+--- a/test.pl
++++ b/test.pl
+@@ -20,7 +20,6 @@
+ }
+ 
+ my @tests = qw(
+-                gen_key_test
+                 import_test
+                 import2_test
+                 import3_test
diff --git a/debian/patches/series b/debian/patches/series
index 4dae745..4e93af0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 use_gpg1.patch
 spelling.patch
+no-key-gen-test.patch

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



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