File: rules

package info (click to toggle)
kraptor 0.0.20040403%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 11,336 kB
  • sloc: ansic: 7,130; sh: 67; makefile: 56
file content (20 lines) | stat: -rwxr-xr-x 316 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f
#export DH_VERBOSE=1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_build:
	./fix.sh linux
	dh_auto_build

override_dh_auto_install:
	cp bin/kraptor_linux.bin bin/kraptor
	dh_auto_install

override_dh_clean:
	./fix.sh linux
	dh_clean target.os bin/kraptor
	dh_clean