[SCM] Packaging for Google Go branch, debian-sid, updated. debian/1%57.2-1-12-g041b8f2

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


The following commit has been merged in the debian-sid branch:
commit 5683dbd67e0f08562a7baff5b14a875076d8624b
Author: Ondřej Surý <ondrej at sury.org>
Date:   Thu Jun 30 16:29:32 2011 +0200

    Don't care about install.log

diff --git a/debian/patches/009-goinstall_can_install_to_GOPATH.patch b/debian/patches/009-goinstall_can_install_to_GOPATH.patch
index f80c7e1..cc97b8f 100644
--- a/debian/patches/009-goinstall_can_install_to_GOPATH.patch
+++ b/debian/patches/009-goinstall_can_install_to_GOPATH.patch
@@ -1,6 +1,6 @@
 --- a/src/cmd/goinstall/main.go
 +++ b/src/cmd/goinstall/main.go
-@@ -75,6 +75,14 @@ func main() {
+@@ -75,6 +75,10 @@ func main() {
  		os.Exit(1)
  	}
  
@@ -8,10 +8,6 @@
 +		fmt.Fprintf(os.Stderr, "%s: set $GOPATH to the directory you want packages installed to if you get permission denied error\n", argv0)
 +	}
 +
-+	if root != defaultRoot.path {
-+		logfile = filepath.Join(defaultRoot.path, "goinstall.log")
-+	}
-+
  	// special case - "unsafe" is already installed
  	visit["unsafe"] = done
  

-- 
Packaging for Google Go



More information about the Pkg-google-commits mailing list