File: rules

package info (click to toggle)
rust-rootasrole-core 3.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 436 kB
  • sloc: makefile: 7
file content (7 lines) | stat: -rwxr-xr-x 148 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/bin/make -f
%:
	dh $@ --buildsystem cargo

override_dh_auto_test:
	cp -r debian/missing-source/.cargo ./
	dh_auto_test -O--buildsystem=cargo