File: control

package info (click to toggle)
golang-github-pingcap-check 0.0~git20170902.0.4c65d06-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 252 kB
  • sloc: makefile: 3
file content (25 lines) | stat: -rw-r--r-- 932 bytes parent folder | download | duplicates (2)
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
Source: golang-github-pingcap-check
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any
Standards-Version: 4.1.1
Homepage: https://github.com/pingcap/check
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-pingcap-check
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-pingcap-check.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/pingcap/check

Package: golang-github-pingcap-check-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends}
Multi-Arch: foreign
Description: rich testing extension for Go's testing package
 This library provides additional features to Go's testing package. These
 extensions include conditional logging, temporary directory management,
 and timers.
 .
 Documentation: https://godoc.org/gopkg.in/check.v1