[libreoffice] 02/08: non-standard-dir-perm in *-dbgsym

Rene Engelhard rene at moszumanska.debian.org
Tue Aug 1 05:13:09 UTC 2017


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

rene pushed a commit to branch master
in repository libreoffice.

commit 53202e030e87b67b547e077fe5171bf4546ec9a2
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Mon Jul 31 11:25:51 2017 +0200

    non-standard-dir-perm in *-dbgsym
---
 rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/rules b/rules
index ace51a4..e4ce346 100755
--- a/rules
+++ b/rules
@@ -2121,6 +2121,9 @@ $(STAMP_DIR)/install-common:
 	$(CURDIR)/debian/scripts/gid2pkgdirs.sh
 ifeq "$(BUILD_DBGSYM_PACKAGES)" "y"
 	make cmd cmd="export DESTDIR=$(CURDIR)/debian/tmp; $(CURDIR)/solenv/bin/install-gdb-printers -a /usr/share/gdb/auto-load/$(OODIR) -c -i /$(OODIR) -p /usr/share/libreoffice/gdb"
+	# fix permissions
+	find $(CURDIR)/debian/tmp -perm 0775 -exec chmod 755 {} \;
+	find $(CURDIR)/debian/tmp -perm 0664 -exec chmod 644 {} \;
 endif
 
 	# FIXME

-- 
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