[SCM] Packaging for Google Go branch, weekly-debian-sid, updated. debian-weekly/2011.06.09-2-14-g5976088

Ondřej Surý ondrej at sury.org
Mon Jul 18 09:33:09 UTC 2011


The following commit has been merged in the weekly-debian-sid branch:
commit d9905f9a54fba3109090c9e7842292a0c87dd305
Author: Ondřej Surý <ondrej at sury.org>
Date:   Tue Jun 28 16:38:42 2011 +0200

    upstream defaultRoot was renamed to defaultTree

diff --git a/debian/patches/009-goinstall_can_install_to_GOPATH.patch b/debian/patches/009-goinstall_can_install_to_GOPATH.patch
index be2a396..0e4d2ac 100644
--- a/debian/patches/009-goinstall_can_install_to_GOPATH.patch
+++ b/debian/patches/009-goinstall_can_install_to_GOPATH.patch
@@ -8,8 +8,8 @@
 +		fmt.Fprintf(os.Stderr, "%s: set $GOPATH to the directory you want packages installed to if you get permission denied error\n", argv0)
 +	}
 +
-+	if runtime.GOROOT() != defaultRoot.path {
-+		logfile = filepath.Join(defaultRoot.path, "goinstall.log")
++	if runtime.GOROOT() != defaultTree.path {
++		logfile = filepath.Join(defaultTree.path, "goinstall.log")
 +	}
 +
  	// special case - "unsafe" is already installed

-- 
Packaging for Google Go



More information about the Pkg-google-commits mailing list