--- libhtml-tagset-perl-3.20.orig/debian/control
+++ libhtml-tagset-perl-3.20/debian/control
@@ -0,0 +1,22 @@
+Source: libhtml-tagset-perl
+Uploaders: Krzysztof Krzyżaniak (eloy) ,
+ Kenneth J. Pronovici ,
+ gregor herrmann
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 6), quilt (>= 0.40)
+Build-Depends-Indep: perl, libtest-pod-perl
+Maintainer: Debian Perl Group
+Standards-Version: 3.7.3
+Homepage: http://search.cpan.org/dist/HTML-Tagset/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhtml-tagset-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-tagset-perl/
+
+
+Package: libhtml-tagset-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description: Data tables pertaining to HTML
+ HTML-Tagset contains data tables useful in dealing with HTML. For instance,
+ it provides %HTML::Tagset::emptyElement, which lists all of the HTML elements
+ which cannot have content. It provides no functions or methods.
--- libhtml-tagset-perl-3.20.orig/debian/rules
+++ libhtml-tagset-perl-3.20/debian/rules
@@ -0,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 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
+
+include /usr/share/quilt/quilt.make
+
+# 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: $(QUILT_STAMPFN)
+ dh_testdir
+ $(PERL) Makefile.PL INSTALLDIRS=vendor
+ $(MAKE)
+ $(MAKE) test
+ touch $@
+
+clean: unpatch
+ dh_testdir
+ dh_testroot
+ dh_clean build-stamp install-stamp
+ [ ! -f Makefile ] || $(MAKE) realclean
+
+install: install-stamp
+install-stamp: build-stamp
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ $(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_installdocs
+ 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
--- libhtml-tagset-perl-3.20.orig/debian/watch
+++ libhtml-tagset-perl-3.20/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/HTML-Tagset/ .*/HTML-Tagset-v?(\d.+)\.(?:tar\.gz|tar|tgz)$
--- libhtml-tagset-perl-3.20.orig/debian/copyright
+++ libhtml-tagset-perl-3.20/debian/copyright
@@ -0,0 +1,26 @@
+This is Debian GNU/Linux's prepackaged version of HTML::TagSet. This
+is a perl modules which provides data tables useful when dealing with
+HTML.
+
+It is currently maintained by Debian Perl Group,
+previously by Kenneth J. Pronovici ,
+and was originally packaged by Michael Alan Dorman .
+
+The original sources should always be available from the Comprehensive Perl
+Archive Network (CPAN):
+http://search.cpan.org/dist/HTML-Tagset/
+
+The HTML::Tree copright is as follows:
+
+ Copyright 1995-2000 Gisle Aas.
+ Copyright 2000-2005 Sean M. Burke.
+ Copyright 2005-2008 Andy Lester.
+
+ This library is free software; you can redistribute it and/or
+ modify it under the same terms as Perl itself.
+
+Perl is distributed under your choice of the GNU General Public License or the
+Artistic License. On Debian GNU/Linux systems, the complete text of the GNU
+General Public License can be found in `/usr/share/common-licenses/GPL' and the
+Artistic Licence in `/usr/share/common-licenses/Artistic'.
+
--- libhtml-tagset-perl-3.20.orig/debian/compat
+++ libhtml-tagset-perl-3.20/debian/compat
@@ -0,0 +1 @@
+6
--- libhtml-tagset-perl-3.20.orig/debian/changelog
+++ libhtml-tagset-perl-3.20/debian/changelog
@@ -0,0 +1,90 @@
+libhtml-tagset-perl (3.20-2) unstable; urgency=low
+
+ * Add patch isbodyelement.patch: fixes documentation for isBodyElement()
+ (closes: #402272); thanks to Jamey Sharp and Josh Triplett for the bug
+ report. Add quilt framework.
+ * Refresh debian/rules; changes: the package is now parallel buildable;
+ README isn't installed any more.
+ * debian/control:
+ - add libtest-pod-perl to Build-Depends-Indep to enable an additional
+ test
+ - add /me to Uploaders
+ * debian/copyright: update copyright information and provide specific
+ download link.
+
+ -- gregor herrmann Sat, 12 Apr 2008 15:22:41 +0200
+
+libhtml-tagset-perl (3.20-1) unstable; urgency=low
+
+ * New upstream release
+ * Move package to Debian Perl Group
+ * debian/control: Standards-Version updated to 3.7.3 without changes
+ * debian/compat: Updated to 6 without changes
+ * debian/watch: updated to new schema
+
+ -- Krzysztof Krzyżaniak (eloy) Thu, 13 Mar 2008 12:31:40 +0100
+
+libhtml-tagset-perl (3.10-2) unstable; urgency=low
+
+ * debian/control - debhelper moved to Build-Depends
+ * debian/watch - updated (closes: #354348)
+ * debian/rules - added 'make test'
+
+ -- Krzysztof Krzyzaniak (eloy) Sun, 26 Feb 2006 11:57:06 +0100
+
+libhtml-tagset-perl (3.10-1) unstable; urgency=low
+
+ [ Krzysztof Krzyzaniak (eloy)]
+ * New upstream release
+
+ -- Krzysztof Krzyzaniak (eloy) Thu, 10 Nov 2005 20:34:09 +0100
+
+libhtml-tagset-perl (3.04-2) unstable; urgency=low
+
+ [ Krzysztof Krzyzaniak ]
+ * debian/control - catalyst team takes package,
+ Bumped standards version to 3.6.2
+
+ -- Krzysztof Krzyzaniak (eloy) Wed, 28 Sep 2005 20:35:01 +0200
+
+libhtml-tagset-perl (3.04-1) unstable; urgency=low
+
+ * New upstream release.
+ * Bumped standards version to 3.6.1 (no packaging changes).
+
+ -- Kenneth J. Pronovici Tue, 4 Jan 2005 10:51:41 -0600
+
+libhtml-tagset-perl (3.03-2) unstable; urgency=low
+
+ * New maintainer.
+ * Updated debian/copyright.
+ * Changed section from 'interpreters' to 'perl'.
+ * Bumped standards version to 3.5.9.
+ * Added debian/compat file at level 4; now require debhelper (>= 4.1.0).
+ * Added build dependency on perl.
+ * Got rid of duplicated section/priority in debian/control.
+ * Reworked package description (closes: #118196).
+ * Reworked debian/rules to standardize with my other packages.
+ * Removed local variables from changelog.
+ * Added debian/watch file.
+
+ -- Kenneth J. Pronovici Tue, 1 Jul 2003 19:11:42 -0500
+
+libhtml-tagset-perl (3.03-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Michael Alan Dorman Tue, 24 Oct 2000 09:37:28 -0400
+
+libhtml-tagset-perl (3.02-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Michael Alan Dorman Tue, 5 Sep 2000 09:53:50 -0400
+
+libhtml-tagset-perl (3.01-1) unstable; urgency=low
+
+ * Initial debianization
+
+ -- Michael Alan Dorman Tue, 22 Aug 2000 09:24:19 -0400
+
--- libhtml-tagset-perl-3.20.orig/debian/patches/isbodyelement.patch
+++ libhtml-tagset-perl-3.20/debian/patches/isbodyelement.patch
@@ -0,0 +1,11 @@
+--- libhtml-tagset-perl.orig/Tagset.pm
++++ libhtml-tagset-perl/Tagset.pm
+@@ -255,7 +255,7 @@
+ %isFormElement = map {; $_ => 1 }
+ qw(input select option optgroup textarea button label);
+
+-=head2 hashset %HTML::Tagset::isBodyMarkup
++=head2 hashset %HTML::Tagset::isBodyElement
+
+ This hashset contains all elements that are to be found only in/under
+ the "body" element of an HTML document.
--- libhtml-tagset-perl-3.20.orig/debian/patches/series
+++ libhtml-tagset-perl-3.20/debian/patches/series
@@ -0,0 +1 @@
+isbodyelement.patch