summaryrefslogtreecommitdiff
path: root/systemdtl/debian/control
diff options
context:
space:
mode:
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