[Python-modules-commits] r19892 - in packages/python-icalendar/trunk (11 files)

paultag-guest at users.alioth.debian.org paultag-guest at users.alioth.debian.org
Sat Jan 7 06:39:10 UTC 2012


    Date: Saturday, January 7, 2012 @ 06:39:08
  Author: paultag-guest
Revision: 19892

[svn-inject] Applying Debian modifications (2.2-1) to trunk

Added:
  packages/python-icalendar/trunk/debian/
  packages/python-icalendar/trunk/debian/README.Debian
  packages/python-icalendar/trunk/debian/changelog
  packages/python-icalendar/trunk/debian/compat
  packages/python-icalendar/trunk/debian/control
  packages/python-icalendar/trunk/debian/copyright
  packages/python-icalendar/trunk/debian/python-icalendar.doc-base
  packages/python-icalendar/trunk/debian/rules
  packages/python-icalendar/trunk/debian/source/
  packages/python-icalendar/trunk/debian/source/format
  packages/python-icalendar/trunk/debian/watch


Property changes on: packages/python-icalendar/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-icalendar/trunk/debian/README.Debian
===================================================================
--- packages/python-icalendar/trunk/debian/README.Debian	                        (rev 0)
+++ packages/python-icalendar/trunk/debian/README.Debian	2012-01-07 06:39:08 UTC (rev 19892)
@@ -0,0 +1,10 @@
+python-icalendar for Debian
+---------------------------
+
+ We're currently unable to run the upstream tests, as a result of an outdated
+ set of tests.
+
+ Please see https://github.com/collective/icalendar/issues/15 for more
+ information regarding why this is.
+
+ -- Paul Tagliamonte <paultag at ubuntu.com>, Fri, 06 Jan 2012 20:00:14 -0500

Added: packages/python-icalendar/trunk/debian/changelog
===================================================================
--- packages/python-icalendar/trunk/debian/changelog	                        (rev 0)
+++ packages/python-icalendar/trunk/debian/changelog	2012-01-07 06:39:08 UTC (rev 19892)
@@ -0,0 +1,5 @@
+python-icalendar (2.2-1) oneiric; urgency=low
+
+  * Initial release (Closes: #654920).
+
+ -- Paul Tagliamonte <paultag at ubuntu.com>  Fri, 06 Jan 2012 20:53:52 -0500

Added: packages/python-icalendar/trunk/debian/compat
===================================================================
--- packages/python-icalendar/trunk/debian/compat	                        (rev 0)
+++ packages/python-icalendar/trunk/debian/compat	2012-01-07 06:39:08 UTC (rev 19892)
@@ -0,0 +1 @@
+7

Added: packages/python-icalendar/trunk/debian/control
===================================================================
--- packages/python-icalendar/trunk/debian/control	                        (rev 0)
+++ packages/python-icalendar/trunk/debian/control	2012-01-07 06:39:08 UTC (rev 19892)
@@ -0,0 +1,20 @@
+Source: python-icalendar
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Paul Tagliamonte <paultag at ubuntu.com>, Alex Chiang <alex at chizang.net>
+Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.5), python-setuptools,
+ python-sphinx (>= 1.0.7+dfsg) 
+Standards-Version: 3.9.2
+Homepage: https://github.com/collective/icalendar
+X-Python-Version: >= 2.5
+
+Package: python-icalendar
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, ${sphinxdoc:Depends}
+Description: iCalendar parser/generator
+ The icalendar package is a parser/generator of iCalendar files for use with
+ Python. The aim of this fork was to bring this package up to date with latest
+ icalendar RFC specification.
+ .
+ This package contains only Python bindings, no userland scripts.

Added: packages/python-icalendar/trunk/debian/copyright
===================================================================
--- packages/python-icalendar/trunk/debian/copyright	                        (rev 0)
+++ packages/python-icalendar/trunk/debian/copyright	2012-01-07 06:39:08 UTC (rev 19892)
@@ -0,0 +1,52 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
+Upstream-Name: icalendar
+Upstream-Contact: icalendar maintainers
+Source: https://github.com/collective/icalendar
+
+Files: *
+Copyright: 2010, icalendar maintainers
+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 of the License, 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 package; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA  02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
+
+Files: debian/*
+Copyright: 2011, Paul Tagliamonte <paultag at ubuntu.com>
+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 of the License, 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 package; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA  02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.

Added: packages/python-icalendar/trunk/debian/python-icalendar.doc-base
===================================================================
--- packages/python-icalendar/trunk/debian/python-icalendar.doc-base	                        (rev 0)
+++ packages/python-icalendar/trunk/debian/python-icalendar.doc-base	2012-01-07 06:39:08 UTC (rev 19892)
@@ -0,0 +1,9 @@
+Document: python-icalendar
+Title: Python iCalendar bindings
+Author: python-icalendar Authors
+Abstract: This manual describes the Python bindings to iCalendar.
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-icalendar/html/index.html
+Files: /usr/share/doc/python-icalendar/html/*

Added: packages/python-icalendar/trunk/debian/rules
===================================================================
--- packages/python-icalendar/trunk/debian/rules	                        (rev 0)
+++ packages/python-icalendar/trunk/debian/rules	2012-01-07 06:39:08 UTC (rev 19892)
@@ -0,0 +1,25 @@
+#!/usr/bin/make -f
+
+PACKAGE_NAME=python-icalendar
+PACKAGE_DOCDIR=debian/$(PACKAGE_NAME)/usr/share/doc/$(PACKAGE_NAME)
+PACKAGE_LICENSE=/usr/share/common-licenses/GPL-2
+
+%:
+	dh $@ --with python2
+
+override_dh_testroot:
+ifneq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+	for x in `pyversions -r`; do \
+		$$x ./setup.py test; \
+	done
+endif
+
+override_dh_installdocs:
+	make -C docs html
+	mkdir -vp $(PACKAGE_DOCDIR)
+	cp -vr ./docs/_build/html $(PACKAGE_DOCDIR)
+	rm -v $(PACKAGE_DOCDIR)/html/_sources/license.txt
+	ln -s $(PACKAGE_LICENSE) $(PACKAGE_DOCDIR)/html/_sources/license.txt
+	dh_installdocs
+	dh_sphinxdoc
+


Property changes on: packages/python-icalendar/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-icalendar/trunk/debian/source/format
===================================================================
--- packages/python-icalendar/trunk/debian/source/format	                        (rev 0)
+++ packages/python-icalendar/trunk/debian/source/format	2012-01-07 06:39:08 UTC (rev 19892)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-icalendar/trunk/debian/watch
===================================================================
--- packages/python-icalendar/trunk/debian/watch	                        (rev 0)
+++ packages/python-icalendar/trunk/debian/watch	2012-01-07 06:39:08 UTC (rev 19892)
@@ -0,0 +1,2 @@
+version=3
+https://github.com/collective/icalendar/tags .*/tarball/(\d[\d\.]+)




More information about the Python-modules-commits mailing list