debian/0000755000000000000000000000000012141734717007175 5ustar debian/copyright0000644000000000000000000000223712141734717011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Mail-GnuPG Upstream-Contact: Robert Spier , David Bremner Source: https://metacpan.org/release/Mail-GnuPG/ Files: * Copyright: 2003, Best Practical Solutions, LLC License: Artistic or GPL-2 Files: debian/* Copyright: 2006, 2008, gregor herrmann 2007, Damyan Ivanov 2007, 2008, Niko Tyni 2010-2013, Salvatore Bonaccorso License: Artistic or GPL-2 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-2 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; version 2 dated June, 1991. . On Debian systems, the complete text of version 2 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/watch0000644000000000000000000000025712141734717010232 0ustar # format version number, currently 3; this line is compulsory! version=3 https://metacpan.org/release/Mail-GnuPG/ .*/Mail-GnuPG-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/control0000644000000000000000000000175112141734717010604 0ustar Source: libmail-gnupg-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8), perl Build-Depends-Indep: libgnupg-interface-perl, libmailtools-perl, libmime-tools-perl, libtest-pod-perl, gnupg, gnupg-agent Maintainer: Debian Perl Group Uploaders: gregor herrmann , Niko Tyni , Damyan Ivanov , Salvatore Bonaccorso Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/Mail-GnuPG/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmail-gnupg-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmail-gnupg-perl.git Package: libmail-gnupg-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libgnupg-interface-perl, libmailtools-perl, libmime-tools-perl, gnupg Suggests: gnupg-agent Description: Perl module for processing email with GPG GnuPG::Interface can process or create PGP signed or encrypted email. debian/changelog0000644000000000000000000001376112141734717011057 0ustar libmail-gnupg-perl (0.19-1) unstable; urgency=low * Imported Upstream version 0.19 + Fix FTBFS with GnuPG::Interface >= 0.46 (Closes: #706141) * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs * Bump Standards-Version to 3.9.4 * Update copyright years for debian/* packaging files -- Salvatore Bonaccorso Sun, 06 Jan 2013 22:03:20 +0100 libmail-gnupg-perl (0.18-1) unstable; urgency=low * Imported Upstream version 0.18 * Update debian/copyright file information. Update format to copyright-format 1.0 as released together with Debian policy 3.9.3. Update copyright years for debian/* packaging. * Bump Standards-Version to 3.9.3 -- Salvatore Bonaccorso Mon, 23 Jul 2012 14:22:25 +0200 libmail-gnupg-perl (0.17-2) unstable; urgency=low * Drop 02_doc-meme-sigs-verification.patch patch. This patch was applied upstream. -- Salvatore Bonaccorso Mon, 12 Dec 2011 14:24:52 +0100 libmail-gnupg-perl (0.17-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. * Imported Upstream version 0.17 * Refresh 02_doc-meme-sigs-verification.patch (offset) * Bump Standards-Version to 3.9.2 * Update debian/copyright file. Update copyright years for debian/* packaging. * Add gnupg-agent to Build-Depends-Indep -- Salvatore Bonaccorso Mon, 12 Dec 2011 07:29:30 +0100 libmail-gnupg-perl (0.16-1) unstable; urgency=low * New upstream release - Fix for bug in decode using wrong method to get mime decoded (Closes: #592503). * Refresh 02_doc-meme-sigs-verification.patch patch. * Bump Debhelper compat level to 8. Use now Build.PL. * debian/control: - Move perl to Build-Depends for Module::Build use. - Bump versioned Build-Depends on debhelper to (>= 8). - Add gnupg to (Build-)Depends(-Indep). - Add Suggests on gnupg-agent for gpg-agent support. * debian/copyright: update Maintainer field. -- Salvatore Bonaccorso Tue, 14 Dec 2010 21:30:00 +0100 libmail-gnupg-perl (0.15-2) unstable; urgency=low [ gregor herrmann ] * (Build) depend on libmime-tools-perl instead of libmime-perl (Closes: #600705). * debian/control: change my email address. * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ gregor herrmann ] * Change my email address. [ Salvatore Bonaccorso ] * debian/control: - Make Build-Depends-Indep on perl unversioned as versioned (>= 5.8.0- 7) is not needed anymore and anyway satisfied even in stable. - Bump versioned Build-Depends on debhelper to (>= 7). - Drop quilt Build-Depends. * Convert to '3.0 (quilt)' source package format. * Bump Debhelper compat level to level 7. * debian/rules: Simplify to a 3-line tiny makefile and drop quilt use as we use 3.0 (quilt) source format now. * Drop not needed README.source. * Refresh debian/copyright according the format-specification given in revision 135 of DEP5 proposal for machine-readable copyright file information. * Add myself to Uploaders. * Bump Standards-Version to 3.9.1. -- Salvatore Bonaccorso Wed, 20 Oct 2010 18:48:00 +0200 libmail-gnupg-perl (0.15-1) unstable; urgency=low * New upstream version. + fixes a deadlock when handling big messages. (Closes: #459693) + debian/patches/01_fix-race-on-bad-rcpts.patch: removed, no longer needed. * Explicitly point to GPL-2 in debian/copyright. * Change to my @debian.org email address in Uploaders. * Build-depend on quilt (>= 0.40) for quilt.make. -- Niko Tyni Mon, 10 Mar 2008 22:04:38 +0200 libmail-gnupg-perl (0.10-3) unstable; urgency=low * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: Homepage pseudo-field (Description); XS-Vcs-Svn fields. * debian/rules: - delete /usr/lib/perl5 only if it exists (closes: #467895) - update based on dh-make-perl's templates * debian/watch: use dist-based URL. * Set Standards-Version to 3.7.3 (no changes). -- gregor herrmann Sat, 08 Mar 2008 22:54:40 +0100 libmail-gnupg-perl (0.10-2) unstable; urgency=low * Updated debian/copyright to point to http://www.cpan.org/modules/by-module/Mail/ for upstream sources -- Damyan Ivanov Mon, 16 Jul 2007 15:08:59 +0300 libmail-gnupg-perl (0.10-1) unstable; urgency=low [ gregor herrmann ] * New upstream release. [ Damyan Ivanov ] * Split the source patches to debian/patches/* + Add quilt to Build-Depends and integrate it in debian/rules + Add myself to Uploaders -- Damyan Ivanov Mon, 16 Jul 2007 14:29:38 +0300 libmail-gnupg-perl (0.08-3) unstable; urgency=low * Document how MIME-encoded signatures should be verified. (Closes: #415088) * Fix a race condition when passing bad recipients. (Closes: #412041) * debian/rules cleanup. * Upgrade to Standards-Version 3.7.2. No changes needed. -- Niko Tyni Tue, 10 Apr 2007 22:23:05 +0300 libmail-gnupg-perl (0.08-2) unstable; urgency=low * Initial upload to the Debian archive. (Closes: #351470) * Set debhelper compatibility level to 5. * Changed watch file. * Changed the download URL in debian/copyright to the .tar.gz file (thanks to Gunnar Wolf for the hint). * Changed Maintainer to the Debian Perl Group before initial import to the pkg-perl svn repository. -- gregor herrmann Sun, 5 Feb 2006 04:18:06 +0100 libmail-gnupg-perl (0.08-1) unstable; urgency=low * Initial Release. -- gregor herrmann Wed, 4 Jan 2006 16:33:00 +0100 debian/rules0000755000000000000000000000003612141734717010254 0ustar #!/usr/bin/make -f %: dh $@ debian/source/0000755000000000000000000000000012141734717010475 5ustar debian/source/format0000644000000000000000000000001412141734717011703 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212141734717010373 0ustar 8