File: control

package info (click to toggle)
golang-pault-go-macchanger 0.0~git20170906.a37ec26-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 72 kB
  • sloc: makefile: 2
file content (28 lines) | stat: -rw-r--r-- 927 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-pault-go-macchanger
Standards-Version: 4.7.2
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Paul Tagliamonte <paultag@debian.org>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-golang,
 golang-any,
 golang-golang-x-sys-dev,
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-pault-go-macchanger
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-pault-go-macchanger.git
Homepage: https://github.com/paultag/go-macchanger
XS-Go-Import-Path: pault.ag/go/macchanger

Package: golang-pault-go-macchanger-dev
Architecture: all
Multi-Arch: foreign
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 golang-golang-x-sys-dev,
Description: library to change MAC addresses on Linux systems
 macchanger is a cgo interface to the Linux kernel specific mechanism to
 change the mac address using an ioctl call.