[Pkg-voip-commits] r3642 - wengophone/trunk/debian

mnencia at alioth.debian.org mnencia at alioth.debian.org
Mon Jun 4 11:09:44 UTC 2007


Author: mnencia
Date: 2007-06-04 11:09:44 +0000 (Mon, 04 Jun 2007)
New Revision: 3642

Modified:
   wengophone/trunk/debian/changelog
   wengophone/trunk/debian/rules
Log:
Trying to solve #425604


Modified: wengophone/trunk/debian/changelog
===================================================================
--- wengophone/trunk/debian/changelog	2007-06-02 11:23:34 UTC (rev 3641)
+++ wengophone/trunk/debian/changelog	2007-06-04 11:09:44 UTC (rev 3642)
@@ -1,3 +1,9 @@
+wengophone (2.1.0.dfsg-2) unstable; urgency=low
+
+  * Disabled crashreport (Closes: #425604)
+
+ -- Marco Nenciarini <mnencia at debian.org>  Mon, 04 Jun 2007 10:58:04 +0200
+
 wengophone (2.1.0.dfsg-1) unstable; urgency=low
 
   * New upstream stable release.

Modified: wengophone/trunk/debian/rules
===================================================================
--- wengophone/trunk/debian/rules	2007-06-02 11:23:34 UTC (rev 3641)
+++ wengophone/trunk/debian/rules	2007-06-04 11:09:44 UTC (rev 3642)
@@ -15,7 +15,8 @@
 	-DSPEEX_INTERNAL=OFF \
 	-DSAMPLERATE_INTERNAL=OFF \
 	-DCURL_INTERNAL=OFF \
-	-DIAXCLIENT_INTERNAL=OFF
+	-DIAXCLIENT_INTERNAL=OFF \
+	-DENABLE_CRASHREPORT=OFF
 # Avoid postinst-has-useless-call-to-ldconfig
 DEB_DH_MAKESHLIBS_ARGS_wengophone := -n
 




More information about the Pkg-voip-commits mailing list