File: control

package info (click to toggle)
networkd-dispatcher 2.1-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 344 kB
  • sloc: python: 1,144; makefile: 20; sh: 10
file content (36 lines) | stat: -rw-r--r-- 1,244 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
35
36
Source: networkd-dispatcher
Section: utils
Priority: optional
Maintainer: Julian Andres Klode <jak@debian.org>
Build-Depends: asciidoc,
               debhelper (>= 11),
               dh-python,
               docbook-xml,
               docbook-xsl,
               gir1.2-glib-2.0,
               iw | wireless-tools,
               python3-dbus,
               python3-gi,
               python3-mock,
               python3-pytest,
               python3:any,
               xsltproc
Standards-Version: 4.4.0
Homepage: https://github.com/craftyguy/networkd-dispatcher
Vcs-Git: https://salsa.debian.org/debian/networkd-dispatcher.git
Vcs-Browser: https://salsa.debian.org/debian/networkd-dispatcher

Package: networkd-dispatcher
Architecture: all
Depends: dbus,
         gir1.2-glib-2.0,
         python3-dbus,
         python3-gi,
         ${misc:Depends},
         ${python3:Depends}
Suggests: iw | wireless-tools
Description: Dispatcher service for systemd-networkd connection status changes
 Networkd-dispatcher is a dispatcher daemon for systemd-networkd
 connection status changes. It is similar to NetworkManager-dispatcher,
 but is much more limited in the types of events it supports due to the
 limited nature of systemd-networkd.