File: rules

package info (click to toggle)
tpm-tools 1.3.3-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,448 kB
  • ctags: 590
  • sloc: sh: 10,712; ansic: 6,318; makefile: 144; sed: 16
file content (21 lines) | stat: -rwxr-xr-x 367 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f

%:
	dh ${@} --with quilt

override_dh_auto_clean:
	dh_auto_clean

	rm -f config.guess config.sub

override_dh_auto_configure:
	cp -f /usr/share/misc/config.guess config.guess
	cp -f /usr/share/misc/config.sub config.sub

	dh_auto_configure

override_dh_install:
	dh_install --fail-missing

override_dh_strip:
	dh_strip --dbg-package=tpm-tools-dbg