debian/0000755000000000000000000000000012007465207007171 5ustar debian/rules0000755000000000000000000000317512007465207010257 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright 2011-2012, Jonas Smedegaard # Description: Main Debian packaging script for iCal::Parser::SAX # # 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 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/perl-build.mk include /usr/share/cdbs/1/rules/debhelper.mk DEB_UPSTREAM_PACKAGE = iCal-Parser-SAX DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/iCal DEB_UPSTREAM_TARBALL_MD5 = 4cd5339e3fa1c99e70a17d6b3748beb5 # Needed both by upstream build process and (always/often) at runtime depends = libdatetime-perl, libio-string-perl, libxml-sax-perl, libxml-sax-writer-perl, libical-parser-perl recommends = libwww-perl CDBS_BUILD_DEPENDS += , $(depends), $(recommends), libtest-xml-perl CDBS_DEPENDS = $(depends) CDBS_RECOMMENDS = $(recommends) # Needed by upstream refression tests CDBS_BUILD_DEPENDS += , libtest-xml-perl # remove the file that triggers network tests configure/libical-parser-sax-perl:: rm -f _build/DOHTTP debian/control0000644000000000000000000000232412007465207010575 0ustar Source: libical-parser-sax-perl Section: perl Priority: optional Build-Depends: devscripts, perl, perl-modules (>= 5.10.0) | libmodule-build-perl (>= 0.2808), cdbs (>= 0.4.78~), debhelper, dh-buildinfo, libdatetime-perl, libio-string-perl, libxml-sax-perl, libxml-sax-writer-perl, libical-parser-perl, libwww-perl, libtest-xml-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libical-parser-sax-perl Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/libical-parser-sax-perl.git Homepage: http://search.cpan.org/dist/iCal-Parser-SAX/ Package: libical-parser-sax-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Recommends: ${cdbs:Recommends} Description: generates SAX events calendars from iCalendars This Perl module, iCal::Parser::SAX, uses iCal::Parser to generate SAX events for the calendar contents. . The XML document generated is designed for creating monthly calendars with weeks beginning on monday (e.g., by passing the output through an XSL styleheet). . Also included is a command line program script ical2xml. debian/gbp.conf0000644000000000000000000000014612007465207010611 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/source/0000755000000000000000000000000012007465207010471 5ustar debian/source/format0000644000000000000000000000001412007465207011677 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000072412007465207011046 0ustar libical-parser-sax-perl (1.09-2) unstable; urgency=low * Team upload. * debian/rules: remove the touched file that enables a network-using test. Thanks to Felix Geyer for the bug report (Closes: #683909) -- gregor herrmann Sun, 05 Aug 2012 14:43:38 +0200 libical-parser-sax-perl (1.09-1) unstable; urgency=low * Initial packaging release. Closes: bug#612549. -- Jonas Smedegaard Mon, 23 Jan 2012 00:18:12 +0100 debian/compat0000644000000000000000000000000212007465207010367 0ustar 7 debian/copyright0000644000000000000000000000311012007465207011117 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174 Upstream-Name: iCal::Parser::SAX Upstream-Contact: Rick Frankel Source: http://search.cpan.org/dist/iCal-Parser-SAX/ Files: * Copyright: Rick Frankel License: Artistic or GPL-1+ This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. Comment: Perl is licensed under either the 'Artistic license' or the 'GNU General Public License' version 1 or later. Files: debian/* Copyright: 2012, Jonas Smedegaard License: GPL-2+ License: Artistic Comment: On Debian systems the 'Artistic License' is located in '/usr/share/common-licenses/Artistic'. License: GPL-1+ Comment: On Debian systems the 'GNU General Public License' version 1 is located in '/usr/share/common-licenses/GPL-1'. License: GPL-2+ 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 2, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. Comment: On Debian systems the 'GNU General Public License' version 2 is located in '/usr/share/common-licenses/GPL'. . You should have received a copy of the GNU General Public License along with this program. If not, see . debian/copyright_hints0000644000000000000000000000422612007465207012335 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174 Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: Build.PL ChangeLog MANIFEST META.yml Makefile.PL debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/watch t/00load.t t/01parse.t t/calendars/00no-name-or-id.ics t/calendars/00no-name-or-id.ics.xml t/calendars/01name-and-id.ics t/calendars/01name-and-id.ics.xml t/calendars/02event-duration.ics t/calendars/02event-duration.ics.xml t/calendars/02no-summary.ics t/calendars/02no-summary.ics.xml t/calendars/03all-day-event.ics t/calendars/03all-day-event.ics.xml t/calendars/04recurrence.ics t/calendars/04recurrence.ics.xml t/calendars/04zero-hr-event.ics t/calendars/04zero-hr-event.ics.xml t/calendars/05exdate.ics t/calendars/05exdate.ics.xml t/calendars/06multi-day.ics t/calendars/06multi-day.ics.xml t/calendars/07rrule.ics t/calendars/07rrule.ics.xml t/calendars/08todo-with-alarm.ics t/calendars/08todo-with-alarm.ics.xml t/calendars/09recurrence-update.ics t/calendars/09recurrence-update.ics.xml t/calendars/10multi-cal.ics.xml t/calendars/11complex.ics t/calendars/11complex.ics.xml t/calendars/12multi-year.ics t/calendars/12multi-year.ics.xml t/calendars/url.xml Copyright: *No copyright* License: UNKNOWN FIXME Files: README lib/iCal/Parser/SAX.pm scripts/ical2xml Copyright: *No copyright* License: Perl FIXME Files: debian/rules Copyright: 2011-2012, Jonas Smedegaard License: GPL-2+ FIXME Files: LICENSE Copyright: 1989, 1991 Free Software Foundation, Inc. 675 Mass Ave HOLDER, OR ANY OTHER PARTY HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM Holder Holder maintains some semblance of Holder may not be used to endorse or promote Holder to include your modifications in the Standard Holder" is whoever is named in the or s for Holder, but only to the Holder. A Package modified in such a holder saying it may be distributed under the terms of holder who law: that is to say, a work containing the notices and associated disclaimers of this the software, and (2) offer License: UNKNOWN FIXME debian/control.in0000644000000000000000000000172312007465207011204 0ustar Source: libical-parser-sax-perl Section: perl Priority: optional Build-Depends: @cdbs@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libical-parser-sax-perl Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/libical-parser-sax-perl.git Homepage: http://search.cpan.org/dist/iCal-Parser-SAX/ Package: libical-parser-sax-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Recommends: ${cdbs:Recommends} Description: generates SAX events calendars from iCalendars This Perl module, iCal::Parser::SAX, uses iCal::Parser to generate SAX events for the calendar contents. . The XML document generated is designed for creating monthly calendars with weeks beginning on monday (e.g., by passing the output through an XSL styleheet). . Also included is a command line program script ical2xml. debian/watch0000644000000000000000000000024512007465207010223 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://search.cpan.org/dist/iCal-Parser-SAX/ .*/iCal-Parser-SAX-(\d.*)\.tar\.gz debian