--- libxml-atom-simplefeed-perl-0.86.orig/debian/rules +++ libxml-atom-simplefeed-perl-0.86/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libxml-atom-simplefeed-perl-0.86.orig/debian/watch +++ libxml-atom-simplefeed-perl-0.86/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/XML-Atom-SimpleFeed/ .*/XML-Atom-SimpleFeed-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libxml-atom-simplefeed-perl-0.86.orig/debian/changelog +++ libxml-atom-simplefeed-perl-0.86/debian/changelog @@ -0,0 +1,5 @@ +libxml-atom-simplefeed-perl (0.86-1) unstable; urgency=low + + * Initial Release. (Closes: #541066) + + -- Christine Spang Thu, 13 Aug 2009 08:05:04 -0400 --- libxml-atom-simplefeed-perl-0.86.orig/debian/copyright +++ libxml-atom-simplefeed-perl-0.86/debian/copyright @@ -0,0 +1,28 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Aristotle Pagaltzis +Upstream-Source: http://search.cpan.org/dist/XML-Atom-SimpleFeed/ +Upstream-Name: XML-Atom-SimpleFeed + +Files: * +Copyright: 2005-2006, Aristotle Pagaltzis +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Christine Spang +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-atom-simplefeed-perl-0.86.orig/debian/compat +++ libxml-atom-simplefeed-perl-0.86/debian/compat @@ -0,0 +1 @@ +7 --- libxml-atom-simplefeed-perl-0.86.orig/debian/control +++ libxml-atom-simplefeed-perl-0.86/debian/control @@ -0,0 +1,25 @@ +Source: libxml-atom-simplefeed-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7), libmodule-build-perl +Build-Depends-Indep: perl +Maintainer: Debian Perl Group +Uploaders: Christine Spang +Standards-Version: 3.8.2 +Homepage: http://search.cpan.org/dist/XML-Atom-SimpleFeed/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-atom-simplefeed-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-atom-simplefeed-perl + +Package: libxml-atom-simplefeed-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends} +Description: Perl module for generation of Atom syndication feeds + This module provides a minimal API for generating Atom syndication feeds + quickly and easily. It supports all aspects of the Atom format, but has + no provisions for generating feeds with extension elements. + . + You can supply strings for most things, and the module will provide + useful defaults. When you want more control, you can provide data + structures, as documented, to specify more particulars. + . + This module has a much smaller dependency chain than XML::Atom.