libdata-ical-perl 0.24+dfsg-2 source package in Ubuntu

Changelog

libdata-ical-perl (0.24+dfsg-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Update standards version to 4.5.0, no changes needed.
  * Remove 1 unused lintian overrides.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.
  * Update standards version to 4.6.0, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Fri, 14 Oct 2022 16:14:32 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdata-ical-perl_0.24+dfsg-2.dsc 2.4 KiB 529f5a8a9d38c4d6f1291224aeb5f70dfd151876916bbcbe4191d7d5b96f518a
libdata-ical-perl_0.24+dfsg.orig.tar.xz 46.9 KiB 2943562f027a9468576a08a11389a20f7381da5de39267ee21fa2e49b8e3edd3
libdata-ical-perl_0.24+dfsg-2.debian.tar.xz 3.7 KiB d02088e7d63b05893ac1f0169d4923631d65ee09942755f5232306d03b484e74

Available diffs

No changes file available.

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.