[Python-modules-commits] r14919 - in packages/python-geohash/trunk (12 files)
davide125-guest at users.alioth.debian.org
davide125-guest at users.alioth.debian.org
Fri Nov 19 09:11:22 UTC 2010
Date: Friday, November 19, 2010 @ 09:11:08
Author: davide125-guest
Revision: 14919
[svn-inject] Applying Debian modifications (0.7-1) to trunk
Added:
packages/python-geohash/trunk/debian/
packages/python-geohash/trunk/debian/changelog
packages/python-geohash/trunk/debian/compat
packages/python-geohash/trunk/debian/control
packages/python-geohash/trunk/debian/copyright
packages/python-geohash/trunk/debian/docs
packages/python-geohash/trunk/debian/examples
packages/python-geohash/trunk/debian/pyversions
packages/python-geohash/trunk/debian/rules
packages/python-geohash/trunk/debian/source/
packages/python-geohash/trunk/debian/source/format
packages/python-geohash/trunk/debian/watch
Property changes on: packages/python-geohash/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/python-geohash/trunk/debian/changelog
===================================================================
--- packages/python-geohash/trunk/debian/changelog (rev 0)
+++ packages/python-geohash/trunk/debian/changelog 2010-11-19 09:11:08 UTC (rev 14919)
@@ -0,0 +1,5 @@
+python-geohash (0.7-1) unstable; urgency=low
+
+ * Initial release (Closes: #603285)
+
+ -- Davide Cavalca <davide at geexbox.org> Fri, 12 Nov 2010 15:38:35 +0100
Added: packages/python-geohash/trunk/debian/compat
===================================================================
--- packages/python-geohash/trunk/debian/compat (rev 0)
+++ packages/python-geohash/trunk/debian/compat 2010-11-19 09:11:08 UTC (rev 14919)
@@ -0,0 +1 @@
+7
Added: packages/python-geohash/trunk/debian/control
===================================================================
--- packages/python-geohash/trunk/debian/control (rev 0)
+++ packages/python-geohash/trunk/debian/control 2010-11-19 09:11:08 UTC (rev 14919)
@@ -0,0 +1,15 @@
+Source: python-geohash
+Section: python
+Priority: optional
+Maintainer: Davide Cavalca <davide at geexbox.org>
+Build-Depends: debhelper (>= 7), python-support, python-dev (>= 2.4)
+Standards-Version: 3.9.1
+Homepage: http://code.google.com/p/python-geohash/
+
+Package: python-geohash
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Description: fast, accurate python geohashing library
+ python-geohash provides fast, accurate geohash encoding, decoding
+ functionality. This module additionally supports the other 3 grid codes of
+ quadtree, jpgrid (JIS X 0410) and jpiarea.
Added: packages/python-geohash/trunk/debian/copyright
===================================================================
--- packages/python-geohash/trunk/debian/copyright (rev 0)
+++ packages/python-geohash/trunk/debian/copyright 2010-11-19 09:11:08 UTC (rev 14919)
@@ -0,0 +1,25 @@
+This work was packaged for Debian by:
+
+ Davide Cavalca <davide at geexbox.org> on Fri, 12 Nov 2010 14:33:08 +0100
+
+It was downloaded from <http://code.google.com/p/python-geohash/>
+
+Upstream Author(s):
+
+ Hiroaki Kawai <kawai at iij.ad.jp>
+
+Copyright:
+
+ Copyright (C) 2009 Hiroaki Kawai <kawai at iij.ad.jp>
+
+License:
+
+ Code is licensed under Apache License 2.0, MIT Licence and NEW BSD
+ License.
+ You can choose one of the licences above.
+
+The Debian packaging is:
+
+ Copyright (C) 2010 Davide Cavalca <davide at geexbox.org>
+
+and is licensed under the same conditions as the upstream work.
Added: packages/python-geohash/trunk/debian/docs
===================================================================
--- packages/python-geohash/trunk/debian/docs (rev 0)
+++ packages/python-geohash/trunk/debian/docs 2010-11-19 09:11:08 UTC (rev 14919)
@@ -0,0 +1 @@
+README
Added: packages/python-geohash/trunk/debian/examples
===================================================================
--- packages/python-geohash/trunk/debian/examples (rev 0)
+++ packages/python-geohash/trunk/debian/examples 2010-11-19 09:11:08 UTC (rev 14919)
@@ -0,0 +1 @@
+test/*
Added: packages/python-geohash/trunk/debian/pyversions
===================================================================
--- packages/python-geohash/trunk/debian/pyversions (rev 0)
+++ packages/python-geohash/trunk/debian/pyversions 2010-11-19 09:11:08 UTC (rev 14919)
@@ -0,0 +1 @@
+2.4-
Added: packages/python-geohash/trunk/debian/rules
===================================================================
--- packages/python-geohash/trunk/debian/rules (rev 0)
+++ packages/python-geohash/trunk/debian/rules 2010-11-19 09:11:08 UTC (rev 14919)
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+ dh $@
Property changes on: packages/python-geohash/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/python-geohash/trunk/debian/source/format
===================================================================
--- packages/python-geohash/trunk/debian/source/format (rev 0)
+++ packages/python-geohash/trunk/debian/source/format 2010-11-19 09:11:08 UTC (rev 14919)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/python-geohash/trunk/debian/watch
===================================================================
--- packages/python-geohash/trunk/debian/watch (rev 0)
+++ packages/python-geohash/trunk/debian/watch 2010-11-19 09:11:08 UTC (rev 14919)
@@ -0,0 +1,2 @@
+version=3
+http://googlecode.debian.net/p/python-geohash/python-geohash-(.*)\.tar\.gz
More information about the Python-modules-commits
mailing list