diff options
author | Ondřej Surý <ondrej@sury.org> | 2011-07-08 09:24:35 +0200 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2011-07-18 11:33:01 +0200 |
commit | 0448fb0d14fc8d7403a968e55a34772ef8de062e (patch) | |
tree | be9550791867f149f059f732aa736651be76c2ae | |
parent | 2db5d1b2fdb0bb1c8afe6614314c1336888bdf4c (diff) | |
download | golang-0448fb0d14fc8d7403a968e55a34772ef8de062e.tar.gz |
Update patches to a new release
-rw-r--r-- | debian/patches/005-goinstall_dont_call_home_by_default.patch | 2 | ||||
-rw-r--r-- | debian/patches/006-fix_kfreebsd_build.patch | 2 | ||||
-rw-r--r-- | debian/patches/009-goinstall_can_install_to_GOPATH.patch | 2 |
3 files changed, 3 insertions, 3 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 index 1a99ce0bd..287e66286 100644 --- a/debian/patches/005-goinstall_dont_call_home_by_default.patch +++ b/debian/patches/005-goinstall_dont_call_home_by_default.patch @@ -11,7 +11,7 @@ doInstall = flag.Bool("install", true, "build and install") --- a/src/cmd/goinstall/doc.go +++ b/src/cmd/goinstall/doc.go -@@ -14,7 +14,7 @@ Usage: +@@ -15,7 +15,7 @@ Usage: Flags and default settings: -a=false install all previously installed packages -clean=false clean the package directory before installing diff --git a/debian/patches/006-fix_kfreebsd_build.patch b/debian/patches/006-fix_kfreebsd_build.patch index 691b8c2c0..e5be03028 100644 --- a/debian/patches/006-fix_kfreebsd_build.patch +++ b/debian/patches/006-fix_kfreebsd_build.patch @@ -78,7 +78,7 @@ #include <sys/types.h> #include <sys/event.h> #include <sys/socket.h> -@@ -110,7 +108,7 @@ done +@@ -111,7 +109,7 @@ done # Write godefs input. ( diff --git a/debian/patches/009-goinstall_can_install_to_GOPATH.patch b/debian/patches/009-goinstall_can_install_to_GOPATH.patch index 706517681..5451d932f 100644 --- a/debian/patches/009-goinstall_can_install_to_GOPATH.patch +++ b/debian/patches/009-goinstall_can_install_to_GOPATH.patch @@ -22,7 +22,7 @@ --- a/src/cmd/goinstall/doc.go +++ b/src/cmd/goinstall/doc.go -@@ -16,7 +16,7 @@ Flags and default settings: +@@ -17,7 +17,7 @@ Flags and default settings: -clean=false clean the package directory before installing -dashboard=false tally public packages on godashboard.appspot.com -install=true build and install the package and its dependencies |