File: rules

package info (click to toggle)
rust-typemap-ors 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 112 kB
  • sloc: makefile: 11
file content (10 lines) | stat: -rwxr-xr-x 276 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f
%:
	dh $@ --buildsystem cargo

override_dh_auto_test:
	dh_auto_test -- test --all

override_dh_fixperms:
	dh_fixperms
	find debian/ -type f \( -name 'README.md' -o -name 'general.yaml' -o -name '.gitignore' -o -name 'internals.rs' \) -exec chmod -x '{}' \;