[Pkg-golang-commits] [golang-defaults] 04/05: s/archs/arches/g

Tianon Gravi tianon at debian.org
Fri Apr 29 04:35:45 UTC 2016


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

tianon pushed a commit to branch master
in repository golang-defaults.

commit 64fd0e016e93ee701e0bc542a1372a7285076f5d
Author: Tianon Gravi <admwiggin at gmail.com>
Date:   Thu Apr 28 21:35:02 2016 -0700

    s/archs/arches/g
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 689d8e7..80d0b8e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,10 +2,10 @@
 # -*- makefile -*-
 
 export GOVER := $(shell debian/helpers/getver.pl)
-golang_archs = $(shell debian/helpers/getgoarches.pl)
+golang_arches := $(shell debian/helpers/getgoarches.pl)
 
 IS_GOLANG_ARCH := true
-ifeq (,$(filter $(DEB_HOST_ARCH),$(golang_archs)))
+ifeq (,$(filter $(DEB_HOST_ARCH),$(golang_arches)))
         IS_GOLANG_ARCH := false
 endif
 

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



More information about the pkg-golang-commits mailing list