[Pkg-osm-commits] [SCM] monav branch, master, updated. upstream/0.0.svn217-19-gbe4d2b6

David Paleino dapal at debian.org
Mon Jan 3 17:11:55 UTC 2011


The following commit has been merged in the master branch:
commit 07d70857c9e183a98f411c609d5d8a7ca5c6d45a
Author: David Paleino <dapal at debian.org>
Date:   Mon Jan 3 16:03:32 2011 +0100

    Also build the routingdaemon, and add debug info to the binaries

diff --git a/debian/rules b/debian/rules
index 113813b..e4fb2cc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,13 +11,14 @@ CURVER := $(shell dpkg-parsechangelog | grep ^Version | cut -d\  -f2 | cut -d- -
 SVNREPO := https://monav.googlecode.com/svn/tags/release-$(CURVER)
 
 configure:
-	qmake monavclient.pro -o Makefile.client
-	qmake monavpreprocessor.pro -o Makefile.preprocessor
+	qmake CONFIG+=debug monavclient.pro -o Makefile.client
+	qmake CONFIG+=debug monavpreprocessor.pro -o Makefile.preprocessor
+	qmake CONFIG+=debug monavroutingdaemon.pro -o Makefile.routingdaemon
 
 override_dh_auto_configure: configure
 
 override_dh_auto_build:
-	for i in client preprocessor; do \
+	for i in client preprocessor routingdaemon; do \
 	    $(MAKE) -f Makefile.$$i ; \
 	done
 
@@ -31,7 +32,7 @@ override_dh_install:
 	    $(CURDIR)/debian/monav-preprocessor/usr/bin/monav-preprocessor
 
 override_dh_auto_clean: configure
-	for i in client preprocessor; do \
+	for i in client preprocessor routingdaemon; do \
 	    $(MAKE) -f Makefile.$$i distclean; \
 	done
 	-rm -rf bin/

-- 
fast navigation system featuring exact routing



More information about the Pkg-osm-commits mailing list