File: control

package info (click to toggle)
golang-github-dnaeon-go-vcr 0.0~git20180814.aafff18-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 164 kB
  • sloc: makefile: 11; sh: 5
file content (24 lines) | stat: -rw-r--r-- 972 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
Source: golang-github-dnaeon-go-vcr
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Dr. Tobias Quathamer <toddy@debian.org>
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any,
               golang-yaml.v2-dev
Standards-Version: 4.2.1
Homepage: https://github.com/dnaeon/go-vcr
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-dnaeon-go-vcr
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-dnaeon-go-vcr.git
XS-Go-Import-Path: github.com/dnaeon/go-vcr
Testsuite: autopkgtest-pkg-go

Package: golang-github-dnaeon-go-vcr-dev
Architecture: all
Depends: ${misc:Depends},
         golang-yaml.v2-dev
Description: Record and replay your HTTP interactions for tests
 go-vcr simplifies testing by recording your HTTP interactions and
 replaying them in future runs in order to provide fast, deterministic
 and accurate testing of your code.