File: rules

package info (click to toggle)
ticker 1.13
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 268 kB
  • sloc: ansic: 259; sh: 152; makefile: 29; perl: 20
file content (12 lines) | stat: -rwxr-xr-x 235 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
#export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --with autoreconf

override_dh_auto_clean:
	# avoid running ./configure during make clean
	touch makeinfo config.status
	dh_auto_clean