File: rules

package info (click to toggle)
openbsd-inetd 0.20160825-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 956 kB
  • sloc: ansic: 21,033; sh: 87; makefile: 52
file content (21 lines) | stat: -rwxr-xr-x 355 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
#!/usr/bin/make -f

DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow,+pie

%:
	dh $@

override_dh_auto_clean:
	dh_auto_clean -- -f Makefile.debian

override_dh_auto_build:
	dh_auto_build -- -f Makefile.debian

override_dh_auto_test:

override_dh_auto_install:
	dh_auto_install -- -f Makefile.debian

override_dh_installsystemd:
	dh_installsystemd --name inetd