Codebase list aptly / 1308c2f
Pass version from d/rules (Closes: #968585) Sébastien Delafond 3 years ago
1 changed file(s) with 5 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
22
33 # Uncomment this to turn on verbose mode.
44 #export DH_VERBOSE=1
5
6 include /usr/share/dpkg/pkg-info.mk
57
68 override_dh_auto_test:
79 # tests are failing for now and the pacakge vendors many libraries
911 override_dh_auto_install:
1012 dh_auto_install -- --no-source
1113
14 override_dh_auto_build:
15 dh_auto_build -- -ldflags "-X main.Version=$(DEB_VERSION)"
16
1217 %:
1318 dh $@ --buildsystem=golang --with=golang,bash-completion