r10797 - in /trunk/libdata-ical-perl/debian: ./ README.Debian changelog compat control copyright rules watch

makholm at users.alioth.debian.org makholm at users.alioth.debian.org
Tue Dec 4 07:30:48 UTC 2007


Author: makholm
Date: Tue Dec  4 07:30:48 2007
New Revision: 10797

URL: http://svn.debian.org/wsvn/?sc=1&rev=10797
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libdata-ical-perl/debian/
    trunk/libdata-ical-perl/debian/README.Debian
    trunk/libdata-ical-perl/debian/changelog
    trunk/libdata-ical-perl/debian/compat
    trunk/libdata-ical-perl/debian/control
    trunk/libdata-ical-perl/debian/copyright
    trunk/libdata-ical-perl/debian/rules   (with props)
    trunk/libdata-ical-perl/debian/watch

Added: trunk/libdata-ical-perl/debian/README.Debian
URL: http://svn.debian.org/wsvn/trunk/libdata-ical-perl/debian/README.Debian?rev=10797&op=file
==============================================================================
--- trunk/libdata-ical-perl/debian/README.Debian (added)
+++ trunk/libdata-ical-perl/debian/README.Debian Tue Dec  4 07:30:48 2007
@@ -1,0 +1,8 @@
+Notes about packaging of Data::ICal
+===================================
+
+The upstream source of Data::ICal includes RFC 2445 which is unfree according
+to Debian Free Software Guidelines. It must be removed before uploading to the
+debian archive.
+
+The debian/rules file checks for this to prevent mistakes.

Added: trunk/libdata-ical-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libdata-ical-perl/debian/changelog?rev=10797&op=file
==============================================================================
--- trunk/libdata-ical-perl/debian/changelog (added)
+++ trunk/libdata-ical-perl/debian/changelog Tue Dec  4 07:30:48 2007
@@ -1,0 +1,5 @@
+libdata-ical-perl (0.13+dfsg-1) UNRELEASED; urgency=low
+
+  * Initial packageing (Closes: #426888)
+
+ -- Peter Makholm <peter at makholm.net>  Tue, 04 Dec 2007 07:43:49 +0100

Added: trunk/libdata-ical-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libdata-ical-perl/debian/compat?rev=10797&op=file
==============================================================================
--- trunk/libdata-ical-perl/debian/compat (added)
+++ trunk/libdata-ical-perl/debian/compat Tue Dec  4 07:30:48 2007
@@ -1,0 +1,1 @@
+5

Added: trunk/libdata-ical-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libdata-ical-perl/debian/control?rev=10797&op=file
==============================================================================
--- trunk/libdata-ical-perl/debian/control (added)
+++ trunk/libdata-ical-perl/debian/control Tue Dec  4 07:30:48 2007
@@ -1,0 +1,26 @@
+Source: libdata-ical-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Peter Makholm <peter at makholm.net>
+Build-Depends: cdbs, debhelper (>= 5.0.0)
+Build-Depends-Indep: libtest-longstring-perl, libtest-simple-perl, libtest-nowarnings-perl, libtest-warn-perl, libclass-accessor-perl, libclass-returnvalue-perl, libtext-vfile-asdata-perl
+Homepage: http://search.cpan.org/dist/Data-ICal/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdata-ical-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-ical-perl/
+Standards-Version: 3.7.2
+
+Package: libdata-ical-perl
+Architecture: all
+Depends: ${perl:Depends}, libclass-accessor-perl, libclass-returnvalue-perl, libtext-vfile-asdata-perl
+Description: Perlmodule to generate and read iCalendar (RFC2445) files
+ A Data::ICal object represents a 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; in addition, events and to-do items can contain alarm
+ entries. (Currently, Data::ICal only implements to-do items and events.)

Added: trunk/libdata-ical-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libdata-ical-perl/debian/copyright?rev=10797&op=file
==============================================================================
--- trunk/libdata-ical-perl/debian/copyright (added)
+++ trunk/libdata-ical-perl/debian/copyright Tue Dec  4 07:30:48 2007
@@ -1,0 +1,22 @@
+This is the debian package for the Data-ICal module.
+It was created by Peter Makholm <peter at makholm.net>.
+
+It was downloaded from http://search.cpan.org/dist/Data-ICal/
+
+The upstream authors is: Jesse Vincent <jesse at bestpractical.com>
+                    with David Glasser and Simon Wistow
+
+Copyright (C) 2005, Best Practical Solutions, LLC.
+
+This module is free software; you can redistribute it or modify it
+under the same terms as Perl itself.
+
+Perl is distributed under your choice of the GNU General Public License or
+the Artistic License.  On Debian GNU/Linux systems, the complete text of the
+GNU General Public License can be found in `/usr/share/common-licenses/GPL'
+and the Artistic Licence in `/usr/share/common-licenses/Artistic'.
+
+
+The Debian packaging is (C) 2007, Peter Makholm <peter at makholm.net> and
+is licensed under the same terms as the software itself (see above).
+

Added: trunk/libdata-ical-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libdata-ical-perl/debian/rules?rev=10797&op=file
==============================================================================
--- trunk/libdata-ical-perl/debian/rules (added)
+++ trunk/libdata-ical-perl/debian/rules Tue Dec  4 07:30:48 2007
@@ -1,0 +1,9 @@
+#!/usr/bin/make -f
+# $Id:$
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/perlmodule.mk
+
+ifneq (,$(wildcard doc/rfc*))
+$(error doc/* must be removed from source pacakge. Read debian/README.Debian)
+endif

Propchange: trunk/libdata-ical-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libdata-ical-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libdata-ical-perl/debian/watch?rev=10797&op=file
==============================================================================
--- trunk/libdata-ical-perl/debian/watch (added)
+++ trunk/libdata-ical-perl/debian/watch Tue Dec  4 07:30:48 2007
@@ -1,0 +1,2 @@
+version=3
+opts=dversionmangle=s/\+dfsg$// http://search.cpan.org/dist/Data-ICal/ .*/Data-ICal-([[:digit:]].*)\.tar\.gz




More information about the Pkg-perl-cvs-commits mailing list