diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 18:22:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 18:22:55 +0000 |
commit | 53f7153331b5c0ff0ef584e8b7a4025a0ab4ada7 (patch) | |
tree | 7478bcfdac83e84d7221c0741e8bc9a9cf01b3d6 /debian/control | |
parent | Adding upstream version 1.6.12. (diff) | |
download | geoip-53f7153331b5c0ff0ef584e8b7a4025a0ab4ada7.tar.xz geoip-53f7153331b5c0ff0ef584e8b7a4025a0ab4ada7.zip |
Adding debian version 1.6.12-11.debian/1.6.12-11
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..c290f6e --- /dev/null +++ b/debian/control @@ -0,0 +1,61 @@ +Source: geoip +Section: net +Priority: optional +Homepage: https://www.maxmind.com/ +Maintainer: Patrick Matthäi <pmatthaei@debian.org> +Build-Depends: debhelper-compat (= 13), + chrpath, + zlib1g-dev, + libtool +Rules-Requires-Root: no +Standards-Version: 4.6.2 + +Package: libgeoip1 +Section: libs +Architecture: any +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, + ${shlibs:Depends} +Recommends: geoip-database +Suggests: geoip-bin +Multi-Arch: same +Description: non-DNS IP-to-country resolver library + GeoIP is a C library that enables the user to find the country that any + IP address or hostname originates from. It uses a file based database. + . + This database simply contains IP blocks as keys, and countries as values and + it should be more complete and accurate than using reverse DNS lookups. + . + This package contains the shared library. + +Package: libgeoip-dev +Section: libdevel +Architecture: any +Depends: ${misc:Depends}, + libgeoip1 (= ${binary:Version}), + geoip-bin (= ${binary:Version}) +Description: Development files for the GeoIP library + GeoIP is a C library that enables the user to find the country that any + IP address or hostname originates from. It uses a file based database. + . + This database simply contains IP blocks as keys, and countries as values and + it should be more complete and accurate than using reverse DNS lookups. + . + This package contains the development files. + +Package: geoip-bin +Architecture: any +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, + ${shlibs:Depends} +Replaces: libgeoip1 (<= 1.4.4.dfsg-2) +Multi-Arch: foreign +Description: IP lookup command line tools that use the GeoIP library + GeoIP is a C library that enables the user to find the country that any + IP address or hostname originates from. It uses a file based database. + . + This database simply contains IP blocks as keys, and countries as values and + it should be more complete and accurate than using reverse DNS lookups. + . + This package contains the command line utilities to resolve the IP numbers + using the GeoIP library. |