File: control

package info (click to toggle)
golang-github-d2g-dhcp4client 0.0~git20150520-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 108 kB
  • sloc: makefile: 3
file content (26 lines) | stat: -rw-r--r-- 956 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
Source: golang-github-d2g-dhcp4client
Section: devel
Priority: extra
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-github-d2g-dhcp4-dev,
               golang-go,
               golang-golang-x-sys-dev
Standards-Version: 3.9.6
Homepage: https://github.com/d2g/dhcp4client
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-d2g-dhcp4client.git/
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-d2g-dhcp4client.git
XS-Go-Import-Path: github.com/d2g/dhcp4client

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