[SCM] KDevelop packaging branch, kdev4.5, updated. debian/4.5.1-1-2-gddf4a36

Andreas Cord-Landwehr cola-guest at alioth.debian.org
Tue Jul 16 21:23:12 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/kdevelop.git;a=commitdiff;h=ddf4a36

The following commit has been merged in the kdev4.5 branch:
commit ddf4a36a04e16b26dbc6d4b82aab969c0860bd93
Author: Andreas Cord-Landwehr <cordlandwehr at kde.org>
Date:   Tue Jul 16 23:05:15 2013 +0200

    Fix build on big endian platforms.
---
 debian/patches/okteta_optional_structures_tool.diff |   19 +++++++++++++++++++
 debian/patches/series                               |    1 +
 2 files changed, 20 insertions(+)

diff --git a/debian/patches/okteta_optional_structures_tool.diff b/debian/patches/okteta_optional_structures_tool.diff
new file mode 100644
index 0000000..5954e45
--- /dev/null
+++ b/debian/patches/okteta_optional_structures_tool.diff
@@ -0,0 +1,19 @@
+Author: Andreas Cord-Landwehr <cola at uni-paderborn.de>
+Description: Add missing compile switch for including header files that
+ are only compiled on little endian.
+Last-Update: 2012-03-15
+Forwarded: no
+
+--- a/utils/okteta/oktetaplugin.cpp
++++ b/utils/okteta/oktetaplugin.cpp
+@@ -43,8 +43,10 @@
+ #include <bytetabletoolfactory.h>
+ #include <bookmarkstoolviewfactory.h>
+ #include <bookmarkstoolfactory.h>
++#ifndef BIG_ENDIAN 
+ #include <structurestoolviewfactory.h>
+ #include <structurestoolfactory.h>
++#endif
+ // Okteta Kasten
+ #if KASTEN_VERSION == 2
+ #include <bytearrayviewprofilemanager.h>
diff --git a/debian/patches/series b/debian/patches/series
index ae83830..cfb0876 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 fix-parallel.diff
+okteta_optional_structures_tool.diff

-- 
KDevelop packaging



More information about the pkg-kde-commits mailing list