--- libxml-opml-perl-0.26.orig/debian/rules +++ libxml-opml-perl-0.26/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@ --- libxml-opml-perl-0.26.orig/debian/changelog +++ libxml-opml-perl-0.26/debian/changelog @@ -0,0 +1,38 @@ +libxml-opml-perl (0.26-2) unstable; urgency=low + + [ gregor herrmann ] + * Take over for the Debian Perl Group with maintainer's permission + (http://lists.debian.org/debian-perl/2008/06/msg00039.html) + * 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: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + * debian/control: Added: ${misc:Depends} to Depends: field. + + [ Ryan Niebur ] + * remove Florian Ragwitz from Uploaders + * Adopt package (Closes: #523298) + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ Ansgar Burchardt ] + * Bump Standards-Version to 3.8.2. + * Refresh rules for debhelper 7. + * Add myself to Uploaders. + * No longer install README. + * Convert debian/copyright to proposed machine-readable format. + + -- Ansgar Burchardt Mon, 27 Jul 2009 22:54:52 +0200 + +libxml-opml-perl (0.26-1) unstable; urgency=low + + * Initial Release (Closes: #240116). + + -- Florian Ragwitz Sun, 2 May 2004 01:38:28 +0200 + --- libxml-opml-perl-0.26.orig/debian/watch +++ libxml-opml-perl-0.26/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/XML-OPML/ .+/XML-OPML-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libxml-opml-perl-0.26.orig/debian/libxml-opml-perl.examples +++ libxml-opml-perl-0.26/debian/libxml-opml-perl.examples @@ -0,0 +1 @@ +Examples/* --- libxml-opml-perl-0.26.orig/debian/control +++ libxml-opml-perl-0.26/debian/control @@ -0,0 +1,20 @@ +Source: libxml-opml-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Ansgar Burchardt +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.6.0-16), libxml-parser-perl, libxml-simpleobject-perl +Standards-Version: 3.8.2 +Homepage: http://search.cpan.org/dist/XML-OPML/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-opml-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-opml-perl/ + +Package: libxml-opml-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libxml-parser-perl, libxml-simpleobject-perl +Description: Perl module to create and update OPML files + The XML::OPML module is designed to allow for easy creation and manipulation + of OPML files. OPML files are most commonly used for the sharing of + blogrolls or subscriptions - an outlined list of what other blogs an + Internet blogger reads. --- libxml-opml-perl-0.26.orig/debian/copyright +++ libxml-opml-perl-0.26/debian/copyright @@ -0,0 +1,31 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: michael szul +Upstream-Source: http://search.cpan.org/dist/XML-OPML/ +Upstream-Name: XML-OMPL + +Files: * +Copyright: + © 2004, michael szul +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: + © 2004, Florian Ragwitz + © 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-opml-perl-0.26.orig/debian/compat +++ libxml-opml-perl-0.26/debian/compat @@ -0,0 +1 @@ +7