File: rules

package info (click to toggle)
golang-github-jackc-pgx-v5 5.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,764 kB
  • sloc: sh: 88; sql: 21; makefile: 6
file content (14 lines) | stat: -rwxr-xr-x 315 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := examples

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

override_dh_auto_install:
	dh_auto_install -- --no-binaries

# Most of the tests require a full PostgreSQL
# database installation, so they are not run here.
override_dh_auto_test:
	# Disabled