--- libxml-easyobj-perl-1.12.orig/debian/control +++ libxml-easyobj-perl-1.12/debian/control @@ -0,0 +1,19 @@ +Source: libxml-easyobj-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Jay Bonci , + Ansgar Burchardt +Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7) +Build-Depends-Indep: perl, libxml-dom-perl +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/XML-EasyOBJ/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-easyobj-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-easyobj-perl/ + +Package: libxml-easyobj-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libxml-dom-perl +Description: Perl module for easy XML object navigation + XML::EasyOBJ is a simple to use alternative to other XML parsers based on + XML::DOM. A more perlish solution to XML object navigation. --- libxml-easyobj-perl-1.12.orig/debian/clean +++ libxml-easyobj-perl-1.12/debian/clean @@ -0,0 +1 @@ +write.xml --- libxml-easyobj-perl-1.12.orig/debian/docs +++ libxml-easyobj-perl-1.12/debian/docs @@ -0,0 +1 @@ +README --- libxml-easyobj-perl-1.12.orig/debian/copyright +++ libxml-easyobj-perl-1.12/debian/copyright @@ -0,0 +1,30 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Robert Hanson +Upstream-Source: http://search.cpan.org/dist/XML-EasyOBJ/ +Upstream-Name: XML-EasyOBJ + +Files: * +Copyright: © 2000-2002, Robert Hanson +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: + © 2003-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-easyobj-perl-1.12.orig/debian/watch +++ libxml-easyobj-perl-1.12/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/XML-EasyOBJ/ .*/XML-EasyOBJ-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libxml-easyobj-perl-1.12.orig/debian/compat +++ libxml-easyobj-perl-1.12/debian/compat @@ -0,0 +1 @@ +7 --- libxml-easyobj-perl-1.12.orig/debian/README.source +++ libxml-easyobj-perl-1.12/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-easyobj-perl-1.12.orig/debian/changelog +++ libxml-easyobj-perl-1.12/debian/changelog @@ -0,0 +1,39 @@ +libxml-easyobj-perl (1.12-3) 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. + * Remove t/write.xml (generated by tests) from source package and add it to + debian/clean. + * debian/control: Added: ${misc:Depends} to Depends: field. + + [ Ansgar Burchardt ] + * Refresh rules for debhelper 7. + * debian/watch: Use extended regexp to match upstream releases. + * Convert debian/copyright to proposed machine-readable format. + * Bump Standards-Version to 3.8.3. + * debian/control: Move debhelper to Build-Depends. + * debian/control: Make build-dep on perl unversioned. + * Add myself to Uploaders. + * Fix POD errors. + + new patch: pod-errors.patch + + add quilt framework and README.source + + [ gregor herrmann ] + * debian/control: mention module name in long description. + + -- Ansgar Burchardt Wed, 19 Aug 2009 14:58:31 +0200 + +libxml-easyobj-perl (1.12-2) unstable; urgency=low + + * Fixes debian/watch so uscan will actually work + + -- Jay Bonci Tue, 26 Oct 2004 22:46:40 -0400 + +libxml-easyobj-perl (1.12-1) unstable; urgency=low + + * Initial Release (Closes: #186796) + + -- Jay Bonci Wed, 24 Sep 2003 01:24:32 -0400 --- libxml-easyobj-perl-1.12.orig/debian/rules +++ libxml-easyobj-perl-1.12/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh --with quilt $@ --- libxml-easyobj-perl-1.12.orig/debian/patches/series +++ libxml-easyobj-perl-1.12/debian/patches/series @@ -0,0 +1 @@ +pod-errors.patch --- libxml-easyobj-perl-1.12.orig/debian/patches/pod-errors.patch +++ libxml-easyobj-perl-1.12/debian/patches/pod-errors.patch @@ -0,0 +1,24 @@ +From: Ansgar Burchardt +Date: Wed, 19 Aug 2009 14:56:20 +0200 +Subject: Fix POD errors +Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=48833 + +--- libxml-easyobj-perl.orig/EasyOBJ.pm ++++ libxml-easyobj-perl/EasyOBJ.pm +@@ -92,6 +92,8 @@ + a new document. The constructor takes a set of key value pairs as + follows: + ++=over ++ + =item -type + + The type is either "file", "string" or "new". "file" will create +@@ -123,6 +125,7 @@ + grabbing string data from the XML file. The default value is 0, + not to expand references. + ++=back + + Obtionally you may also pass the filename to open as the first + argument instead of passing the -type and -param parameters.