File: rules

package info (click to toggle)
rust-git2 0.20.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,388 kB
  • sloc: sh: 35; 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