[SCM] KDE Base Runtime module packaging branch, master, updated. debian/14.12.3-1-12-ge0f8b25

Diane Trout diane at moszumanska.debian.org
Mon Aug 31 23:45:43 UTC 2015


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

The following commit has been merged in the master branch:
commit d1ad49be85fd026c1123f10eecf541011a753a65
Author: Diane Trout <diane at ghic.org>
Date:   Thu Aug 27 18:18:22 2015 -0700

    * Don't build smbclient support on hurd due to Bug #190367
---
 debian/changelog | 6 ++++++
 debian/control   | 2 +-
 debian/rules     | 9 +++++++++
 3 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 77cfc89..0938f41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+kde-runtime (4:15.08.0-2) UNRELEASED; urgency=medium
+
+  * Don't build smbclient support on hurd due to Bug #190367
+
+ -- Diane Trout <diane at debian.org>  Mon, 31 Aug 2015 16:16:02 -0700
+
 kde-runtime (4:15.08.0-1) unstable; urgency=medium
 
   * New upstream release (15.04.0).
diff --git a/debian/control b/debian/control
index cf6b51b..605218a 100644
--- a/debian/control
+++ b/debian/control
@@ -34,7 +34,7 @@ Build-Depends: cmake,
                libqtwebkit-dev,
                libqzeitgeist-dev,
                libslp-dev,
-               libsmbclient-dev,
+               libsmbclient-dev [!hurd-any],
                libsoprano-dev,
                libssh-gcrypt-dev (>= 0.4.0),
                libwebp-dev,
diff --git a/debian/rules b/debian/rules
index a8a5015..46f51d9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,12 @@
 
 include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
 
+# Because of bug #190367 hurd doesn't support samba
+DEB_TARGET_ARCH_OS:=$(shell dpkg-architecture -qDEB_TARGET_ARCH_OS)
+ifeq ($(DEB_TARGET_ARCH_OS), hurd)
+	DH_INSTALL_PARAMS := -Xkio_smb.so -Xsmb-network.desktop -Xsmb.protocol
+endif
+
 override_dh_auto_test:
 	# Disable dh_auto_test at build time
 	:
@@ -20,3 +26,6 @@ override_dh_fixperms:
 
 override_dh_strip:
 	$(overridden_command) --dbg-package=kde-runtime-dbg
+
+override_dh_install:
+	dh_install $(DH_INSTALL_PARAMS)

-- 
KDE Base Runtime module packaging



More information about the pkg-kde-commits mailing list