rev 20141 - in kde-extras/kwave/trunk/debian: . patches

Pino Toscano pino at moszumanska.debian.org
Sat Dec 12 22:40:12 UTC 2015


Author: pino
Date: 2015-12-12 22:40:12 +0000 (Sat, 12 Dec 2015)
New Revision: 20141

Added:
   kde-extras/kwave/trunk/debian/patches/cmake-verbose.diff
Modified:
   kde-extras/kwave/trunk/debian/changelog
   kde-extras/kwave/trunk/debian/patches/series
Log:
ensure that the cmake build is really verbose


Modified: kde-extras/kwave/trunk/debian/changelog
===================================================================
--- kde-extras/kwave/trunk/debian/changelog	2015-12-12 22:37:27 UTC (rev 20140)
+++ kde-extras/kwave/trunk/debian/changelog	2015-12-12 22:40:12 UTC (rev 20141)
@@ -16,6 +16,7 @@
     libicu-dev.
   * Fix the stripping of plugins: create temporary .so links to plugins (whose
     filenames have no extensions), so dh_strip is able to strip them.
+  * Ensure that the cmake build is really verbose; patch cmake-verbose.diff.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sat, 12 Dec 2015 19:17:52 +0100
 

Added: kde-extras/kwave/trunk/debian/patches/cmake-verbose.diff
===================================================================
--- kde-extras/kwave/trunk/debian/patches/cmake-verbose.diff	                        (rev 0)
+++ kde-extras/kwave/trunk/debian/patches/cmake-verbose.diff	2015-12-12 22:40:12 UTC (rev 20141)
@@ -0,0 +1,18 @@
+Author: Pino Toscano <pino at debian.org>
+Description: Do not force a silent build
+ Do not force CMAKE_VERBOSE_MAKEFILE to OFF, so it can be set if needed
+ (e.g. as cmake parameter).
+Last-Update: 2015-12-12
+Forwarded: not-needed
+
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -132,7 +132,7 @@ INCLUDE(CheckFunctionExists)
+ 
+ #############################################################################
+ 
+-SET(CMAKE_VERBOSE_MAKEFILE OFF)
++#SET(CMAKE_VERBOSE_MAKEFILE OFF)
+ 
+ #############################################################################
+ ### toplevel compiler flags                                               ###

Modified: kde-extras/kwave/trunk/debian/patches/series
===================================================================
--- kde-extras/kwave/trunk/debian/patches/series	2015-12-12 22:37:27 UTC (rev 20140)
+++ kde-extras/kwave/trunk/debian/patches/series	2015-12-12 22:40:12 UTC (rev 20141)
@@ -1,2 +1,3 @@
 07-no-rpath
 upstream_fix-for-cmake-issues-with-l10n-fix-for-policy-CMP005.patch
+cmake-verbose.diff




More information about the pkg-kde-commits mailing list