File: control

package info (click to toggle)
golang-github-mdlayher-genetlink 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 180 kB
  • sloc: makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,448 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
29
30
31
32
33
34
Source: golang-github-mdlayher-genetlink
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Benjamin Drung <bdrung@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-github-google-go-cmp-dev,
               golang-github-mdlayher-netlink-dev (>= 1.7.1),
               golang-golang-x-net-dev,
               golang-golang-x-sys-dev,
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mdlayher-genetlink
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-mdlayher-genetlink.git
Homepage: https://github.com/mdlayher/genetlink
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/mdlayher/genetlink

Package: golang-github-mdlayher-genetlink-dev
Architecture: all
Depends: golang-github-google-go-cmp-dev,
         golang-github-mdlayher-netlink-dev (>= 1.7.1),
         golang-golang-x-net-dev,
         golang-golang-x-sys-dev,
         ${misc:Depends},
Multi-Arch: foreign
Description: generic netlink interactions and data types (library)
 The genetlink package implements generic netlink interactions and data types.
 .
 For more information about how netlink and generic netlink
 work, check out the blog series on Linux, Netlink, and Go
 (https://mdlayher.com/blog/linux-netlink-and-go-part-1-netlink/).