aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: b41060479fff40b2f9164edfa86967b024e65c08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: systemctl-service-shim
Section: admin
Priority: optional
Maintainer: B. Stack <bgstack15@gmail.com>
Build-Depends: debhelper-compat (= 12)
Standards-Version: 4.5.0
Homepage: https://git.devuan.org/devuan/systemctl-service-shim
Origin: Devuan
Vcs-Git: https://git.devuan.org/devuan/systemctl-service-shim.git -b suites/unstable
Vcs-Browser: https://git.devuan.org/devuan/systemctl-service-shim

Package: systemctl-service-shim
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends},
   dash | bash (>= 4.0.0)
Description: Adds systemctl translator script
 Use the included systemctl script which translates
 systemctl invocations into real service and update-rc.d
 commands.
bgstack15