File: rules

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

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

override_dh_auto_install:
	dh_auto_install
	rm -rf ${CURDIR}/debian/golang-github-xyproto-simpleredis-dev/usr/bin

# Tests require running Redis server on localhost

override_dh_auto_test: