Skip to content
Commits on Source (2)
golang-siphash-dev (1.0.0-2) unstable; urgency=medium
[ Ximin Luo ]
* Team upload.
* hand over package to pkg-privacy team
[ Michael Stapelberg ]
* Switch to XS-Go-Import-Path
-- Michael Stapelberg <stapelberg@debian.org> Sun, 11 Feb 2018 09:54:34 +0100
golang-siphash-dev (1.0.0-1) unstable; urgency=medium
* Initial release. (Closes: #760594)
......
......@@ -8,6 +8,7 @@ Standards-Version: 3.9.5
Homepage: https://github.com/dchest/siphash
Vcs-Git: https://anonscm.debian.org/git/pkg-privacy/packages/golang-siphash-dev.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-privacy/packages/golang-siphash-dev.git
XS-Go-Import-Path: github.com/dchest/siphash
Package: golang-siphash-dev
Architecture: all
......
#!/usr/bin/make -f
export DH_GOPKG := github.com/dchest/siphash
%:
dh $@ --buildsystem=golang --with=golang