Skip to content
Snippets Groups Projects
Commit fed88768 authored by ale's avatar ale
Browse files

Set XS-Go-Import-Path instead of DH_GOPKG

parent d1df72f6
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ Priority: optional
Maintainer: ale <ale@incal.net>
Build-Depends: debhelper (>= 11), dh-golang, golang-any
Standards-Version: 4.1.3
XS-Go-Import-Path: git.autistici.org/ai3/tools/postfix-policyd-proxy
Package: postfix-policyd-proxy
Architecture: any
......
#!/usr/bin/make -f
export DH_GOPKG = git.autistici.org/ai3/tools/postfix-policyd-proxy
export DH_GOLANG_EXCLUDES = vendor
export DH_GOLANG_EXCLUDES := vendor
%:
dh $@ --with=golang
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment