summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2011-09-13 12:56:28 +0200
committerOndřej Surý <ondrej@sury.org>2011-09-13 13:11:05 +0200
commitcecde9e39f537b441cc45feb252bb634e255c562 (patch)
treee2fc6e33edb7b21f9b5a1175b12345f0c3136cf2
parent50b6ec5c57d87ad2466071fa957dfaff079f32be (diff)
downloadgolang-cecde9e39f537b441cc45feb252bb634e255c562.tar.gz
Remove 005-goinstall_dont_call_home_by_default.patch; replaced by configuration option
-rw-r--r--debian/patches/005-goinstall_dont_call_home_by_default.patch22
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 23 deletions
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 287e66286..000000000
--- 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 11d541638..68f6cd75c 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