[SCM] Packaging for Google Go branch, debian-sid, updated. debian/1%57-2-3-g1d9fb4c

Ondřej Surý ondrej at sury.org
Sat May 7 18:33:53 UTC 2011


The following commit has been merged in the debian-sid branch:
commit 1d9fb4c7d862ca13a5c68a71a1e53cae811f93a5
Author: Ondřej Surý <ondrej at sury.org>
Date:   Sat May 7 20:27:37 2011 +0200

    Exclude dh_shlibdeps on go runtime binaries

diff --git a/debian/rules b/debian/rules
index 4ac5745..3eb27ac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,6 +39,9 @@ override_dh_install:
 override_dh_strip:
 	dh_strip -X".a" -Xgoinstall -Xgodoc -Xgoyacc -Xbin/cgo -Xebnflint -Xgofix -Xgofmt -Xgovet -Xgotest --dbg-package=$(PACKAGE)-dbg
 
+override_dh_shlibdeps:
+	dh_shlibdeps -X".a" -Xgoinstall -Xgodoc -Xgoyacc -Xbin/cgo -Xebnflint -Xgofix -Xgofmt -Xgovet -Xgotest
+
 debian/build.stamp:
 	rm -f debian/build.stamp
 	mkdir -p $(GOBIN)

-- 
Packaging for Google Go



More information about the Pkg-google-commits mailing list