[libreoffice] 01/02: add /usr/include/libreoffice/sal/typesizes.h symlink to multiarch include dir

Rene Engelhard rene at moszumanska.debian.org
Thu Sep 29 16:58:55 UTC 2016


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

rene pushed a commit to branch master
in repository libreoffice.

commit e88823b48ec42d529deaf640898f24ec8d5a6b2c
Author: Rene Engelhard <rene at debian.org>
Date:   Wed Sep 28 10:45:07 2016 +0200

    add /usr/include/libreoffice/sal/typesizes.h symlink to multiarch include dir
---
 changelog | 8 ++++++++
 rules     | 2 ++
 2 files changed, 10 insertions(+)

diff --git a/changelog b/changelog
index ada7394..332e9ff 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,11 @@
+libreoffice (1:5.2.2~rc2-3) UNRELEASED; urgency=medium
+
+  * debian/rules:
+    - add /usr/include/libreoffice/sal/typesizes.h symlink to multiarch
+      include dir to fix SDK usage e.g in the SDK examples
+
+ -- Rene Engelhard <rene at debian.org>  Wed, 28 Sep 2016 10:42:14 +0200
+
 libreoffice (1:5.2.2~rc2-2) unstable; urgency=medium
 
   * work around libcoinutils-dev pulling in -lbz2 without depending on it
diff --git a/rules b/rules
index 7118121..8adfa39 100755
--- a/rules
+++ b/rules
@@ -2303,6 +2303,8 @@ ifeq "$(PACKAGE_SDK)" "y"
 	mkdir -p $(PKGDIR)-dev/usr/include/$(DEB_HOST_MULTIARCH)/libreoffice/sal
 	mv $(PKGDIR)-dev-common/usr/include/libreoffice/sal/typesizes.h \
 		$(PKGDIR)-dev/usr/include/$(DEB_HOST_MULTIARCH)/libreoffice/sal
+	cd $(PKGDIR)-dev-common/usr/include/libreoffice/sal/ \
+		ln -s /usr/include/$(DEB_HOST_MULTIARCH)/libreoffice/sal/typesizes.h
 	mkdir -p $(PKGDIR)-dev-common/usr/share/idl
 	mv $(PKGDIR)-dev/usr/share/idl/libreoffice \
 		$(PKGDIR)-dev-common/usr/share/idl

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



More information about the Pkg-openoffice-commits mailing list