File: rules

package info (click to toggle)
libdisasm 0.23-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 2,488 kB
  • ctags: 1,980
  • sloc: sh: 9,233; ansic: 7,971; perl: 1,915; asm: 694; makefile: 135; ruby: 3
file content (9 lines) | stat: -rwxr-xr-x 213 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f
%:
	dh $@ --parallel --with autoreconf

override_dh_auto_test:
	if [ "$(DEB_BUILD_ARCH_CPU)" = "i386" ] || \
	   [ "$(DEB_BUILD_ARCH_CPU)" = "amd64" ]; then \
		dh_auto_test -O--parallel; \
	fi