[Pkg-golang-commits] [golang-defaults] 01/01: Add d/golang-go.maintscript to properly handle transition of /usr/lib/go from directory to symlink. (Closes: 832160)

Michael Hudson-Doyle mwhudson-guest at moszumanska.debian.org
Sun Jul 24 23:04:30 UTC 2016


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

mwhudson-guest pushed a commit to branch master
in repository golang-defaults.

commit 959d8ae056662546a1abdd9bc782bbcbb1da8967
Author: Michael Hudson-Doyle <michael.hudson at canonical.com>
Date:   Mon Jul 25 10:59:38 2016 +1200

    Add d/golang-go.maintscript to properly handle transition of /usr/lib/go from directory to symlink. (Closes: 832160)
---
 debian/changelog             | 5 +++++
 debian/golang-go.maintscript | 2 ++
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 937b448..3c94666 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,12 @@
 golang-defaults (2:1.6.1+2) UNRELEASED; urgency=medium
 
+  [ Tianon Gravi ]
   * Add missing Vcs-Browser and Vcs-Git
 
+  [ Michael Hudson-Doyle ]
+  * Add d/golang-go.maintscript to properly handle transition of /usr/lib/go
+    from directory to symlink. (Closes: 832160)
+
  -- Tianon Gravi <tianon at debian.org>  Mon, 11 Jul 2016 07:49:56 -0700
 
 golang-defaults (2:1.6.1+1) unstable; urgency=medium
diff --git a/debian/golang-go.maintscript b/debian/golang-go.maintscript
new file mode 100755
index 0000000..2d126db
--- /dev/null
+++ b/debian/golang-go.maintscript
@@ -0,0 +1,2 @@
+#!/usr/bin/dh-exec
+dir_to_symlink /usr/lib/go go-${GOVER} 2:1.6.1+2~

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



More information about the pkg-golang-commits mailing list