r9165 - in /trunk/libhtml-tagfilter-perl/debian: ./ changelog compat control copyright docs rules watch

emhn-guest at users.alioth.debian.org emhn-guest at users.alioth.debian.org
Fri Nov 9 23:46:25 UTC 2007


Author: emhn-guest
Date: Fri Nov  9 23:46:24 2007
New Revision: 9165

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

Added:
    trunk/libhtml-tagfilter-perl/debian/
    trunk/libhtml-tagfilter-perl/debian/changelog
    trunk/libhtml-tagfilter-perl/debian/compat
    trunk/libhtml-tagfilter-perl/debian/control
    trunk/libhtml-tagfilter-perl/debian/copyright
    trunk/libhtml-tagfilter-perl/debian/docs
    trunk/libhtml-tagfilter-perl/debian/rules   (with props)
    trunk/libhtml-tagfilter-perl/debian/watch

Added: trunk/libhtml-tagfilter-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libhtml-tagfilter-perl/debian/changelog?rev=9165&op=file
==============================================================================
--- trunk/libhtml-tagfilter-perl/debian/changelog (added)
+++ trunk/libhtml-tagfilter-perl/debian/changelog Fri Nov  9 23:46:24 2007
@@ -1,0 +1,20 @@
+libhtml-tagfilter-perl (1.03-3) unstable; urgency=low
+
+  * Moved package into Debian Pkg Perl Project SVN.
+  * Fixed copyright file with a better URL.
+
+ -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Fri, 09 Nov 2007 19:39:40 -0400
+
+libhtml-tagfilter-perl (1.03-2) unstable; urgency=low
+
+  * Updated Standards Version.
+  * Cleanup debian/rules.
+
+ -- Ernesto Hernández-Novich <emhn at telcel.net.ve>  Mon, 02 Jul 2007 11:44:43 -0400
+
+libhtml-tagfilter-perl (1.03-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Ernesto Hernández-Novich <emhn at telcel.net.ve>  Wed, 03 May 2006 11:10:37 -0400
+

Added: trunk/libhtml-tagfilter-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libhtml-tagfilter-perl/debian/compat?rev=9165&op=file
==============================================================================
--- trunk/libhtml-tagfilter-perl/debian/compat (added)
+++ trunk/libhtml-tagfilter-perl/debian/compat Fri Nov  9 23:46:24 2007
@@ -1,0 +1,1 @@
+4

Added: trunk/libhtml-tagfilter-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libhtml-tagfilter-perl/debian/control?rev=9165&op=file
==============================================================================
--- trunk/libhtml-tagfilter-perl/debian/control (added)
+++ trunk/libhtml-tagfilter-perl/debian/control Fri Nov  9 23:46:24 2007
@@ -1,0 +1,29 @@
+Source: libhtml-tagfilter-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 4.0.2)
+Build-Depends-Indep: perl (>= 5.6.0-16), liburi-perl, libhtml-parser-perl
+Maintainer: Debian Pkg Perl <pkg-perl at lists.alioth.debian.org>
+Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>
+Homepage: http://search.cpan.org/~wross/HTML-TagFilter/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhtml-tagfilter-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-tagfilter-perl/
+Standards-Version: 3.7.2
+
+Package: libhtml-tagfilter-perl
+Architecture: all
+Depends: ${perl:Depends}, liburi-perl, libhtml-parser-perl
+Description:  A fine-grained HTML-filter, XSS-blocker and mailto-obfuscator
+ HTML::TagFilter is a subclass of HTML::Parser with a single purpose: it
+ will remove unwanted HTML tags and attributes from a piece of text. It can
+ act in a more or less fine-grained way: you can specify permitted tags,
+ permitted attributes of each tag, and permitted values for each attribute
+ in as much detail as you like.
+ .
+ Tags which are not allowed are removed. Tags which are allowed are trimmed
+ down to only the attributes which are allowed for each tag. It is possible
+ to allow all or no attributes from a tag, or to allow all or no values for
+ an attribute, and so on.
+ .
+ The filter will also guard against cross-site scripting attacks and
+ obfuscate any mailto:email addresses, unless you tell it not to.

Added: trunk/libhtml-tagfilter-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libhtml-tagfilter-perl/debian/copyright?rev=9165&op=file
==============================================================================
--- trunk/libhtml-tagfilter-perl/debian/copyright (added)
+++ trunk/libhtml-tagfilter-perl/debian/copyright Fri Nov  9 23:46:24 2007
@@ -1,0 +1,22 @@
+This package was debianized by Ernesto Hernández-Novich <emhn at telcel.net.ve>
+on Wed, 03 May 2006 11:14:33 -0400
+
+It was downloaded from http://search.cpan.org/~wross/HTML-TagFilter/
+
+Upstream Authors: 
+
+William Ross <wross at cpan.org>
+
+Copyright:
+
+Copyright (c) 2001-2003 William Ross.
+
+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.
+
+The complete text of the GNU General Public License can be found in
+/usr/share/common-licenses/GPL and the Artistic License can be found
+in /usr/share/common-licenses/Artistic.

Added: trunk/libhtml-tagfilter-perl/debian/docs
URL: http://svn.debian.org/wsvn/trunk/libhtml-tagfilter-perl/debian/docs?rev=9165&op=file
==============================================================================
--- trunk/libhtml-tagfilter-perl/debian/docs (added)
+++ trunk/libhtml-tagfilter-perl/debian/docs Fri Nov  9 23:46:24 2007
@@ -1,0 +1,2 @@
+Changes
+README

Added: trunk/libhtml-tagfilter-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libhtml-tagfilter-perl/debian/rules?rev=9165&op=file
==============================================================================
--- trunk/libhtml-tagfilter-perl/debian/rules (added)
+++ trunk/libhtml-tagfilter-perl/debian/rules Fri Nov  9 23:46:24 2007
@@ -1,0 +1,77 @@
+#!/usr/bin/make -f
+# This debian/rules file is provided as a template for normal perl
+# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> 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
+
+# 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
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+TMP     =$(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	# Add commands to compile the package here
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+	$(MAKE) test
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	dh_clean build-stamp install-stamp
+	# Add commands to clean up after the build process here
+	[ ! -f Makefile ] || $(MAKE) realclean
+
+
+install: build install-stamp
+install-stamp:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+	# Add commands to install the package into debian/$PACKAGE_NAME here
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+
+	# As this is a architecture independent package, we are not
+	# supposed to install stuff to /usr/lib. MakeMaker creates
+	# the dirs, we delete them from the deb:
+	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
+
+	touch install-stamp
+
+binary-arch:
+# We have nothing to do by default.
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+	dh_installchangelogs Changes
+	dh_perl
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+source diff:                                                                  
+	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary

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

Added: trunk/libhtml-tagfilter-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libhtml-tagfilter-perl/debian/watch?rev=9165&op=file
==============================================================================
--- trunk/libhtml-tagfilter-perl/debian/watch (added)
+++ trunk/libhtml-tagfilter-perl/debian/watch Fri Nov  9 23:46:24 2007
@@ -1,0 +1,3 @@
+# format version number, currently 2; this line is compulsory!
+version=2
+http://www.cpan.org/modules/by-module/HTML/HTML-TagFilter-(.*).(tar.gz|tar|tgz)




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