debian/0000755000000000000000000000000011561360604007170 5ustar debian/control0000644000000000000000000000167311561360536010606 0ustar Source: libcal-dav-perl Section: perl Priority: optional Build-Depends: devscripts (>= 2.10.7~), perl, perl-modules (>= 5.10.0) | libmodule-build-perl (>= 0.2808), cdbs (>= 0.4.85~), debhelper (>= 7.0.1), dh-buildinfo, libdata-ical-perl, libhttp-dav-perl, libwww-perl, libtest-pod-perl, libtest-pod-coverage-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libcal-dav-perl Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/libcal-dav-perl.git Homepage: http://search.cpan.org/dist/Cal-DAV/ Package: libcal-dav-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Description: CalDAV client library Cal::DAV is a library providing the client part of the CalDAV protocol. . Cal::DAV is implemented as a very thin wrapper around HTTP::DAV and Data::ICal. debian/source/0000755000000000000000000000000011462647673010506 5ustar debian/source/format0000644000000000000000000000001411373262460011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000077411561360604011052 0ustar libcal-dav-perl (0.6-2) unstable; urgency=low * Update copyright file: + Rewrite using draft 174 of DEP-5 format. + Rewrap license fields at 72 chars, and shorten comments. + Fix a copyright year. * Bump policy compliance to standards-version 3.9.2. -- Jonas Smedegaard Sun, 08 May 2011 02:18:54 +0200 libcal-dav-perl (0.6-1) unstable; urgency=low * Initial packaging release. Closes: bug#612547. -- Jonas Smedegaard Wed, 09 Feb 2011 03:16:53 +0100 debian/compat0000644000000000000000000000000211524363714010372 0ustar 7 debian/watch0000644000000000000000000000022511524363275010226 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://search.cpan.org/dist/Cal-DAV/ .*/Cal-DAV-(\d.*)\.tar\.gz debian debian/copyright_hints0000644000000000000000000000126711561357771012351 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 MANIFEST META.yml Makefile.PL debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/source/local-options debian/watch t/00use.t t/01basics.t t/02locks.t t/03auto_commit.t t/CalDAVTest.pm t/ics/birthdays.ics t/ics/new.ics t/pod-coverage.t t/pod.t Copyright: *No copyright* License: UNKNOWN FIXME Files: debian/rules Copyright: 2011, Jonas Smedegaard License: GPL FIXME Files: lib/Cal/DAV.pm Copyright: 2007, Simon Wistow License: UNKNOWN FIXME debian/copyright0000644000000000000000000000301011561360144011114 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174 Upstream-Name: Cal::DAV Upstream-Contact: Simon Wistow Source: http://search.cpan.org/dist/Cal-DAV/ Files: * Copyright: 2007, Simon Wistow License: Artistic or GPL-1+ Released under the same terms as Perl itself. Comment: Perl 5 is licensed under either the Artistic license or the GNU General Public License, version 1 or later. Files: debian/* Copyright: 2011, 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 (GPL) 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 (GPL) 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/gbp.conf0000644000000000000000000000014611373262460010612 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000272011524365504010254 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright 2011, Jonas Smedegaard # Description: Main Debian packaging script for Cal::DAV # # 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 = Cal-DAV #DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Cal DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/S/SI/SIMONW DEB_UPSTREAM_TARBALL_MD5 = e436145b87216e2ba1e65458450565f2 # Needed both by upstream build process and at runtime common-depends = libdata-ical-perl, libhttp-dav-perl, libwww-perl CDBS_BUILD_DEPENDS += , $(common-depends) CDBS_DEPENDS = $(common-depends) # Needed by upstream tests CDBS_BUILD_DEPENDS += , libtest-pod-perl, libtest-pod-coverage-perl debian/control.in0000644000000000000000000000130711561360220011173 0ustar Source: libcal-dav-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/libcal-dav-perl Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/libcal-dav-perl.git Homepage: http://search.cpan.org/dist/Cal-DAV/ Package: libcal-dav-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Description: CalDAV client library Cal::DAV is a library providing the client part of the CalDAV protocol. . Cal::DAV is implemented as a very thin wrapper around HTTP::DAV and Data::ICal.