File: rules

package info (click to toggle)
rust-git2 0.13.11-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,076 kB
  • sloc: makefile: 6
file content (8 lines) | stat: -rwxr-xr-x 153 bytes parent folder | download | duplicates (3)
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