--- libhtml-quoted-perl-0.03.orig/debian/compat +++ libhtml-quoted-perl-0.03/debian/compat @@ -0,0 +1 @@ +7 --- libhtml-quoted-perl-0.03.orig/debian/rules +++ libhtml-quoted-perl-0.03/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libhtml-quoted-perl-0.03.orig/debian/libhtml-quoted-perl.docs +++ libhtml-quoted-perl-0.03/debian/libhtml-quoted-perl.docs @@ -0,0 +1 @@ +README --- libhtml-quoted-perl-0.03.orig/debian/watch +++ libhtml-quoted-perl-0.03/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/HTML-Quoted/ .*/HTML-Quoted-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libhtml-quoted-perl-0.03.orig/debian/changelog +++ libhtml-quoted-perl-0.03/debian/changelog @@ -0,0 +1,11 @@ +libhtml-quoted-perl (0.03-1) unstable; urgency=low + + * New upstream release + + -- Dominic Hargreaves Sun, 09 Jan 2011 15:10:05 +0000 + +libhtml-quoted-perl (0.02-1) experimental; urgency=low + + * Initial Release (Closes: #608377) + + -- Dominic Hargreaves Thu, 30 Dec 2010 21:25:39 +0000 --- libhtml-quoted-perl-0.03.orig/debian/control +++ libhtml-quoted-perl-0.03/debian/control @@ -0,0 +1,17 @@ +Source: libhtml-quoted-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: libhtml-parser-perl (>= 3.0), perl (>= 5.10.0) +Maintainer: Dominic Hargreaves +Standards-Version: 3.9.1 +Homepage: http://search.cpan.org/dist/HTML-Quoted/ +Vcs-Browser: http://git.debian.org/?p=users/dom/libhtml-quoted-perl.git +Vcs-Git: git://git.debian.org/~dom/libhtml-quoted-perl.git + +Package: libhtml-quoted-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libhtml-parser-perl (>= 3.0), perl +Description: extract structure of quoted HTML mail message + Like Text::Quoted, this module extracts the structure of quoted + text in mail messages, but for HTML email. --- libhtml-quoted-perl-0.03.orig/debian/copyright +++ libhtml-quoted-perl-0.03/debian/copyright @@ -0,0 +1,28 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Maintainer: Ruslan.Zakirov +Source: http://search.cpan.org/dist/HTML-Quoted/ +Name: HTML-Quoted + +Files: * +Copyright: Ruslan.Zakirov +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2010, Dominic Hargreaves +License: Artistic or 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 version 1 of the + General Public License can be found in `/usr/share/common-licenses/GPL-1'.