summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorDaniel Gollub <dgollub@att.com>2019-11-11 15:07:38 +0100
committerDaniel Gollub <dgollub@att.com>2019-11-11 15:07:38 +0100
commit5227b247c8b6da5b07d5e1a4541e59be3ed32346 (patch)
tree76adbf264730c7bd0cc0e9e90ea81dada74ad95c /debian/rules
downloadtacplusd-initial.tar.gz
tacplusd-initial.zip
DANOS Importinitial
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..d029fd3
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,17 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --with autoreconf,systemd
+
+# Don't start any daemon by default. This is up to configd.
+override_dh_systemd_enable:
+ dh_systemd_enable --name=tacplusd --no-enable
+
+override_dh_installinit:
+ dh_installinit --no-start
+
+override_dh_systemd_start:
+ dh_systemd_start --no-start
+
+override_dh_strip:
+ dh_strip --dbg-package=tacplusd-dbg