[Python-modules-commits] r20718 - in packages/geopy/trunk (7 files)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Sat Mar 10 06:58:06 UTC 2012


    Date: Saturday, March 10, 2012 @ 06:58:04
  Author: eriol-guest
Revision: 20718

Initial import

Added:
  packages/geopy/trunk/debian/
  packages/geopy/trunk/debian/changelog
  packages/geopy/trunk/debian/compat
  packages/geopy/trunk/debian/control
  packages/geopy/trunk/debian/rules
  packages/geopy/trunk/debian/source/
  packages/geopy/trunk/debian/source/format

Added: packages/geopy/trunk/debian/changelog
===================================================================
--- packages/geopy/trunk/debian/changelog	                        (rev 0)
+++ packages/geopy/trunk/debian/changelog	2012-03-10 06:58:04 UTC (rev 20718)
@@ -0,0 +1,5 @@
+geopy (0.94.1-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #452093)
+
+ -- Daniele Tricoli <eriol at mornie.org>  Sat, 10 Mar 2012 07:20:30 +0100

Added: packages/geopy/trunk/debian/compat
===================================================================
--- packages/geopy/trunk/debian/compat	                        (rev 0)
+++ packages/geopy/trunk/debian/compat	2012-03-10 06:58:04 UTC (rev 20718)
@@ -0,0 +1 @@
+7

Added: packages/geopy/trunk/debian/control
===================================================================
--- packages/geopy/trunk/debian/control	                        (rev 0)
+++ packages/geopy/trunk/debian/control	2012-03-10 06:58:04 UTC (rev 20718)
@@ -0,0 +1,29 @@
+Source: geopy
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Daniele Tricoli <eriol at mornie.org>
+Section: python
+Priority: optional
+Build-Depends:
+ debhelper (>= 7),
+ python-all (>= 2.6.6-3),
+ python-setuptools (>= 0.6b3)
+Standards-Version: 3.9.3
+X-Python-Version: >= 2.5
+Homepage: http://www.geopy.org
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/geopy/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/geopy/trunk/
+
+Package: python-geopy
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+ python-beautifulsoup
+Description: geocoding toolbox for Python
+ geopy makes it easy for developers to locate the coordinates of addresses,
+ cities, countries, and landmarks across the globe using third-party geocoders
+ and other sources of data, such as wikis.
+ It also comes with the necessary means for parsing geographical coordinates
+ and geodesic distance calculation (using great-circle distance or Vincenty
+ distance). The distance module also contains useful routines for converting
+ between length and angle units.

Added: packages/geopy/trunk/debian/rules
===================================================================
--- packages/geopy/trunk/debian/rules	                        (rev 0)
+++ packages/geopy/trunk/debian/rules	2012-03-10 06:58:04 UTC (rev 20718)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2


Property changes on: packages/geopy/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/geopy/trunk/debian/source/format
===================================================================
--- packages/geopy/trunk/debian/source/format	                        (rev 0)
+++ packages/geopy/trunk/debian/source/format	2012-03-10 06:58:04 UTC (rev 20718)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Python-modules-commits mailing list