File: control

package info (click to toggle)
golang-github-appc-cni 0.3.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 484 kB
  • ctags: 342
  • sloc: sh: 172; makefile: 6
file content (39 lines) | stat: -rw-r--r-- 1,541 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
29
30
31
32
33
34
35
36
37
38
39
Source: golang-github-appc-cni
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>
          ,Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go,
    golang-github-coreos-go-iptables-dev,
    golang-github-coreos-go-systemd-dev,
    golang-github-d2g-dhcp4-dev,
    golang-github-d2g-dhcp4client-dev,
    golang-github-vishvananda-netlink-dev
# Tests:
    ,golang-ginkgo-dev
    ,golang-gomega-dev
Standards-Version: 3.9.8
Homepage: https://github.com/containernetworking/cni
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-appc-cni.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-appc-cni.git
XS-Go-Import-Path: github.com/containernetworking/cni

Package: golang-github-appc-cni-dev
Provides: golang-github-containernetworking-cni-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go,
    golang-github-coreos-go-iptables-dev,
    golang-github-coreos-go-systemd-dev,
    golang-github-d2g-dhcp4-dev,
    golang-github-d2g-dhcp4client-dev,
    golang-github-vishvananda-netlink-dev
Description: container network interface
 CNI, the Container Network Interface, is a proposed standard for
 configuring network interfaces for Linux application containers. The
 standard consists of a simple specification for how executable plugins can
 be used to configure network namespaces.