--- libxml-simpleobject-perl-0.53.orig/debian/control +++ libxml-simpleobject-perl-0.53/debian/control @@ -0,0 +1,49 @@ +Source: libxml-simpleobject-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Ansgar Burchardt +Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.46-7) +Build-Depends-Indep: perl, libxml-parser-perl, libxml-libxml-perl +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/XML-SimpleObject/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-simpleobject-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-simpleobject-perl/ + +Package: libxml-simpleobject-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libxml-parser-perl +Suggests: libxml-simpleobject-enhanced-perl +Description: Objectoriented Perl interface to a parsed XML::Parser tree + XML::SimpleObject is a short and simple class allowing simple object + access to a parsed XML::Parser tree, with methods for fetching children + and attributes in as clean a manner as possible. + . + This is a small and quick module, with easy and compact usage. See + XML::SimpleObject::LibXML for the same interface for XML::LibXML. + +Package: libxml-simpleobject-enhanced-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libxml-simpleobject-perl +Description: Perl module which enhances libxml-simpleobject-perl + XML::SimpleObject is a short and simple class allowing simple object + access to a parsed XML::Parser tree, with methods for fetching children + and attributes in as clean a manner as possible. + . + This is a small and quick module, with easy and compact usage. See + XML::SimpleObject::LibXML for the same interface for XML::LibXML. + . + This package enhances the functionality of XML::SimpleObject. + +Package: libxml-simpleobject-libxml-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libxml-libxml-perl +Description: Simple oo representation of an XML::LibXML DOM object + XML::SimpleObject is a short and simple class allowing simple object + access to a parsed XML::Parser tree, with methods for fetching children + and attributes in as clean a manner as possible. + . + This is a small and quick module, with easy and compact usage. Some + will rightfully question placing another interface over the DOM methods + provided by XML::LibXML, but others appreciate the total simplicity + provided by this module, despite its limitations. --- libxml-simpleobject-perl-0.53.orig/debian/libxml-simpleobject-perl.examples +++ libxml-simpleobject-perl-0.53/debian/libxml-simpleobject-perl.examples @@ -0,0 +1 @@ +ex.pl --- libxml-simpleobject-perl-0.53.orig/debian/libxml-simpleobject-libxml-perl.install +++ libxml-simpleobject-perl-0.53/debian/libxml-simpleobject-libxml-perl.install @@ -0,0 +1,2 @@ +usr/share/perl5/XML/SimpleObject/LibXML.pm +usr/share/man/man3/XML::SimpleObject::LibXML.3pm --- libxml-simpleobject-perl-0.53.orig/debian/copyright +++ libxml-simpleobject-perl-0.53/debian/copyright @@ -0,0 +1,28 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Maintainer: Danny Brian +Source: http://search.cpan.org/dist/XML-SimpleObject/ +Name: XML-SimpleObject + +Copyright: © 2001-2003, Dan Brian +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: + © 2004, Florian Ragwitz + © 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-simpleobject-perl-0.53.orig/debian/libxml-simpleobject-perl.install +++ libxml-simpleobject-perl-0.53/debian/libxml-simpleobject-perl.install @@ -0,0 +1,2 @@ +usr/share/perl5/XML/SimpleObject.pm +usr/share/man/man3/XML::SimpleObject.3pm --- libxml-simpleobject-perl-0.53.orig/debian/watch +++ libxml-simpleobject-perl-0.53/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/XML-SimpleObject/ .+/XML-SimpleObject-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libxml-simpleobject-perl-0.53.orig/debian/libxml-simpleobject-libxml-perl.examples +++ libxml-simpleobject-perl-0.53/debian/libxml-simpleobject-libxml-perl.examples @@ -0,0 +1 @@ +LibXML/ex.pl --- libxml-simpleobject-perl-0.53.orig/debian/compat +++ libxml-simpleobject-perl-0.53/debian/compat @@ -0,0 +1 @@ +7 --- libxml-simpleobject-perl-0.53.orig/debian/README.source +++ libxml-simpleobject-perl-0.53/debian/README.source @@ -0,0 +1,6 @@ +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +See /usr/share/doc/quilt/README.source for a detailed explanation. + --- libxml-simpleobject-perl-0.53.orig/debian/changelog +++ libxml-simpleobject-perl-0.53/debian/changelog @@ -0,0 +1,46 @@ +libxml-simpleobject-perl (0.53-2) unstable; urgency=low + + [ gregor herrmann ] + * Take over for the Debian Perl Group with maintainer's permission + (cf. http://lists.debian.org/debian-perl/2008/06/msg00039.htm) + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Changed: + Maintainer set to Debian Perl Group (was: Florian Ragwitz + ); Florian Ragwitz moved + to Uploaders. + * Add debian/watch. + * debian/control: Added: ${misc:Depends} to Depends: field. + + [ Ryan Niebur ] + * Remove Florian Ragwitz from Uploaders + * Close ITA (Closes: #523237) + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ Salvatore Bonaccorso ] + * debian/control: Changed: Replace versioned (build-)dependency on + perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as + permitted by Debian Policy 3.8.3). + + [ Ansgar Burchardt ] + * Refresh rules for debhelper 7. + * Convert debian/copyright to proposed machine-readable format. + * debian/control: Use identical first paragraph in the description of the + binary packages instead of two slightly different versions. + * debian/control: Avoid using first person (`in my experience') in the + package description. + * Add myself to Uploaders. + * Bump Standards-Version to 3.8.3. + * add patch `pod-errors.patch'. + + add quilt framework and README.source. + + -- Ansgar Burchardt Sun, 03 Jan 2010 20:49:49 +0900 + +libxml-simpleobject-perl (0.53-1) unstable; urgency=low + + * Initial Release. + + -- Florian Ragwitz Sun, 2 May 2004 01:56:04 +0200 + --- libxml-simpleobject-perl-0.53.orig/debian/rules +++ libxml-simpleobject-perl-0.53/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh --with quilt $@ --- libxml-simpleobject-perl-0.53.orig/debian/libxml-simpleobject-enhanced-perl.install +++ libxml-simpleobject-perl-0.53/debian/libxml-simpleobject-enhanced-perl.install @@ -0,0 +1 @@ +usr/share/perl5/XML/SimpleObject/Enhanced.pm --- libxml-simpleobject-perl-0.53.orig/debian/patches/series +++ libxml-simpleobject-perl-0.53/debian/patches/series @@ -0,0 +1 @@ +pod-errors.patch --- libxml-simpleobject-perl-0.53.orig/debian/patches/pod-errors.patch +++ libxml-simpleobject-perl-0.53/debian/patches/pod-errors.patch @@ -0,0 +1,43 @@ +From: Ansgar Burchardt +Date: Sun, 03 Jan 2010 20:33:24 +0900 +Subject: Fix POD errors +--- libxml-simpleobject-perl.orig/LibXML/LibXML.pm ++++ libxml-simpleobject-perl/LibXML/LibXML.pm +@@ -147,6 +147,8 @@ + + =head1 USAGE + ++=over ++ + =item $xmlobj = new XML::SimpleObject::LibXML($parser->parse_string($XML)) + + +@@ -192,6 +194,8 @@ + + This returns a hash of key/value pairs for all elements in element $xmlobj. + ++=back ++ + =head1 EXAMPLES + + Given this XML document: +--- libxml-simpleobject-perl.orig/SimpleObject.pm ++++ libxml-simpleobject-perl/SimpleObject.pm +@@ -162,6 +162,8 @@ + + =head1 USAGE + ++=over ++ + =item $xmlobj = new XML::SimpleObject($parser->parse($XML)) + + +@@ -211,6 +213,8 @@ + + This returns a hash of key/value pairs for all elements in element $xmlobj. + ++=back ++ + =head1 EXAMPLES + + Given this XML document: