--- libxml-handler-printevents-perl-0.01.orig/debian/control +++ libxml-handler-printevents-perl-0.01/debian/control @@ -0,0 +1,22 @@ +Source: libxml-handler-printevents-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-PrintEvents/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-handler-printevents-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-handler-printevents-perl/ +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl, libxml-filter-saxt-perl + +Package: libxml-handler-printevents-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libxml-filter-saxt-perl +Conflicts: libxml-enno-perl +Replaces: libxml-enno-perl +Description: Perl module for printing PerlSAX events (for debugging) + The XML::Handler::PrintEvents module prints the PerlSAX events it receives + to STDOUT. It can be useful when debugging PerlSAX filters. It supports + all PerlSAX handler including ignorable_whitespace. --- libxml-handler-printevents-perl-0.01.orig/debian/copyright +++ libxml-handler-printevents-perl-0.01/debian/copyright @@ -0,0 +1,29 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Maintainer: T.J. Mather +Source: http://search.cpan.org/dist/XML-Handler-PrintEvents/ +Name: XML-Handler-PrintEvents + +Copyright: © 1999-2000, Enno Derksen +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-printevents-perl-0.01.orig/debian/watch +++ libxml-handler-printevents-perl-0.01/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/XML-Handler-PrintEvents/ .*/XML-Handler-PrintEvents-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libxml-handler-printevents-perl-0.01.orig/debian/compat +++ libxml-handler-printevents-perl-0.01/debian/compat @@ -0,0 +1 @@ +7 --- libxml-handler-printevents-perl-0.01.orig/debian/changelog +++ libxml-handler-printevents-perl-0.01/debian/changelog @@ -0,0 +1,71 @@ +libxml-handler-printevents-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 ] + * 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:11 +0900 + +libxml-handler-printevents-perl (0.01-6) unstable; urgency=low + + * Adds debian/watch file so uscan will work + + -- Jay Bonci Wed, 27 Oct 2004 11:24:14 -0400 + +libxml-handler-printevents-perl (0.01-5) unstable; urgency=low + + * New Maintainer (Closes: #210530) + * Bumped to standards-version 3.6.1.0 + * Removed .docs file as it only installs a stub README + * Removed .install file as it is handled by dh_installdirs + * Moved over to my standard rules template + * Clarified dual nature of perl license in debian/copyright + + -- Jay Bonci Thu, 4 Mar 2004 00:46:25 -0500 + +libxml-handler-printevents-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-handler-printevents-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 Sat, 6 Sep 2003 12:10:10 -0500 + +libxml-handler-printevents-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 Thu, 8 Aug 2002 19:57:03 -0500 + +libxml-handler-printevents-perl (0.01-2) unstable; urgency=low + + * debian/control: upgraded to Debian Policy 3.5.6 + + -- Ardo van Rangelrooij Sun, 23 Dec 2001 18:36:07 -0600 + +libxml-handler-printevents-perl (0.01-1) unstable; urgency=low + + * Initial release as a separate package + + -- Ardo van Rangelrooij Mon, 3 Sep 2001 12:31:46 -0500 --- libxml-handler-printevents-perl-0.01.orig/debian/rules +++ libxml-handler-printevents-perl-0.01/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@