--- libdatetime-format-ical-perl-0.09.orig/debian/control +++ libdatetime-format-ical-perl-0.09/debian/control @@ -0,0 +1,25 @@ +Source: libdatetime-format-ical-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.2.10), libmodule-build-perl +Build-Depends-Indep: perl (>= 5.6.0-12), perl-modules, + libdatetime-timezone-perl (>= 0.22), + libdatetime-event-ical-perl (>= 0.03), libdatetime-perl (>= 0.17), + libparams-validate-perl (>= 0.59), libdatetime-set-perl (>= 0.1) +Maintainer: Debian Perl Group +Uploaders: Ryan Niebur +Standards-Version: 3.8.1 +Homepage: http://search.cpan.org/dist/DateTime-Format-ICal/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdatetime-format-ical-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdatetime-format-ical-perl/ + +Package: libdatetime-format-ical-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, + libdatetime-timezone-perl (>= 0.22), + libdatetime-event-ical-perl (>= 0.03), libdatetime-perl (>= 0.17), + libparams-validate-perl (>= 0.59), libdatetime-set-perl (>= 0.1) +Description: Perl module to parse and format iCal datetime and duration strings + DateTime::Format::ICal understands the ICal date/time and duration formats, + as defined in RFC 2445. It can be used to parse these formats in order to + create the appropriate objects. --- libdatetime-format-ical-perl-0.09.orig/debian/copyright +++ libdatetime-format-ical-perl-0.09/debian/copyright @@ -0,0 +1,29 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Dave Rolsky and Flavio Soibelmann Glock + +Upstream-Source: http://search.cpan.org/dist/DateTime-Format-ICal/ +Upstream-Name: DateTime-Format-ICal + +Files: * +Copyright: Copyright (c) 2003 David Rolsky. +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Ryan Niebur +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' --- libdatetime-format-ical-perl-0.09.orig/debian/watch +++ libdatetime-format-ical-perl-0.09/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/DateTime-Format-ICal/ .*/DateTime-Format-ICal-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libdatetime-format-ical-perl-0.09.orig/debian/compat +++ libdatetime-format-ical-perl-0.09/debian/compat @@ -0,0 +1 @@ +7 --- libdatetime-format-ical-perl-0.09.orig/debian/changelog +++ libdatetime-format-ical-perl-0.09/debian/changelog @@ -0,0 +1,5 @@ +libdatetime-format-ical-perl (0.09-1) unstable; urgency=low + + * Initial Release. (Closes: #529544) + + -- Ryan Niebur Sat, 23 May 2009 23:49:02 -0700 --- libdatetime-format-ical-perl-0.09.orig/debian/libdatetime-format-ical-perl.docs +++ libdatetime-format-ical-perl-0.09/debian/libdatetime-format-ical-perl.docs @@ -0,0 +1 @@ +TODO --- libdatetime-format-ical-perl-0.09.orig/debian/rules +++ libdatetime-format-ical-perl-0.09/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@