diff options
author | B Stack <bgstack15@gmail.com> | 2020-01-13 09:12:28 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-01-13 09:12:28 -0500 |
commit | 332c8effb2942c6c57d02d42bc214c861203a076 (patch) | |
tree | c2f31f2de09058667188ca84bd511f645a0310a2 /systemdtl/debian/control | |
parent | improve debian/watch files for many packages (diff) | |
download | stackrpms-332c8effb2942c6c57d02d42bc214c861203a076.tar.gz stackrpms-332c8effb2942c6c57d02d42bc214c861203a076.tar.bz2 stackrpms-332c8effb2942c6c57d02d42bc214c861203a076.zip |
add systemdtl 0.0.1
Diffstat (limited to 'systemdtl/debian/control')
-rw-r--r-- | systemdtl/debian/control | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/systemdtl/debian/control b/systemdtl/debian/control new file mode 100644 index 0000000..31772ba --- /dev/null +++ b/systemdtl/debian/control @@ -0,0 +1,17 @@ +Source: systemdtl +Section: admin +Priority: optional +Maintainer: Ben Stack <bgstack15@gmail.com> +Build-Depends: debhelper (>=12~) +Standards-Version: 4.1.4 +Homepage: https://gitlab.com/bgstack15/systemdtl + +Package: systemdtl +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends}, ${shlibs:Depends}, + bgscripts-core (>=1.4.0) +Description: systemctl interface which calls real commands + Systemdtl provides a systemctl executable which translates + parameters and calls the real commands using service or + update-rc.d. |