debian/0000755000000000000000000000000012244446024007170 5ustar debian/libmime-lite-perl.examples0000644000000000000000000000002311671746425014247 0ustar examples/* contrib debian/patches/0000755000000000000000000000000012015514023010606 5ustar debian/patches/remove_extra_newline.patch0000644000000000000000000000122411671746425016073 0ustar Description: remove extra newline in MIME structure MUA from MS will barf at the signature when wrapped in SMIME Origin: https://rt.cpan.org/Public/Bug/Display.html?id=63253 --- a/lib/MIME/Lite.pm +++ b/lib/MIME/Lite.pm @@ -2187,7 +2187,7 @@ } ### Epilogue: - $out->print("\n--$boundary--\n\n"); + $out->print("\n--$boundary--\n"); } elsif ( $type =~ m{^message/} ) { my @parts = @{ $self->{Parts} }; --- a/t/types.t +++ b/t/types.t @@ -65,7 +65,6 @@ This isn't really html. We are only checking the filename silly. --_----------=_0-- - EOFEXPECT is($ret, $expect, "we got the message we expected"); debian/patches/series0000644000000000000000000000003312015513730012023 0ustar remove_extra_newline.patch debian/watch0000644000000000000000000000015312236773735010235 0ustar version=3 https://metacpan.org/release/MIME-Lite .*/MIME-Lite-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/copyright0000644000000000000000000000334512244445633011135 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: MIME-Lite Upstream-Contact: Ricardo Signes Source: https://metacpan.org/release/MIME-Lite Files: * Copyright: 2003-2005, Yves Orton 1998-1999, ZeeGee Software, Inc. 1996-1997, Eryq License: Artistic or GPL-1+ Files: lib/MIME/Lite.pm Copyright: 2003-2005, Yves Orton 1997, Optimation New Zealand Ltd. License: Artistic or GPL-1+ Files: contrib/MailTool.pm Copyright: 2001, E. I. DuPont de Nemours and Company, Inc. (http://www.dupont.com) License: Artistic or GPL-1+ Files: debian/* Copyright: 2001-2002, Dirk Eddelbuettel 2002-2004, Stephen Zander 2004-2007, Gunnar Wolf 2006-2009, gregor herrmann 2007-2008, Damyan Ivanov 2008, Dominic Hargreaves 2008, Roberto C. Sanchez 2009, Jonathan Yu 2011-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/control0000644000000000000000000000277712244444154010612 0ustar Source: libmime-lite-perl Maintainer: Debian Perl Group Uploaders: Damyan Ivanov , Dominic Hargreaves , gregor herrmann , Jonathan Yu , Florian Schlichting Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libmailtools-perl, libmime-types-perl, libemail-date-format-perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmime-lite-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmime-lite-perl.git Homepage: https://metacpan.org/release/MIME-Lite Package: libmime-lite-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libemail-date-format-perl, libmailtools-perl Recommends: libmime-types-perl (>= 1.28), nullmailer | mail-transport-agent Description: module for convenient MIME message creation MIME::Lite is a Perl module intended as a simple module for generating (but not parsing) messages according to the Multipurpose Internet Mail Extensions (MIME) standard. It allows one to output a simple, decent single- or multi- part message with text or binary attachments. . Note that the upstream maintainer of MIME::Lite currently recommends against using this package in favour of better maintained and less buggy alternatives. debian/compat0000644000000000000000000000000211671746425010401 0ustar 8 debian/changelog0000644000000000000000000002543112244446024011047 0ustar libmime-lite-perl (3.030-1) unstable; urgency=low * Import Upstream version 3.030 * Email change: Florian Schlichting -> fsfs@debian.org * Update years of upstream and packaging copyright -- Florian Schlichting Sun, 24 Nov 2013 19:57:20 +0100 libmime-lite-perl (3.029-1) unstable; urgency=low [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Florian Schlichting ] * Imported Upstream version 3.029. * Promoted dependency on libmailtools-perl from Recommends to Depends, to fix a nasty behaviour with illegal email addresses (RT #72295). * Bumped Standards-Version to 3.9.3 (use copyright-format 1.0). * Dropped fix_MIME-Version_hardwired.patch, fixed upstream. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Damyan Ivanov ] * drop trailing slash from metacpan URLs * claim conformance with Policy 3.9.5 -- Damyan Ivanov Tue, 05 Nov 2013 23:13:55 +0200 libmime-lite-perl (3.028-1) unstable; urgency=low * Imported Upstream version 3.028 * Add upstream's warning to package description. * Drop spelling-error-in-manpage.patch, applied upstream. * Refresh patches. * Remove obsolete build-dependencies (libtest-pod*). * Update debian/copyright Format-URL. -- Florian Schlichting Thu, 10 Nov 2011 22:00:32 +0000 libmime-lite-perl (3.027-2) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Florian Schlichting ] * Bump Standards-Version to 3.9.2 (directly link GPL-1). * Bump compatibility level to 8. * Switch to source format 3.0 (quilt). * Refresh d/copyright. * Pluck two patches from upstream RT: - fix_MIME-Version_hardwired.patch (Closes: #460395) - remove_extra_newline.patch * Add myself to Uploaders. * New spelling-error-in-manpage.patch. -- Florian Schlichting Wed, 07 Sep 2011 14:41:06 +0000 libmime-lite-perl (3.027-1) unstable; urgency=low * New upstream release -- Jonathan Yu Mon, 12 Oct 2009 07:40:43 -0400 libmime-lite-perl (3.026-1) unstable; urgency=low [ Ryan Niebur ] * Update jawnsy's email address [ gregor herrmann ] * New upstream release (closes: #547371). * Make (build) dependency on libmime-types-perl versioned. * Don't install README anymore, which talks about an old release. -- gregor herrmann Sat, 19 Sep 2009 22:13:43 +0200 libmime-lite-perl (3.025-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release + Add support for providing a non-default SMTP port * Move docs|examples -> libmime-lite-perl.{docs|perl} * Use overrides instead of the full rules file * Standards-Version 3.8.3 (drop perl version requirement) * Updated gregoa's e-mail address * Updated copyright information [ gregor herrmann ] * debian/control: Added: ${misc:Depends} to Depends: field. * New upstream release. [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ gregor herrmann ] * Remove empty debian/patches directory. * debian/control: remove unversioned perl-modules from Depends. -- Jonathan Yu Sat, 22 Aug 2009 15:29:49 -0400 libmime-lite-perl (3.023-1) unstable; urgency=low [ gregor herrmann ] * Split out patch for #465342 into no_sendmail.patch; add quilt framework. * Add /me to Uploaders. * Add debian/README.source to document quilt usage, as required by Debian Policy since 3.8.0. * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Damyan Ivanov ] * New upstream release + drop no_sendmail.patch, applied upstream - remove quilt from control and rules - remove README.source -- not needed anymore as quilt is gone * Standards-Version: 3.8.0 (no changes) * convert debian/rules to ddebhelper7, bump debian/compat * debian/copyright: + use dist-based upstream URL + fill debian work copyrights from changelog; add licensing -- Damyan Ivanov Sat, 22 Nov 2008 22:58:49 +0200 libmime-lite-perl (3.021-3) unstable; urgency=low * Patch upstream to not die if sendmail is not available (closes: #465342) * Remove build-dependency on nullmailer | mail-transport-agent (possible as a result of the above change) -- Dominic Hargreaves Sun, 17 Feb 2008 23:04:21 +0000 libmime-lite-perl (3.021-2) unstable; urgency=low [ gregor herrmann ] * debian/rules: delete /usr/lib/perl5 only if it exists. * Move nullmailer|mail-transport-agent from Depends to Recommends; an MTA is not necessary but the sendmail method is the default; thanks to Josh Triplett for the proposal (closes: #462314). * Set debhelper compatibility level to 6. * debian/watch: use more sophisticated regexp for matching upstream versions. -- Roberto C. Sanchez Thu, 24 Jan 2008 20:51:40 -0500 libmime-lite-perl (3.021-1) unstable; urgency=low [ Gunnar Wolf ] * New upstream release * Added recommendation and build-dependency on perl-modules, libmailtools-perl, libmime-types-perl * Added libemail-date-format-perl as a build-dependency/dependency, dropped libemail-date-perl [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. * debian/watch: use dist-based URL. * debian/rules: - remove unused veriable 'version' - use 'tmp' instead of 'prefix' to be able to use DESTDIR and PREFIX on make install - move dh_clean before make distclean - move 'export PERL_MM_USE_DEFAULT' to top of file * Set Standards-Version to 3.7.3 (no changes needed). -- Gunnar Wolf Thu, 13 Dec 2007 17:00:22 -0600 libmime-lite-perl (3.020-2) unstable; urgency=low * Add libemail-date-perl to Depends (closes: #442402). -- gregor herrmann Sat, 15 Sep 2007 22:11:34 +0200 libmime-lite-perl (3.020-1) unstable; urgency=low * New upstream release * Add download URL to debian/copyright * Add information about contrib/MailTool.pm debian/copyright * debian/watch version 3; drop uupdate hook * Drop unused dh_installdirs from debian/rules * Add nullmailer|mail-transport-agent to Build-Depends-Indep as well as other needed modules so that tests run OK * Add nullmailer|mail-transport-agent to Depends: * Added myself to Uploaders: * remove testout/* in clean target -- Damyan Ivanov Wed, 05 Sep 2007 16:51:54 +0300 libmime-lite-perl (3.01-8) unstable; urgency=low * Use $(CURDIR) [make] instead of $(PWD) [sh] to fix issues with sudo. -- gregor herrmann Sun, 1 Oct 2006 14:27:21 +0200 libmime-lite-perl (3.01-7) unstable; urgency=low * Moved debhelper to Build-Depends. * Set Standards-Version to 3.7.2 (no changes). * Set Debhelper Compatibility Level to 5. * Added libmime-types-perl to Build-Depends-Indep. * Removed empty /usr/lib/perl5 from package. -- gregor herrmann Fri, 16 Jun 2006 16:12:03 +0200 libmime-lite-perl (3.01-6) unstable; urgency=low * MIME::Lite outputs non-RFC-compliant dates - Added a patch to address this. This problem is addressed in the CPAN request tracker (bug 274), but this module upstream development seems halted. Thanks to Nicolas Pomarede for pointing this out and providing a simple patch. * Does not ignore the output of make distclean anymore * Bumped up standards-version to 3.6.2 (no changes needed) -- Gunnar Wolf Tue, 20 Dec 2005 21:57:14 -0600 libmime-lite-perl (3.01-5) unstable; urgency=low * Added debian/watch -- Gunnar Wolf Wed, 25 May 2005 11:03:09 -0500 libmime-lite-perl (3.01-4) unstable; urgency=low * Changes in %ENV are now kept local to the module (Closes: #289983) -- Gunnar Wolf Fri, 4 Mar 2005 17:25:35 -0600 libmime-lite-perl (3.01-3) unstable; urgency=low * Set the path to a sane default (/bin:/usr/bin) so that MIME::Lite will agree to send messages while running in Tainted mode (Closes: #268458) -- Gunnar Wolf Thu, 2 Dec 2004 13:42:08 -0600 libmime-lite-perl (3.01-2) unstable; urgency=low * changes.pod had the whole information in the =NAME section - Even if we do not treat it as a POD file anymore, I fixed it in the source. Notifying upstream as well. * changes.pod should not be a manual page, as it is a changelog - Moved it. (Closes: #283656) -- Gunnar Wolf Thu, 2 Dec 2004 12:57:36 -0600 libmime-lite-perl (3.01-1) unstable; urgency=low * New upstream release * Changed source package name from mime-lite to libmime-lite-perl in order to be more consistent with other Perl packages * New maintainer - Debian Perl Group via Gunnar Wolf (Closes: #279809) -- Gunnar Wolf Wed, 10 Nov 2004 10:40:11 -0600 mime-lite (2.117-5) unstable; urgency=low * Patch Lite.pm so that it returns usable addresses if Mail::Address is installed, Closes: #173627 -- Stephen Zander Tue, 3 Feb 2004 01:07:08 -0800 mime-lite (2.117-4) unstable; urgency=low * Fix missing ')' in Build-Depends:, Closes: #173115 -- Stephen Zander Mon, 24 Feb 2003 23:47:00 -0800 mime-lite (2.117-3) unstable; urgency=low * New maintainer. -- Stephen Zander Mon, 30 Sep 2002 10:52:12 -0700 mime-lite (2.117-2) unstable; urgency=low * debian/control: Changed Build-Depends to Build-Depends-Indep (lintian) * debian/rules: Build from binary-indep (Closes: #157511) -- Dirk Eddelbuettel Tue, 20 Aug 2002 20:20:25 -0500 mime-lite (2.117-1) unstable; urgency=low * Upgraded to upstream release 2.117 -- Dirk Eddelbuettel Wed, 22 Aug 2001 20:28:14 -0500 mime-lite (2.116-2) unstable; urgency=low * debian/rules: Change $(PERL) to perl (Closes: #109311) -- Dirk Eddelbuettel Mon, 20 Aug 2001 07:43:49 -0500 mime-lite (2.116-1) unstable; urgency=low * Upgraded to upstream release 2.116 -- Dirk Eddelbuettel Sat, 18 Aug 2001 08:40:39 -0500 mime-lite (2.115-1) unstable; urgency=low * Upgraded to upstream release 2.115 -- Dirk Eddelbuettel Fri, 17 Aug 2001 18:24:30 -0500 mime-lite (2.111-1) unstable; urgency=low * Upgraded to upstream release 2.111 -- Dirk Eddelbuettel Tue, 7 Aug 2001 19:41:17 -0500 mime-lite (2.106-1) unstable; urgency=low * Initial Release -- Dirk Eddelbuettel Sun, 11 Mar 2001 09:17:30 -0600 debian/source/0000755000000000000000000000000011671746425010503 5ustar debian/source/format0000644000000000000000000000001411671746425011711 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000042611671746425010265 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_auto_install: dh_auto_install rm -f $(TMP)/usr/share/perl5/MIME/changes.pod rm -f $(TMP)/usr/share/man/man3/MIME::changes.3pm pod2text changes.pod > CHANGES debian/clean0000644000000000000000000000001011671746425010177 0ustar CHANGES