File: control

package info (click to toggle)
golang-github-cheekybits-is 0.0~git20150225.0.68e9c06-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 88 kB
  • sloc: makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,042 bytes parent folder | download
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
Source: golang-github-cheekybits-is
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-cheekybits-is
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-cheekybits-is.git
Homepage: https://github.com/cheekybits/is
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/cheekybits/is

Package: golang-github-cheekybits-is-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Mini testing helper for Go
 github.com/cheekybits/is is a mini testing helper for Go.
 .
  * Simple interface (is.OK and is.Equal)
  * Plugs into existing Go toolchain (uses testing.T)
  * Obvious for newcomers and newbs
  * Also gives you is.Panic and is.PanicWith helpers - because testing
    panics is ugly