File: rules

package info (click to toggle)
vttest 2.7%2B20180911-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,020 kB
  • sloc: ansic: 14,581; sh: 3,126; makefile: 240
file content (15 lines) | stat: -rwxr-xr-x 349 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_autoreconf:
	dh_autoreconf autoreconf-dickey -- -f -i


# Operate dh_auto_configure in compat level 10 so that it does not issue the
# --runstatedir option which Dickey's autoconf does not support
override_dh_auto_configure:
	DH_COMPAT=10 dh_auto_configure