File: rules

package info (click to toggle)
golang-github-sjoerdsimons-ostree-go 0.0~git20180830.1ac74ff-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 308 kB
  • sloc: ansic: 173; makefile: 4
file content (9 lines) | stat: -rwxr-xr-x 201 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

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

override_dh_auto_test:
	# Disable auto tests at build time
	# ostree-go assumes root priviledges as it tests a bare ostree checkout
	: