summaryrefslogtreecommitdiff
path: root/systemdtl/debian/control
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-01-27 13:32:27 +0000
committerB Stack <bgstack15@gmail.com>2020-01-27 13:32:27 +0000
commit8a06284fe8bf4d9f456e83709c94d290184fc77b (patch)
tree0b04b505751b9b8126126d015d421705d44b9cb0 /systemdtl/debian/control
parentMerge branch 'scite-bump' into 'master' (diff)
parentadd systemdtl 0.0.1 (diff)
downloadstackrpms-8a06284fe8bf4d9f456e83709c94d290184fc77b.tar.gz
stackrpms-8a06284fe8bf4d9f456e83709c94d290184fc77b.tar.bz2
stackrpms-8a06284fe8bf4d9f456e83709c94d290184fc77b.zip
Merge branch 'systemdtl-bump' into 'master'
add systemdtl 0.0.1 See merge request bgstack15/stackrpms!117
Diffstat (limited to 'systemdtl/debian/control')
-rw-r--r--systemdtl/debian/control17
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.
bgstack15