--- libmime-lite-html-perl-1.23.orig/debian/rules
+++ libmime-lite-html-perl-1.23/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
--- libmime-lite-html-perl-1.23.orig/debian/control
+++ libmime-lite-html-perl-1.23/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)
+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
+
--- libmime-lite-html-perl-1.23.orig/debian/libmime-lite-html-perl.examples
+++ libmime-lite-html-perl-1.23/debian/libmime-lite-html-perl.examples
@@ -0,0 +1 @@
+eg/*
--- libmime-lite-html-perl-1.23.orig/debian/changelog
+++ libmime-lite-html-perl-1.23/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 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) Thu, 08 Oct 2009 21:11:56 +0200
--- libmime-lite-html-perl-1.23.orig/debian/compat
+++ libmime-lite-html-perl-1.23/debian/compat
@@ -0,0 +1 @@
+7
--- libmime-lite-html-perl-1.23.orig/debian/libmime-lite-html-perl.docs
+++ libmime-lite-html-perl-1.23/debian/libmime-lite-html-perl.docs
@@ -0,0 +1,2 @@
+README
+t/docs/Readme.txt
--- libmime-lite-html-perl-1.23.orig/debian/copyright
+++ libmime-lite-html-perl-1.23/debian/copyright
@@ -0,0 +1,34 @@
+Format-Specification:
+ http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Alain BARBET alian@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@cpan.org , see file Changes for helpers.
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Stefan Hornburg (Racke)
+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-html-perl-1.23.orig/debian/watch
+++ libmime-lite-html-perl-1.23/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)$