File: rules

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

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

%:
	dh $@

override_dh_gencontrol:
	dh_gencontrol -- -Vgolang:Version=$(GOVER) -Vgolang:Default=$(GODEFAULT)