--- libxml-nodefilter-perl-0.01.orig/debian/rules +++ libxml-nodefilter-perl-0.01/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@ --- libxml-nodefilter-perl-0.01.orig/debian/changelog +++ libxml-nodefilter-perl-0.01/debian/changelog @@ -0,0 +1,57 @@ +libxml-nodefilter-perl (0.01-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: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + * debian/control: Added: ${misc:Depends} to Depends: field. + + [ Ansgar Burchardt ] + * Convert debian/copyright to proposed machine-readable format. + * debian/watch: Use extended regexp to match upstream releases. + * debian/control: mention module name in description. + * debian/control: Remove duplicate Priority and Section fields from binary + package definition. + * Refresh rules for debhelper 7. + * debian/control: Move debhelper to Build-Depends. + * Bump Standards-Version to 3.8.2. + * Add myself to Uploaders. + + -- Ansgar Burchardt Tue, 28 Jul 2009 23:31:00 +0200 + +libxml-nodefilter-perl (0.01-5) unstable; urgency=low + + * Adds debian/watch file so uscan will actually work + + -- Jay Bonci Wed, 27 Oct 2004 11:56:35 -0400 + +libxml-nodefilter-perl (0.01-4) unstable; urgency=low + + * New Maintainer (Closes: #210537) + * Policy version bump to 3.6.1.0 (No other changes) + * Removed .install file as it is no longer needed + * Updated debian/rules file to my standard template + + -- Jay Bonci Wed, 10 Mar 2004 21:26:21 -0500 + +libxml-nodefilter-perl (0.01-3) unstable; urgency=low + + * debian/control: upgraded build dependency on 'debhelper' to '>= 4.1' + + -- Ardo van Rangelrooij Mon, 1 Sep 2003 11:53:53 -0500 + +libxml-nodefilter-perl (0.01-2) unstable; urgency=low + + * debian/control: upgraded to Debian Policy 3.6.0 (no changes) + + -- Ardo van Rangelrooij Mon, 1 Sep 2003 11:50:12 -0500 + +libxml-nodefilter-perl (0.01-1) unstable; urgency=low + + * Initial release + (closes: Bug#196383) + + -- Ardo van Rangelrooij Sun, 8 Jun 2003 14:08:36 -0500 --- libxml-nodefilter-perl-0.01.orig/debian/watch +++ libxml-nodefilter-perl-0.01/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/XML-NodeFilter/ .*/XML-NodeFilter-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libxml-nodefilter-perl-0.01.orig/debian/control +++ libxml-nodefilter-perl-0.01/debian/control @@ -0,0 +1,21 @@ +Source: libxml-nodefilter-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-NodeFilter/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-nodefilter-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-nodefilter-perl/ +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl + +Package: libxml-nodefilter-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends} +Description: Perl module for a generic node-filter class for DOM traversal + The XML::NodeFilter module is a generic node-filter class for DOM traversal + as specified in the DOM Level 2 Traversal and Range specification. It + extends that specification so this class is more easy to use for Perl + programmers. --- libxml-nodefilter-perl-0.01.orig/debian/copyright +++ libxml-nodefilter-perl-0.01/debian/copyright @@ -0,0 +1,32 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Christian Glahn +Upstream-Source: http://search.cpan.org/dist/XML-NodeFilter/ +Upstream-Name: XML-NodeFilter + +Files: * +Copyright: + © 2002, Christian Glahn +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: + © 2003, Ardo van Rangelrooij + © 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-nodefilter-perl-0.01.orig/debian/compat +++ libxml-nodefilter-perl-0.01/debian/compat @@ -0,0 +1 @@ +7