[SCM] Packaging for Google Go branch, debian-sid, updated. debian/1%58.1-2-25-ga6bb7fb

Ondřej Surý ondrej at sury.org
Thu Oct 6 07:34:10 UTC 2011


The following commit has been merged in the debian-sid branch:
commit cecde9e39f537b441cc45feb252bb634e255c562
Author: Ondřej Surý <ondrej at sury.org>
Date:   Tue Sep 13 12:56:28 2011 +0200

    Remove 005-goinstall_dont_call_home_by_default.patch; replaced by configuration option

diff --git a/debian/patches/005-goinstall_dont_call_home_by_default.patch b/debian/patches/005-goinstall_dont_call_home_by_default.patch
deleted file mode 100644
index 287e662..0000000
--- a/debian/patches/005-goinstall_dont_call_home_by_default.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/src/cmd/goinstall/main.go
-+++ b/src/cmd/goinstall/main.go
-@@ -35,7 +35,7 @@ var (
- 	installedPkgs = make(map[string]bool)
- 
- 	allpkg            = flag.Bool("a", false, "install all previously installed packages")
--	reportToDashboard = flag.Bool("dashboard", true, "report public packages at "+dashboardURL)
-+	reportToDashboard = flag.Bool("dashboard", false, "report public packages at "+dashboardURL)
- 	logPkgs           = flag.Bool("log", true, "log installed packages to $GOROOT/goinstall.log for use by -a")
- 	update            = flag.Bool("u", false, "update already-downloaded packages")
- 	doInstall         = flag.Bool("install", true, "build and install")
---- a/src/cmd/goinstall/doc.go
-+++ b/src/cmd/goinstall/doc.go
-@@ -15,7 +15,7 @@ Usage:
- Flags and default settings:
-         -a=false          install all previously installed packages
- 	-clean=false      clean the package directory before installing
--	-dashboard=true   tally public packages on godashboard.appspot.com
-+	-dashboard=false  tally public packages on godashboard.appspot.com
- 	-install=true     build and install the package and its dependencies
- 	-log=true         log installed packages to $GOROOT/goinstall.log for use by -a
- 	-nuke=false       remove the target object and clean before installing
diff --git a/debian/patches/series b/debian/patches/series
index 11d5416..68f6cd7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,6 +1,5 @@
 001-allow_IPv4_on_IPv6_sockets.patch
 003-set_correct_runpath.patch
-005-goinstall_dont_call_home_by_default.patch
 006-fix_kfreebsd_build.patch
 007-use_native_dynamic_linker_on_kfreebsd.patch
 008-emacs-mode-key-literal-indent.patch

-- 
Packaging for Google Go



More information about the Pkg-google-commits mailing list