File: rules

package info (click to toggle)
tcpcrypt 0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 5,292 kB
  • ctags: 1,747
  • sloc: ansic: 13,695; sh: 4,585; asm: 482; makefile: 168; objc: 149
file content (18 lines) | stat: -rwxr-xr-x 367 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

%:
	dh $@ --with autoreconf,systemd

override_dh_autoreconf:
	mkdir -p m4
	dh_autoreconf

override_dh_auto_configure:
	dh_auto_configure -- JAIL_USER=debian-tcpcryptd

override_dh_systemd_enable:
	dh_systemd_enable --no-enable
override_dh_systemd_start:
	dh_systemd_start --no-start
# do not invoke dh_installinit at all:
override_dh_installinit: