libdata-ical-perl 0.18+dfsg-1 source package in Ubuntu

Changelog

libdata-ical-perl (0.18+dfsg-1) unstable; urgency=low

  * New upstream release.
  * Remove fix-spelling-error-in-manpage.patch, applied upstream.
  * Remove unneeded build dependency on libtest-simple-perl (Test::More is
    in perl core).
  * Add /me to Uploaders.

libdata-ical-perl (0.17+dfsg-1) unstable; urgency=low

  * Team upload.
  * Imported Upstream version 0.17+dfsg
  * Bump Debhelper compat level to 8.
    Update Build-Depends on debhelper to (>= 8).
  * Add fix-spelling-error-in-manpage.patch patch.
    Fix some spelling error in manpages.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sun,  18 Dec 2011 22:34:06 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libdata-ical-perl_0.18+dfsg.orig.tar.gz 44.9 KiB e7b9399369b48c4adcd3c2331255ed53dbfaa545aeb9debad1bc72715551c22b
libdata-ical-perl_0.18+dfsg-1.debian.tar.gz 3.8 KiB c3105ffc4362b1968cf90cf7374c9e048e9bf3a2b2c66556f462a55b91269e65
libdata-ical-perl_0.18+dfsg-1.dsc 2.3 KiB 6472292c3a82fd003a0c12bd6ec52844d0d33916f085d47f638d7fbaf997803e

Available diffs

View changes file

Binary packages built by this source

libdata-ical-perl: Perl module for manipulating iCalendar (RFC2445) files

 Data::ICal provides an implementation of Perl objects that represent a given
 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, but this module
 currently only implements to-do items and events.