File: rules

package info (click to toggle)
rust-soft-assert 0.1.1-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 104 kB
  • sloc: makefile: 9
file content (13 lines) | stat: -rwxr-xr-x 394 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
%:
	dh ${@} --buildsystem cargo

override_dh_auto_test:
	dh_auto_test -- test --all

execute_after_dh_auto_install:
	# removing unneeded files
	rm -rf debian/librust-*/usr/share/cargo/registry/*/.git*
	rm -f debian/librust-*/usr/share/cargo/registry/*/*.orig
	rm -f debian/librust-*/usr/share/cargo/registry/*/*.MD
	rm -f debian/librust-*/usr/share/cargo/registry/*/LICENSE*