File: rules

package info (click to toggle)
golang-github-juju-utils 0.0~git20171220.f38c0b0-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,748 kB
  • sloc: makefile: 20
file content (12 lines) | stat: -rwxr-xr-x 344 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := ssh exec featureflag hash packaging/manager series winrm
# Due to circular dependencies, we have to disable building some
# packages and then re-enable them when they are in a working state
# in Debian.

override_dh_auto_test:
	# See comment above.

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