[Pkg-golang-commits] [golang] 01/01: Leave in .syso files now (they're finally used!)

Tianon Gravi tianon at debian.org
Mon Aug 24 16:25:27 UTC 2015


This is an automated email from the git hooks/post-receive script.

tianon pushed a commit to branch debian-sid
in repository golang.

commit cfe83e1a910f84924eb79b43cbfb11fe2414083e
Author: Tianon Gravi <admwiggin at gmail.com>
Date:   Mon Aug 24 09:24:38 2015 -0700

    Leave in .syso files now (they're finally used!)
    
    IMO, it's worth noting that these files are actually checked into Git: https://github.com/golang/go/tree/f7dc4eb921c803160a739b44935a314df2a2a2cf/src/runtime/race (which is the rationale for including them in golang-src as-is)
---
 debian/rules | 2 --
 1 file changed, 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index f2af34b..31b1b8f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,8 +41,6 @@ override_dh_install:
 		mv $$file $(CURDIR)/debian/golang-go/usr/lib/go/$$file; \
 	done
 	dh_install --fail-missing
-	# Remove .syso files of the race detector; it is not used yet and the files are arch-dependent.
-	find $(CURDIR)/debian/golang-src/usr/share/go/src/runtime/race -type f -name '*.syso' -delete
 	# Remove Plan9 rc(1) scripts
 	find $(CURDIR)/debian/golang-src/usr/share/go/src -type f -name "*.rc" -delete
 	# Remove empty /usr/share/go/src from golang-go, it is provided by golang-src

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-golang/golang.git



More information about the pkg-golang-commits mailing list