File: control

package info (click to toggle)
gopacket 1.1.19-6.2
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 4,692 kB
  • sloc: sh: 293; python: 75; makefile: 4
file content (33 lines) | stat: -rw-r--r-- 1,202 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
Source: gopacket
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Hilko Bengen <bengen@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-go,
               golang-golang-x-net-dev,
               golang-golang-x-sys-dev,
               libpcap0.8-dev,
               linux-libc-dev
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/google/gopacket/
Vcs-Git: https://salsa.debian.org/go-team/packages/gopacket.git
Vcs-Browser: https://salsa.debian.org/go-team/packages/gopacket
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/google/gopacket

Package: golang-github-google-gopacket-dev
Architecture: all
Depends: golang-golang-x-net-dev,
         golang-golang-x-sys-dev,
         libpcap0.8-dev,
         ${misc:Depends},
         ${shlibs:Depends}
Conflicts: golang-gopacket-dev (<< 1.1.11)
Replaces: golang-gopacket-dev (<< 1.1.11)
Description: packet capturing and decoding library for Go
 The gopacket library provides various bindings for reading packets
 off the wire, logic for decoding packet protocols, TCP stream
 reassembly.