summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorLorenzo Puliti <lorenzo.ru.g@gmail.com>2019-08-05 20:24:41 +0200
committerLorenzo Puliti <lorenzo.ru.g@gmail.com>2019-08-12 12:22:32 +0200
commitb48697c64a0ac57eed494104f4c82d61f5b6fc89 (patch)
tree214ead8943ac5a2b96a3a6221709e4178fc4d3a4 /debian/rules
parente5fc16844f5772a12808e22a72c0ee50977c4e60 (diff)
Add a runscript for runit
Add a 'run' and a 'finish' script for runit init system; rely on dh-runit for maintscript code.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 550306d4f..4208569e2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -106,7 +106,7 @@ confflags += --with-ldflags='$(strip -Wl,--as-needed $(LDFLAGS))'
106confflags_udeb += --with-ldflags='-Wl,--as-needed' 106confflags_udeb += --with-ldflags='-Wl,--as-needed'
107 107
108%: 108%:
109 dh $@ --with=autoreconf,systemd 109 dh $@ --with=autoreconf,systemd,runit
110 110
111autoreconf: 111autoreconf:
112 autoreconf -f -i 112 autoreconf -f -i