--- libdatetime-event-recurrence-perl-0.16.orig/debian/control +++ libdatetime-event-recurrence-perl-0.16/debian/control @@ -0,0 +1,24 @@ +Source: libdatetime-event-recurrence-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.6.0-12), libdatetime-perl, + libdatetime-set-perl +Maintainer: Debian Perl Group +Uploaders: Ryan Niebur , Jonathan Yu +Standards-Version: 3.8.1 +Homepage: http://search.cpan.org/dist/DateTime-Event-Recurrence/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdatetime-event-recurrence-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdatetime-event-recurrence-perl/ + +Package: libdatetime-event-recurrence-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libdatetime-perl, + libdatetime-set-perl +Description: Perl module to create recurring DateTime instances + DateTime::Event::Recurrence provides a way to create sets of DateTime objects + the recur at specified intervals. Often, you will want DateTime::Set objects + for dates that should occur at intervals like "once a month" or "every day." + . + More complex relationships can be created too, such as, "every Monday, + Wednesday and Thursday at 10:00 AM and 2:00 PM." --- libdatetime-event-recurrence-perl-0.16.orig/debian/copyright +++ libdatetime-event-recurrence-perl-0.16/debian/copyright @@ -0,0 +1,29 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Flavio Soibelmann Glock +Upstream-Source: http://search.cpan.org/dist/DateTime-Event-Recurrence/ +Upstream-Name: DateTime-Event-Recurrence + +Files: * +Copyright: 2003, Flavio Soibelmann Glock +License-Alias: Perl +License: GPL-1+ | Artistic + +Files: debian/* +Copyright: 2009, Jonathan Yu + 2009, Ryan Niebur +License: GPL-1+ | 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' + +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' --- libdatetime-event-recurrence-perl-0.16.orig/debian/watch +++ libdatetime-event-recurrence-perl-0.16/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/DateTime-Event-Recurrence/ .*/DateTime-Event-Recurrence-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libdatetime-event-recurrence-perl-0.16.orig/debian/compat +++ libdatetime-event-recurrence-perl-0.16/debian/compat @@ -0,0 +1 @@ +7 --- libdatetime-event-recurrence-perl-0.16.orig/debian/changelog +++ libdatetime-event-recurrence-perl-0.16/debian/changelog @@ -0,0 +1,5 @@ +libdatetime-event-recurrence-perl (0.16-1) unstable; urgency=low + + * Initial Release. (Closes: #529550) + + -- Jonathan Yu Wed, 20 May 2009 00:19:24 -0400 --- libdatetime-event-recurrence-perl-0.16.orig/debian/rules +++ libdatetime-event-recurrence-perl-0.16/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@