File: rules

package info (click to toggle)
golang-github-lib-pq 1.10.9-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 724 kB
  • sloc: makefile: 35; sh: 14
file content (8 lines) | stat: -rwxr-xr-x 210 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

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

override_dh_auto_test:
	# Lots of tests require a running PostgreSQL instance, we skip them.
	# See autopkgtests under debian/tests/.