File: rules

package info (click to toggle)
golang-github-goccy-go-json 0.10.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,928 kB
  • sloc: makefile: 36
file content (11 lines) | stat: -rwxr-xr-x 248 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh ${@} --builddirectory=_build --buildsystem=golang

execute_after_dh_auto_install:
	# removing unused files
	rm -rf debian/golang-github-goccy-go-json-dev/usr/bin

override_dh_auto_test:
	# disabled (needs upstream fixes)