--- libxml-node-perl-0.11.orig/debian/rules +++ libxml-node-perl-0.11/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f +%: + dh $@ + +override_dh_auto_install: + dh_auto_install + $(RM) debian/libxml-node-perl/usr/share/perl5/XML/*.pl --- libxml-node-perl-0.11.orig/debian/changelog +++ libxml-node-perl-0.11/debian/changelog @@ -0,0 +1,127 @@ +libxml-node-perl (0.11-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. + * Revert undocumented changes to upstream Makefile.PL; remove scripts from + /usr/share/perl5/XML in debian/rules. + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + * debian/control: Added: ${misc:Depends} to Depends: field. + + [ Ansgar Burchardt ] + * debian/watch: Use extended regexp to match upstream releases. + * debian/control: Mention module name in description. + * debian/control: Omit Section and Priority field from binary package + definiton + * Refresh rules for debhelper 7. + * Convert debian/copyright to proposed machine-readable format. + * Add myself to Uploaders. + * No longer install README. + * Bump Standards-Version to 3.8.2. + + -- Ansgar Burchardt Tue, 28 Jul 2009 17:30:12 +0200 + +libxml-node-perl (0.11-6) unstable; urgency=low + + * Expanded debian/watch so uupdate will also work + * Grammar fix in description. (Closes: #300029) + + -- Jay Bonci Fri, 18 Mar 2005 13:39:31 -0500 + +libxml-node-perl (0.11-5) unstable; urgency=low + + * Adds debian/watch file so uscan will work + + -- Jay Bonci Wed, 27 Oct 2004 11:50:13 -0400 + +libxml-node-perl (0.11-4) unstable; urgency=low + + * New Maintainer (Closes: #210536) + * Clarified copyright file to specify dual nature of the Perl license + * Moved over to my standard rules file + * Removed install file, as it's not needed + + -- Jay Bonci Wed, 10 Mar 2004 19:08:09 -0500 + +libxml-node-perl (0.11-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-node-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 Thu, 4 Sep 2003 22:09:40 -0500 + +libxml-node-perl (0.11-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 20:11:47 -0500 + +libxml-node-perl (0.11-1) unstable; urgency=low + + * New upstream release + (closes: Bug#109754, Bug#109757) + * debian/control: upgraded to Debian Policy 3.5.6 + + -- Ardo van Rangelrooij Tue, 11 Dec 2001 19:20:24 -0600 + +libxml-node-perl (0.10-6) unstable; urgency=low + + * debian/control: upgraded to Debian Policy 3.5.5 + * debian/control: upgraded to Debian Perl Policy 1.20 + + -- Ardo van Rangelrooij Sun, 2 Sep 2001 17:19:34 -0500 + +libxml-node-perl (0.10-5) unstable; urgency=low + + * debian/control: updated debhelper dependency to remove dh_testversion + * debian/control: upgraded to Debian Policy 3.5.2 + * debian/control: upgraded to Debian Perl Policy 1.17 + * debian/rules: upgraded to Debian Perl Policy 1.17 + + -- Ardo van Rangelrooij Sun, 15 Apr 2001 17:53:37 -0500 + +libxml-node-perl (0.10-4) unstable; urgency=low + + * debian/rules: added forgotten test for debhelper v3 + + -- Ardo van Rangelrooij Wed, 17 Jan 2001 14:44:38 -0600 + +libxml-node-perl (0.10-3) unstable; urgency=low + + * debian/control: upgraded to Debian Policy 3.2.1 + * debian/rules: upgraded to debhelper v3 + + -- Ardo van Rangelrooij Wed, 17 Jan 2001 13:30:19 -0600 + +libxml-node-perl (0.10-2) unstable; urgency=low + + * debian/control: updated short description + * debian/control: updated long description + * debian/control: upgraded to Debian Policy 3.1.1 + * debian/copyright: updated + + -- Ardo van Rangelrooij Sat, 17 Jun 2000 19:20:18 +0200 + +libxml-node-perl (0.10-1) unstable; urgency=low + + * New upstream releaase + (closes: Bug#58701) + + -- Ardo van Rangelrooij Sat, 25 Mar 2000 17:56:05 +0100 + +libxml-node-perl (0.09-1) unstable; urgency=low + + * Initial Release + + -- Ardo van Rangelrooij Tue, 16 Nov 1999 19:16:56 +0100 --- libxml-node-perl-0.11.orig/debian/watch +++ libxml-node-perl-0.11/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/XML-Node/ .*/XML-Node-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libxml-node-perl-0.11.orig/debian/control +++ libxml-node-perl-0.11/debian/control @@ -0,0 +1,22 @@ +Source: libxml-node-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Jay Bonci , + Ansgar Burchardt +Standards-Version: 3.8.2 +Homepage: http://search.cpan.org/dist/XML-Node/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-node-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-node-perl/ +Build-Depends: debhelper (>= 7.0.50) +Build-Depends-Indep: perl, libxml-parser-perl + +Package: libxml-node-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libxml-parser-perl +Description: Perl module for parsing XML files node based + The XML::Node module allows you to register callback functions or variables + for any XML node. If you register a call back function, it will be + called when the node of the type you specified are encountered. If + you register a variable, the content of an XML node will be appended + to that variable automatically. --- libxml-node-perl-0.11.orig/debian/copyright +++ libxml-node-perl-0.11/debian/copyright @@ -0,0 +1,31 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Chang Liu +Upstream-Source: http://search.cpan.org/dist/XML-Node/ +Upstream-Name: XML-Node + +Files: * +Copyright: © 1999-2001, Chang Liu +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: + © 1999-2003, Ardo van Rangelrooij + © 2004-2005, 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-node-perl-0.11.orig/debian/compat +++ libxml-node-perl-0.11/debian/compat @@ -0,0 +1 @@ +7 --- libxml-node-perl-0.11.orig/debian/libxml-node-perl.examples +++ libxml-node-perl-0.11/debian/libxml-node-perl.examples @@ -0,0 +1,4 @@ +foo.xml +orders.xml +parse-foo.pl +parse-orders.pl