File: rules

package info (click to toggle)
rust-sniffglue 0.16.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 652 kB
  • sloc: sh: 100; makefile: 16
file content (12 lines) | stat: -rwxr-xr-x 234 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
%:
	dh $@ --buildsystem cargo

override_dh_auto_test:
	dh_auto_test -- test --all

execute_after_dh_auto_build:
	scdoc < docs/sniffglue.1.scd > docs/sniffglue.1

execute_after_dh_auto_clean:
	rm -f docs/sniffglue.1