summaryrefslogtreecommitdiff
path: root/packaging/deb/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/deb/debian/control')
-rw-r--r--packaging/deb/debian/control16
1 files changed, 16 insertions, 0 deletions
diff --git a/packaging/deb/debian/control b/packaging/deb/debian/control
new file mode 100644
index 0000000..db6448e
--- /dev/null
+++ b/packaging/deb/debian/control
@@ -0,0 +1,16 @@
+Source: erlang-sd-notify
+Maintainer: <you@example.com>
+Section: misc
+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),
+Description: Systemd notification support for Erlang.