summaryrefslogtreecommitdiff
path: root/packaging/deb/debian/control
diff options
context:
space:
mode:
authorPeter Lemenkov <lemenkov@gmail.com>2020-07-07 14:57:57 +0200
committerGitHub <noreply@github.com>2020-07-07 14:57:57 +0200
commit3dd9db8c62a04c7a81fc9c55c7810d5a81d7b43b (patch)
tree93877d0a21e42f3a128f73f9d26d941475b4235e /packaging/deb/debian/control
parentde603e740a0b2610f9eb05c30f937ee934e4ab67 (diff)
parent0528181ea4ea54e4db21b6ddccf78d7287e57e85 (diff)
downloaderlang-sd_notify-3dd9db8c62a04c7a81fc9c55c7810d5a81d7b43b.tar.gz
Merge pull request #34 from lemenkov/native_unix_socketHEADmaster
Native unix socket
Diffstat (limited to 'packaging/deb/debian/control')
-rw-r--r--packaging/deb/debian/control4
1 files changed, 1 insertions, 3 deletions
diff --git a/packaging/deb/debian/control b/packaging/deb/debian/control
index ff30267..d9fea23 100644
--- a/packaging/deb/debian/control
+++ b/packaging/deb/debian/control
@@ -5,12 +5,10 @@ Priority: optional
Standards-Version: 3.9.2
Build-Depends: debhelper (>= 9),
erlang-dev (>=17.3-dfsg-4),
- libsystemd-dev (>=215),
rebar,
Package: erlang-sd-notify
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
- erlang-base (>=17.3) | erlang-base-hipe (>=17.3),
- libsystemd0 (>=215),
+ erlang-base (>=17.3) | erlang-base-hipe (>=17.3)
Description: Systemd notification support for Erlang.