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

hlieberman-guest pushed a commit to branch master
in repository libcrypt-smime-perl.

commit 86e23844a04340332187d8156519741b06aa7c11
Author: Harlan Lieberman-Berg <h.liebermanb...@gmail.com>
Date:   Fri May 2 13:41:38 2014 -0400

    Remove patches applied upstream.
---
 debian/patches/allow_quoted_enveloped-data.patch | 17 -----------------
 debian/patches/dont_delete_SMIME_pod.patch       | 22 ----------------------
 debian/patches/series                            |  2 --
 3 files changed, 41 deletions(-)

diff --git a/debian/patches/allow_quoted_enveloped-data.patch 
b/debian/patches/allow_quoted_enveloped-data.patch
deleted file mode 100644
index d0e9ba1..0000000
--- a/debian/patches/allow_quoted_enveloped-data.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: allow quotes around "enveloped-data" as created by MIME::Entity
- This patch was picked from the upstream RT, where it has been lingering
- for 18 months without receiving a comment. It looks like it could be useful
- for our users as well.
-Origin: https://rt.cpan.org/Public/Bug/Display.html?id=53620
-
---- a/lib/SMIME.pm
-+++ b/lib/SMIME.pm
-@@ -87,7 +87,7 @@
- 
-       my $ctype = $this->_getContentType($mime);
-       if($ctype =~ m!^application/(?:x-)?pkcs7-mime!
--      && ($ctype !~ m!smime-type=! || $ctype =~ 
m!smime-type=enveloped-data!)) {
-+      && ($ctype !~ m!smime-type=! || $ctype =~ 
m!smime-type="?enveloped-data"?!)) {
-               # smime-typeが存在しないか、それがenveloped-dataである。
-               1;
-       } else {
diff --git a/debian/patches/dont_delete_SMIME_pod.patch 
b/debian/patches/dont_delete_SMIME_pod.patch
deleted file mode 100644
index c16dcd1..0000000
--- a/debian/patches/dont_delete_SMIME_pod.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Description: don't delete SMIME.pod in 'make clean'
- 'make clean' will delete ./SMIME.pod, which is part of the distribution
- and essential for the build to succeed.
- .
- This is a quick&dirty fix for the immediate issue, and may not be
- appropriate for upstream (autogenerate SMIME.pod?):
- .
- Just don't touch it (don't delete it).
-Author: Florian Schlichting <fschl...@zedat.fu-berlin.de>
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=56025
-
---- libcrypt-smime-perl-0.10.orig/Makefile.PL
-+++ libcrypt-smime-perl-0.10/Makefile.PL
-@@ -20,7 +20,7 @@ WriteMakefile(
-     INC                 => "$OPENSSL->{CFLAGS}",
-     dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
-     clean               => {
--        FILES => 'Crypt-SMIME-* SMIME.pod',
-+        FILES => 'Crypt-SMIME-*',
-     },
-     PM                  => {
-         'lib/SMIME.pm'     => '$(INST_LIBDIR)/SMIME.pm',
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index d1a5f4b..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-allow_quoted_enveloped-data.patch
-dont_delete_SMIME_pod.patch

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