--- libvitacilina-perl-0.2.orig/debian/control +++ libvitacilina-perl-0.2/debian/control @@ -0,0 +1,25 @@ +Source: libvitacilina-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: libdatetime-perl, libtemplate-perl, liburi-perl, + libwww-perl, libxml-feed-perl (>= 0.41), libyaml-syck-perl, perl +Maintainer: Debian Perl Group +Uploaders: Dario Minnucci (midget) , + Angel Abad +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/Vitacilina/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libvitacilina-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libvitacilina-perl/ + +Package: libvitacilina-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libdatetime-perl, libtemplate-perl, + liburi-perl, libwww-perl, libxml-feed-perl (>= 0.41), libyaml-syck-perl +Description: Perl feed aggregation library + Vitacilina is a simple feeds engine exporter that uses YAML to get + list of feeds and TT as templating system. Some people would call + it an aggregator. + . + It was intended to be a reliable Planet alternative, then some + development ideas evolved into rFeed. --- libvitacilina-perl-0.2.orig/debian/copyright +++ libvitacilina-perl-0.2/debian/copyright @@ -0,0 +1,39 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Maintainer: David Moreno +Source: http://search.cpan.org/dist/Vitacilina/ +Name: Vitacilina + +Files: * +Copyright: 2009, David Moreno +License-Alias: Perl +License: Artistic or GPL-1+ + +Files: inc/Module/* +Copyright: 2002-2009, Adam Kennedy + 2002-2009, Audrey Tang + 2002-2009, Brian Ingerson +License-Alias: Perl +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2009, Dario Minnucci (midget) + 2009, Angel Abad +License-Alias: Perl +License: Artistic or 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' + --- libvitacilina-perl-0.2.orig/debian/watch +++ libvitacilina-perl-0.2/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Vitacilina/ .*/Vitacilina-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libvitacilina-perl-0.2.orig/debian/compat +++ libvitacilina-perl-0.2/debian/compat @@ -0,0 +1 @@ +7 --- libvitacilina-perl-0.2.orig/debian/changelog +++ libvitacilina-perl-0.2/debian/changelog @@ -0,0 +1,12 @@ +libvitacilina-perl (0.2-1) unstable; urgency=low + + * New upstream release + * Add myself to uploaders + + -- Angel Abad Mon, 30 Nov 2009 14:16:21 +0100 + +libvitacilina-perl (0.1-1) unstable; urgency=low + + * Initial Release. (Closes: #513772) + + -- Dario Minnucci (midget) Thu, 19 Nov 2009 20:26:04 +0100 --- libvitacilina-perl-0.2.orig/debian/rules +++ libvitacilina-perl-0.2/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libvitacilina-perl-0.2.orig/debian/libvitacilina-perl.examples +++ libvitacilina-perl-0.2/debian/libvitacilina-perl.examples @@ -0,0 +1 @@ +examples/*