debian/0000755000000000000000000000000012264442301007164 5ustar debian/compat0000644000000000000000000000000212264442301010362 0ustar 8 debian/copyright0000644000000000000000000000241212264442301011116 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Email-Sender Upstream-Contact: Ricardo Signes Source: https://metacpan.org/release/Email-Sender/ Files: * Copyright: 2014, Ricardo Signes License: Artistic or GPL-1+ Files: debian/* Copyright: 2009-2010, Jonathan Yu 2009-2010, Ansgar Burchardt 2009, Nathan Handler 2010-2014, Salvatore Bonaccorso 2011, Jotam Jr. Trejo 2012-2013, Xavier Guimard 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/rules0000755000000000000000000000003612264442301010243 0ustar #!/usr/bin/make -f %: dh $@ debian/watch0000644000000000000000000000025312264442301010215 0ustar version=3 opts="uversionmangle=s/_/~/;s/^\d+\.\d{3}$/$&000/" \ https://metacpan.org/release/Email-Sender/ .*/Email-Sender-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/NEWS0000644000000000000000000000211412264442301007661 0ustar libemail-sender-perl (1.300010-1) unstable; urgency=low From upstream changelog for 1.300008: [THIS MIGHT BREAK YOUR CODE] at long last, Sendmail and Maildir transports replaces CRLF with CR before piping -- Salvatore Bonaccorso Sun, 12 Jan 2014 08:21:20 +0100 libemail-sender-perl (1.300006-1) unstable; urgency=low This is the first non-trial release using Moo instead of Moose -- Xavier Guimard Sun, 10 Mar 2013 09:28:23 +0100 libemail-sender-perl (0.120001-1) unstable; urgency=low This release deprecates the scalar context behavior of: * Failure->recipients * Failure::Multi->failures * Failure::Multi->recipients * Transport::Test->deliveries * Transport::Failable->failure_conditions Until now, these methods returned a list in list context and an array reference in scalar context. This still works, but scalar context calls will now generate a warning. In one year (2013-05), they will be become fatal. -- Xavier Guimard Sun, 29 Jul 2012 20:39:33 +0200 debian/control0000644000000000000000000000446012264442301010573 0ustar Source: libemail-sender-perl Maintainer: Debian Perl Group Uploaders: Ansgar Burchardt , Jonathan Yu , Nathan Handler , Salvatore Bonaccorso , Jotam Jr. Trejo , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libcapture-tiny-perl, libemail-abstract-perl (>= 3.006), libemail-address-perl, libemail-simple-perl, liblist-moreutils-perl, libmodule-runtime-perl, libmoo-perl (>= 1.000008), libmoox-types-mooselike-perl, libsub-exporter-perl, libsub-override-perl, libtest-mockobject-perl, libthrowable-perl (>= 0.200003), libtry-tiny-perl, perl, perl (>= 5.13.4) | libtest-simple-perl (>= 0.96) Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libemail-sender-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libemail-sender-perl.git Homepage: https://metacpan.org/release/Email-Sender/ Package: libemail-sender-perl Architecture: all Depends: libcapture-tiny-perl, libemail-abstract-perl (>= 3.006), libemail-address-perl, libemail-simple-perl, liblist-moreutils-perl, libmodule-runtime-perl, libmoo-perl (>= 1.000008), libmoox-types-mooselike-perl, libsub-exporter-perl, libthrowable-perl (>= 0.200003), libtry-tiny-perl, ${misc:Depends}, ${perl:Depends} Recommends: libauthen-sasl-perl Description: Perl module for sending email Email::Sender is a Perl module provides an interface to send email via many backends, including sendmail, SMTP, delivering directly to mbox file, etc. . Email::Sender replaces the old and sometimes problematic Email::Send library (see libemail-send-perl), which did a decent job at handling very simple mail sending tasks, but was not suitable for serious use for a variety of reasons. debian/source/0000755000000000000000000000000012264442301010464 5ustar debian/source/format0000644000000000000000000000001412264442301011672 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000001346212264442301011044 0ustar libemail-sender-perl (1.300010-1) unstable; urgency=low * Imported Upstream version 1.300010 * Update (build-)dependency for Email::Abstract. Make the Build-Depends-Indep and Depends on libemail-abstract-perl versioned to (>= 3.006). * Add NEWS entry mentioning possibly breaking changes to existing code * Update copyright years for upstream files * Update copyright years for debian/* packaging files * Declare compliance with Debian policy 3.9.5 * Wrap and sort fields in debian/control file -- Salvatore Bonaccorso Sun, 12 Jan 2014 08:26:37 +0100 libemail-sender-perl (1.300006-1) unstable; urgency=low [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Nathan Handler ] * Email change: Nathan Handler -> nhandler@debian.org [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Xavier Guimard ] * Imported Upstream version 1.300005 * Add debian/NEWS to announce changes * Update debian/copyright years * Bump Standards-Version to 3.9.4 * Add libauthen-sasl-perl in Recommends: (Closes: #700507) * Imported Upstream version 1.300006 -- Xavier Guimard Sun, 05 May 2013 05:32:12 +0200 libemail-sender-perl (0.110005-1) unstable; urgency=low * Imported Upstream version 0.110005 * Update debian/copyright file. Update format to copyright-format 1.0 as released together with Debian policy 3.9.3. * Bump Standards-Version to 3.9.3 -- Salvatore Bonaccorso Tue, 06 Mar 2012 13:18:46 +0100 libemail-sender-perl (0.110004-1) unstable; urgency=low * Imported Upstream version 0.110004 -- Salvatore Bonaccorso Wed, 22 Feb 2012 07:21:36 +0100 libemail-sender-perl (0.110003-1) unstable; urgency=low * Imported Upstream version 0.110003 -- Salvatore Bonaccorso Thu, 02 Feb 2012 07:57:28 +0100 libemail-sender-perl (0.110002-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.110002 * Update debian/copyright file. Update copyright years for upstream files and for debian/* packaging files. -- Salvatore Bonaccorso Wed, 01 Feb 2012 09:12:30 +0100 libemail-sender-perl (0.110001-1) unstable; urgency=low [ Salvatore Bonaccorso ] * Email change: Salvatore Bonaccorso -> carnil@debian.org [ Ansgar Burchardt ] * Email change: Ansgar Burchardt -> ansgar@debian.org [ Jonathan Yu ] * New upstream release [ Jotam Jr. Trejo ] * New upstream release * debian/control: Bump Standards Version to 3.9.2 (no changes) * debian/copyright: Refresh upstream copyright statement year * Add myself to Uploaders and Copyright [ gregor herrmann ] * debian/copyright: update license stanzas. * debian/control: remove versions from (build) dependencies that are satisfied in oldstable. -- Jotam Jr. Trejo Mon, 18 Apr 2011 21:27:24 -0600 libemail-sender-perl (0.102370-1) unstable; urgency=low * New upstream release. * Remove (build-)dep on libsys-hostname-long-perl. * debian/control, debian/compat: Use debhelper compat level 8. * debian/copyright: Refer to /usr/share/common-licenses/GPL-1. * Bump Standards-Version to 3.9.1. -- Ansgar Burchardt Thu, 26 Aug 2010 12:21:00 +0900 libemail-sender-perl (0.101760-1) unstable; urgency=low * New upstream release * Add myself to Uploaders. * debian/control: - Change unversioned dependency on libcapture-tiny-perl to versioned libcapture-tiny-perl (>= 0.08). - Re-order the dependencies fields alphabetically. * Convert to '3.0 (quilt)' source package format. * Refresh debian/copyright to revision 135 of format-specification in DEP5 for machine-readable copyright information. Update debian/* packaging stanza. -- Salvatore Bonaccorso Sun, 27 Jun 2010 10:16:24 +0200 libemail-sender-perl (0.100460-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Standards-Version 3.8.4 (no changes) [ Ivan Kohler ] * Add dependency on libtry-tiny-perl -- Jonathan Yu Mon, 15 Feb 2010 13:25:38 -0500 libemail-sender-perl (0.100110-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Add dependency on libthrowable-perl [ gregor herrmann ] * Update years of copyright. -- Jonathan Yu Fri, 15 Jan 2010 20:03:26 -0500 libemail-sender-perl (0.093380-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release + Add common sendmail locations to default search + Fix for RT#47817 * Standards-Version 3.8.3 (no changes) * Add myself to Uploaders and Copyright * Refresh copyright * Rewrite control description * Don't run release tests because POD Coverage test fails [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). -- Jonathan Yu Sat, 05 Dec 2009 07:40:03 -0500 libemail-sender-perl (0.091870-1) unstable; urgency=low * New upstream release * debian/control: - Add myself to list of Uploaders * debian/copyright: - Add License-Alias * debian/watch: - Modify to ignore development releases - Remove comments -- Nathan Handler Tue, 07 Jul 2009 02:33:39 +0000 libemail-sender-perl (0.091740-1) unstable; urgency=low * Initial Release. (Closes: #510687) -- Ansgar Burchardt Wed, 24 Jun 2009 17:13:51 +0200