File: rules

package info (click to toggle)
tpm-tools 1.3.9.2-0.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,580 kB
  • sloc: ansic: 8,043; exp: 205; makefile: 176; sh: 130
file content (12 lines) | stat: -rwxr-xr-x 248 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow

%:
	dh ${@} --with autoreconf

override_dh_autoreconf:
	dh_autoreconf sh bootstrap.sh

override_dh_install:
	find debian/tmp -name "*.la" -delete; \
	dh_install --fail-missing