summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 12:32:54 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 12:32:54 +0000
commit689f99fd6f2ff3776935eb7eb59dbcaf7d1e0d65 (patch)
tree47ba21c4a77b85779b62781e25c78ce5247bcb2d /debian/control
parentAdding upstream version 20230203. (diff)
downloadgeoip-database-689f99fd6f2ff3776935eb7eb59dbcaf7d1e0d65.tar.xz
geoip-database-689f99fd6f2ff3776935eb7eb59dbcaf7d1e0d65.zip
Adding debian version 20230203-1.debian/20230203-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--debian/control22
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..c0cc2ed
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: geoip-database
+Section: net
+Priority: optional
+Homepage: https://mailfud.org/geoip-legacy/
+Maintainer: Patrick Matthäi <pmatthaei@debian.org>
+Build-Depends: debhelper-compat (= 13)
+Rules-Requires-Root: no
+Standards-Version: 4.6.2
+
+Package: geoip-database
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}
+Recommends: libgeoip1
+Description: IP lookup command line tools that use the GeoIP library (country database)
+ 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 free GeoLiteCountry database.