[SCM] bluez-qt packaging branch, kubuntu_vivid_backports, updated. 0109c5fbde821b1181dcf38a84df18507900c008

Jonathan Riddell jriddell-guest at moszumanska.debian.org
Sun Apr 19 13:04:04 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/bluez-qt.git;a=commitdiff;h=0109c5f

The following commit has been merged in the kubuntu_vivid_backports branch:
commit 0109c5fbde821b1181dcf38a84df18507900c008
Author: Jonathan Riddell <jr at jriddell.org>
Date:   Sun Apr 19 15:03:59 2015 +0200

    Add upstream_udev-rules.diff
---
 debian/changelog                        |  1 +
 debian/patches/series                   |  1 +
 debian/patches/upstream_udev-rules.diff | 34 +++++++++++++++++++++++++++++++++
 3 files changed, 36 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b500220..2a78a4f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,5 +5,6 @@ bluez-qt (4:5.2.95-0ubuntu1) UNRELEASED; urgency=medium
 
   [ Jonathan Riddell ]
   * Plasma 5.3 beta
+  * Add upstream_udev-rules.diff
 
  -- Jonathan Riddell <jriddell at ubuntu.com>  Sat, 18 Apr 2015 14:39:44 +0200
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..545dd49
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+upstream_udev-rules.diff
diff --git a/debian/patches/upstream_udev-rules.diff b/debian/patches/upstream_udev-rules.diff
new file mode 100644
index 0000000..aa7d771
--- /dev/null
+++ b/debian/patches/upstream_udev-rules.diff
@@ -0,0 +1,34 @@
+commit c30ae5f68ce52b3a886c5adf5e1109ff0eac268a
+Author: David Rosca <nowrep at gmail.com>
+Date:   Fri Apr 10 18:29:40 2015 +0200
+
+    Install udev rule to get access to /dev/rfkill
+    
+    Default path is /lib/udev/rules.d and can be changed
+    with cmake -DUDEV_RULES_INSTALL_DIR=/udev/rules/path
+
+diff --git a/61-kde-bluetooth-rfkill.rules b/61-kde-bluetooth-rfkill.rules
+new file mode 100644
+index 0000000..d7d9650
+--- /dev/null
++++ b/61-kde-bluetooth-rfkill.rules
+@@ -0,0 +1,7 @@
++# Get access to /dev/rfkill for users
++# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
++#
++# Simplified by Kay Sievers
++# https://bugzilla.redhat.com/show_bug.cgi?id=733326
++
++KERNEL=="rfkill", SUBSYSTEM=="misc", TAG+="uaccess"
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 43729bd..72d58da 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -76,4 +76,7 @@ install(FILES
+     DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5}
+     COMPONENT Devel)
+ 
++set(UDEV_RULES_INSTALL_DIR /lib/udev/rules.d CACHE PATH "The location of udev rules")
++install(FILES 61-kde-bluetooth-rfkill.rules DESTINATION ${UDEV_RULES_INSTALL_DIR})
++
+ feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)

-- 
bluez-qt packaging



More information about the pkg-kde-commits mailing list