--- libxml-filter-detectws-perl-0.01.orig/debian/control +++ libxml-filter-detectws-perl-0.01/debian/control @@ -0,0 +1,37 @@ +Source: libxml-filter-detectws-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Jay Bonci , + Ansgar Burchardt +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/XML-Filter-DetectWS/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-filter-detectws-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-filter-detectws-perl/ +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl, libxml-filter-saxt-perl + +Package: libxml-filter-detectws-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libxml-filter-saxt-perl +Description: Perl module for detecting ignorable whitespace + The XML::Filter::DetectWS module is a PerlSAX filter that detects which + character data contains ignorable whitespace and optionally filters it. + . + The XML spec defines ignorable whitespace as the character data found + in elements that were defined in an declaration with a model + of 'EMPTY' or 'Children' (Children is the rule that does not contain + '#PCDATA'). + . + In addition, XML::Filter::DetectWS allows the user to define other + whitespace to be ignorable. The ignorable whitespace is passed to + the PerlSAX Handler with the ignorable_whitespace handler, provided + that the Handler implements this method. Otherwise it is passed to + the characters handler. If the SkipIgnorableWS is set, the ignorable + whitespace is simply discarded. XML::Filter::DetectWS also takes + xml:space attributes into account. + . + CDATA sections are passed in the standard PerlSAX way (i.e. with + surrounding start_cdata and end_cdata events), unless the Handler + does not implement these methods. In that case, the CDATA section is + simply passed to the characters method. --- libxml-filter-detectws-perl-0.01.orig/debian/copyright +++ libxml-filter-detectws-perl-0.01/debian/copyright @@ -0,0 +1,30 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: T.J. Mather +Upstream-Source: http://search.cpan.org/dist/XML-Filter-DetectWS/ +Upstream-Name: XML-Filter-DetectWS + +Files: * +Copyright: © 1999-2000, Enno Derksen +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: + © 2001-2003, Ardo van Rangelrooij + © 2003-2004, Jay Bonci + © 2009, Ansgar Burchardt +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' --- libxml-filter-detectws-perl-0.01.orig/debian/watch +++ libxml-filter-detectws-perl-0.01/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/XML-Filter-DetectWS/ .*/XML-Filter-DetectWS-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libxml-filter-detectws-perl-0.01.orig/debian/compat +++ libxml-filter-detectws-perl-0.01/debian/compat @@ -0,0 +1 @@ +7 --- libxml-filter-detectws-perl-0.01.orig/debian/changelog +++ libxml-filter-detectws-perl-0.01/debian/changelog @@ -0,0 +1,77 @@ +libxml-filter-detectws-perl (0.01-7) unstable; urgency=low + + [ gregor herrmann ] + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). + * Set Maintainer to Debian Perl Group. + * Use dist-based URL in debian/watch. + * debian/control: Added: ${misc:Depends} to Depends: field. + + [ Ansgar Burchardt ] + * debian/control: Mention module name in description. + * debian/control: Remove duplicate Section and Priority fields from binary + package definition. + * Bump Standards-Version to 3.8.3. + * debian/control: Move debhelper to Build-Depends. + * Refresh rules for debhelper 7. + * Add myself to Uploaders. + * debian/watch: Use extended regexp to match upstream releases. + * Convert debian/copyright to proposed machine-readable format. + + [ gregor herrmann ] + * debian/control: remove Conflicts/Replaces libxml-enno-perl, which isn't + available in stable or oldstable anymore. + + -- Ansgar Burchardt Wed, 19 Aug 2009 15:52:36 +0200 + +libxml-filter-detectws-perl (0.01-6) unstable; urgency=low + + * Added debian/watch file so uscan will actually work + + -- Jay Bonci Tue, 26 Oct 2004 23:02:29 -0400 + +libxml-filter-detectws-perl (0.01-5) unstable; urgency=low + + * New Maintainer (Closes: #210523) + * Bumped policy version to 3.6.1.0 (no other changes) + * Updated CPAN url + * Changed copyright boilerplate to more accurately describe the dual nature of the perl license + * Removed upstream README from distribution as it contained nothing outside of the POD or control file + * Changed over to my standard rules template + + -- Jay Bonci Sun, 9 Nov 2003 22:02:44 -0500 + +libxml-filter-detectws-perl (0.01-4) unstable; urgency=low + + * debian/rules: moved debhelper compatibility level setting to + 'debian/compat' per latest debhelper best practices + * debian/control: updated sections according to latest archive changes: + - 'libxml-filter-detectws-perl' from 'interpreters' to 'perl' + * debian/control: upgraded build dependency on 'debhelper' to '>= 4.1' + * debian/control: upgraded to Debian Policy 3.6.0 (no changes) + + -- Ardo van Rangelrooij Wed, 3 Sep 2003 16:33:16 -0500 + +libxml-filter-detectws-perl (0.01-3) unstable; urgency=low + + * debian/rules: upgraded to debhelper v4 + * debian/control: changed build dependency on debhelper accordingly + * debian/rules: migrated from 'dh_movefiles' to 'dh_install' + * debian/rules: split off 'install' target from 'binary-indep' target + * debian/copyright: added pointer to license + + -- Ardo van Rangelrooij Tue, 6 Aug 2002 20:58:02 -0500 + +libxml-filter-detectws-perl (0.01-2) unstable; urgency=low + + * debian/control: fixed typos and such in description + (closes: Bug#115948) + * debian/control: upgraded to Debian Policy 3.5.6 + + -- Ardo van Rangelrooij Sat, 3 Nov 2001 20:13:50 -0600 + +libxml-filter-detectws-perl (0.01-1) unstable; urgency=low + + * Initial release as a separate package + + -- Ardo van Rangelrooij Mon, 3 Sep 2001 10:59:22 -0500 --- libxml-filter-detectws-perl-0.01.orig/debian/rules +++ libxml-filter-detectws-perl-0.01/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@