File: control

package info (click to toggle)
golang-github-akrennmair-gopcap 0.0~git20150728.0.00e1103-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 136 kB
  • sloc: makefile: 3
file content (23 lines) | stat: -rw-r--r-- 911 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
Source: golang-github-akrennmair-gopcap
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 (>= 1.17~),
               golang-go
    ,libpcap0.8-dev
Standards-Version: 3.9.6
Homepage: https://github.com/akrennmair/gopcap
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-akrennmair-gopcap.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-akrennmair-gopcap.git
XS-Go-Import-Path: github.com/akrennmair/gopcap

Package: golang-github-akrennmair-gopcap-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go
    ,libpcap0.8-dev
Description: simple wrapper around libpcap for Golang
 This is a simple wrapper around libpcap for Go.