File: control

package info (click to toggle)
unit-translator 0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 632 kB
  • sloc: sh: 909; makefile: 28
file content (46 lines) | stat: -rw-r--r-- 1,712 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
38
39
40
41
42
43
44
45
46
Source: unit-translator
Section: admin
Priority: optional
Maintainer: Mark Hindley <leepen@debian.org>
Build-Depends: debhelper-compat (= 13),
               groff-base,
	       rpcbind <!nocheck>,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Vcs-Git: https://git.devuan.org/leepen/unit-translator.git -b debian
Vcs-Browser: https://git.devuan.org/leepen/unit-translator/src/branch/main
Homepage: https://git.devuan.org/leepen/unit-translator

Package: utrans
Architecture: all
Multi-Arch: foreign
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}, libcap2-bin
Recommends:
	cron | cron-daemon,
	openrc | sysv-rc | runit-init,
	sasa | socket-activate,
	xinetd | inet-superserver
Description: Translator for systemd units
 low level utilities to convert systemd units to generic unix equivalents.
 .
 By default openrc, cron and xinetd are supported. Alternative output backends
 can be loaded at runtime. Available alternative backends: inetd, LSB-style
 initscripts (as used by sysv-rc, runit, etc.).

Package: utrans-rc
Architecture: all
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends},
	sudo,
	ucf,
	utrans,
Description: Generate generic unix system configuration from systemd units
 includes utrans-rc, a wrapper around utrans to convert systemd units to generic
 unix configuration files. The generated files are installed and activated using
 sudo and ucf whilst preserving user modifications and avoiding overwriting
 files belonging to other packages.
 .
 In addition to manual invocation of the utrans-rc script, a dpkg trigger is
 also installed to automatically detect and handle units which have been newly
 (un)installed by other packages.