r23920 - in /trunk/libhtml-stripscripts-perl/debian: ./ changelog compat control copyright libhtml-stripscripts-perl.examples rules watch

diocles-guest at users.alioth.debian.org diocles-guest at users.alioth.debian.org
Thu Aug 7 22:29:42 UTC 2008


Author: diocles-guest
Date: Thu Aug  7 22:29:40 2008
New Revision: 23920

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=23920
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libhtml-stripscripts-perl/debian/
    trunk/libhtml-stripscripts-perl/debian/changelog
    trunk/libhtml-stripscripts-perl/debian/compat
    trunk/libhtml-stripscripts-perl/debian/control
    trunk/libhtml-stripscripts-perl/debian/copyright
    trunk/libhtml-stripscripts-perl/debian/libhtml-stripscripts-perl.examples
    trunk/libhtml-stripscripts-perl/debian/rules   (with props)
    trunk/libhtml-stripscripts-perl/debian/watch

Added: trunk/libhtml-stripscripts-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-stripscripts-perl/debian/changelog?rev=23920&op=file
==============================================================================
--- trunk/libhtml-stripscripts-perl/debian/changelog (added)
+++ trunk/libhtml-stripscripts-perl/debian/changelog Thu Aug  7 22:29:40 2008
@@ -1,0 +1,5 @@
+libhtml-stripscripts-perl (1.04-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #494204)
+
+ -- Tim Retout <tim at retout.co.uk>  Thu, 7 Aug 2008 17:21:30 -0300

Added: trunk/libhtml-stripscripts-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-stripscripts-perl/debian/compat?rev=23920&op=file
==============================================================================
--- trunk/libhtml-stripscripts-perl/debian/compat (added)
+++ trunk/libhtml-stripscripts-perl/debian/compat Thu Aug  7 22:29:40 2008
@@ -1,0 +1,1 @@
+7

Added: trunk/libhtml-stripscripts-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-stripscripts-perl/debian/control?rev=23920&op=file
==============================================================================
--- trunk/libhtml-stripscripts-perl/debian/control (added)
+++ trunk/libhtml-stripscripts-perl/debian/control Thu Aug  7 22:29:40 2008
@@ -1,0 +1,32 @@
+Source: libhtml-stripscripts-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.10-12), libtest-pod-perl, libtest-pod-coverage-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Tim Retout <tim at retout.co.uk>
+Standards-Version: 3.8.0
+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/wsvn/pkg-perl/trunk/libhtml-stripscripts-perl/
+
+Package: libhtml-stripscripts-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: Strip scripting constructs out of HTML
+ HTML::StripScripts strips scripting constructs out of 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 XSS (cross site scripting) vulnerabilities.
+ .
+ You will probably use HTML::StripScripts::Parser rather than using
+ this module directly - see the libhtml-stripscripts-parser-perl
+ package.
+ .
+ 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.

Added: trunk/libhtml-stripscripts-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-stripscripts-perl/debian/copyright?rev=23920&op=file
==============================================================================
--- trunk/libhtml-stripscripts-perl/debian/copyright (added)
+++ trunk/libhtml-stripscripts-perl/debian/copyright Thu Aug  7 22:29:40 2008
@@ -1,0 +1,23 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=226
+Upstream-Name: HTML-StripScripts
+Upstream-Maintainer: Clinton Gormley <clint at traveljury.com>
+Upstream-Source: http://search.cpan.org/dist/HTML-StripScripts/
+
+Files: *
+Copyright: Copyright (C) 2003 Nick Cleaton.  All Rights Reserved.
+Copyright: Copyright (C) 2007 Clinton Gormley.  All Rights Reserved.
+License: GPL-1+ | Artistic
+ This module is free software; you can redistribute it and/or modify it under
+ the same terms as Perl itself.
+ .
+ Perl is distributed under the GNU General Public License, either version 1 or
+ (at your option) any later version, and the Artistic License.
+ .
+ On Debian systems, the complete text of the GNU General Public License can be
+ found in /usr/share/common-licenses/GPL and the Artistic License in
+ /usr/share/common-licenses/Artistic.
+
+Files: debian/*
+Copyright: Copyright (C) 2008, Tim Retout <tim at retout.co.uk>
+License: GPL-1+ | Artistic

Added: trunk/libhtml-stripscripts-perl/debian/libhtml-stripscripts-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-stripscripts-perl/debian/libhtml-stripscripts-perl.examples?rev=23920&op=file
==============================================================================
--- trunk/libhtml-stripscripts-perl/debian/libhtml-stripscripts-perl.examples (added)
+++ trunk/libhtml-stripscripts-perl/debian/libhtml-stripscripts-perl.examples Thu Aug  7 22:29:40 2008
@@ -1,0 +1,1 @@
+examples/*

Added: trunk/libhtml-stripscripts-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-stripscripts-perl/debian/rules?rev=23920&op=file
==============================================================================
--- trunk/libhtml-stripscripts-perl/debian/rules (added)
+++ trunk/libhtml-stripscripts-perl/debian/rules Thu Aug  7 22:29:40 2008
@@ -1,0 +1,23 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
+
+clean:
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch:
+
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

Propchange: trunk/libhtml-stripscripts-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libhtml-stripscripts-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-stripscripts-perl/debian/watch?rev=23920&op=file
==============================================================================
--- trunk/libhtml-stripscripts-perl/debian/watch (added)
+++ trunk/libhtml-stripscripts-perl/debian/watch Thu Aug  7 22:29:40 2008
@@ -1,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)$




More information about the Pkg-perl-cvs-commits mailing list