[SCM] Packaging for Google Go branch, debian-sid, updated. debian/2011.02.01.1-1-27-g870582b

Ondřej Surý ondrej at sury.org
Wed Apr 20 15:21:25 UTC 2011


The following commit has been merged in the debian-sid branch:
commit e0ae7bcfb736c34e7f9d404800fa0e2b7487fbbb
Author: Ondřej Surý <ondrej at sury.org>
Date:   Wed Apr 20 17:07:10 2011 +0200

    Make all .go files no-executable

diff --git a/debian/rules b/debian/rules
index 55b3f7c..01e0a77 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,6 +36,7 @@ override_dh_auto_install: debian/golang-src.install
 
 override_dh_install:
 	dh_install --fail-missing
+	find $(CURDIR)/debian/golang-src/ -type f -name \*.go -exec chmod 644 {} \;
 
 override_dh_strip:
 	dh_strip -X".a" -Xgoinstall -Xgodoc -Xgoyacc -Xbin/cgo -Xebnflint -Xgofmt -Xgovet

-- 
Packaging for Google Go



More information about the Pkg-google-commits mailing list