[SCM] KDE Base Workspace module packaging branch, master, updated. debian/4.10.5-1

Pino Toscano pino at alioth.debian.org
Sat Jul 13 13:18:41 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/kde-workspace.git;a=commitdiff;h=9ad8d8e

The following commit has been merged in the master branch:
commit 9ad8d8ec9227b267c6ff6feb1c906113fb3b19ae
Author: Maximiliano Curia <maxy at debian.org>
Date:   Mon Jun 17 14:50:00 2013 +0200

    New patch: add_kdefakes_for_strlcpy_and_strlcat.diff.
---
 debian/changelog                                   |    1 +
 .../add_kdefakes_for_strlcpy_and_strlcat.diff      |   71 ++++++++++++++++++++
 2 files changed, 72 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4441926..2c0f3bc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 kde-workspace (4:4.10.4-2) UNRELEASED; urgency=low
 
   * Update libkwineffects1abi4 symbols.
+  * New patch: add_kdefakes_for_strlcpy_and_strlcat.diff.
 
  -- Maximiliano Curia <maxy at debian.org>  Mon, 17 Jun 2013 12:36:12 +0200
 
diff --git a/debian/patches/add_kdefakes_for_strlcpy_and_strlcat.diff b/debian/patches/add_kdefakes_for_strlcpy_and_strlcat.diff
new file mode 100644
index 0000000..7efdc75
--- /dev/null
+++ b/debian/patches/add_kdefakes_for_strlcpy_and_strlcat.diff
@@ -0,0 +1,71 @@
+commit 38faa3a6208b885873a951303d46dbb5f7f56c5f
+Author: Maximiliano Curia <maxy at debian.org>
+Date:   Mon Jun 17 14:32:43 2013 +0200
+
+    Add kdefakes for strlcpy and strlcat
+
+diff --git a/kcheckpass/checkpass_osfc2passwd.c b/kcheckpass/checkpass_osfc2passwd.c
+index 9a074f9..8fc9aea 100644
+--- a/kcheckpass/checkpass_osfc2passwd.c
++++ b/kcheckpass/checkpass_osfc2passwd.c
+@@ -30,6 +30,8 @@ static int osf1c2_getprpwent(char *p, char *n, int len);
+  * This is the authentication code for OSF C2 security passwords
+  *******************************************************************/
+ 
++#include <kdefakes.h>
++
+ #include <stdio.h>
+ #include <string.h>
+ #include <stdlib.h>
+diff --git a/ksysguard/ksysguardd/FreeBSD/ProcessList.c b/ksysguard/ksysguardd/FreeBSD/ProcessList.c
+index 671bc8c..0fdb20e 100644
+--- a/ksysguard/ksysguardd/FreeBSD/ProcessList.c
++++ b/ksysguard/ksysguardd/FreeBSD/ProcessList.c
+@@ -23,6 +23,8 @@
+ 
+ #include "ProcessList.h"
+ 
++#include <kdefakes.h>
++
+ #include <ctype.h>
+ #include <fcntl.h>
+ #include <paths.h>
+diff --git a/ksysguard/ksysguardd/FreeBSD/diskstat.c b/ksysguard/ksysguardd/FreeBSD/diskstat.c
+index 0feaabf..788ae70 100644
+--- a/ksysguard/ksysguardd/FreeBSD/diskstat.c
++++ b/ksysguard/ksysguardd/FreeBSD/diskstat.c
+@@ -19,6 +19,8 @@
+ 
+ */
+ 
++#include <kdefakes.h>
++
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
+diff --git a/ksysguard/ksysguardd/FreeBSD/logfile.c b/ksysguard/ksysguardd/FreeBSD/logfile.c
+index fb2f5cc..de93656 100644
+--- a/ksysguard/ksysguardd/FreeBSD/logfile.c
++++ b/ksysguard/ksysguardd/FreeBSD/logfile.c
+@@ -19,6 +19,8 @@
+ 
+ */
+ 
++#include <kdefakes.h>
++
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
+diff --git a/ksysguard/ksysguardd/FreeBSD/netdev.c b/ksysguard/ksysguardd/FreeBSD/netdev.c
+index c158593..3245706 100644
+--- a/ksysguard/ksysguardd/FreeBSD/netdev.c
++++ b/ksysguard/ksysguardd/FreeBSD/netdev.c
+@@ -18,6 +18,8 @@
+ 
+ */
+ 
++#include <kdefakes.h>
++
+ #include <sys/types.h>
+ #include <sys/socket.h>
+ #include <sys/sysctl.h>

-- 
KDE Base Workspace module packaging



More information about the pkg-kde-commits mailing list