File: rules

package info (click to toggle)
rust-debcargo 2.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,788 kB
  • sloc: sh: 241; makefile: 90
file content (8 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (51)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f
include /usr/share/rustc/architecture.mk
%:
	dh $@ --buildsystem cargo

# only supported on macos
override_dh_auto_test:
	case $(DEB_HOST_RUST_TYPE) in *-apple-darwin) dh_auto_test;; *) true;; esac