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 35 36 37 38 39
|
Source: geoipupdate
Section: contrib/net
Priority: optional
Maintainer: Faidon Liambotis <paravoid@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-golang,
Build-Depends-Arch:
golang-any,
golang-github-cenkalti-backoff-dev,
golang-github-gofrs-flock-dev,
golang-github-pkg-errors-dev,
golang-github-spf13-pflag-dev,
golang-github-stretchr-testify-dev,
golang-golang-x-net-dev,
golang-golang-x-sync-dev,
pandoc <!nodoc>,
XS-Go-Import-Path: github.com/maxmind/geoipupdate
Standards-Version: 4.7.0
Homepage: https://dev.maxmind.com/geoip/updating-databases
Vcs-Git: https://salsa.debian.org/debian/geoipupdate.git
Vcs-Browser: https://salsa.debian.org/debian/geoipupdate
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go
Package: geoipupdate
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
ca-certificates,
Static-Built-Using: ${misc:Static-Built-Using}
Suggests:
mmdb-bin,
Description: MaxMind GeoIP/GeoIP2 database updates
The GeoIP Update program performs automatic updates of GeoIP2 and GeoLite2
binary databases, as supplied by MaxMind. These may be MaxMind's paid
products, or their GeoLite variants that are less accurate but provided
without charge.
|