Codebase list rust-libslirp / lintian-fixes/main src / git2 / debian / rules
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

rules @lintian-fixes/mainraw · history · blame

1
2
3
4
5
6
7
8
#!/usr/bin/make -f
%:
	dh $@ --buildsystem cargo

override_dh_auto_test:
	# Disable the tests as we don't ship
	# with git sources
	dh_auto_test || true