File: rules

package info (click to toggle)
golang-defaults 2%3A1.11~1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 168 kB
  • sloc: sh: 13; perl: 7; makefile: 5
file content (10 lines) | stat: -rwxr-xr-x 167 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f
# -*- makefile -*-

export GOVER := $(shell debian/helpers/getver.pl)

%:
	dh $@

override_dh_gencontrol:
	dh_gencontrol -- -Vgolang:GOVER=$(GOVER)