[SCM] KDE Development Platform Libraries module packaging branch, kde4.11, updated. debian/4.11.2-1-5-g4d6cf9f

Maximiliano Curia maxy at alioth.debian.org
Wed Nov 6 15:13:08 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/kde4libs.git;a=commitdiff;h=81450a9

The following commit has been merged in the kde4.11 branch:
commit 81450a979eff2764bca24e347f4af030c8a42e4d
Author: Maximiliano Curia <maxy at debian.org>
Date:   Wed Nov 6 10:33:26 2013 +0100

    Switch to udisks2 backend.
---
 debian/changelog |    1 +
 debian/control   |    2 +-
 debian/rules     |    1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 7863e48..4b4e07b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 kde4libs (4:4.11.3-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Switch to udisks2 backend, thanks to Michael Biebl. (Closes: #718456)
 
  -- Maximiliano Curia <maxy at debian.org>  Wed, 06 Nov 2013 09:57:52 +0100
 
diff --git a/debian/control b/debian/control
index 2702477..688531b 100644
--- a/debian/control
+++ b/debian/control
@@ -123,7 +123,7 @@ Description: NTLM Authentication Library for the KDE Platform
 Package: libsolid4
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, udev [linux-any]
-Recommends: udisks [linux-any], upower [linux-any]
+Recommends: udisks2 [linux-any], upower [linux-any]
 Suggests: media-player-info [linux-any]
 Breaks: kde-config-tablet (<< 1.2.5)
 Description: Solid Library for KDE Platform
diff --git a/debian/rules b/debian/rules
index 598cf56..7751dd3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,7 @@ endif
 override_dh_auto_configure:
 	$(overridden_command) -- -DKDE4_BUILD_TESTS=false \
 	    -DWITH_HUpnp=OFF \
+	    -DWITH_SOLID_UDISKS2=ON \
 	    -DKDE_DISTRIBUTION_TEXT="Debian packages" \
 	    -DKDE4_USE_ALWAYS_FULL_RPATH=false \
 	    -DCONFIG_INSTALL_DIR=/usr/share/kde4/config \

-- 
KDE Development Platform Libraries module packaging



More information about the pkg-kde-commits mailing list