File: control

package info (click to toggle)
golang-github-coreos-go-iptables 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 132 kB
  • sloc: sh: 47; makefile: 3
file content (21 lines) | stat: -rw-r--r-- 953 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-coreos-go-iptables
Section: devel
Priority: optional
Standards-Version: 4.2.0
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>
          ,Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper (>= 11~), dh-golang, golang-any
Homepage: https://github.com/coreos/go-iptables
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-coreos-go-iptables
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-coreos-go-iptables.git
XS-Go-Import-Path: github.com/coreos/go-iptables
Testsuite: autopkgtest-pkg-go

Package: golang-github-coreos-go-iptables-dev
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, golang-go
Description: Go bindings for iptables utility
 The go-iptables module wraps the invocation of the iptables
 utility with Go functions to append and delete iptables rules,
 as well as create, clear and delete iptables chains.