]> git.siccegge.de Git - dane-monitoring-plugins.git/blob - debian/control
Add some debian packaging
[dane-monitoring-plugins.git] / debian / control
1 Source: dane-monitoring-plugins
2 Section: admin
3 Priority: optional
4 Maintainer: Christoph Egger <christoph@debian.org>
5 Build-Depends:
6 debhelper (>= 10~),
7 dh-python,
8 python3,
9 # python3-ldns,
10 python3-pyasn1,
11 python3-pyasn1-modules,
12 python3-setuptools,
13 python3-unbound
14 Standards-Version: 4.1.1
15 Rules-Requires-Root: no
16
17 Package: dane-monitoring-plugins
18 Architecture: all
19 Depends:
20 python3-dane-monitoring-plugins,
21 ${misc:Depends},
22 ${python3:Depends},
23 ${shlibs:Depends}
24 Description: manual tiling window manager for X11
25 In herbstluftwm the layout is based on splitting frames into
26 subframes which can be split again or can be filled with windows,
27 Tags (or workspaces or virtual desktops or ...) can be added/removed
28 at runtime. Each tag contains an own layout and exactly one tag is
29 viewed on each monitor. The tags are monitor independent.
30 .
31 It is configured at runtime via ipc calls from herbstclient. So the
32 configuration file is just a script which is run on startup.
33
34 Package: python3-dane-monitoring-plugins
35 Architecture: all
36 Depends:
37 ${misc:Depends},
38 ${python3:Depends},
39 ${shlibs:Depends},
40 python3-ldns,
41 python3-pyasn1,
42 python3-pyasn1-modules,
43 python3-setuptools,
44 python3-unbound
45 Description: manual tiling window manager for X11
46 In herbstluftwm the layout is based on splitting frames into
47 subframes which can be split again or can be filled with windows,
48 Tags (or workspaces or virtual desktops or ...) can be added/removed
49 at runtime. Each tag contains an own layout and exactly one tag is
50 viewed on each monitor. The tags are monitor independent.
51 .
52 It is configured at runtime via ipc calls from herbstclient. So the
53 configuration file is just a script which is run on startup.