diff options
author | Michael Stapelberg <stapelberg@debian.org> | 2014-07-03 19:08:42 +0200 |
---|---|---|
committer | Michael Stapelberg <stapelberg@debian.org> | 2014-07-03 19:31:05 +0200 |
commit | db9aedce42c147ad34f9e0018a5811905f44915c (patch) | |
tree | a8b46c252ec47c9d103cbc77fe77ff125d84e100 | |
parent | d40f6cfdb511cc9449a425241954bd7192d43d21 (diff) | |
download | golang-db9aedce42c147ad34f9e0018a5811905f44915c.tar.gz |
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.
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/golang-go.links | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ee78b469e..0d8059bea 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@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 1deec127d..61bd611dc 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 |