[Pkg-osm-commits] [SCM] monav branch, master, updated. debian/0.3-2-1-geb30507

David Paleino dapal at debian.org
Fri Apr 29 07:15:54 UTC 2011


The following commit has been merged in the master branch:
commit eb30507fe2888386767ebbf8f0a483c99bc16062
Author: David Paleino <dapal at debian.org>
Date:   Fri Apr 29 09:15:43 2011 +0200

    Compile in release mode, just add debugging symbols in the process (for future -dbg packages)

diff --git a/debian/changelog b/debian/changelog
index 2fde526..399f612 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+monav (0.3-3) UNRELEASED; urgency=low
+
+  * Compile in release mode, just add debugging symbols in the process
+    (for future -dbg packages)
+
+ -- David Paleino <dapal at debian.org>  Fri, 29 Apr 2011 09:15:21 +0200
+
 monav (0.3-2) unstable; urgency=low
 
   * Fix 03-dont_embed_resources.patch: it was using an old slot
diff --git a/debian/rules b/debian/rules
index 4675073..d736a29 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,12 +15,15 @@ REVISION := $(shell echo $(CURVER) | awk -F'svn' '{print $$2}')
 SVNREPO := https://monav.googlecode.com/svn/trunk/
 endif
 
+export QMAKE_CXXFLAGS_RELEASE+=-g
+export CONFIG+=release
+
 configure:
-	qmake CONFIG+=debug monavclient.pro -o Makefile.client
-	qmake CONFIG+="debug nogui" monavpreprocessor.pro -o Makefile.preprocessor
-	qmake CONFIG+=debug monavpreprocessor-gui.pro -o Makefile.preprocessor-gui
-	qmake CONFIG+="debug nogui" monavroutingdaemon.pro -o Makefile.routingdaemon
-	qmake CONFIG+="debug nogui" tools/monav-packager/monav-packager.pro -o Makefile.monav-packager
+	qmake monavclient.pro -o Makefile.client
+	qmake CONFIG+=nogui monavpreprocessor.pro -o Makefile.preprocessor
+	qmake monavpreprocessor-gui.pro -o Makefile.preprocessor-gui
+	qmake CONFIG+=nogui monavroutingdaemon.pro -o Makefile.routingdaemon
+	qmake CONFIG+=nogui tools/monav-packager/monav-packager.pro -o Makefile.monav-packager
 
 override_dh_auto_configure: configure
 

-- 
fast navigation system featuring exact routing



More information about the Pkg-osm-commits mailing list