Codebase list golang-github-oschwald-maxminddb-golang / 6626d7f
Drop golang-gopkg-check.v1-dev from (Build-)Depends. It doesn't seem to be used. golang-github-stretchr-testify-dev could be useful instead but it's only required for the test suite, which doesn't get run. Cyril Brulebois 3 years ago
2 changed file(s) with 6 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
11
22 * New upstream release.
33 * Add myself to Uploaders.
4 * Drop golang-gopkg-check.v1-dev from (Build-)Depends, as it doesn't
5 seem to be used. golang-github-stretchr-testify-dev could be useful
6 instead but it's only required for the test suite, which doesn't get
7 run.
48
59 -- Cyril Brulebois <cyril@debamax.com> Mon, 28 Dec 2020 10:07:49 +0000
610
55 Build-Depends: debhelper-compat (= 12),
66 dh-golang,
77 golang-go,
8 golang-golang-x-sys-dev,
9 golang-gopkg-check.v1-dev
8 golang-golang-x-sys-dev
109 Standards-Version: 4.0.0
1110 Homepage: https://github.com/oschwald/maxminddb-golang
1211 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-oschwald-maxminddb-golang
1918 Depends: ${shlibs:Depends},
2019 ${misc:Depends},
2120 golang-go,
22 golang-golang-x-sys-dev,
23 golang-gopkg-check.v1-dev
21 golang-golang-x-sys-dev
2422 Description: MaxMind DB Reader for Go
2523 This is a Go reader for the MaxMind DB format. Although this can be used
2624 to read GeoLite2 and GeoIP2 databases, geoip2-golang provides a higher-level