File: control

package info (click to toggle)
golang-github-containerd-fifo 0.0~git20170714.fbfb6a1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 124 kB
  • sloc: makefile: 11
file content (26 lines) | stat: -rw-r--r-- 1,033 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
Source: golang-github-containerd-fifo
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Arnaud Rebillout <arnaud.rebillout@collabora.com>
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any,
               golang-github-pkg-errors-dev,
               golang-github-stretchr-testify-dev,
               golang-golang-x-net-dev
Standards-Version: 4.1.3
Homepage: https://github.com/containerd/fifo
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-containerd-fifo
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-containerd-fifo.git
XS-Go-Import-Path: github.com/containerd/fifo
Testsuite: autopkgtest-pkg-go

Package: golang-github-containerd-fifo-dev
Architecture: all
Depends: ${misc:Depends},
         golang-github-pkg-errors-dev,
         golang-github-stretchr-testify-dev,
         golang-golang-x-net-dev
Description: fifo pkg for Go
 Go package for handling fifos in a sane way.