[Pkg-golang-commits] [golang] 01/07: Add /usr/lib/go/test symlink

Michael Stapelberg michael at stapelberg.de
Mon Jul 7 06:51:59 UTC 2014


This is an automated email from the git hooks/post-receive script.

stapelberg pushed a commit to branch debian-sid
in repository golang.

commit db9aedce42c147ad34f9e0018a5811905f44915c
Author: Michael Stapelberg <stapelberg at debian.org>
Date:   Thu Jul 3 19:08:42 2014 +0200

    Add /usr/lib/go/test symlink
    
    It’s required for building/testing golang-go.tools. Since we set up a
    fake environment in golang-go.tools, we don’t strictly need to have it
    here, but it can’t hurt and makes testing golang-go.tools on the host
    system a little bit easier.
---
 debian/changelog       | 6 ++++++
 debian/golang-go.links | 1 +
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ee78b46..0d8059b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+golang (2:1.3-2) unstable; urgency=medium
+
+  * Add /usr/lib/go/test symlink
+
+ -- Michael Stapelberg <stapelberg at debian.org>  Thu, 03 Jul 2014 19:08:34 +0200
+
 golang (2:1.3-1) unstable; urgency=medium
 
   * New upstream version.
diff --git a/debian/golang-go.links b/debian/golang-go.links
index 1deec12..61bd611 100644
--- a/debian/golang-go.links
+++ b/debian/golang-go.links
@@ -1 +1,2 @@
 usr/share/go/src /usr/lib/go/src
+usr/share/go/test /usr/lib/go/test

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-golang/golang.git



More information about the pkg-golang-commits mailing list