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
|
Source: gotest.tools
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Arnaud Rebillout <arnaud.rebillout@collabora.com>,
Anthony Fok <foka@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-google-go-cmp-dev (>= 0.4.0~),
golang-github-pkg-errors-dev,
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/gotest.tools
Vcs-Git: https://salsa.debian.org/go-team/packages/gotest.tools.git
Homepage: https://github.com/gotestyourself/gotest.tools
Rules-Requires-Root: no
XS-Go-Import-Path: gotest.tools
Package: golang-github-gotestyourself-gotest.tools-dev
Architecture: all
Depends: ${misc:Depends},
golang-github-google-go-cmp-dev (>= 0.4.0~),
golang-github-pkg-errors-dev,
Description: collection of go packages to support common testing patterns
Gotest.tools is a collection of packages to augment 'testing' and
support common testing patterns.
|