[Pkg-voip-commits] r3644 - in wengophone/trunk/debian: . patches patches/generic

mnencia at alioth.debian.org mnencia at alioth.debian.org
Tue Jun 5 14:13:04 UTC 2007


Author: mnencia
Date: 2007-06-05 14:13:04 +0000 (Tue, 05 Jun 2007)
New Revision: 3644

Added:
   wengophone/trunk/debian/patches/generic/cmake-fix-disable-crashreport.patch
Modified:
   wengophone/trunk/debian/changelog
   wengophone/trunk/debian/patches/series
Log:
Really fix #425604


Modified: wengophone/trunk/debian/changelog
===================================================================
--- wengophone/trunk/debian/changelog	2007-06-04 12:51:53 UTC (rev 3643)
+++ wengophone/trunk/debian/changelog	2007-06-05 14:13:04 UTC (rev 3644)
@@ -1,3 +1,10 @@
+wengophone (2.1.0.dfsg-3) unstable; urgency=low
+
+  * Added patch cmake-fix-disable-crashreport to really disable
+    crashreport feature. (Closes: #425604)
+
+ -- Marco Nenciarini <mnencia at mercurio.math.unifi.it>  Tue,  5 Jun 2007 14:24:40 +0200
+
 wengophone (2.1.0.dfsg-2) unstable; urgency=low
 
   * Disabled crashreport (Closes: #425604)

Added: wengophone/trunk/debian/patches/generic/cmake-fix-disable-crashreport.patch
===================================================================
--- wengophone/trunk/debian/patches/generic/cmake-fix-disable-crashreport.patch	                        (rev 0)
+++ wengophone/trunk/debian/patches/generic/cmake-fix-disable-crashreport.patch	2007-06-05 14:13:04 UTC (rev 3644)
@@ -0,0 +1,17 @@
+Index: wengophone-2.1.0.dfsg/wengophone/src/presentation/qt/CMakeLists.txt
+===================================================================
+--- wengophone-2.1.0.dfsg.orig/wengophone/src/presentation/qt/CMakeLists.txt	2007-06-05 15:34:09.000000000 +0200
++++ wengophone-2.1.0.dfsg/wengophone/src/presentation/qt/CMakeLists.txt	2007-06-05 15:39:17.000000000 +0200
+@@ -23,12 +23,6 @@
+ 	owsoftupdater
+ )
+ 
+-if (MSVC OR LINUX)
+-	ow_use_private_libraries(
+-		owmemorydump
+-		)
+-endif (MSVC OR LINUX)
+-
+ if (SIPWRAPPER_BACKEND_SIPX)
+ 	ow_add_private_definitions(
+ 		-DSIPXWRAPPER

Modified: wengophone/trunk/debian/patches/series
===================================================================
--- wengophone/trunk/debian/patches/series	2007-06-04 12:51:53 UTC (rev 3643)
+++ wengophone/trunk/debian/patches/series	2007-06-05 14:13:04 UTC (rev 3644)
@@ -1,3 +1,4 @@
+generic/cmake-fix-disable-crashreport.patch
 debian/remove-extra-copying-file.patch
 debian/cmake-no-rpath_to_link_path.patch
 debian/cmake-force-fpic.patch




More information about the Pkg-voip-commits mailing list