File: control

package info (click to toggle)
networkd-dispatcher 2.2.4-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 320 kB
  • sloc: python: 1,200; makefile: 20; sh: 10
file content (37 lines) | stat: -rw-r--r-- 1,274 bytes parent folder | download | duplicates (2)
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
37
Source: networkd-dispatcher
Section: utils
Priority: optional
Maintainer: Julian Andres Klode <jak@debian.org>
Rules-Requires-Root: no
Build-Depends: asciidoc,
               debhelper-compat (= 13),
               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.6.2
Homepage: https://gitlab.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.