--- libxml-handler-trees-perl-0.02.orig/debian/control +++ libxml-handler-trees-perl-0.02/debian/control @@ -0,0 +1,30 @@ +Source: libxml-handler-trees-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-Handler-Trees/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-handler-trees-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-handler-trees-perl/ +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl + +Package: libxml-handler-trees-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends} +Description: Perl module for building tree structures using PerlSAX handlers + The XML::Handler::Trees module provides three PerlSAX handler classes for + building tree structures. XML::Handler::Tree builds the same type of tree + as the "Tree" style in XML::Parser. XML::Handler::EasyTree builds the same + type of tree as the "EasyTree" style added to XML::Parser by + XML::Parser::EasyTree. XML::Handler::TreeBuilder builds the same + type of tree as Sean M. Burke's XML::TreeBuilder. These classes make + it possible to construct these tree structures from sources other + than XML::Parser. + . + All three handlers can be driven by either PerlSAX 1 or PerlSAX 2 + drivers. In all cases, the end_document() method returns a reference + to the constructed tree, which normally becomes the return value of + the PerlSAX driver. --- libxml-handler-trees-perl-0.02.orig/debian/copyright +++ libxml-handler-trees-perl-0.02/debian/copyright @@ -0,0 +1,32 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Maintainer: Eric Bohlman +Source: http://search.cpan.org/dist/XML-Handler-Trees/ +Name: XML-Handler-Trees + +Copyright: + © 2001, Eric Bohlman + © 2001, Matt Sergeant + © 2001, Stuart McDow +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: + © 2001-2003, Ardo van Rangelrooij + © 2004, Jay Bonci + © 2010, 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-handler-trees-perl-0.02.orig/debian/watch +++ libxml-handler-trees-perl-0.02/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/XML-Handler-Trees/ .*/XML-Handler-Trees-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libxml-handler-trees-perl-0.02.orig/debian/compat +++ libxml-handler-trees-perl-0.02/debian/compat @@ -0,0 +1 @@ +7 --- libxml-handler-trees-perl-0.02.orig/debian/changelog +++ libxml-handler-trees-perl-0.02/debian/changelog @@ -0,0 +1,64 @@ +libxml-handler-trees-perl (0.02-6) 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 ] + * Refresh rules for debhelper 7. + * Convert debian/copyright to proposed machine-readable format. + * debian/watch: Use extended regular expression to match upstream releases. + * debian/control: Remove duplicate Section, Priority fields from binary + package stanza. + * debian/control: Move debhelper to Build-Depends (instead of B-D-Indep). + * debian/control: Mention module name in description. + * Bump Standards-Version to 3.8.3. + * Add myself to Uploaders. + + -- Ansgar Burchardt Sun, 17 Jan 2010 13:34:14 +0900 + +libxml-handler-trees-perl (0.02-5) unstable; urgency=low + + * Adds debian/watch file so uscan will work + + -- Jay Bonci Wed, 27 Oct 2004 11:34:50 -0400 + +libxml-handler-trees-perl (0.02-4) unstable; urgency=low + + * New Maintainer (Closes: #210531) + * Bumped policy-version to 3.6.1.0 (No other changes) + * Removed .install file as it's no longer needed + * Clarified copyright explicating dual nature of perl license + * Moved to my standard rules template + + -- Jay Bonci Thu, 4 Mar 2004 01:05:30 -0500 + +libxml-handler-trees-perl (0.02-3) 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-handler-trees-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 Mon, 1 Sep 2003 11:30:12 -0500 + +libxml-handler-trees-perl (0.02-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 Tue, 6 Aug 2002 20:40:20 -0500 + +libxml-handler-trees-perl (0.02-1) unstable; urgency=low + + * Initial release + + -- Ardo van Rangelrooij Mon, 31 Dec 2001 19:29:19 -0600 --- libxml-handler-trees-perl-0.02.orig/debian/rules +++ libxml-handler-trees-perl-0.02/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@