File: rules

package info (click to toggle)
pnscan 1.12-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 168 kB
  • ctags: 87
  • sloc: ansic: 1,128; sh: 154; makefile: 64
file content (11 lines) | stat: -rwxr-xr-x 170 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS  = hardening=+all

%:
	dh $@ --parallel --with systemd

override_dh_auto_build:
	make linux

override_dh_auto_install: