File: rules

package info (click to toggle)
golang-github-ostreedev-ostree-go 0.0%2Bgit20190702.759a8c1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 232 kB
  • sloc: ansic: 158; makefile: 20; sh: 14
file content (7 lines) | stat: -rwxr-xr-x 120 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/usr/bin/make -f

%:
	dh $@ --buildsystem=golang --with=golang

override_dh_auto_test:
	@echo "Test disabled for now"