File: rules

package info (click to toggle)
golang-github-xo-terminfo 0.0~git20210125.ca9a967-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 256 kB
  • sloc: sh: 50; makefile: 6
file content (11 lines) | stat: -rwxr-xr-x 261 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

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

override_dh_install-arch:
	dh_install -a
	mv debian/terminfo/usr/bin/infocmp debian/terminfo/usr/bin/go-infocmp

# testing freezes, So disabling it
override_dh_auto_test: