[SCM] kjs packaging branch, kubuntu_unstable, updated. debian/5.9.0-1-4-gc32723e

Kubuntu CI (Harald Sitter) kubuntu-ci-guest at moszumanska.debian.org
Wed May 20 00:02:28 UTC 2015


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

The following commit has been merged in the kubuntu_unstable branch:
commit b844fcb40457f607ac0ae9c4edd612fb414981d8
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Thu Feb 5 15:45:29 2015 +0100

    New patch: add_missing_ifndef.
---
 debian/changelog                  |  1 +
 debian/patches/add_missing_ifndef | 22 ++++++++++++++++++++++
 debian/patches/series             |  1 +
 3 files changed, 24 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 91136c1..b499f5e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ kjs (5.6.0-1~) UNRELEASED; urgency=medium
   * Update watch file.
   * Add basic autopkgtests support.
   * New patch: install_missing_headers.
+  * New patch: add_missing_ifndef.
 
  -- Maximiliano Curia <maxy at debian.org>  Thu, 05 Feb 2015 10:30:05 +0100
 
diff --git a/debian/patches/add_missing_ifndef b/debian/patches/add_missing_ifndef
new file mode 100644
index 0000000..08cf59f
--- /dev/null
+++ b/debian/patches/add_missing_ifndef
@@ -0,0 +1,22 @@
+Index: kjs/src/wtf/RefPtrHashMap.h
+===================================================================
+--- kjs.orig/src/wtf/RefPtrHashMap.h	2015-02-05 10:30:30.532783170 +0100
++++ kjs/src/wtf/RefPtrHashMap.h	2015-02-05 15:44:25.579499347 +0100
+@@ -16,7 +16,10 @@
+  * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+  * Boston, MA 02110-1301, USA.
+  *
+- */
++*/
++
++#ifndef WTF_RefPtrHashMap_h
++#define WTF_RefPtrHashMap_h
+ 
+ namespace WTF
+ {
+@@ -347,3 +350,5 @@
+ }
+ 
+ } // namespace WTF
++
++#endif // WTF_RefPtrHashMap_h
diff --git a/debian/patches/series b/debian/patches/series
index 498aac2..cdc0233 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 install_missing_headers
+add_missing_ifndef

-- 
kjs packaging



More information about the pkg-kde-commits mailing list