File: rules

package info (click to toggle)
golang-github-pkg-sftp 1.13.9-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid
  • size: 936 kB
  • sloc: makefile: 29
file content (12 lines) | stat: -rwxr-xr-x 303 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

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

override_dh_auto_install:
	dh_auto_install -- --no-binaries

# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=995147
override_dh_auto_test:
	dh_auto_test -- -skip=TestRequestStatVFS
	-dh_auto_test -- -run=TestRequestStatVFS