diff -Nru libemail-mime-createhtml-perl-1.029/Changes libemail-mime-createhtml-perl-1.030/Changes --- libemail-mime-createhtml-perl-1.029/Changes 2010-02-10 13:33:01.000000000 +0000 +++ libemail-mime-createhtml-perl-1.030/Changes 2010-02-12 17:44:43.000000000 +0000 @@ -1,3 +1,6 @@ +Fri Feb 12 17:20:07 2010 - 1.030 + Add no_index for Email::MIME + Wed Feb 10 13:33:01 2010 - 1.029 Add Carp to fix warnings (CPAN RT51208) Insist on 3.15 of HTML::TokeParser::Simple (CPAN RT 28788) diff -Nru libemail-mime-createhtml-perl-1.029/debian/changelog libemail-mime-createhtml-perl-1.030/debian/changelog --- libemail-mime-createhtml-perl-1.029/debian/changelog 2011-02-08 16:36:39.000000000 +0000 +++ libemail-mime-createhtml-perl-1.030/debian/changelog 2011-02-04 20:15:28.000000000 +0000 @@ -1,3 +1,20 @@ +libemail-mime-createhtml-perl (1.030-1) unstable; urgency=low + + * Team Upload. + + [ Salvatore Bonaccorso ] + * New upstream release. + * Update my email address. + + [ Ansgar Burchardt ] + * Add libfile-policy-perl as a runtime dependency as well. (Closes: #612003) + * debian/copyright: Formatting changes, refer to "Debian systems" instead of + "Debian GNU/Linux systems". + * Use source format 3.0 (quilt). + * Bump Standards-Version to 3.9.1. + + -- Ansgar Burchardt Fri, 04 Feb 2011 21:15:18 +0100 + libemail-mime-createhtml-perl (1.029-1) unstable; urgency=low * New upstream release diff -Nru libemail-mime-createhtml-perl-1.029/debian/control libemail-mime-createhtml-perl-1.030/debian/control --- libemail-mime-createhtml-perl-1.029/debian/control 2011-02-08 16:36:39.000000000 +0000 +++ libemail-mime-createhtml-perl-1.030/debian/control 2011-02-04 20:10:29.000000000 +0000 @@ -10,8 +10,8 @@ Maintainer: Debian Perl Group Uploaders: AGOSTINI Yves , gregor herrmann , - Salvatore Bonaccorso -Standards-Version: 3.8.4 + Salvatore Bonaccorso +Standards-Version: 3.9.1 Homepage: http://search.cpan.org/dist/Email-MIME-CreateHTML/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libemail-mime-createhtml-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libemail-mime-createhtml-perl/ @@ -20,7 +20,8 @@ Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libhtml-tokeparser-simple-perl, liblog-trace-perl, libmime-types-perl, libdata-serializer-perl, libhtml-tagset-perl, - libemail-mime-perl (>= 1.901) | libemail-mime-creator-perl, libwww-perl + libemail-mime-perl (>= 1.901) | libemail-mime-creator-perl, + libfile-policy-perl, libwww-perl Description: multipart HTML email builder Email::MIME::CreateHTML allows you to build HTML emails, optionally with a text-only alternative and embedded media objects. diff -Nru libemail-mime-createhtml-perl-1.029/debian/copyright libemail-mime-createhtml-perl-1.030/debian/copyright --- libemail-mime-createhtml-perl-1.029/debian/copyright 2011-02-08 16:36:39.000000000 +0000 +++ libemail-mime-createhtml-perl-1.030/debian/copyright 2011-02-04 20:13:18.000000000 +0000 @@ -4,25 +4,28 @@ Name: Email-MIME-CreateHTML Files: * -Copyright: Copyright BBC 2005,2006 +Copyright: 2005-2006, BBC License: GPL-2 - Copyright BBC 2005,2006. This program is free software; you can redistribute - it and/or modify it under the GNU GPL version 2. - . - On Debian GNU/Linux systems, the complete text of version 2 of the GNU - General Public License can be found in `/usr/share/common-lincenses/GPL-2' Files: debian/* Copyright: 2008, AGOSTINI Yves - 2009-2010, Salvatore Bonaccorso + 2009-2010, Salvatore Bonaccorso 2009, gregor herrmann License: GPL-2+ +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'. + 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, or (at your option) any later version. . - On Debian GNU/Linux systems, the complete text of version 2 of the GNU - General Public License can be found in `/usr/share/common-licenses/GPL-2' + 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'. diff -Nru libemail-mime-createhtml-perl-1.029/debian/source/format libemail-mime-createhtml-perl-1.030/debian/source/format --- libemail-mime-createhtml-perl-1.029/debian/source/format 1970-01-01 00:00:00.000000000 +0000 +++ libemail-mime-createhtml-perl-1.030/debian/source/format 2011-02-08 16:36:39.000000000 +0000 @@ -0,0 +1 @@ +3.0 (quilt) diff -Nru libemail-mime-createhtml-perl-1.029/lib/Email/MIME/CreateHTML.pm libemail-mime-createhtml-perl-1.030/lib/Email/MIME/CreateHTML.pm --- libemail-mime-createhtml-perl-1.029/lib/Email/MIME/CreateHTML.pm 2010-02-10 13:28:45.000000000 +0000 +++ libemail-mime-createhtml-perl-1.030/lib/Email/MIME/CreateHTML.pm 2010-02-12 17:44:43.000000000 +0000 @@ -2,7 +2,7 @@ # Purpose : Build HTML emails # Author : Tony Hennessy # Created : Aug 2006 -# CVS : $Header: /home/cvs/software/cvsroot/email/lib/Email/MIME/CreateHTML.pm,v 1.29 2010/01/12 11:26:38 jamiel Exp $ +# CVS : $Header: /home/cvs/software/cvsroot/email/lib/Email/MIME/CreateHTML.pm,v 1.30 2010/02/12 17:44:26 jamiel Exp $ ############################################################################### package Email::MIME::CreateHTML; @@ -18,7 +18,7 @@ #Globals use vars qw($VERSION %EMBED @EXPORT_OK @ISA); -$VERSION = sprintf "%d.%03d", q$Revision: 1.29 $ =~ /: (\d+)\.(\d+)/; +$VERSION = sprintf "%d.%03d", q$Revision: 1.30 $ =~ /: (\d+)\.(\d+)/; %EMBED = ( 'bgsound' => {'src'=>1}, 'body' => {'background'=>1}, @@ -666,12 +666,12 @@ L, L, L, L =head1 TODO - - - Maybe add option to control the order that the text + html parts appear in the MIME message. + +Maybe add option to control the order that the text + html parts appear in the MIME message. =head1 VERSION -$Revision: 1.29 $ on $Date: 2010/01/12 11:26:38 $ by $Author: jamiel $ +$Revision: 1.30 $ on $Date: 2010/02/12 17:44:26 $ by $Author: jamiel $ =head1 AUTHOR diff -Nru libemail-mime-createhtml-perl-1.029/Makefile.PL libemail-mime-createhtml-perl-1.030/Makefile.PL --- libemail-mime-createhtml-perl-1.029/Makefile.PL 2010-02-10 13:28:45.000000000 +0000 +++ libemail-mime-createhtml-perl-1.030/Makefile.PL 2010-02-12 17:44:43.000000000 +0000 @@ -16,4 +16,6 @@ }, ABSTRACT_FROM => 'lib/Email/MIME/CreateHTML.pm', AUTHOR => 'British Broadcasting Corporation', + # We don't want to add to Email::MIME's docs, and don't have permission to anyway. + META_ADD => { no_index => { package => ['Email::MIME'] } }, ); diff -Nru libemail-mime-createhtml-perl-1.029/META.yml libemail-mime-createhtml-perl-1.030/META.yml --- libemail-mime-createhtml-perl-1.029/META.yml 2010-02-10 13:33:54.000000000 +0000 +++ libemail-mime-createhtml-perl-1.030/META.yml 2010-02-12 17:45:07.000000000 +0000 @@ -1,19 +1,29 @@ -# http://module-build.sourceforge.net/META-spec.html -#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# -name: Email-MIME-CreateHTML -version: 1.029 -version_from: lib/Email/MIME/CreateHTML.pm -installdirs: site +--- #YAML:1.0 +name: Email-MIME-CreateHTML +version: 1.030 +abstract: Multipart HTML Email builder +author: + - British Broadcasting Corporation +license: unknown +distribution_type: module +configure_requires: + ExtUtils::MakeMaker: 0 +build_requires: + ExtUtils::MakeMaker: 0 requires: - Data::Serializer: 0 - Email::MIME::Creator: 0 - File::Slurp::WithinPolicy: 0 - HTML::Tagset: 0 - HTML::TokeParser::Simple: 3.15 - Log::Trace: 0 - MIME::Types: 0 - Test::Assertions: 0 + Data::Serializer: 0 + Email::MIME::Creator: 0 + File::Slurp::WithinPolicy: 0 + HTML::Tagset: 0 + HTML::TokeParser::Simple: 3.15 + Log::Trace: 0 + MIME::Types: 0 + Test::Assertions: 0 Test::Assertions::TestScript: 0 - -distribution_type: module -generated_by: ExtUtils::MakeMaker version 6.30 +no_index: + package: + - Email::MIME +generated_by: ExtUtils::MakeMaker version 6.56 +meta-spec: + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: 1.4 diff -Nru libemail-mime-createhtml-perl-1.029/README libemail-mime-createhtml-perl-1.030/README --- libemail-mime-createhtml-perl-1.029/README 2010-02-10 13:28:47.000000000 +0000 +++ libemail-mime-createhtml-perl-1.030/README 2010-02-12 17:44:45.000000000 +0000 @@ -1,4 +1,4 @@ -Email::MIME::CreateHTML v1.029 +Email::MIME::CreateHTML v1.030 (c) BBC 2006. This program is free software; you can redistribute it and/or modify it under the GNU GPL.