[SCM] Packaging for Google Go branch, debian-sid, updated. debian/1%60.2-1-38-gffff776

Ondřej Surý ondrej at sury.org
Wed Apr 11 22:23:53 UTC 2012


The following commit has been merged in the debian-sid branch:
commit 4f8c04f04a2ba0312bbaa2d52301bda20e36c0e4
Author: Ondřej Surý <ondrej at sury.org>
Date:   Wed Apr 11 23:54:59 2012 +0200

    Remove compiled file from golang-doc

diff --git a/debian/rules b/debian/rules
index c4ff9f6..07fdbb0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,6 +27,8 @@ override_dh_compress:
 
 override_dh_install:
 	dh_install --fail-missing
+	# Remove binary from documentation
+	-rm $(CURDIR)/debian/golang-doc/usr/share/doc/golang-doc/html/articles/wiki/get.bin
 	# Remove testdata and tests from installed src directory
 	find $(CURDIR)/debian/golang-src/usr/share/go/src -type d -name testdata -prune -execdir rm -rf {} \;
 	find $(CURDIR)/debian/golang-src/usr/share/go/src -type f -name '*_test.go' -delete

-- 
Packaging for Google Go



More information about the Pkg-google-commits mailing list