[SCM] Debian packaging of libgnupg-perl branch, master, updated. debian/0.18-2-7-g4bc5b63
Salvatore Bonaccorso
carnil at debian.org
Sun Apr 15 20:38:05 UTC 2012
The following commit has been merged in the master branch:
commit ecb30af683336be951662814dbe03dcd7e3874ad
Author: Salvatore Bonaccorso <carnil at debian.org>
Date: Sun Apr 15 22:24:33 2012 +0200
Drop 665226-fix-FTBFS-with-gnupg-1.4.12.patch patch
Patch was applied upstream.
diff --git a/debian/patches/665226-fix-FTBFS-with-gnupg-1.4.12.patch b/debian/patches/665226-fix-FTBFS-with-gnupg-1.4.12.patch
deleted file mode 100644
index e6a1aa2..0000000
--- a/debian/patches/665226-fix-FTBFS-with-gnupg-1.4.12.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Description: Fix FTBFS with gnupg 1.4.12
- gnupg 1.4.12 adds a new status information DECRYPTION_INFO. Add check
- for this new status message.
-Origin: vendor
-Bug: http://rt.cpan.org/Public/Bug/Display.html?id=76173
-Bug-Debian: http://bugs.debian.org/665226
-Forwarded: yes
-Author: Salvatore Bonaccorso <carnil at debian.org>
-Last-Update: 2012-04-14
-
---- a/GnuPG.pm
-+++ b/GnuPG.pm
-@@ -759,6 +759,8 @@
- } else {
- # gnupg 1.0.2 adds this status message
- ( $cmd, $arg ) = $self->read_from_status() if $cmd =~ /BEGIN_DECRYPTION/;
-+ # gnupg 1.4.12 adds this status message
-+ ( $cmd, $arg ) = $self->read_from_status() if $cmd =~ /DECRYPTION_INFO/;
-
- $self->abort_gnupg( "invalid passphrase - $cmd" ) unless $cmd =~ /PLAINTEXT/;
- }
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 040821b..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-665226-fix-FTBFS-with-gnupg-1.4.12.patch
--
Debian packaging of libgnupg-perl
More information about the Pkg-perl-cvs-commits
mailing list