[SCM] kconfigwidgets packaging branch, master, updated. debian/5.37.0-2-96-gb5e51c0

Maximiliano Curia maxy at moszumanska.debian.org
Tue Jan 2 18:33:29 UTC 2018


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kconfigwidgets.git;a=commitdiff;h=4fd077d

The following commit has been merged in the master branch:
commit 4fd077ddcb7ec6d2abd0f163b8ff159a31c0f8d1
Author: Harald Sitter <sitter at kde.org>
Date:   Mon May 11 10:43:43 2015 +0200

    remove long since applied upstream patch
---
 debian/patches/series                              |  0
 .../upstream_Dont_construct_bugus_objects.patch    | 30 ----------------------
 2 files changed, 30 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index e69de29..0000000
diff --git a/debian/patches/upstream_Dont_construct_bugus_objects.patch b/debian/patches/upstream_Dont_construct_bugus_objects.patch
deleted file mode 100644
index 569c1dd..0000000
--- a/debian/patches/upstream_Dont_construct_bugus_objects.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-commit bc4ecf90b4585d535f2f3511fc0e910494309b35
-Author: Harald Sitter <sitter at kde.org>
-Date:   Fri Aug 1 16:35:16 2014 +0200
-
-    don't construct bogus KAuthAction objects
-    
-    KAuthAction(0) actually calls the QString constructor which will dispatch
-    bogus polkit auth checks, polkitqt and polkitd are not terribly happy about
-    those and subsequently don't want to talk to the KCM anymore, even if it
-    manages to create a proper Action
-    
-    creating a null Action rather than accidentally triggering the QString
-    ctor ensures that we only do polkit interaction with reasonable actionids
-    making sure that authentication works as expected
-    
-    REVIEW: 119540
-
-diff --git a/src/kcmodule.cpp b/src/kcmodule.cpp
-index 92e5427..9a3ae30 100644
---- a/src/kcmodule.cpp
-+++ b/src/kcmodule.cpp
-@@ -43,7 +43,7 @@ public:
-         _useRootOnlyMessage(false),
-         _firstshow(true),
-         _needsAuthorization(false),
--        _authAction(0),
-+        _authAction(),
-         _unmanagedWidgetChangeState(false)
-     { }
- 

-- 
kconfigwidgets packaging



More information about the pkg-kde-commits mailing list