File: control

package info (click to toggle)
golang-github-tdewolff-test 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 80 kB
  • sloc: makefile: 3
file content (23 lines) | stat: -rw-r--r-- 924 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
Source: golang-github-tdewolff-test
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 (>= 11~),
               dh-golang,
               golang-any
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-tdewolff-test
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-tdewolff-test.git
Homepage: https://github.com/tdewolff/test
XS-Go-Import-Path: github.com/tdewolff/test

Package: golang-github-tdewolff-test-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Go test helper functions
 github.com/tdewolff/test is a helper package written in Go.
 It implements a few functions that are useful for io testing,
 such as readers and writers that fail after N consecutive reads/writes.