[SCM] kget packaging branch, master, updated. debian/4%16.08.0-3-5-ge63df56

Pino Toscano pino at moszumanska.debian.org
Thu Sep 7 06:37:49 UTC 2017


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

The following commit has been merged in the master branch:
commit 96a4652f5570bff65e8fc1cc5b38f7f79d04c177
Author: Pino Toscano <pino at debian.org>
Date:   Thu Sep 7 08:34:25 2017 +0200

    disable building of unit tests
---
 debian/changelog | 2 ++
 debian/rules     | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6a4f83b..f12ce39 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ kget (4:16.08.0-4) UNRELEASED; urgency=medium
 
   [ Pino Toscano ]
   * Drop the libgpgme11-dev build dependency, since it is not used.
+  * Pass -DKDE4_BUILD_TESTS=OFF to cmake to disable the build of unit tests,
+    since they are not run anyway.
 
  -- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 07 Sep 2017 07:48:05 +0200
 
diff --git a/debian/rules b/debian/rules
index 85ef77a..d701283 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,9 @@
 
 include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
 
+override_dh_auto_configure:
+	$(overridden_command) -- -DKDE4_BUILD_TESTS=OFF
+
 override_dh_auto_install:
 	$(overridden_command)
 	# remove dev .so symlinks, we aren't shipping dev suff for these

-- 
kget packaging



More information about the pkg-kde-commits mailing list