[Pkg-voip-commits] r2483 - wengophone/branches/cmake/debian

Marco Nenciarini mnencia at costa.debian.org
Tue Oct 3 15:54:59 UTC 2006


Author: mnencia
Date: 2006-10-03 15:54:58 +0000 (Tue, 03 Oct 2006)
New Revision: 2483

Modified:
   wengophone/branches/cmake/debian/changelog
   wengophone/branches/cmake/debian/rules
Log:
Build in debug mode


Modified: wengophone/branches/cmake/debian/changelog
===================================================================
--- wengophone/branches/cmake/debian/changelog	2006-10-03 00:34:31 UTC (rev 2482)
+++ wengophone/branches/cmake/debian/changelog	2006-10-03 15:54:58 UTC (rev 2483)
@@ -1,14 +1,14 @@
-wengophone (2.0.0~rc3-svn7809-1) experimental; urgency=low
+wengophone (2.0.0~rc3-svn7895-1) experimental; urgency=low
 
   * New upstream snapshot.
   * Switch to CMake build system.
   * Added debian/cmake.mk stolen from strigi package.
   * Cleaned debian/rules from scons, now all work is done
-    by debian/cmake.mk 
-  * All patches are temporary disabled because almost 
+    by debian/cmake.mk
+  * All patches are temporary disabled because almost
     all are related to scons.
   * Modified debian/get-orig-source.sh:
-      + checkout the cmake build system instead 
+      + checkout the cmake build system instead
         of the scons one.
       + increased verbosity of source clean process.
   * Checked Build-Depends:
@@ -23,7 +23,7 @@
       +portaudio19-dev
       -scons
 
- -- Marco Nenciarini <mnencia at debian.org>  Thu, 28 Sep 2006 15:01:39 +0200
+ -- Marco Nenciarini <mnencia at debian.org>  Tue,  3 Oct 2006 13:49:00 +0200
 
 wengophone (2.0.0~rc3-svn7552-2) experimental; urgency=low
 

Modified: wengophone/branches/cmake/debian/rules
===================================================================
--- wengophone/branches/cmake/debian/rules	2006-10-03 00:34:31 UTC (rev 2482)
+++ wengophone/branches/cmake/debian/rules	2006-10-03 15:54:58 UTC (rev 2483)
@@ -5,6 +5,7 @@
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 DEB_INSTALL_MANPAGES_wengophone := $(CURDIR)/debian/qtwengophone.1
+DEB_CMAKE_EXTRA_FLAGS := -DWITH_BUILDID=OFF -DCMAKE_BUILD_TYPE=Debug
 
 DEBVERSION:=$(shell head -n 1 debian/changelog | sed -e 's/^[^(]*(\([^)]*\)).*/\1/')
 UPVERSION:=$(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9]*$$//' -e 's/-svn.*$$//' -e 's/.dfsg$$//')




More information about the Pkg-voip-commits mailing list