r18915 - in /trunk/libemail-mime-createhtml-perl/debian: ./ changelog compat control copyright rules watch

yvesago-guest at users.alioth.debian.org yvesago-guest at users.alioth.debian.org
Sun Apr 20 14:28:41 UTC 2008


Author: yvesago-guest
Date: Sun Apr 20 14:28:40 2008
New Revision: 18915

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=18915
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libemail-mime-createhtml-perl/debian/
    trunk/libemail-mime-createhtml-perl/debian/changelog
    trunk/libemail-mime-createhtml-perl/debian/compat
    trunk/libemail-mime-createhtml-perl/debian/control
    trunk/libemail-mime-createhtml-perl/debian/copyright
    trunk/libemail-mime-createhtml-perl/debian/rules   (with props)
    trunk/libemail-mime-createhtml-perl/debian/watch

Added: trunk/libemail-mime-createhtml-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-mime-createhtml-perl/debian/changelog?rev=18915&op=file
==============================================================================
--- trunk/libemail-mime-createhtml-perl/debian/changelog (added)
+++ trunk/libemail-mime-createhtml-perl/debian/changelog Sun Apr 20 14:28:40 2008
@@ -1,0 +1,5 @@
+libemail-mime-createhtml-perl (1.026-1) unstable; urgency=low
+
+  * Initial Release (Closes: #476968)
+
+ -- AGOSTINI Yves <agostini at univ-metz.fr>  Sun, 20 Apr 2008 11:42:25 +0200

Added: trunk/libemail-mime-createhtml-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-mime-createhtml-perl/debian/compat?rev=18915&op=file
==============================================================================
--- trunk/libemail-mime-createhtml-perl/debian/compat (added)
+++ trunk/libemail-mime-createhtml-perl/debian/compat Sun Apr 20 14:28:40 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libemail-mime-createhtml-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-mime-createhtml-perl/debian/control?rev=18915&op=file
==============================================================================
--- trunk/libemail-mime-createhtml-perl/debian/control (added)
+++ trunk/libemail-mime-createhtml-perl/debian/control Sun Apr 20 14:28:40 2008
@@ -1,0 +1,33 @@
+Source: libemail-mime-createhtml-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: perl (>= 5.6.10-12), libhtml-tokeparser-simple-perl, liblog-trace-perl, libmime-types-perl, libtest-assertions-perl, libdata-serializer-perl, libtest-assertions-perl, libhtml-tagset-perl, libemail-mime-creator-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>
+Standards-Version: 3.7.3
+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/wsvn/pkg-perl/trunk/libemail-mime-createhtml-perl/
+
+Package: libemail-mime-createhtml-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libhtml-tokeparser-simple-perl, liblog-trace-perl, libmime-types-perl, libtest-assertions-perl, libdata-serializer-perl, libtest-assertions-perl, libhtml-tagset-perl, libemail-mime-creator-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. 
+ For example, an HTML email with an alternative version in plain text and with
+ all the required images contained in the mail.
+ .
+ The HTML content is parsed looking for embeddable media objects.   A resource
+ loading routine is used to fetch content  from those URIs and replace the URIs
+ in the HTML with CIDs.  The default resource loading routine is deliberately
+ conservative, only allowing resources to be fetched from the local filesystem.  
+ It's possible and relatively straightforward to plug in a custom resource 
+ loading routine that can resolve URIs using a broader range of protocols.  
+ .
+ The MIME structure is then assembled, embedding the content of the resources 
+ where appropriate.  Note that this module does not send any mail, it merely 
+ does the work of  building the appropriate MIME message.  The message can be 
+ sent with Email::Send or any other mailer that can be fed a string 
+ representation of an email message.

Added: trunk/libemail-mime-createhtml-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-mime-createhtml-perl/debian/copyright?rev=18915&op=file
==============================================================================
--- trunk/libemail-mime-createhtml-perl/debian/copyright (added)
+++ trunk/libemail-mime-createhtml-perl/debian/copyright Sun Apr 20 14:28:40 2008
@@ -1,0 +1,17 @@
+This is the debian package for the Email-MIME-CreateHTML module.
+
+It was downloaded from http://search.cpan.org/dist/Email-MIME-CreateHTML/
+
+The upstream author are: 
+
+Tony Hennessy, Simon Flack and John Alden <cpan _at_ bbc _dot_ co _dot_ uk>
+
+Copyright BBC 2005,2006. This program is free software; you can redistribute it and/or modify it under the GNU GPL.
+
+The full text of the GPL is available on Debian systems in
+/usr/share/common-licenses/GPL
+
+
+The Debian packaging is (C) 2008, Debian Perl Group
+<pkg-perl-maintainers at lists.alioth.debian.org> and
+is licensed under the same terms as the software itself (see above).

Added: trunk/libemail-mime-createhtml-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-mime-createhtml-perl/debian/rules?rev=18915&op=file
==============================================================================
--- trunk/libemail-mime-createhtml-perl/debian/rules (added)
+++ trunk/libemail-mime-createhtml-perl/debian/rules Sun Apr 20 14:28:40 2008
@@ -1,0 +1,62 @@
+#!/usr/bin/make -f
+# This debian/rules file is provided as a template for normal perl
+# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
+# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
+# be used freely wherever it is useful.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# If set to a true value then MakeMaker's prompt function will
+# always return the default without waiting for user input.
+export PERL_MM_USE_DEFAULT=1
+
+PERL   ?= /usr/bin/perl
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	# Add commands to compile the package here
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+	$(MAKE) test
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	dh_clean build-stamp install-stamp
+	# Add commands to clean up after the build process here
+	[ ! -f Makefile ] || $(MAKE) realclean
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	# Add commands to install the package into $(TMP) here
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	[ ! -d $(TMP)/usr/lib/perl5 ] || \
+		rmdir --ignore-fail-on-non-empty --parents --verbose \
+		$(TMP)/usr/lib/perl5
+	touch $@
+
+binary-arch:
+# We have nothing to do here for an architecture-independent package
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs Changes
+	dh_perl
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install

Propchange: trunk/libemail-mime-createhtml-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libemail-mime-createhtml-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-mime-createhtml-perl/debian/watch?rev=18915&op=file
==============================================================================
--- trunk/libemail-mime-createhtml-perl/debian/watch (added)
+++ trunk/libemail-mime-createhtml-perl/debian/watch Sun Apr 20 14:28:40 2008
@@ -1,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/Email-MIME-CreateHTML/   .*/Email-MIME-CreateHTML-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




More information about the Pkg-perl-cvs-commits mailing list