File: rules

package info (click to toggle)
rust-freetype 0.7.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 252 kB
  • sloc: makefile: 38; sh: 18; ansic: 6
file content (10 lines) | stat: -rwxr-xr-x 173 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f
%:
	dh $@ --buildsystem cargo

override_dh_auto_test:
ifeq ($(DEB_HOST_ARCH_BITS),64)
	dh_auto_test -- test --all
else
	-dh_auto_test -- test --all
endif