File: rules

package info (click to toggle)
king-probe 02.21-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 864 kB
  • sloc: ansic: 11,980; sh: 54; makefile: 40; python: 18
file content (17 lines) | stat: -rwxr-xr-x 268 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

# DH_VERBOSE := 1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_build:
	dh_auto_build --buildsystem=makefile -- -f Makefile.linux probe

override_dh_auto_clean:
	dh_auto_clean
	rm -f probe

override_dh_auto_install: