File: rules

package info (click to toggle)
sxiv 26-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 380 kB
  • sloc: ansic: 3,840; makefile: 82; awk: 30; sh: 25
file content (18 lines) | stat: -rwxr-xr-x 324 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_clean:
	dh_auto_clean
	rm -rf config.h version.h

override_dh_auto_build:
	dh_auto_build -- PREFIX=/usr
	

override_dh_auto_install:
	dh_auto_install -- PREFIX=/usr