--- libmime-lite-perl-3.027.orig/debian/libmime-lite-perl.examples +++ libmime-lite-perl-3.027/debian/libmime-lite-perl.examples @@ -0,0 +1,2 @@ +examples/* +contrib --- libmime-lite-perl-3.027.orig/debian/clean +++ libmime-lite-perl-3.027/debian/clean @@ -0,0 +1 @@ +CHANGES --- libmime-lite-perl-3.027.orig/debian/rules +++ libmime-lite-perl-3.027/debian/rules @@ -0,0 +1,13 @@ +#!/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 --- libmime-lite-perl-3.027.orig/debian/copyright +++ libmime-lite-perl-3.027/debian/copyright @@ -0,0 +1,46 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Ricardo Signes +Upstream-Source: http://search.cpan.org/dist/MIME-Lite/ +Upstream-Name: MIME-Lite + +Files: * +Copyright: 2003, Yves Orton + 1998-1999, ZeeGee Software, Inc. + 1996-1997, Eryq +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: lib/MIME/Lite.pm +Copyright: 2003-2005, Yves Orton + 1997, Optimation New Zealand Ltd. +License: Artistic | GPL-1+ + +Files: contrib/MailTool.pm +Copyright: 2001, E. I. DuPont de Nemours and Company, Inc. (http://www.dupont.com) +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Jonathan Yu + 2008, Dominic Hargreaves + 2008, Roberto C. Sanchez + 2007-2008, Damyan Ivanov + 2006-2009, gregor herrmann + 2004-2007, Gunnar Wolf + 2002-2004, Stephen Zander + 2001-2002, Dirk Eddelbuettel +License: Artistic | 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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' --- libmime-lite-perl-3.027.orig/debian/changelog +++ libmime-lite-perl-3.027/debian/changelog @@ -0,0 +1,265 @@ +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 + + --- libmime-lite-perl-3.027.orig/debian/compat +++ libmime-lite-perl-3.027/debian/compat @@ -0,0 +1 @@ +7 --- libmime-lite-perl-3.027.orig/debian/control +++ libmime-lite-perl-3.027/debian/control @@ -0,0 +1,25 @@ +Source: libmime-lite-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.0.50) +Build-Depends-Indep: perl, libtest-pod-coverage-perl, libtest-pod-perl, + libmailtools-perl, libmime-types-perl (>= 1.28), libemail-date-format-perl +Maintainer: Debian Perl Group +Uploaders: Gunnar Wolf , Damyan Ivanov , + Dominic Hargreaves , gregor herrmann , + Jonathan Yu +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/MIME-Lite/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmime-lite-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmime-lite-perl/ + +Package: libmime-lite-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libemail-date-format-perl +Recommends: libmailtools-perl, 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. --- libmime-lite-perl-3.027.orig/debian/watch +++ libmime-lite-perl-3.027/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/MIME-Lite/ .*/MIME-Lite-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)