--- libxml-libxml-iterator-perl-1.04.orig/debian/control +++ libxml-libxml-iterator-perl-1.04/debian/control @@ -0,0 +1,20 @@ +Source: libxml-libxml-iterator-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7), perl +Build-Depends-Indep: libxml-libxml-perl, libxml-nodefilter-perl +Maintainer: Debian Perl Group +Uploaders: Damyan Ivanov +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/XML-LibXML-Iterator/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-libxml-iterator-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-libxml-iterator-perl/ + +Package: libxml-libxml-iterator-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libxml-nodefilter-perl, + libxml-libxml-perl +Description: Iterator for XML parse-trees genereated by XML::LibXML + This class allows to iterate through a DOM as it is done through an ordinary + array, i.e. it implements the iterator part of the DOM Traversal and Range + specification. --- libxml-libxml-iterator-perl-1.04.orig/debian/compat +++ libxml-libxml-iterator-perl-1.04/debian/compat @@ -0,0 +1 @@ +7 --- libxml-libxml-iterator-perl-1.04.orig/debian/watch +++ libxml-libxml-iterator-perl-1.04/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/XML-LibXML-Iterator/ .*/XML-LibXML-Iterator-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libxml-libxml-iterator-perl-1.04.orig/debian/rules +++ libxml-libxml-iterator-perl-1.04/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libxml-libxml-iterator-perl-1.04.orig/debian/copyright +++ libxml-libxml-iterator-perl-1.04/debian/copyright @@ -0,0 +1,31 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Christian Glahn, +Upstream-Source: http://search.cpan.org/dist/XML-LibXML-Iterator/ +Upstream-Name: XML-LibXML-Iterator + +Files: * +Copyright: 2002-2007, Christian Glahn, +License-Alias: Perl +License: Artistic | GPL-1+ + This library is free software; you can redistribute it and/or modify + it under the same terms as Perl itself + +Files: debian/* +Copyright: 2007, Adrian von Bidder + 2009, Damyan Ivanov +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-libxml-iterator-perl-1.04.orig/debian/changelog +++ libxml-libxml-iterator-perl-1.04/debian/changelog @@ -0,0 +1,29 @@ +libxml-libxml-iterator-perl (1.04-1) unstable; urgency=low + + * Take over for the Debian Perl Group on maintainer's request + (http://lists.alioth.debian.org/pipermail/pkg-perl-maintainers/2009- + September/025053.html) + * debian/control + + added: Vcs-* fields and Homepage fields + + added ${misc:Depends} to Depends: + + changed Maintainer to Debian Perl Group + * debian/watch: use dist-based URL. + * add myself to Uploaders + * use debhelper 7 short rules; bump build-dependency; add debian/compat + + do not ship redundant README + * add libxml-libxml-perl to (build-) dependencies + * add libxml-nodefilter-perl to B-D-I + * copyright: convert to machine-readable format + * watch: ensure dwo-digit upstream minor version + + * New upstream release + update upstream author email and years of copyright + * bump Standards-Version to 3.8.3 (no changes needed) + + -- Damyan Ivanov Fri, 04 Sep 2009 15:11:09 +0300 + +libxml-libxml-iterator-perl (1.00-1) unstable; urgency=low + + * first Debian release of XML::LibXML::Iterator + + -- Adrian von Bidder Thu, 19 Apr 2007 20:52:49 +0200