File: rules

package info (click to toggle)
golang-gopkg-ini.v1 1.37.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 308 kB
  • sloc: makefile: 17
file content (11 lines) | stat: -rwxr-xr-x 294 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export DH_GOLANG_INSTALL_EXTRA := testdata/

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

override_dh_auto_test:
	dh_auto_test
	$(RM) -v _build/src/gopkg.in/ini.v1/testdata/conf_out.ini
	$(RM) -v _build/src/gopkg.in/ini.v1/testdata/conf_reflect.ini