[libmodule-signature-perl] 01/02: Add 0001-make-skip-work-again.patch patch

Salvatore Bonaccorso carnil at debian.org
Wed May 20 18:49:28 UTC 2015


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

carnil pushed a commit to annotated tag debian/0.73-1+deb8u2
in repository libmodule-signature-perl.

commit 0c1890e761a32b57b15736fb2267b7dbe0e5b785
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Wed May 20 20:34:16 2015 +0200

    Add 0001-make-skip-work-again.patch patch
    
    Restore --skip functionality for cpansign.
    
    Closes: #785701
---
 debian/patches/0001-make-skip-work-again.patch | 27 ++++++++++++++++++++++++++
 debian/patches/series                          |  1 +
 2 files changed, 28 insertions(+)

diff --git a/debian/patches/0001-make-skip-work-again.patch b/debian/patches/0001-make-skip-work-again.patch
new file mode 100644
index 0000000..832784d
--- /dev/null
+++ b/debian/patches/0001-make-skip-work-again.patch
@@ -0,0 +1,27 @@
+From 6e1b7d3a7109ecf42e99e374e90f997051015c7e Mon Sep 17 00:00:00 2001
+From: Christian Loos <cloos at netcologne.de>
+Date: Mon, 18 May 2015 16:20:35 +0200
+Subject: [PATCH] make --skip work again
+
+8a91645 removed 'skip => 1' from verify() but missed to change the logic
+in the cpansign script for the skip option parsing.
+---
+ script/cpansign | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/script/cpansign b/script/cpansign
+index ced80b4..e628050 100644
+--- a/script/cpansign
++++ b/script/cpansign
+@@ -51,7 +51,7 @@ my $cmd = $cmd{substr($op, 0, 1)};
+ (system("perldoc $0"), exit) if $cmd eq 'help';
+ my @args;
+ push @args, (overwrite => '1')	if $cmd eq 'sign';
+-push @args, (skip => '0')	unless grep /^-?-?skip/, @ARGV;
++push @args, (skip => '1')	if grep /^-?-?skip/, @ARGV;
+ 
+ if (my $sub = Module::Signature->can($cmd)) {
+     if (@ARGV and -e $ARGV[-1]) {
+-- 
+2.1.4
+
diff --git a/debian/patches/series b/debian/patches/series
index d75f807..0cad9ed 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 CVE-2015-3406_CVE-2015-3407_CVE-2015-3408.patch
 CVE-2015-3409.patch
 Fix-signature-tests.patch
+0001-make-skip-work-again.patch

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



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