File: control

package info (click to toggle)
golang-github-vishvananda-netns 0.0~git20170707.0.86bef33-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 100 kB
  • ctags: 42
  • sloc: makefile: 3; sh: 3
file content (21 lines) | stat: -rw-r--r-- 947 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
Source: golang-github-vishvananda-netns
Section: devel
Priority: extra
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tianon Gravi <tianon@debian.org>, Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 9), dh-golang, golang
Standards-Version: 3.9.6
Homepage: https://github.com/vishvananda/netns
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-vishvananda-netns.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-vishvananda-netns.git
XS-Go-Import-Path: github.com/vishvananda/netns

Package: golang-github-vishvananda-netns-dev
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: network namespaces in go
 The netns package provides an ultra-simple interface for handling network
 namespaces in go. Changing namespaces requires elevated privileges, so in most
 cases this code needs to be run as root.
 .
 This package contains the source.