[gazebo] 01/01: Missing command to get DEB_HOST_ARCH in rules file

Jose Luis Rivero jrivero-guest at moszumanska.debian.org
Wed Oct 22 01:19:59 UTC 2014


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

jrivero-guest pushed a commit to branch master
in repository gazebo.

commit 6828152c1da4cf7f78984050fb6ec96a0c02bb84
Author: Jose Luis Rivero <jrivero at osrfoundation.org>
Date:   Wed Oct 22 03:19:53 2014 +0200

    Missing command to get DEB_HOST_ARCH in rules file
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 7620ace..06ad69b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH)
+
 # SSE support enabled only for amd64
 SSE_FLAGS =
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gazebo.git



More information about the debian-science-commits mailing list