File: rules

package info (click to toggle)
pptpd 1.4.0-12
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,456 kB
  • sloc: ansic: 4,938; sh: 793; makefile: 102; perl: 87
file content (22 lines) | stat: -rwxr-xr-x 424 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
#!/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_installdocs:
	dh_installdocs --exclude=test.txt

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

override_dh_installsystemd:
	dh_installsystemd --no-enable