diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-08-30 09:57:34 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-08-30 09:57:34 +0200 |
commit | 9dd1557c27b5e7c91cbba7edc03f70f9788c19fe (patch) | |
tree | 6097ad055e1b6e4d7f5b8050b02c55fb151c1926 | |
parent | e307eb2f2959785420f1a40bbde0a9aa3c7c2eb2 (diff) | |
download | vyatta-cfg-9dd1557c27b5e7c91cbba7edc03f70f9788c19fe.tar.gz vyatta-cfg-9dd1557c27b5e7c91cbba7edc03f70f9788c19fe.zip |
Debian: add missing dependency on systemd (for systemctl)
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 716ca32..192e95e 100644 --- a/debian/control +++ b/debian/control @@ -19,6 +19,7 @@ Depends: sed (>= 4.1.5), libsocket6-perl, libvyatta-cfg1 (>=${binary:Version}), unionfs-fuse, + systemd, libboost-filesystem1.55.0 | libboost-filesystem1.62.0 | libboost-filesystem1.67.0, libapt-pkg4.12 | libapt-pkg5.0, ${perl:Depends}, ${shlibs:Depends} |