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

Ondřej Surý ondrej at sury.org
Wed Aug 10 13:41:05 UTC 2011


The following commit has been merged in the debian-sid branch:
commit cb42bb089a6578a45ee787960db4db3d61a89ad6
Author: Ondřej Surý <ondrej at sury.org>
Date:   Wed Aug 3 16:55:44 2011 +0200

    Refresh patches to a new release

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 5d093f8..287e662 100644
--- a/debian/patches/005-goinstall_dont_call_home_by_default.patch
+++ b/debian/patches/005-goinstall_dont_call_home_by_default.patch
@@ -1,6 +1,6 @@
 --- a/src/cmd/goinstall/main.go
 +++ b/src/cmd/goinstall/main.go
-@@ -36,7 +36,7 @@ var (
+@@ -35,7 +35,7 @@ var (
  	installedPkgs = make(map[string]bool)
  
  	allpkg            = flag.Bool("a", false, "install all previously installed packages")
@@ -8,15 +8,15 @@
 +	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")
- 	clean             = flag.Bool("clean", false, "clean the package directory before installing")
+ 	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
 -	-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
- 	-u=false          update already-downloaded packages
- 	-v=false          verbose operation
+ 	-nuke=false       remove the target object and clean before installing
diff --git a/debian/patches/006-fix_kfreebsd_build.patch b/debian/patches/006-fix_kfreebsd_build.patch
index 6b353eb..e5be030 100644
--- a/debian/patches/006-fix_kfreebsd_build.patch
+++ b/debian/patches/006-fix_kfreebsd_build.patch
@@ -19,7 +19,7 @@
  
 --- a/src/cmd/cov/Makefile
 +++ b/src/cmd/cov/Makefile
-@@ -23,11 +23,7 @@ LIB=\
+@@ -20,11 +20,7 @@ HFILES=\
  NOINSTALL=1
  include ../../Make.ccmd
  
@@ -34,7 +34,7 @@
  install-linux: install-default
 --- a/src/cmd/prof/Makefile
 +++ b/src/cmd/prof/Makefile
-@@ -19,11 +19,7 @@ LIB=\
+@@ -16,11 +16,7 @@ OFILES=\
  NOINSTALL=1
  include ../../Make.ccmd
  
@@ -60,7 +60,7 @@
  #define _LARGEFILE_SOURCE
  #define _LARGEFILE64_SOURCE
  #define _FILE_OFFSET_BITS 64
-@@ -41,7 +39,7 @@ includes_Linux='
+@@ -43,7 +41,7 @@ includes_Linux='
  #include <netpacket/packet.h>
  '
  
@@ -69,8 +69,8 @@
  #define _DARWIN_C_SOURCE
  #define KERNEL
  #define _DARWIN_USE_64_BIT_INODE
-@@ -61,7 +59,7 @@ includes_Darwin='
- #include <netinet/ip_mroute.h>
+@@ -65,7 +63,7 @@ includes_Darwin='
+ #include <termios.h>
  '
  
 -includes_FreeBSD='
@@ -78,7 +78,7 @@
  #include <sys/types.h>
  #include <sys/event.h>
  #include <sys/socket.h>
-@@ -105,7 +103,7 @@ done
+@@ -111,7 +109,7 @@ done
  
  # Write godefs input.
  (
@@ -89,7 +89,7 @@
  	echo 'enum {'
 --- a/src/pkg/net/Makefile
 +++ b/src/pkg/net/Makefile
-@@ -35,7 +35,7 @@ GOFILES_freebsd=\
+@@ -36,7 +36,7 @@ GOFILES_freebsd=\
  	sock_bsd.go\
  
  CGOFILES_freebsd=\
diff --git a/debian/patches/009-goinstall_can_install_to_GOPATH.patch b/debian/patches/009-goinstall_can_install_to_GOPATH.patch
index cc97b8f..254f614 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,10 @@ func main() {
+@@ -77,6 +77,10 @@ func main() {
  		os.Exit(1)
  	}
  

-- 
Packaging for Google Go



More information about the Pkg-google-commits mailing list