diff options
author | Maximiliano Curia <maxy@debian.org> | 2013-11-06 10:33:26 +0100 |
---|---|---|
committer | Maximiliano Curia <maxy@debian.org> | 2013-11-06 10:33:26 +0100 |
commit | 81450a979eff2764bca24e347f4af030c8a42e4d (patch) | |
tree | f4ea1cb25ea07a8440e28cfbbb518c931a40567a | |
parent | 4f53f58db5460e88c2f990a480ee870db1c5abf2 (diff) | |
download | kde4libs-81450a979eff2764bca24e347f4af030c8a42e4d.tar.gz |
Switch to udisks2 backend.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 1 |
3 files changed, 3 insertions, 1 deletions
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@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 \ |