Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Switch to XS-Go-Import-Path
· 01b2ae32
Michael Stapelberg
authored
Feb 11, 2018
01b2ae32
Update changelog for 0~20140907.
d2b94fd7
-3 release
· f75fb564
Michael Stapelberg
authored
Feb 11, 2018
f75fb564
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
f75fb564
golang-ed25519-dev (0~20140907.d2b94fd-3) 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:53:12 +0100
golang-ed25519-dev (0~20140907.d2b94fd-2) unstable; urgency=medium
* Add a patch to fix go.crypto import path. (Closes: #791513)
...
...
debian/control
View file @
f75fb564
...
...
@@ -8,6 +8,7 @@ Standards-Version: 3.9.6
Homepage: https://github.com/agl/ed25519
Vcs-Git: https://anonscm.debian.org/git/pkg-privacy/packages/golang-ed25519-dev.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-privacy/packages/golang-ed25519-dev.git
XS-Go-Import-Path: github.com/agl/ed25519
Package: golang-ed25519-dev
Architecture: all
...
...
debian/rules
View file @
f75fb564
#!/usr/bin/make -f
export DH_GOPKG := github.com/agl/ed25519
export DH_GOLANG_INSTALL_ALL := 1
%:
...
...