[libcmis] 17/40: Imported Debian patch 0.4.1-4

Rene Engelhard rene at moszumanska.debian.org
Tue Sep 13 02:52:04 UTC 2016


This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch master
in repository libcmis.

commit edf7bec4fa4df41374162bff6c5193e811e19843
Author: Rene Engelhard <rene at debian.org>
Date:   Thu Feb 6 07:12:43 2014 +0100

    Imported Debian patch 0.4.1-4
---
 debian/changelog                    |  8 ++++++++
 debian/patches/fix-endian-bool.diff | 14 ++++++++++++++
 debian/patches/series               |  1 +
 3 files changed, 23 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 98cc653..dc8fc13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libcmis (0.4.1-4) experimental; urgency=low
+
+  * apply patch from Adam Concrad to fix int/bool confusion that
+    leads to the test suite failing on all big-endian architectures.
+    (closes: #737807)  
+
+ -- Rene Engelhard <rene at debian.org>  Thu, 06 Feb 2014 07:12:43 +0100
+
 libcmis (0.4.1-3) experimental; urgency=low
 
   * actually use buildflags.mk's CXXFLAGS everywhere, not only on arm,
diff --git a/debian/patches/fix-endian-bool.diff b/debian/patches/fix-endian-bool.diff
new file mode 100644
index 0000000..bb0599d
--- /dev/null
+++ b/debian/patches/fix-endian-bool.diff
@@ -0,0 +1,14 @@
+Description: Fix int/bool confusion on big-endian architectures.
+Author: Adam Conrad <adconrad at ubuntu.com>
+
+--- libcmis-0.4.1.orig/qa/libcmis-c/test-document.cxx
++++ libcmis-0.4.1/qa/libcmis-c/test-document.cxx
+@@ -43,7 +43,7 @@
+ 
+ using namespace std;
+ 
+-extern int isOutOfMemory;
++extern bool isOutOfMemory;
+ 
+ namespace
+ {
diff --git a/debian/patches/series b/debian/patches/series
index fb9cd4d..56cff5e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 fix-run-tests-sh.diff
 fix-docbook-to-man-call.diff
+fix-endian-bool.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libcmis.git



More information about the Pkg-openoffice-commits mailing list