File: rules

package info (click to toggle)
golang-github-openshift-imagebuilder 1.2.15%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,776 kB
  • sloc: makefile: 18; sh: 3; ansic: 1
file content (13 lines) | stat: -rwxr-xr-x 454 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

# install all files for dockerfile/parser to pickup the various testfiles
# Ideally, upstream would move all test files out to 'testdata/', which seems
# to be a common best-practice in many other golang projects, and
# detected automatically by the golang debhelper
export DH_GOLANG_INSTALL_EXTRA := dockerfile/parser

# avoid installing test utility
export DH_GOLANG_EXCLUDES := dumper

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