File: rules

package info (click to toggle)
golang-github-mattn-go-shellwords 1.0.10-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, bullseye, bullseye-backports
  • size: 112 kB
  • sloc: sh: 9; makefile: 4
file content (7 lines) | stat: -rwxr-xr-x 120 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#!/usr/bin/make -f

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

override_dh_auto_test:
	SHELL=/bin/sh dh_auto_test $@