From 332c8effb2942c6c57d02d42bc214c861203a076 Mon Sep 17 00:00:00 2001 From: B Stack Date: Mon, 13 Jan 2020 09:12:28 -0500 Subject: add systemdtl 0.0.1 --- systemdtl/debian/control | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 systemdtl/debian/control (limited to 'systemdtl/debian/control') 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 +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. -- cgit