debian/0000755000000000000000000000000012204244024007160 5ustar debian/patches/0000755000000000000000000000000012204244024010607 5ustar debian/patches/series0000644000000000000000000000004012204244024012016 0ustar spelling-error-in-manpage.patch debian/patches/spelling-error-in-manpage.patch0000644000000000000000000000136412204244024016612 0ustar Description: fix typos in POD Author: Florian Schlichting Forwarded: https://github.com/rjbs/Email-Folder/pull/3/files --- a/lib/Email/Folder.pm +++ b/lib/Email/Folder.pm @@ -111,7 +111,7 @@ Takes a raw RFC822 message and blesses it into a class. -By default this is an Email::Simple object but can easily be overriden +By default this is an Email::Simple object but can easily be overridden in a subclass. For example, this simple subclass just returns the raw rfc822 messages, --- a/lib/Email/Folder/Mbox.pm +++ b/lib/Email/Folder/Mbox.pm @@ -185,7 +185,7 @@ =item C The value is taken as a boolean that governs what is used match as a -message seperator. +message separator. If false we use the mutt style debian/watch0000644000000000000000000000016212101263755010220 0ustar version=3 https://metacpan.org/release/Email-Folder/ .*/Email-Folder-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/copyright0000644000000000000000000000242112204244024011112 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Email-Folder Upstream-Contact: Ricardo SIGNES Source: https://metacpan.org/release/Email-Folder/ Files: * Copyright: 2006, Simon Wistow License: Artistic or GPL-1+ Files: debian/* Copyright: 2005, Martin Zobel-Helas 2006, 2007, 2008, gregor herrmann 2006, Niko Tyni 2007, Krzysztof Krzyzaniak (eloy) 2009, gregor herrmann 2013, 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/control0000644000000000000000000000251312204244024010564 0ustar Source: libemail-folder-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Krzysztof Krzyzaniak (eloy) , Martin Zobel-Helas , gregor herrmann , Niko Tyni , Jonathan Yu , Florian Schlichting Build-Depends: debhelper (>= 8) Build-Depends-Indep: libcapture-tiny-perl, libemail-foldertype-perl, libemail-simple-perl, perl (>= 5.13.4) | libtest-more-perl (>= 0.96), perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libemail-folder-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libemail-folder-perl.git Homepage: https://metacpan.org/release/Email-Folder/ Package: libemail-folder-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libemail-foldertype-perl, libemail-simple-perl Description: Perl module to read mail from a folder Email::Folder is a Perl module which reads all messages from a folder into Email::Simple objects (see libemail-simple-perl for more), making them easy to manipulate from Perl. It becomes fairly trivial to extract information from headers in your mail, or change them to different values. As a result, this provides a general purpose mail handling facility. debian/compat0000644000000000000000000000000212204236131010356 0ustar 8 debian/changelog0000644000000000000000000000754112204244024011041 0ustar libemail-folder-perl (0.857-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * Don't run release tests during package build. [ Florian Schlichting ] * Import Upstream version 0.857 * Bump Standards-Version to 3.9.4 (update to copyright-format 1.0) * Bump dh compatibility to level 8 (no changes necessary) * Switch to source format 3.0 (quilt) * Add build-dependencies on Capture::Tiny and Test::More 0.96 * Refresh debian/copyright and debian/control (ordering, Debian contributors) * Add spelling-error-in-manpage.patch * Add myself to uploaders and copyright -- Florian Schlichting Sun, 18 Aug 2013 23:39:34 +0200 libemail-folder-perl (0.855-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Jonathan Yu ] * New upstream release + POD tests now use RELEASE_TESTING before run Closes: #546628 * Updated copyright information * Bump compat to 7, updated dependencies & rules file * Removed override on installation, nothing is put in /usr/lib anymore [ Ryan Niebur ] * Update jawnsy's email address [ gregor herrmann ] * Set Standards-Version to 3.8.3, remove version from perl build dependency. -- gregor herrmann Sat, 19 Sep 2009 22:25:19 +0200 libemail-folder-perl (0.854-2) unstable; urgency=low * debian/rules: delete /usr/lib/perl5 only if it exists (closes: #467819). -- gregor herrmann Sat, 08 Mar 2008 01:38:43 +0100 libemail-folder-perl (0.854-1) unstable; urgency=low * New upstream release. * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. * Set Standards-Version to 3.7.3 (no changes needed). * debian/watch: use dist-based URL. * debian/copyright: use generic download URL, update years of copyright, reformat information. * debian/rules: - remove variable OPTIMIZE, we don't compile anything - move tests to build target - call dh_clean before make realclean - let install-stamp target depend on build-stamp - remove dh_link and dh_strip * debian/control: move perl from Build-Depends to Build-Depends-Indep, remove unused libmodule-build-perl. -- gregor herrmann Wed, 26 Dec 2007 00:50:44 +0100 libemail-folder-perl (0.853-1) unstable; urgency=low * New upstream release * debian/control: added me to Uploaders -- Krzysztof Krzyzaniak (eloy) Fri, 20 Apr 2007 12:13:34 +0200 libemail-folder-perl (0.852-1) unstable; urgency=low * New upstream release. -- gregor herrmann Sat, 2 Sep 2006 19:03:46 +0200 libemail-folder-perl (0.851-1) unstable; urgency=low * New upstream release. * Changed debian/rules to make it work with new upstream build system. * Set debhelper compatibility level to 5. * Add libtest-pod-perl and libtest-pod-coverage-perl to build dependencies. -- gregor herrmann Mon, 7 Aug 2006 17:24:51 +0200 libemail-folder-perl (0.85-1) unstable; urgency=low * New upstream release. * Upgrade to Standards-Version 3.7.2. No changes needed. * Move debhelper, perl and libmodule-build-perl to Build-Depends, as they are required by the 'clean' target. -- Niko Tyni Thu, 1 Jun 2006 22:21:56 +0300 libemail-folder-perl (0.84-1) unstable; urgency=low * Initial Release. -- Martin Zobel-Helas Thu, 29 Sep 2005 13:43:37 +0200 debian/source/0000755000000000000000000000000012204236234010464 5ustar debian/source/format0000644000000000000000000000001412204236653011677 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003612204236654010251 0ustar #!/usr/bin/make -f %: dh $@