[SCM] signon-plugin-oauth2 packaging branch, master, updated. 4a28cdc69f21eb8af3d09fee7a54327bc7815d44

Diane Trout diane at moszumanska.debian.org
Thu Sep 10 06:08:47 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/signon-plugin-oauth2.git;a=commitdiff;h=c0869e6

The following commit has been merged in the master branch:
commit c0869e694483ca2ce662c86a60273d50a76e8d00
Author: Diane Trout <diane at ghic.org>
Date:   Wed Sep 9 23:06:38 2015 -0700

    hide unused variable
---
 debian/patches/series                |  2 +-
 debian/patches/unused-variable.patch | 14 ++++++++++++++
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/debian/patches/series b/debian/patches/series
index db655c6..63b0236 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,2 @@
 hardening.patch
-
+unused-variable.patch
diff --git a/debian/patches/unused-variable.patch b/debian/patches/unused-variable.patch
new file mode 100644
index 0000000..88b6f77
--- /dev/null
+++ b/debian/patches/unused-variable.patch
@@ -0,0 +1,14 @@
+Author: Diane Trout <diane at debian.org>
+Description: Remove allocating an unused data pointer.
+ The more picky Debian build environment made this an error.
+--- a/src/base-plugin.cpp
++++ b/src/base-plugin.cpp
+@@ -171,8 +171,6 @@
+ bool BasePlugin::handleNetworkError(QNetworkReply *reply,
+                                     QNetworkReply::NetworkError err)
+ {
+-    Q_D(BasePlugin);
+-
+     /* Has been handled by handleSslErrors already */
+     if (err == QNetworkReply::SslHandshakeFailedError) {
+         return true;

-- 
signon-plugin-oauth2 packaging



More information about the pkg-kde-commits mailing list