[SCM] kget packaging branch, master, updated. debian/4%17.08.3-1-11-g27b08bb

Pino Toscano pino at moszumanska.debian.org
Sat Feb 10 11:56:36 UTC 2018


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kget.git;a=commitdiff;h=12234e8

The following commit has been merged in the master branch:
commit 12234e87c14d876ecbe7334ee1c1972b94926bb0
Author: Pino Toscano <pino at debian.org>
Date:   Sat Feb 10 12:13:01 2018 +0100

    rules: adjust cmake param
---
 debian/changelog | 2 ++
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a15c220..13f007b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,8 @@ kget (4:17.12.2-0r1) UNRELEASED; urgency=medium
   * Use the right makefile class:
     - use debian-qt-kde.mk v3
     - bump the pkg-kde-tools build dependency to >= 0.15.16
+  * Switch the cmake parameter -DKDE4_BUILD_TESTS=OFF to -DBUILD_TESTING=OFF,
+    as this is what ECM provides.
 
  -- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 10 Feb 2018 11:55:53 +0100
 
diff --git a/debian/rules b/debian/rules
index f8f9b92..a3f3c3f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
 
 override_dh_auto_configure:
-	$(overridden_command) -- -DKDE4_BUILD_TESTS=OFF
+	$(overridden_command) -- -DBUILD_TESTING=OFF
 
 override_dh_auto_install:
 	$(overridden_command)

-- 
kget packaging



More information about the pkg-kde-commits mailing list