[SCM] plasma-desktop packaging branch, master, updated. debian/5.5.4-1-31-g3801069

Maximiliano Curia maxy at moszumanska.debian.org
Wed Jun 1 10:39:27 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/plasma-desktop.git;a=commitdiff;h=35ea4f6

The following commit has been merged in the master branch:
commit 35ea4f6d5f4d7141852e68235e84a3065b2da010
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Mon May 9 21:34:46 2016 +0200

    Add new patch: add_missing_include
    
    In order to fix:
    kcms/touchpad/src/backends/x11/synapticstouchpad.cpp:240:16: error:
    'sqrt' is not a member of 'std'
---
 debian/patches/add_missing_include | 10 ++++++++++
 debian/patches/series              |  1 +
 2 files changed, 11 insertions(+)

diff --git a/debian/patches/add_missing_include b/debian/patches/add_missing_include
new file mode 100644
index 0000000..e7c8e0d
--- /dev/null
+++ b/debian/patches/add_missing_include
@@ -0,0 +1,10 @@
+--- a/kcms/touchpad/src/backends/x11/synapticstouchpad.cpp
++++ b/kcms/touchpad/src/backends/x11/synapticstouchpad.cpp
+@@ -48,6 +48,7 @@
+ 
+ #include <QDebug>
+ 
++#include <cmath>
+ #include "synapticstouchpad.h"
+ 
+ #include <stddef.h>
diff --git a/debian/patches/series b/debian/patches/series
index 830bdcc..37c2318 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 allow_uxterm_overrides.diff
+add_missing_include

-- 
plasma-desktop packaging



More information about the pkg-kde-commits mailing list