[Python-modules-commits] r22784 - in packages/python-geojson/trunk (11 files)
fladi-guest at users.alioth.debian.org
fladi-guest at users.alioth.debian.org
Thu Oct 18 10:08:27 UTC 2012
Date: Thursday, October 18, 2012 @ 10:08:25
Author: fladi-guest
Revision: 22784
Initial packaging (Closes: #690833).
Added:
packages/python-geojson/trunk/debian/
packages/python-geojson/trunk/debian/changelog
packages/python-geojson/trunk/debian/clean
packages/python-geojson/trunk/debian/compat
packages/python-geojson/trunk/debian/control
packages/python-geojson/trunk/debian/copyright
packages/python-geojson/trunk/debian/python-geojson.docs
packages/python-geojson/trunk/debian/rules
packages/python-geojson/trunk/debian/source/
packages/python-geojson/trunk/debian/source/format
packages/python-geojson/trunk/debian/watch
Property changes on: packages/python-geojson/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/python-geojson/trunk/debian/changelog
===================================================================
--- packages/python-geojson/trunk/debian/changelog (rev 0)
+++ packages/python-geojson/trunk/debian/changelog 2012-10-18 10:08:25 UTC (rev 22784)
@@ -0,0 +1,5 @@
+python-geojson (1.0.1-1) unstable; urgency=low
+
+ * Initial release (Closes: #690833).
+
+ -- Michael Fladischer <FladischerMichael at fladi.at> Fri, 12 Oct 2012 21:17:33 +0200
Added: packages/python-geojson/trunk/debian/clean
===================================================================
--- packages/python-geojson/trunk/debian/clean (rev 0)
+++ packages/python-geojson/trunk/debian/clean 2012-10-18 10:08:25 UTC (rev 22784)
@@ -0,0 +1,2 @@
+geojson.egg-info/PKG-INFO
+geojson.egg-info/SOURCES.txt
Added: packages/python-geojson/trunk/debian/compat
===================================================================
--- packages/python-geojson/trunk/debian/compat (rev 0)
+++ packages/python-geojson/trunk/debian/compat 2012-10-18 10:08:25 UTC (rev 22784)
@@ -0,0 +1 @@
+7
Added: packages/python-geojson/trunk/debian/control
===================================================================
--- packages/python-geojson/trunk/debian/control (rev 0)
+++ packages/python-geojson/trunk/debian/control 2012-10-18 10:08:25 UTC (rev 22784)
@@ -0,0 +1,23 @@
+Source: python-geojson
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Michael Fladischer <FladischerMichael at fladi.at>
+Build-Depends: debhelper (>= 7.0.50~),
+ python-all (>= 2.6.6-3~),
+ python-setuptools
+Standards-Version: 3.9.3
+X-Python-Version: >= 2.4
+Homepage: https://github.com/sgillies/geojson
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-geojson/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-geojson/trunk/
+
+Package: python-geojson
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python (>= 2.6) | python-simplejson
+Description: GeoJSON (de)serializer for the Python geo interface
+ This package provieds a reference implementation of the Python geo interface
+ and functions for encoding and decoding GeoJSON formatted data.
+ It supports serialization and deserialization for geometry, feature, and
+ collection classes, and supports pickle-style dump and load of objects that
+ provide the Python geo interface.
Added: packages/python-geojson/trunk/debian/copyright
===================================================================
--- packages/python-geojson/trunk/debian/copyright (rev 0)
+++ packages/python-geojson/trunk/debian/copyright 2012-10-18 10:08:25 UTC (rev 22784)
@@ -0,0 +1,38 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: geojson
+Upstream-Contact: Sean C. Gillies <sgillies at frii.com>
+Source: http://pypi.python.org/pypi/geojson/
+
+Files: *
+Copyright: 2007, Sean C. Gillies <sgillies at frii.com>
+License: BSD-geojson
+
+Files: debian/*
+Copyright: 2012, Fladischer Michael <FladischerMichael at fladi.at>
+License: BSD-geojson
+
+License: BSD-geojson
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ * 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.
+ * Neither the name of Sean C. Gillies nor the names of
+ its contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS 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 COPYRIGHT OWNER OR 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.
+
Added: packages/python-geojson/trunk/debian/python-geojson.docs
===================================================================
--- packages/python-geojson/trunk/debian/python-geojson.docs (rev 0)
+++ packages/python-geojson/trunk/debian/python-geojson.docs 2012-10-18 10:08:25 UTC (rev 22784)
@@ -0,0 +1,2 @@
+README.txt
+GeoInterface.txt
Added: packages/python-geojson/trunk/debian/rules
===================================================================
--- packages/python-geojson/trunk/debian/rules (rev 0)
+++ packages/python-geojson/trunk/debian/rules 2012-10-18 10:08:25 UTC (rev 22784)
@@ -0,0 +1,14 @@
+#!/usr/bin/make -f
+
+
+%:
+ dh $@ --with python2
+
+.PHONY: override_dh_auto_install
+override_dh_auto_install:
+ dh_auto_install
+ sed -i 's/Metadata-Version: 1\.0/Metadata-Version: 1\.1/' debian/python-geojson/usr/lib/python2.*/*-packages/geojson-*.egg-info/PKG-INFO
+
+.PHONY: override_dh_installchangelogs
+override_dh_installchangelogs:
+ dh_installchangelogs CHANGES.txt
Property changes on: packages/python-geojson/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/python-geojson/trunk/debian/source/format
===================================================================
--- packages/python-geojson/trunk/debian/source/format (rev 0)
+++ packages/python-geojson/trunk/debian/source/format 2012-10-18 10:08:25 UTC (rev 22784)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/python-geojson/trunk/debian/watch
===================================================================
--- packages/python-geojson/trunk/debian/watch (rev 0)
+++ packages/python-geojson/trunk/debian/watch 2012-10-18 10:08:25 UTC (rev 22784)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/g/geojson/geojson-([\d\.]+)\.tar\.gz
More information about the Python-modules-commits
mailing list