[SCM] Packaging for Google Go branch, weekly-debian-sid, updated. debian/1%57-1-7-g90e9804

Ondřej Surý ondrej at sury.org
Wed May 11 15:26:38 UTC 2011


The following commit has been merged in the weekly-debian-sid branch:
commit 1992da4ccdf3f0ba651b0678be0f351c7e16b2a1
Author: Florian Weimer <fw at deneb.enyo.de>
Date:   Sat May 7 20:21:36 2011 +0200

    golang-tools: install gofix binary

diff --git a/debian/control b/debian/control
index 0e1c8c4..d392c57 100644
--- a/debian/control
+++ b/debian/control
@@ -93,6 +93,7 @@ Recommends: golang-weekly-src
 Description: Tools for Google's Go programming language
  This package provides various tools for the Go programming language:
   * godoc - extracts and generates documentation for Go programs
+  * gofix - upgrade Go programs to the most recent release
   * gofmt - formats Go programs
   * goinstall - automatic package installation
   * gotry - evaluate expressions on the command line
diff --git a/debian/golang-weekly-tools.install b/debian/golang-weekly-tools.install
index ff872bf..379de2c 100644
--- a/debian/golang-weekly-tools.install
+++ b/debian/golang-weekly-tools.install
@@ -1,4 +1,5 @@
 bin/godoc /usr/bin
+bin/gofix /usr/bin
 bin/gofmt /usr/bin
 bin/goinstall /usr/bin
 bin/gotry /usr/bin
diff --git a/debian/rules b/debian/rules
index 4878267..87e4cc6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,7 +37,7 @@ override_dh_install:
 	make -f debian/native-symlinks.mk PACKAGE=$(PACKAGE)
 
 override_dh_strip:
-	dh_strip -X".a" -Xgoinstall -Xgodoc -Xgoyacc -Xbin/cgo -Xebnflint -Xgofmt -Xgovet -Xgotest --dbg-package=$(PACKAGE)-dbg
+	dh_strip -X".a" -Xgoinstall -Xgodoc -Xgoyacc -Xbin/cgo -Xebnflint -Xgofix -Xgofmt -Xgovet -Xgotest --dbg-package=$(PACKAGE)-dbg
 
 debian/build.stamp:
 	rm -f debian/build.stamp

-- 
Packaging for Google Go



More information about the Pkg-google-commits mailing list