File: rules

package info (click to toggle)
golang-github-smira-go-ftp-protocol 0.0~git20140829.066b75c-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, bullseye-backports, buster, buster-backports, sid, trixie
  • size: 72 kB
  • sloc: makefile: 4
file content (7 lines) | stat: -rwxr-xr-x 149 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/bin/make -f

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

override_dh_auto_test:
	echo "Skipping tests, they require an internet connection"