File: control

package info (click to toggle)
golang-github-satta-ifplugo 0.0~git20180801.8b80699-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 204 kB
  • sloc: ansic: 986; makefile: 5
file content (29 lines) | stat: -rw-r--r-- 1,304 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
Source: golang-github-satta-ifplugo
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Sascha Steinbiss <satta@debian.org>
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any,
               golang-github-shirou-gopsutil-dev,
               golang-github-sirupsen-logrus-dev,
               libdaemon-dev
Standards-Version: 4.1.5
Homepage: https://github.com/satta/ifplugo
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-satta-ifplugo
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-satta-ifplugo.git
XS-Go-Import-Path: github.com/satta/ifplugo
Testsuite: autopkgtest-pkg-go

Package: golang-github-satta-ifplugo-dev
Architecture: all
Depends: ${misc:Depends},
         libdaemon-dev
Description: ifplugd-powered network link status notification for Go
 ifplugo delivers network interface link information and link
 changes. It does this (on Linux) by using code from ifplugd
 (http://0pointer.de/lennart/projects/ifplugd/) to gather the necessary
 status information, then emits a status summary on a given channel. This
 summary (LinkStatusSample) is emitted on the first invocation and each
 time the state changes for at least one monitored interface.