[SCM] bluez-qt packaging branch, kubuntu_stable, updated. b9675f1befbb5196f9814152d20cd9a47a414f68

Jonathan Riddell jriddell-guest at moszumanska.debian.org
Thu Apr 23 13:51:15 UTC 2015


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

The following commit has been merged in the kubuntu_stable branch:
commit b9675f1befbb5196f9814152d20cd9a47a414f68
Author: Jonathan Riddell <jr at jriddell.org>
Date:   Thu Apr 23 15:51:12 2015 +0200

    remove upstreamed patches
---
 debian/patches/series                   |  1 -
 debian/patches/upstream_udev-rules.diff | 34 ---------------------------------
 2 files changed, 35 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 545dd49..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-upstream_udev-rules.diff
diff --git a/debian/patches/upstream_udev-rules.diff b/debian/patches/upstream_udev-rules.diff
deleted file mode 100644
index aa7d771..0000000
--- a/debian/patches/upstream_udev-rules.diff
+++ /dev/null
@@ -1,34 +0,0 @@
-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