summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog106
-rw-r--r--debian/compat1
-rw-r--r--debian/control17
-rw-r--r--debian/copyright68
-rw-r--r--debian/docs2
-rw-r--r--debian/patches/remove_ics_diff.patch14
-rw-r--r--debian/patches/series1
-rw-r--r--debian/pycompat1
-rw-r--r--debian/pyversions1
-rwxr-xr-xdebian/rules15
-rw-r--r--debian/watch10
-rwxr-xr-xez_setup/__init__.py2
12 files changed, 237 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..123a10a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,106 @@
+python-vobject (0.6.6-1) experimental; urgency=low
+
+ * Upload to experimental since it breaks calendarserver:
+ http://trac.calendarserver.org/ticket/287
+ * [bd308fb] new upstream version 0.6.6
+ * [59a6bae] refresh remove_ics_diff.patch
+ * [2a0a9d9] bump standards version to 3.8.0
+ * [096502c] debian/control: add Homepage:
+
+ -- Guido Guenther <agx@sigxcpu.org> Fri, 20 Jun 2008 09:37:02 +0200
+
+python-vobject (0.6.0-1) unstable; urgency=low
+
+ * New Upstream Version
+ * fix Python spelling
+ * fix PYTHONPATH for doctests
+ * lower setuptools version number since 0.6c8 isn't in Debian yet and
+ 0.6c7 is fine
+
+ -- Guido Guenther <agx@sigxcpu.org> Fri, 22 Feb 2008 09:43:55 +0100
+
+python-vobject (0.5.0-1) unstable; urgency=low
+
+ * New upstream version
+
+ -- Guido Guenther <agx@sigxcpu.org> Wed, 16 Jan 2008 11:45:55 +0100
+
+python-vobject (0.4.9-1) unstable; urgency=low
+
+ * New Upstream Version (Closes: #458188)
+ * update upstream URL
+ * add watch file
+ * add VCS-* fields
+ * bump standards version
+
+ -- Guido Guenther <agx@sigxcpu.org> Wed, 02 Jan 2008 10:59:16 +0100
+
+python-vobject (0.4.8-1) unstable; urgency=low
+
+ * New Upstream Version (Closes: #421894)
+ * remove_ics_diff.patch: don't install /usr/bin/ics_diff
+
+ -- Guido Guenther <agx@sigxcpu.org> Mon, 18 Jun 2007 18:30:30 +0200
+
+python-vobject (0.4.4-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Remove quilt support as there is no patches dir (Closes: #393885).
+
+ -- Luk Claes <luk@debian.org> Thu, 26 Oct 2006 20:29:44 +0200
+
+python-vobject (0.4.4-1) unstable; urgency=low
+
+ * New Upstream Version
+ * includes all of our patches so we can drop debian/patches/*.patch
+ * good candidate for etch
+
+ -- Guido Guenther <agx@sigxcpu.org> Wed, 11 Oct 2006 09:05:51 +0200
+
+python-vobject (0.4.3-2) unstable; urgency=low
+
+ * depend on python-setuptools (Closes: #391881).
+
+ -- Guido Guenther <agx@sigxcpu.org> Mon, 9 Oct 2006 13:26:12 +0200
+
+python-vobject (0.4.3-1) unstable; urgency=low
+
+ * New Upstream (non SVN!) Version
+ * cdbs cleanups
+
+ -- Guido Guenther <agx@sigxcpu.org> Sat, 7 Oct 2006 00:50:15 +0200
+
+python-vobject (0.0.svn155-2) unstable; urgency=low
+
+ * build depend on python-dateutil so the testuite can run properly.
+ (Closes: #389385)
+
+ -- Guido Guenther <agx@sigxcpu.org> Mon, 25 Sep 2006 15:49:10 +0200
+
+python-vobject (0.0.svn155-1) unstable; urgency=low
+
+ * new upstream svn version
+ * update icalendar.patch and base.patch from revision 188 of:
+ http://trac.macosforge.org/projects/calendarserver/browser/CalendarServer/trunk/patches/vObject/base.patch
+ http://trac.macosforge.org/projects/calendarserver/browser/CalendarServer/trunk/patches/vObject/icalendar.patch
+ * call test during build
+ * add versione (>= 1.1) dependency for python-dateutil
+
+ -- Guido Guenther <agx@sigxcpu.org> Sat, 23 Sep 2006 23:57:41 +0200
+
+python-vobject (0.0.svn147-2) unstable; urgency=low
+
+ * set pyversions
+ * rm debian/dirs
+
+ -- Guido Guenther <agx@sigxcpu.org> Thu, 7 Sep 2006 16:23:55 +0200
+
+python-vobject (0.0.svn147-1) unstable; urgency=low
+
+ * Initial release (Closes: #386254)
+ * import icalendar.patch and base.patch:
+ http://trac.macosforge.org/projects/calendarserver/browser/CalendarServer/trunk/patches/vObject/base.patch
+ http://trac.macosforge.org/projects/calendarserver/browser/CalendarServer/trunk/patches/vObject/icalendar.patch
+
+ -- Guido Guenther <agx@sigxcpu.org> Wed, 6 Sep 2006 11:04:33 +0200
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..71149b9
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,17 @@
+Source: python-vobject
+Section: python
+Priority: optional
+Maintainer: Guido Guenther <agx@sigxcpu.org>
+Build-Depends: cdbs, debhelper (>= 5), python-dev, python-support (>= 0.3), python-dateutil, python-setuptools, quilt
+Standards-Version: 3.8.0
+Vcs-Git: git://git.debian.org/git/calendarserver/python-vobject.git
+Vcs-Browser: http://git.debian.org/?p=calendarserver/python-vobject.git
+Homepage: http://vobject.skyhouseconsulting.com/
+
+Package: python-vobject
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-dateutil (>= 1.1)
+Description: parse iCalendar and VCards in Python
+ Parses iCalendar and vCard files into Python data structures, decoding the
+ relevant encodings. Also serializes vobject data structures to valid iCalendar
+ or vCard unicode strings.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..5096462
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,68 @@
+This package was debianized by Guido Guenther <agx@sigxcpu.org> on
+Wed, 6 Sep 2006 11:04:33 +0200.
+
+It was downloaded from http://vobject.skyhouseconsulting.com/
+
+Upstream Author: Jeffrey Harris <jeffrey@osafoundation.org>
+
+Copyright (c) 2004-2006 Jeffrey Harris. All rights reserved.
+
+License:
+
+/* ====================================================================
+ * The Apache Software License, Version 1.1
+ *
+ * Copyright (c) 2004-2006 Jeffrey Harris. All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in
+ * the documentation and/or other materials provided with the
+ * distribution.
+ *
+ * 3. The end-user documentation included with the redistribution,
+ * if any, must include the following acknowledgment:
+ * "This product includes software developed by the
+ * Apache Software Foundation (http://www.apache.org/)."
+ * Alternately, this acknowledgment may appear in the software itself,
+ * if and wherever such third-party acknowledgments normally appear.
+ *
+ * 4. The names "Apache" and "Apache Software Foundation" must
+ * not be used to endorse or promote products derived from this
+ * software without prior written permission. For written
+ * permission, please contact apache@apache.org.
+ *
+ * 5. Products derived from this software may not be called "Apache",
+ * nor may "Apache" appear in their name, without prior written
+ * permission of the Apache Software Foundation.
+ *
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+ * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+ * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * ====================================================================
+ *
+ * This software consists of voluntary contributions made by many
+ * individuals on behalf of the Apache Software Foundation. For more
+ * information on the Apache Software Foundation, please see
+ * <http://www.apache.org/>.
+ *
+ * Portions of this software are based upon public domain software
+ * originally written at the National Center for Supercomputing Applications,
+ * University of Illinois, Urbana-Champaign.
+ */
+
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..b4516e8
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,2 @@
+ACKNOWLEDGEMENTS.txt
+README.txt
diff --git a/debian/patches/remove_ics_diff.patch b/debian/patches/remove_ics_diff.patch
new file mode 100644
index 0000000..7cd7a92
--- /dev/null
+++ b/debian/patches/remove_ics_diff.patch
@@ -0,0 +1,14 @@
+diff --git a/setup.py b/setup.py
+old mode 100755
+new mode 100644
+index bf3c141..1466d1e
+--- a/setup.py
++++ b/setup.py
+@@ -42,7 +42,6 @@ setup(name = "vobject",
+ license = "Apache",
+ zip_safe = True,
+ url = "http://vobject.skyhouseconsulting.com",
+- entry_points = { 'console_scripts': ['ics_diff = vobject.ics_diff:main'] },
+ include_package_data = True,
+ test_suite = "test_vobject",
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..2e95b64
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+remove_ics_diff.patch
diff --git a/debian/pycompat b/debian/pycompat
new file mode 100644
index 0000000..0cfbf08
--- /dev/null
+++ b/debian/pycompat
@@ -0,0 +1 @@
+2
diff --git a/debian/pyversions b/debian/pyversions
new file mode 100644
index 0000000..8b253bc
--- /dev/null
+++ b/debian/pyversions
@@ -0,0 +1 @@
+2.4-
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..1737662
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,15 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM = pysupport
+
+# Add here any variable or target overrides you need
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+
+DEB_PYTHON_CLEAN_ARGS = --all
+DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
+
+build/python-vobject::
+ python test_vobject.py
+
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..a47640b
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,10 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+http://vobject.skyhouseconsulting.com/vobject-([\d\.]+)\.tar\.gz
+
diff --git a/ez_setup/__init__.py b/ez_setup/__init__.py
index 89cf056..037a90e 100755
--- a/ez_setup/__init__.py
+++ b/ez_setup/__init__.py
@@ -14,7 +14,7 @@ the appropriate options to ``use_setuptools()``.
This file can also be run as a script to install or upgrade setuptools.
"""
import sys
-DEFAULT_VERSION = "0.6c8"
+DEFAULT_VERSION = "0.6c7"
DEFAULT_URL = "http://pypi.python.org/packages/%s/s/setuptools/" % sys.version[:3]
md5_data = {