--- libhtml-stripscripts-perl-1.05.orig/debian/control
+++ libhtml-stripscripts-perl-1.05/debian/control
@@ -0,0 +1,30 @@
+Source: libhtml-stripscripts-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl
+Maintainer: Debian Perl Group
+Uploaders: Tim Retout , Jonathan Yu
+Standards-Version: 3.8.3
+Homepage: http://search.cpan.org/dist/HTML-StripScripts/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhtml-stripscripts-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhtml-stripscripts-perl/
+
+Package: libhtml-stripscripts-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: module for removing scripts from HTML
+ HTML::StripScripts is a Perl module for neutralizes scripting constructs in
+ HTML, leaving as much non-scripting markup in place as possible. This allows
+ web applications to display HTML originating from an untrusted source without
+ introducing cross-site scripting (XSS) vulnerabilities.
+ .
+ The process is based on whitelists of tags, attributes and attribute values.
+ This approach is the most secure against disguised scripting constructs hidden
+ in malicious HTML documents.
+ .
+ As well as removing scripting constructs, this module ensures that there is a
+ matching end for each start tag, and that the tags are properly nested.
+ .
+ You will probably use HTML::StripScripts::Parser rather than using this module
+ directly (see libhtml-stripscripts-parser-perl).
--- libhtml-stripscripts-perl-1.05.orig/debian/copyright
+++ libhtml-stripscripts-perl-1.05/debian/copyright
@@ -0,0 +1,32 @@
+Format-Specification:
+ http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Clinton Gormley
+Upstream-Source: http://search.cpan.org/dist/HTML-StripScripts/
+Upstream-Name: HTML-StripScripts
+
+Files: *
+Copyright: 2007, Clinton Gormley
+ 2003, Nick Cleaton
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Jonathan Yu
+ 2008-2009, Tim Retout
+ 2008, Nathan Handler
+ 2008, gregor herrmann
+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'
--- libhtml-stripscripts-perl-1.05.orig/debian/watch
+++ libhtml-stripscripts-perl-1.05/debian/watch
@@ -0,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/HTML-StripScripts/ .*/HTML-StripScripts-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
--- libhtml-stripscripts-perl-1.05.orig/debian/compat
+++ libhtml-stripscripts-perl-1.05/debian/compat
@@ -0,0 +1 @@
+7
--- libhtml-stripscripts-perl-1.05.orig/debian/changelog
+++ libhtml-stripscripts-perl-1.05/debian/changelog
@@ -0,0 +1,33 @@
+libhtml-stripscripts-perl (1.05-1) unstable; urgency=low
+
+ * New upstream release
+ * Standards-Version 3.8.3 (no changes)
+ * Refresh copyright information
+ * Add myself to Uploaders and Copyright
+ * Rewrote control description
+
+ -- Jonathan Yu Thu, 05 Nov 2009 17:58:23 -0500
+
+libhtml-stripscripts-perl (1.04-2) unstable; urgency=low
+
+ [ gregor herrmann ]
+ * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
+ (source stanza).
+
+ [ Nathan Handler ]
+ * debian/watch: Update to ignore development releases.
+
+ [ Tim Retout ]
+ * debian/rules: Switch to short format rules file.
+ * debian/control:
+ + Bump Standards-Version to 3.8.2. (No changes needed.)
+ + Start short description with a noun.
+ * debian/copyright: Update information for debian/*
+
+ -- Tim Retout Mon, 10 Aug 2009 23:59:09 +0100
+
+libhtml-stripscripts-perl (1.04-1) unstable; urgency=low
+
+ * Initial Release. (Closes: #494204)
+
+ -- Tim Retout Thu, 7 Aug 2008 17:21:30 -0300
--- libhtml-stripscripts-perl-1.05.orig/debian/libhtml-stripscripts-perl.examples
+++ libhtml-stripscripts-perl-1.05/debian/libhtml-stripscripts-perl.examples
@@ -0,0 +1 @@
+examples/*
--- libhtml-stripscripts-perl-1.05.orig/debian/rules
+++ libhtml-stripscripts-perl-1.05/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@