debian/0000755000000000000000000000000011657207003007167 5ustar debian/control0000644000000000000000000000227111657207003010574 0ustar Source: libtie-ical-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann , Fabrizio Regalli Build-Depends: debhelper (>= 8), libmodule-build-perl (>= 0.380000) | perl (>= 5.13.11) Build-Depends-Indep: perl Standards-Version: 3.9.2 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtie-ical-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libtie-ical-perl.git Homepage: http://search.cpan.org/dist/Tie-iCal/ Package: libtie-ical-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: module for tieing iCal files to Perl hashes Tie::iCal represents an RFC2445 iCalendar file as a Perl hash. Each key in the hash represents an iCalendar component like VEVENT, VTODO or VJOURNAL. Each component in the file must have a unique UID property as specified in the RFC 2445. A file containing non-unique UIDs can be converted to have only unique UIDs (see samples/uniquify.pl). . The module makes very little effort in understanding what each iCalendar property means and concentrates on the format of the iCalendar file only. debian/clean0000644000000000000000000000001111657207003010164 0ustar test.ics debian/copyright0000644000000000000000000000205111657207003011120 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=174 Upstream-Contact: Blair Sutton Source: http://search.cpan.org/dist/Tie-iCal/ Upstream-Name: Tie-iCal Files: * Copyright: 2006, Blair Sutton License: Artistic or GPL-1+ Files: debian/* Copyright: 2006, gregor herrmann 2011, Fabrizio Regalli License: Artistic or 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 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 systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000025211657207003010217 0ustar # format version number, currently 3; this line is compulsory! version=3 http://search.cpan.org/dist/Tie-iCal/ .*/Tie-iCal-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/libtie-ical-perl.docs0000644000000000000000000000000511657207003013152 0ustar TODO debian/patches/0000755000000000000000000000000011657207003010616 5ustar debian/patches/01-fixspelling.diff0000644000000000000000000000112411657207003014210 0ustar Description: Fixing man page Author: Fabrizio Regalli Last-Update: 2011-08-11 Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=72336 --- a/lib/Tie/iCal.pm +++ b/lib/Tie/iCal.pm @@ -64,7 +64,7 @@ =head1 FILE LOCKING The Tie::iCal object returned by tie can also be used to access the underlying Tie::File object. -This is accessable via the 'A' class variable. +This is accessible via the 'A' class variable. This may be useful for file locking. my $ical = tie %events, 'Tie::iCal', "mycalendar.ics"; @@ -602,4 +602,4 @@ =cut -1; \ No newline at end of file +1; debian/patches/series0000644000000000000000000000002411657207003012027 0ustar 01-fixspelling.diff debian/compat0000644000000000000000000000000211657207003010365 0ustar 8 debian/changelog0000644000000000000000000000371011657207003011042 0ustar libtie-ical-perl (0.15-1) unstable; urgency=low * Imported Upstream version 0.15 * Update d/copyright according to latest DEP5 revision * Refreshed 01-fixspelling.diff patch * Removed test.ics file using debian/clean * Added libmodule-build-perl (>= 0.380000) | perl (>= 5.13.11) to B-D -- Fabrizio Regalli Thu, 10 Nov 2011 11:48:40 +0100 libtie-ical-perl (0.14-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: Homepage pseudo-field (Description); XS-Vcs-Svn fields. (Closes: #615329) * Split out patches in samples. * Refresh debian/rules, no functional changes; except: don't install minimal README any more. * debian/watch: use dist-based URL. * debian/copyright: wrap a long line; point to generic upstream source location. * Email change: gregor herrmann -> gregoa@debian.org [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Fabrizio Regalli ] * New upstream release * Upgrade d/compat to 8 * Upgrade debhelper to (>= 8) * Bump Standards-Version to 3.9.2 * Switch to DEP5 copyright format * Added myself to Uploaders * Added libtie-ical-perl.docs file for TODO * Added libtie-ical-perl.examples file for examples * Switch to 3.0 quilt format * Update copyright year * Removed hashbang.patch patch in favour of override_dh* commands * Added 01-fixspelling.diff patch [ gregor herrmann ] * Make short description a noun phrase. * Remove libmodule-build-perl from Build-Depends (in core since 5.9.4). -- Fabrizio Regalli Thu, 11 Aug 2011 15:00:04 +0200 libtie-ical-perl (0.13-1) unstable; urgency=low * Initial Release (closes: #313389). -- gregor herrmann Sun, 9 Apr 2006 15:18:37 +0200 debian/libtie-ical-perl.examples0000644000000000000000000000001211657207003014036 0ustar samples/* debian/source/0000755000000000000000000000000011657207003010467 5ustar debian/source/format0000644000000000000000000000001411657207003011675 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000051311657207003010246 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_fixperms: dh_fixperms chmod 644 $(TMP)/usr/share/doc/libtie-ical-perl/examples/* override_dh_installexamples: dh_installexamples sed -i '1s|^#!perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/*