summaryrefslogtreecommitdiff
path: root/systemdtl/debian/control
blob: 31772ba35a8ad4303fd13bb1886c1531348ffbde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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