File: rules

package info (click to toggle)
pptpd 1.4.0-11
  • links: PTS
  • area: main
  • in suites: buster
  • size: 1,452 kB
  • sloc: ansic: 4,938; sh: 793; makefile: 105; perl: 87
file content (26 lines) | stat: -rwxr-xr-x 560 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --with ppp

override_dh_auto_configure:
	dh_auto_configure -- \
		--prefix=/usr \
		--mandir=/usr/share/man \
		--with-libwrap \
		--enable-bcrelay

override_dh_install:
	dh_install --fail-missing
	install -D -m 644 debian/modules-load.conf debian/pptpd/etc/modules-load.d/pptpd.conf

override_dh_installdocs:
	dh_installdocs --exclude=test.txt

override_dh_installinit:
	dh_installinit -- start 20 2 3 4 5 . stop 20 1 .

override_dh_systemd_enable:
	dh_systemd_enable --no-enable