File: rules

package info (click to toggle)
golang-github-go-redis-redis 6.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 748 kB
  • sloc: makefile: 22
file content (11 lines) | stat: -rwxr-xr-x 243 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

# Disabling tests during build as they require a redis instance.
# We will test using autopkgtests only.
override_dh_auto_test:

autopkgtest:
	dh_auto_test --buildsystem=golang

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