[SCM] kross packaging branch, kubuntu_unstable, updated. debian/5.9.0-1-3-g1da5858

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


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

The following commit has been merged in the kubuntu_unstable branch:
commit 9ec0045afac04dce765961cc2de6408cedd49777
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Wed Feb 4 11:04:23 2015 +0100

    New patch: metafunction_header_char_to_qbytearraydata
---
 debian/changelog                                          |  1 +
 debian/patches/metafunction_header_char_to_qbytearraydata | 13 +++++++++++++
 debian/patches/series                                     |  1 +
 3 files changed, 15 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9013134..8bc1321 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ kross (5.6.0-1~) UNRELEASED; urgency=medium
   * Update install files.
   * Update watch file.
   * Add basic autopkgtests support.
+  * New patch: metafunction_header_char_to_qbytearraydata
 
  -- Maximiliano Curia <maxy at debian.org>  Wed, 04 Feb 2015 09:51:47 +0100
 
diff --git a/debian/patches/metafunction_header_char_to_qbytearraydata b/debian/patches/metafunction_header_char_to_qbytearraydata
new file mode 100644
index 0000000..5238dba
--- /dev/null
+++ b/debian/patches/metafunction_header_char_to_qbytearraydata
@@ -0,0 +1,13 @@
+Index: kross/src/core/metafunction.h
+===================================================================
+--- kross.orig/src/core/metafunction.h	2015-02-04 09:51:51.549553468 +0100
++++ kross/src/core/metafunction.h	2015-02-04 11:02:40.369862859 +0100
+@@ -86,7 +86,7 @@
+ 
+         // static metaobject
+         staticMetaObject.d.superdata = &QObject::staticMetaObject;
+-        staticMetaObject.d.stringdata = m_stringData.data();
++        staticMetaObject.d.stringdata = reinterpret_cast<const QByteArrayData *>(m_stringData.data());
+         staticMetaObject.d.data = m_data;
+         staticMetaObject.d.extradata = 0;
+     }
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..4484923
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+metafunction_header_char_to_qbytearraydata

-- 
kross packaging



More information about the pkg-kde-commits mailing list