File: control

package info (click to toggle)
golang-github-mdlayher-arp 0.0~git20191213.f72070a-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 140 kB
  • sloc: makefile: 3
file content (25 lines) | stat: -rw-r--r-- 986 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
Source: golang-github-mdlayher-arp
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:  Michael Banck <mbanck@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
               golang-github-mdlayher-ethernet-dev,
               golang-github-mdlayher-raw-dev
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mdlayher-arp
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-mdlayher-arp.git
Homepage: https://github.com/mdlayher/arp
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/mdlayher/arp

Package: golang-github-mdlayher-arp-dev
Architecture: all
Depends: golang-github-mdlayher-ethernet-dev,
         golang-github-mdlayher-raw-dev,
         ${misc:Depends}
Description: Go module for the ARP protocol
 Package arp implements the ARP protocol, as described in RFC 826.