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

rene pushed a commit to branch debian-experimental-4.4
in repository libreoffice.

commit a30035ac5008b75387db06b1d9365ef8023bb970
Author: Rene Engelhard <[email protected]>
Date:   Tue Oct 21 15:24:47 2014 +0200

    appaently libpt*.so isn't installed per default anymore with PT disabled. 
do manually from instdir
---
 rules | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/rules b/rules
index 2b0cb73..8803155 100755
--- a/rules
+++ b/rules
@@ -2038,6 +2038,15 @@ endif
        dh_installdirs -A
        dh_install -A --sourcedir=debian/tmp/pkg --fail-missing
 
+       # somehow this isn't installed anymore on -B builds...
+       if [ ! -f 
debian/libreoffice-report-builder/$(OODIR)/program/librptlo.so ]; then \
+               mkdir -p debian/libreoffice-report-builder/$(OODIR)/program/; \
+               for i in librptlo.so librptuilo.so librptxmllo.so; do \
+                       cp $(CURDIR)/instdir/program/$$i \
+                                
debian/libreoffice-report-builder/$(OODIR)/program/; \
+               done; \
+       fi
+
        rm -rf debian/tmp/pkg
 
        # move desktop files to their correct packages

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


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: https://lists.debian.org/[email protected]

Reply via email to