[SCM] Packaging for Google Go branch, debian-sid, updated. debian/2011.02.01.1-1-15-gefa1bce

Ondřej Surý ondrej at sury.org
Tue Feb 22 10:52:59 UTC 2011


The following commit has been merged in the debian-sid branch:
commit c177d6b48f9770b83967e16c2ad105d5f36dba30
Author: Ondřej Surý <ondrej at sury.org>
Date:   Mon Feb 21 07:33:23 2011 +0100

    Fix syntax error in 004-dont_reinstall_dependencies_in_goinstall.patch

diff --git a/debian/patches/004-dont_reinstall_dependencies_in_goinstall.patch b/debian/patches/004-dont_reinstall_dependencies_in_goinstall.patch
index ee395b0..f972b9a 100644
--- a/debian/patches/004-dont_reinstall_dependencies_in_goinstall.patch
+++ b/debian/patches/004-dont_reinstall_dependencies_in_goinstall.patch
@@ -4,7 +4,7 @@
  )
  
  func usage() {
-+	fmt.Fprintf(os.Stderr, "WARNING: Usage of goinstall is highly discouraged on Debian system. goinstall is not FHS friendly and it will possibly overwrite files from the package creating a highly unstable mess in /usr/lib/golang. You have been warned!\n"
++	fmt.Fprintf(os.Stderr, "WARNING: Usage of goinstall is highly discouraged on Debian system. goinstall is not FHS friendly and it will possibly overwrite files from the package creating a highly unstable mess in /usr/lib/golang. You have been warned!\n")
  	fmt.Fprint(os.Stderr, "usage: goinstall importpath...\n")
  	fmt.Fprintf(os.Stderr, "\tgoinstall -a\n")
  	flag.PrintDefaults()

-- 
Packaging for Google Go



More information about the Pkg-google-commits mailing list