[SCM] Packaging for Google Go branch, weekly-debian-sid, updated. debian-weekly/2011.09.07-1-60-g8c320e1

Ondřej Surý ondrej at sury.org
Fri Apr 6 14:34:32 UTC 2012


The following commit has been merged in the weekly-debian-sid branch:
commit b3fa0f87ae9f2dacb1bf4233f71e5320bec027b5
Author: Ondřej Surý <ondrej at sury.org>
Date:   Mon Mar 26 16:50:19 2012 +0200

    Install sources for cmd tree as well (Closes: #658421)

diff --git a/debian/rules b/debian/rules
index 28ea2d4..4c51fb2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,7 @@ override_dh_compress:
 
 override_dh_install:
 	dh_install --fail-missing
-	for f in $$(find src/cmd -name doc.go ; find src/pkg -name \*.go); do \
+	for f in $$(find src/cmd -name \*.go ; find src/pkg -name \*.go); do \
 	  install -p -D -m 0644 $$f debian/$(PACKAGE)-src/$(datadir)/$$f; \
 	done
 

-- 
Packaging for Google Go



More information about the Pkg-google-commits mailing list