File: rules

package info (click to toggle)
golang-github-go-sourcemap-sourcemap 2.1.3%2Bgit20201028.eed1c20-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 108 kB
  • sloc: makefile: 7
file content (10 lines) | stat: -rwxr-xr-x 377 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

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

override_dh_auto_test:
	# The test suite needs an external network connection to fetch jquery.
	# Patching it would require adjustments for compliance with the available
	# version of libjs-jquery. This would require adjusting the patch for every
	# new libjs-jquery version. Let's just skip the tests instead.