File: rules

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

# cap-primitives requires cap-tempfile for tests, which in turn depends
# on cap-std of which cap-primitives itself is a dependency. Build time
# tests are hence disabled here to avoid cyclic dependencies.
override_dh_auto_test: