Package: ibus-qt
Version: 1.3.2-1
Tags: patch
Usertags: origin-ubuntu ubuntu-patch trusty

In Ubuntu, we've applied the attached patch to achieve the following:

  * debian/rules: Set -DCMAKE_CXX_FLAGS="-DQT_NO_DEBUG_OUTPUT
     -DQT_NO_WARNING_OUTPUT" to stop annoying debug output for
      every application.

We thought you might be interested in doing the same.

--
Pozdrawiam / Kind regards,
Artur Rona

diff -Nru ibus-qt-1.3.2/debian/rules ibus-qt-1.3.2/debian/rules
--- ibus-qt-1.3.2/debian/rules	2014-01-26 16:19:19.000000000 +0100
+++ ibus-qt-1.3.2/debian/rules	2014-02-06 23:30:36.000000000 +0100
@@ -15,6 +15,7 @@
 
 override_dh_auto_configure:
 	cmake \
+            -DCMAKE_CXX_FLAGS="-DQT_NO_DEBUG_OUTPUT -DQT_NO_WARNING_OUTPUT" \
 	    -DCMAKE_INSTALL_PREFIX=/usr \
             -DLIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)
 

Reply via email to