File: control

package info (click to toggle)
python-geoip 1.2.0-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 92 kB
  • ctags: 36
  • sloc: ansic: 232; python: 35; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 655 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: python-geoip
Section: python
Priority: optional
Maintainer: Josselin Mouette <joss@debian.org>
Build-Depends: debhelper (>= 4.1.67), python-dev (>= 2.3), cdbs (>= 0.4.5), libgeoip-dev
Standards-Version: 3.6.1

Package: python-geoip
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Description: python bindings for the GeoIP IP-to-country resolver library
 GeoIP is a library that enables the user to find the country that any
 IP address or hostname originates from, using a database instead of 
 DNS.
 .
 This package contains the python bindings for GeoIP, allowing to use 
 this library within a python program.