File: rules

package info (click to toggle)
rust-threecpio 0.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 504 kB
  • sloc: sh: 53; makefile: 11
file content (11 lines) | stat: -rwxr-xr-x 183 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@ --buildsystem cargo

override_dh_auto_build:
	dh_auto_build
	asciidoctor -b manpage man/3cpio.1.adoc

override_dh_auto_test:
	dh_auto_test -- test --all