File: control

package info (click to toggle)
golang-github-d2g-dhcp4 0.0~git20150413-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 88 kB
  • sloc: makefile: 2
file content (23 lines) | stat: -rw-r--r-- 842 bytes parent folder | download | duplicates (2)
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-d2g-dhcp4
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>,
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
Standards-Version: 4.4.1
Rules-Requires-Root: no
Homepage: https://github.com/d2g/dhcp4
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-d2g-dhcp4
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-d2g-dhcp4.git
XS-Go-Import-Path: github.com/d2g/dhcp4
Testsuite: autopkgtest-pkg-go

Package: golang-github-d2g-dhcp4-dev
Architecture: all
Depends: ${misc:Depends},
         ${shlibs:Depends},
Description: DHCP packet creation library for Go
 This library contains functions to generate DHCP request and
 response packets in the Go language.