[SCM] KDE Base Runtime module packaging branch, master, updated. debian/16.04.0-1-5-g3d4722e

Pino Toscano pino at moszumanska.debian.org
Sat Jun 18 08:04:35 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kde-runtime.git;a=commitdiff;h=2bd384d

The following commit has been merged in the master branch:
commit 2bd384df2b378dbc97f3900703047cc84c93b79c
Author: Pino Toscano <pino at debian.org>
Date:   Sat Jun 18 09:45:36 2016 +0200

    disable the build of khelpcenter
    
    it is not used from this source
---
 debian/changelog | 1 +
 debian/rules     | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f299593..8c082e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ kde-runtime (4:16.04.2-0r1) UNRELEASED; urgency=medium
 
   [ Pino Toscano ]
   * New upstream release.
+  * Disable the build of khelpcenter, as it is not used from this source.
 
  -- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 18 Jun 2016 09:39:41 +0200
 
diff --git a/debian/rules b/debian/rules
index 9141646..995390f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,9 @@ ifeq ($(DEB_TARGET_ARCH_OS), hurd)
 	DH_INSTALL_PARAMS := -Xkio_smb.so -Xsmb-network.desktop -Xsmb.protocol
 endif
 
+override_dh_auto_configure:
+	$(overridden_command) -- -DBUILD_khelpcenter=FALSE
+
 override_dh_auto_test:
 	# Disable dh_auto_test at build time
 	:

-- 
KDE Base Runtime module packaging



More information about the pkg-kde-commits mailing list