[libe-book] 01/04: Import Debian patch 0.1.2-3

Rene Engelhard rene at moszumanska.debian.org
Tue Sep 13 02:53:55 UTC 2016


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

rene pushed a commit to branch master
in repository libe-book.

commit a54248003b63ed6b23f0d0523ea609883b267192
Author: Rene Engelhard <rene at debian.org>
Date:   Fri Aug 5 21:00:17 2016 +0200

    Import Debian patch 0.1.2-3
---
 debian/changelog | 7 +++++++
 debian/rules     | 9 +++++++++
 2 files changed, 16 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 083bf45..1060af0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libe-book (0.1.2-3) unstable; urgency=medium
+
+  * use CPPFLAGS+=-DBOOST_ERROR_CODE_HEADER_ONLY to avoid (bogus) linkage
+    attempt to boost-system
+
+ -- Rene Engelhard <rene at debian.org>  Fri, 05 Aug 2016 21:00:17 +0200
+
 libe-book (0.1.2-2) unstable; urgency=medium
 
   * upload to unstable
diff --git a/debian/rules b/debian/rules
index f1b8b6c..ced989d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,15 @@
 %:
 	dh $@
 
+#20:21 <@dtardon> _rene_, the boost issue::system is an internal boost thing. it 
+#                 is fixed by commit b903d0dc91f482b348e5840e5a1df599ebd5e6f9 . 
+#                 you can pass the same define though CPPFLAGS to configure as a 
+#                 workaround. i'll add the missing check for librevenge-stream 
+#                 for unit tests (btw, i think at least libetonyek has the same 
+#                 problem)
+#20:25 <@dtardon> _rene_, CPPFLAGS=-DBOOST_ERROR_CODE_HEADER_ONLY
+CPPFLAGS+=-DBOOST_ERROR_CODE_HEADER_ONLY
+
 override_dh_auto_configure:
 	dh_auto_configure -- --disable-werror --libdir=/usr/lib \
 		--disable-silent-rules

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



More information about the Pkg-openoffice-commits mailing list