--- libxml-filter-reindent-perl-0.03.orig/debian/control +++ libxml-filter-reindent-perl-0.03/debian/control @@ -0,0 +1,33 @@ +Source: libxml-filter-reindent-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-Reindent/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-filter-reindent-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-filter-reindent-perl/ +Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7) +Build-Depends-Indep: perl, libxml-filter-detectws-perl + +Package: libxml-filter-reindent-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libxml-filter-detectws-perl +Suggests: libxml-handler-composer-perl +Description: Perl module for reformatting whitespace for pretty printing XML + This module can be used as a PerlSAX filter to reformat an XML + document before sending it to a PerlSAX handler that prints it (like + XML::Handler::Composer). + . + Like XML::Filter::DetectWS, it detects ignorable whitespace and + blocks of whitespace characters in certain places. It uses this + information and information supplied by the user to determine where + whitespace may be modified, deleted or inserted. Based on the indent + settings, it then modifies, inserts and deletes characters and + ignorable_whitespace events accordingly. + . + This is just a first stab at the implementation. It may be buggy and + may change completely! + . + The suggested package is only needed for the example 'pretty.pl' --- libxml-filter-reindent-perl-0.03.orig/debian/copyright +++ libxml-filter-reindent-perl-0.03/debian/copyright @@ -0,0 +1,31 @@ +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-Reindent/ +Upstream-Name: XML-Filter-Reindent + +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-reindent-perl-0.03.orig/debian/watch +++ libxml-filter-reindent-perl-0.03/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/XML-Filter-Reindent/ .*/XML-Filter-Reindent-([[:digit:]].*)\.tar\.gz --- libxml-filter-reindent-perl-0.03.orig/debian/libxml-filter-reindent-perl.examples +++ libxml-filter-reindent-perl-0.03/debian/libxml-filter-reindent-perl.examples @@ -0,0 +1 @@ +bin/* --- libxml-filter-reindent-perl-0.03.orig/debian/compat +++ libxml-filter-reindent-perl-0.03/debian/compat @@ -0,0 +1 @@ +7 --- libxml-filter-reindent-perl-0.03.orig/debian/README.source +++ libxml-filter-reindent-perl-0.03/debian/README.source @@ -0,0 +1,5 @@ +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +See /usr/share/doc/quilt/README.source for a detailed explanation. --- libxml-filter-reindent-perl-0.03.orig/debian/changelog +++ libxml-filter-reindent-perl-0.03/debian/changelog @@ -0,0 +1,91 @@ +libxml-filter-reindent-perl (0.03-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. + * Split changes to bin/pretty.pl out into a patch; add quilt framework. + * Add debian/README.source to document quilt usage, as required by + Debian Policy since 3.8.0. + * debian/control: Added: ${misc:Depends} to Depends: field. + * debian/control: remove Conflicts/Replaces: libxml-enno-perl, not in Debian + anymore. + + [ Ansgar Burchardt ] + * Refresh debian/rules for debhelper 7. + * debian/control: Fix typo in description. + * debian/control: Remove Priority and Section fields from binary package + definition. + * Convert debian/copyright to proposed machine-readable format. + * Add myself to Uploaders. + * Bump Standards-Version to 3.8.3. + + -- Ansgar Burchardt Sun, 27 Sep 2009 23:01:51 +0200 + +libxml-filter-reindent-perl (0.03-6) unstable; urgency=low + + * Adds debian/watch file so uscan will work + + -- Jay Bonci Tue, 26 Oct 2004 23:14:53 -0400 + +libxml-filter-reindent-perl (0.03-5) unstable; urgency=low + + * New Maintainer (Closes: #210524) + * Bumped policy version to 3.6.1.0 (No other changes) + * Updated CPAN url to specific module link + * Updated copyright boilerplate to explicate the dual nature of the perl license + * Removed upstream README as it contained no info from outside of the POD + * Removed install file as it is handled by default + * Changed over to my standard rules template + + -- Jay Bonci Sun, 9 Nov 2003 22:41:02 -0500 + +libxml-filter-reindent-perl (0.03-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-reindent-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:45:17 -0500 + +libxml-filter-reindent-perl (0.03-3) unstable; urgency=low + + * debian/control: fixed suggestion for 'libxml-handler-composer' into + 'libxml-handler-composer-perl' + + -- Ardo van Rangelrooij Sun, 22 Sep 2002 09:04:07 -0500 + +libxml-filter-reindent-perl (0.03-2) 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 Thu, 8 Aug 2002 19:33:38 -0500 + +libxml-filter-reindent-perl (0.03-1) unstable; urgency=low + + * New upstream release + * debian/rules: added 'dh_installexamples' for the example script + * debian/control: added 'Suggests' for the example script + + -- Ardo van Rangelrooij Sat, 27 Apr 2002 08:51:46 -0500 + +libxml-filter-reindent-perl (0.02-1) unstable; urgency=low + + * New upstream release + * debian/control: upgraded to Debian Policy 3.5.6 + + -- Ardo van Rangelrooij Sun, 23 Dec 2001 17:58:15 -0600 + +libxml-filter-reindent-perl (0.01-1) unstable; urgency=low + + * Initial release as a separate package + + -- Ardo van Rangelrooij Mon, 3 Sep 2001 12:16:53 -0500 --- libxml-filter-reindent-perl-0.03.orig/debian/rules +++ libxml-filter-reindent-perl-0.03/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh --with quilt $@ --- libxml-filter-reindent-perl-0.03.orig/debian/patches/hashbang.patch +++ libxml-filter-reindent-perl-0.03/debian/patches/hashbang.patch @@ -0,0 +1,10 @@ +correct hashbang in example script + +--- a/bin/pretty.pl ++++ b/bin/pretty.pl +@@ -1,4 +1,4 @@ +-#!/home1/enno/bin/perl -w ++#!/usr/bin/perl -w + # + # Usage: perl pretty.pl URL > out.xml + # --- libxml-filter-reindent-perl-0.03.orig/debian/patches/series +++ libxml-filter-reindent-perl-0.03/debian/patches/series @@ -0,0 +1 @@ +hashbang.patch