debian/0000755000000000000000000000000012231165661007171 5ustar debian/watch0000644000000000000000000000016311604516544010225 0ustar version=3 http://search.cpan.org/dist/Crypt-SMIME/ .*/Crypt-SMIME-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/rules0000755000000000000000000000003611604516544010253 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000644000000000000000000000205111604516544011125 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Ymirlink Source: http://search.cpan.org/dist/Crypt-SMIME/ Name: Crypt-SMIME Files: * Copyright: 2006-2007, Ymirlink Inc. License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, Florian Schlichting License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/source/0000755000000000000000000000000011604516544010474 5ustar debian/source/format0000644000000000000000000000001411604516544011702 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011604516544010623 5ustar debian/patches/allow_quoted_enveloped-data.patch0000644000000000000000000000131311604516544017311 0ustar 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 { debian/patches/series0000644000000000000000000000007611604516544012043 0ustar allow_quoted_enveloped-data.patch dont_delete_SMIME_pod.patch debian/patches/dont_delete_SMIME_pod.patch0000644000000000000000000000160211604516544015725 0ustar 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 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', debian/compat0000644000000000000000000000000211604516544010372 0ustar 8 debian/control0000644000000000000000000000207111604516544010577 0ustar Source: libcrypt-smime-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8), perl, libssl-dev, openssl, libtest-exception-perl Maintainer: Debian Perl Group Uploaders: Florian Schlichting Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Crypt-SMIME/ Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libcrypt-smime-perl.git Vcs-Browser: http://git.debian.org/git/pkg-perl/packages/libcrypt-smime-perl.git Package: libcrypt-smime-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: S/MIME message signing, verification, encryption and decryption module Crypt::SMIME provides a class for handling S/MIME messages. It can sign, verify, encrypt and decrypt messages. . Crypt::SMIME operates on email messages as simple strings, so there's no particular integration with other MAIL::* or MIME::* modules. Rather, it can co-operate with any module capable of accepting / outputting the entire message as a single string. debian/changelog0000644000000000000000000000075612231165661011053 0ustar libcrypt-smime-perl (0.10-1build2) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Mon, 21 Oct 2013 09:54:09 +0100 libcrypt-smime-perl (0.10-1build1) precise; urgency=low * Rebuild for Perl 5.14. -- Colin Watson Tue, 15 Nov 2011 18:27:40 +0000 libcrypt-smime-perl (0.10-1) unstable; urgency=low * Initial Release. (Closes: #627914) -- Florian Schlichting Tue, 05 Jul 2011 00:09:03 +0000