diff options
author | B. Stack <bgstack15@gmail.com> | 2021-06-11 16:58:25 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2021-06-11 16:58:41 -0400 |
commit | 82fd33f85381ed6c74528e4110d97a39da41327e (patch) | |
tree | 176b9c22a2e349e72a6656f73cb68ee05d262596 /debian/control | |
download | systemctl-service-shim-82fd33f85381ed6c74528e4110d97a39da41327e.tar.gz systemctl-service-shim-82fd33f85381ed6c74528e4110d97a39da41327e.tar.bz2 systemctl-service-shim-82fd33f85381ed6c74528e4110d97a39da41327e.zip |
initial commitupstream/0.0.1devuan/0.0.1
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..507765e --- /dev/null +++ b/debian/control @@ -0,0 +1,21 @@ +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 +Vcs-Browser: https://git.devuan.org/devuan/systemctl-service-shim + +Package: systemctl-service-shim +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends}, ${shlibs:Depends}, + moreutils, + 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. |