--- libhtml-toc-perl-1.12.orig/debian/control
+++ libhtml-toc-perl-1.12/debian/control
@@ -0,0 +1,20 @@
+Source: libhtml-toc-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7.0.50)
+Build-Depends-Indep: perl, libtest-differences-perl, libhtml-parser-perl
+Maintainer: Debian Perl Group
+Uploaders: Jonathan Yu
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/HTML-Toc/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhtml-toc-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhtml-toc-perl/
+
+Package: libhtml-toc-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libhtml-parser-perl
+Description: module for creating and updating an HTML Table of Contents
+ HTML::Toc is a Perl module that provides a mechanism for creating an HTML
+ Table of Contents (ToC) and for keeping it up-to-date. Because it models the
+ information in memory, updating the table becomes very simple. The framework
+ also includes helper modules to write the table as HTML and keep it updated.
--- libhtml-toc-perl-1.12.orig/debian/copyright
+++ libhtml-toc-perl-1.12/debian/copyright
@@ -0,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Freddy Vulto
+Source: http://search.cpan.org/dist/HTML-Toc/
+Name: HTML-Toc
+
+Files: *
+Copyright: 2009, Freddy Vulto
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Jonathan Yu
+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 the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'
--- libhtml-toc-perl-1.12.orig/debian/watch
+++ libhtml-toc-perl-1.12/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/HTML-Toc/ .*/HTML-Toc-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
--- libhtml-toc-perl-1.12.orig/debian/compat
+++ libhtml-toc-perl-1.12/debian/compat
@@ -0,0 +1 @@
+7
--- libhtml-toc-perl-1.12.orig/debian/changelog
+++ libhtml-toc-perl-1.12/debian/changelog
@@ -0,0 +1,5 @@
+libhtml-toc-perl (1.12-1) unstable; urgency=low
+
+ * Initial Release (Closes: #569980)
+
+ -- Jonathan Yu Mon, 15 Feb 2010 11:40:49 -0500
--- libhtml-toc-perl-1.12.orig/debian/rules
+++ libhtml-toc-perl-1.12/debian/rules
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+PACKAGE = $(shell dh_listpackages)
+TMP = $(CURDIR)/debian/$(PACKAGE)
+
+%:
+ dh $@
+
+override_dh_fixperms:
+ dh_fixperms
+ chmod 0644 $(TMP)/usr/share/perl5/HTML/Toc.pod