--- libdata-ical-perl-0.13+dfsg.orig/debian/compat +++ libdata-ical-perl-0.13+dfsg/debian/compat @@ -0,0 +1 @@ +5 --- libdata-ical-perl-0.13+dfsg.orig/debian/changelog +++ libdata-ical-perl-0.13+dfsg/debian/changelog @@ -0,0 +1,5 @@ +libdata-ical-perl (0.13+dfsg-1) unstable; urgency=low + + * Initial release (Closes: #426888) + + -- Peter Makholm Tue, 04 Dec 2007 07:39:22 +0000 --- libdata-ical-perl-0.13+dfsg.orig/debian/watch +++ libdata-ical-perl-0.13+dfsg/debian/watch @@ -0,0 +1,2 @@ +version=3 +opts=dversionmangle=s/\+dfsg$// http://search.cpan.org/dist/Data-ICal/ .*/Data-ICal-([[:digit:]].*)\.tar\.gz --- libdata-ical-perl-0.13+dfsg.orig/debian/rules +++ libdata-ical-perl-0.13+dfsg/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f +# $Id:$ + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/perlmodule.mk + +ifneq (,$(wildcard doc/rfc*)) +$(error doc/* must be removed from source pacakge. Read debian/README.Debian) +endif --- libdata-ical-perl-0.13+dfsg.orig/debian/control +++ libdata-ical-perl-0.13+dfsg/debian/control @@ -0,0 +1,26 @@ +Source: libdata-ical-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Peter Makholm +Build-Depends: cdbs, debhelper (>= 5.0.0) +Build-Depends-Indep: libtest-longstring-perl, libtest-simple-perl, libtest-nowarnings-perl, libtest-warn-perl, libclass-accessor-perl, libclass-returnvalue-perl, libtext-vfile-asdata-perl +Homepage: http://search.cpan.org/dist/Data-ICal/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdata-ical-perl/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-ical-perl/ +Standards-Version: 3.7.2 + +Package: libdata-ical-perl +Architecture: all +Depends: ${perl:Depends}, libclass-accessor-perl, libclass-returnvalue-perl, libtext-vfile-asdata-perl +Description: Perlmodule to generate and read iCalendar (RFC2445) files + A Data::ICal object represents a VCALENDAR object as defined in the + iCalendar protocol (RFC 2445, MIME type "text/calendar"), as + implemented in many popular calendaring programs such as Apple's iCal. + . + Each Data::ICal object is a collection of "entries", which are objects + of a subclass of Data::ICal::Entry. The types of entries defined by + iCalendar (which refers to them as "components") include events, to-do + items, journal entries, free/busy time indicators, and time zone + descriptors; in addition, events and to-do items can contain alarm + entries. (Currently, Data::ICal only implements to-do items and events.) --- libdata-ical-perl-0.13+dfsg.orig/debian/README.Debian +++ libdata-ical-perl-0.13+dfsg/debian/README.Debian @@ -0,0 +1,8 @@ +Notes about packaging of Data::ICal +=================================== + +The upstream source of Data::ICal includes RFC 2445 which is unfree according +to Debian Free Software Guidelines. It must be removed before uploading to the +debian archive. + +The debian/rules file checks for this to prevent mistakes. --- libdata-ical-perl-0.13+dfsg.orig/debian/copyright +++ libdata-ical-perl-0.13+dfsg/debian/copyright @@ -0,0 +1,22 @@ +This is the debian package for the Data-ICal module. +It was created by Peter Makholm . + +It was downloaded from http://search.cpan.org/dist/Data-ICal/ + +The upstream authors is: Jesse Vincent + with David Glasser and Simon Wistow + +Copyright (C) 2005, Best Practical Solutions, LLC. + +This module is free software; you can redistribute it or modify it +under the same terms as Perl itself. + +Perl is distributed under your choice of the GNU General Public License or +the Artistic License. On Debian GNU/Linux systems, the complete text of the +GNU General Public License can be found in `/usr/share/common-licenses/GPL' +and the Artistic Licence in `/usr/share/common-licenses/Artistic'. + + +The Debian packaging is (C) 2007, Peter Makholm and +is licensed under the same terms as the software itself (see above). +