File: control

package info (click to toggle)
golang-github-d2g-dhcp4client 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 120 kB
  • sloc: makefile: 3
file content (28 lines) | stat: -rw-r--r-- 1,043 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
Source: golang-github-d2g-dhcp4client
Section: devel
Priority: optional
Standards-Version: 4.4.1
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>,
           Dmitry Smirnov <onlyjob@debian.org>,
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
               golang-github-d2g-dhcp4-dev,
               golang-golang-x-sys-dev,
Rules-Requires-Root: no
Homepage: https://github.com/d2g/dhcp4client
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-d2g-dhcp4client
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-d2g-dhcp4client.git
XS-Go-Import-Path: github.com/d2g/dhcp4client
Testsuite: autopkgtest-pkg-go

Package: golang-github-d2g-dhcp4client-dev
Architecture: all
Depends: golang-github-d2g-dhcp4-dev,
         golang-golang-x-sys-dev,
         ${misc:Depends},
         ${shlibs:Depends},
Description: DHCP client written in Go
 A DHCP4 client implementation written in Go using AF_PACKET
 support.