Codebase list rust-stfu8 / abe02419-11ab-4f45-9317-673d3a61feb9/main src / x11rb / debian / rules
abe02419-11ab-4f45-9317-673d3a61feb9/main

Tree @abe02419-11ab-4f45-9317-673d3a61feb9/main (Download .tar.gz)

rules @abe02419-11ab-4f45-9317-673d3a61feb9/main

8558eed
 
 
 
 
 
 
 
 
 
#!/usr/bin/make -f
%:
	dh $@ --buildsystem cargo

override_dh_auto_install:
	dh_auto_install
	rm -rvf debian/*/usr/share/cargo/registry/x11rb-*/code_generator_helpers/__pycache__

override_dh_auto_test:
	dh_auto_test -- test --all