[gazebo] 01/01: Clean up rules file

Jose Luis Rivero jrivero-guest at moszumanska.debian.org
Mon Jun 23 15:52:32 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 e59eb09f230cf6c7c04a69cc52b55ec6dde392b9
Author: Jose Luis Rivero <jrivero at osrfoundation.org>
Date:   Mon Jun 23 15:52:25 2014 +0000

    Clean up rules file
---
 debian/rules | 16 ++--------------
 1 file changed, 2 insertions(+), 14 deletions(-)

diff --git a/debian/rules b/debian/rules
index 6dca041..9483d59 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,17 +12,6 @@ LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
 CFLAGS+=$(CPPFLAGS)
 CXXFLAGS+=$(CPPFLAGS)
 
-# Multiarch (if supported).
-DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH 2>/dev/null)
-
-# Configuration flags.
-CONFIGURE_ARGS=
-
-# If multiarch is supported, override CMAKE_INSTALL_LIB
-ifneq ($(DEB_HOST_MULTIARCH),)
-CONFIGURE_ARGS+=-DCMAKE_INSTALL_LIBDIR:STRING="lib/${DEB_HOST_MULTIARCH}"
-endif
-
 .PHONY: override_dh_auto_configure	\
 	override_dh_auto_build-indep	\
 	override_dh_install		\
@@ -32,8 +21,7 @@ endif
 override_dh_auto_configure:
 	dh_auto_configure -- \
                 -DENABLE_TESTS_COMPILATION:BOOL=False \
-                -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-	        $(CONFIGURE_ARGS) \
+                -DCMAKE_BUILD_TYPE=RelWithDebInfo
 
 # override_dh_auto_build-indep:
 #	dh_auto_build -- doc # Generate Doxygen HTML documentation.
@@ -42,7 +30,7 @@ override_dh_install:
 	dh_install -- # Install.
 
 	# Get rid of fonts already packaged elsewhere.
-	tmp=`ls debian/gazebo-common/usr/share/gazebo-*/media/gui/fonts/DejaVuSans.ttf` \
+	tmp=`ls debian/gazebo3-common/usr/share/gazebo-*/media/gui/fonts/DejaVuSans.ttf` \
 	&& rm $$tmp \
 	&& ln -s /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf $$tmp
 

-- 
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