[Pkg-privacy-commits] [golang-ed25519-dev] 08/11: Add a patch to fix go.crypto import path
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 12:55:26 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository golang-ed25519-dev.
commit ebde81a5efb9e39aa6fcf6f5a9e8167dfed42032
Author: Jérémy Bobbio <lunar at debian.org>
Date: Thu Jul 9 11:09:51 2015 +0200
Add a patch to fix go.crypto import path
Closes: #791513
---
debian/patches/0001-Fix-go.crypto-import-path.patch | 21 +++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 22 insertions(+)
diff --git a/debian/patches/0001-Fix-go.crypto-import-path.patch b/debian/patches/0001-Fix-go.crypto-import-path.patch
new file mode 100644
index 0000000..8611e6e
--- /dev/null
+++ b/debian/patches/0001-Fix-go.crypto-import-path.patch
@@ -0,0 +1,21 @@
+From: =?utf-8?q?J=C3=A9r=C3=A9my_Bobbio?= <lunar at debian.org>
+Date: Thu, 9 Jul 2015 11:09:37 +0200
+Subject: Fix go.crypto import path
+
+---
+ extra25519/extra25519_test.go | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/extra25519/extra25519_test.go b/extra25519/extra25519_test.go
+index 1e1dbdc..3ddd0e8 100644
+--- a/extra25519/extra25519_test.go
++++ b/extra25519/extra25519_test.go
+@@ -9,7 +9,7 @@ import (
+ "crypto/rand"
+ "testing"
+
+- "code.google.com/p/go.crypto/curve25519"
++ "golang.org/x/crypto/curve25519"
+ "github.com/agl/ed25519"
+ )
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e228318
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Fix-go.crypto-import-path.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/golang-ed25519-dev.git
More information about the Pkg-privacy-commits
mailing list