1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Source: python-geohash
Section: python
Priority: optional
Maintainer: Davide Cavalca <davide@geexbox.org>
Build-Depends: debhelper (>= 7.3.5~), dh-python, python-all-dev (>= 2.4), python-all-dbg (>= 2.4)
Standards-Version: 3.9.1
Homepage: http://code.google.com/p/python-geohash/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-geohash/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-geohash/trunk
Package: python-geohash
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Description: fast, accurate Python geohashing library
python-geohash provides fast and accurate geohash encoding and decoding
functionality. Geohash is a latitude/longitude geocode system (a string
representation of two dimensional geometric coordinates). In addition to
geohash, this module also supports the quadtree, jpgrid (JIS X 0410) and
jpiarea grid codes.
Package: python-geohash-dbg
Section: debug
Priority: extra
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-geohash (= ${binary:Version})
Recommends: python-dbg
Description: fast, accurate Python geohashing library (debug extension)
python-geohash provides fast and accurate geohash encoding and decoding
functionality. Geohash is a latitude/longitude geocode system (a string
representation of two dimensional geometric coordinates). In addition to
geohash, this module also supports the quadtree, jpgrid (JIS X 0410) and
jpiarea grid codes.
.
This package contains the debugging symbols for python-geohash.
|