Include pkg-info.mk in Debian rules for DEB_UPSTREAM_VERSION
This commit is contained in:
parent
b4b049aab9
commit
4d2af368d2
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
include /usr/share/dpkg/pkg-info.mk
|
||||
|
||||
%:
|
||||
dh $@ --builddirectory=_build --buildsystem=golang --with=golang
|
||||
|
||||
|
|
Loading…
Reference in New Issue