File: rules

package info (click to toggle)
vboot-utils 0~20121212-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 26,472 kB
  • ctags: 3,862
  • sloc: ansic: 28,549; sh: 5,113; cpp: 2,098; makefile: 664; python: 350
file content (14 lines) | stat: -rwxr-xr-x 253 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

%:
	dh $@

VBOOT_UTILS_EXCLUDE = \
	-not -name vbutil_kernel

override_dh_auto_install:
	dh_install -pvboot-utils $$(find build/utility -type f -executable -and $(VBOOT_UTILS_EXCLUDE)) usr/bin

override_dh_auto_test:
	make runtests