[Pkg-sympa-commits] [libmime-lite-html-perl] 02/15: Imported Debian patch 1.23-1.1

Emmanuel Bouthenot kolter at moszumanska.debian.org
Wed Feb 12 21:11:40 UTC 2014


This is an automated email from the git hooks/post-receive script.

kolter pushed a commit to branch unstable
in repository libmime-lite-html-perl.

commit 8470879d0c908048d9aeedf4d480405a25e66c33
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jul 27 16:34:16 2012 +0200

    Imported Debian patch 1.23-1.1
---
 debian/changelog                       | 15 +++++++++++++++
 debian/compat                          |  1 +
 debian/control                         | 26 ++++++++++++++++++++++++++
 debian/copyright                       | 34 ++++++++++++++++++++++++++++++++++
 debian/libmime-lite-html-perl.docs     |  2 ++
 debian/libmime-lite-html-perl.examples |  1 +
 debian/rules                           | 11 +++++++++++
 debian/watch                           |  2 ++
 8 files changed, 92 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..58942fb
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,15 @@
+libmime-lite-html-perl (1.23-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "FTBFS: test failures": update test reference files during build; this
+    is necessary since libmime-lite-perl has a patch since 3.027-2 (which will
+    be in upstream's next release, cf. CPAN RT#35979) that changes the output
+    (Closes: #642165)
+
+ -- gregor herrmann <gregoa at debian.org>  Fri, 27 Jul 2012 16:34:16 +0200
+
+libmime-lite-html-perl (1.23-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #549900)
+
+ -- Stefan Hornburg (Racke) <racke at linuxia.de>  Thu, 08 Oct 2009 21:11:56 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..e2326f6
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,26 @@
+Source: libmime-lite-html-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, perl-modules, libwww-perl, libhtml-parser-perl,
+  liburi-perl, libmime-lite-perl (>= 1)
+Maintainer: Stefan Hornburg (Racke) <racke at linuxia.de>
+Standards-Version: 3.8.3
+Homepage: http://search.cpan.org/dist/MIME-Lite-HTML/
+
+Package: libmime-lite-html-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, perl-modules, libwww-perl,
+  libhtml-parser-perl, liburi-perl, libmime-lite-perl (>= 1)
+Description: Transform HTML page into MIME email
+ Perl mail client interface for sending message that supports HTML format
+ and builds it for you. This is useful to transform HTML pages into MIME
+ email like that:
+ .
+  * Get the page with LWP if needed
+  * Parse page to find included images and objects (gif, jpg, flash)
+  * Attach them to mail with proper header
+  * Include external CSS and Javascript files
+  * Replace relative urls with absolute ones
+  * Build the MIME email with any parts found
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..4825295
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,34 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Alain BARBET alian at cpan.org , see file Changes for helpers.
+Upstream-Source: http://search.cpan.org/dist/MIME-Lite-HTML/
+Upstream-Name: MIME-Lite-HTML
+Disclaimer: This copyright info was automatically extracted 
+    from the perl module. It may not be accurate, so you better 
+    check the module sources in order to ensure the module for its 
+    inclusion in Debian or for general legal information. Please, 
+    if licensing information is incorrectly generated, file a bug 
+    on dh-make-perl.
+
+Files: *
+Copyright: Alain BARBET alian at cpan.org , see file Changes for helpers.
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Stefan Hornburg (Racke) <racke at linuxia.de>
+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'
diff --git a/debian/libmime-lite-html-perl.docs b/debian/libmime-lite-html-perl.docs
new file mode 100644
index 0000000..0526154
--- /dev/null
+++ b/debian/libmime-lite-html-perl.docs
@@ -0,0 +1,2 @@
+README
+t/docs/Readme.txt
diff --git a/debian/libmime-lite-html-perl.examples b/debian/libmime-lite-html-perl.examples
new file mode 100644
index 0000000..c0f0d8a
--- /dev/null
+++ b/debian/libmime-lite-html-perl.examples
@@ -0,0 +1 @@
+eg/*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..09ff41b
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+
+override_dh_auto_test:
+	# recreate ref files
+	# ignore non-zero exit code that occurs since no tests are run
+	-perl -Iblib/lib t/20create_image_part.t 1
+	-perl -Iblib/lib t/50generic.t 1
+	dh_auto_test
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..7a68882
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/MIME-Lite-HTML/   .*/MIME-Lite-HTML-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sympa/libmime-lite-html-perl.git



More information about the Pkg-sympa-commits mailing list