[libreoffice-online] 05/06: remove totally nonsensical rpath on /snap/...

Rene Engelhard rene at moszumanska.debian.org
Mon Nov 27 18:49:32 UTC 2017


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

rene pushed a commit to branch master
in repository libreoffice-online.

commit 707489c4acc4904a3cb6932c0ccf41b7ef50c52e
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Mon Nov 27 18:38:17 2017 +0000

    remove totally nonsensical rpath on /snap/...
---
 debian/control | 2 +-
 debian/rules   | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index cd06354..5045274 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: web
 Priority: optional
 Maintainer: Debian LibreOffice Maintainers <debian-openoffice at lists.debian.org>
 Uploaders: Rene Engelhard <rene at debian.org>
-Build-Depends: debhelper (>= 9), debhelper (>= 10.9.2), libcap-dev, libcap2-bin, libpcre3-dev, libpng-dev, libpoco-dev (>= 1.8.0), libreofficekit-dev (>= 1:5.3~), dh-autoreconf, libreoffice-core (>= 1:5.3~), cpio, libcppunit-dev, zlib1g-dev, pkg-config
+Build-Depends: debhelper (>= 9), debhelper (>= 10.9.2), libcap-dev, libcap2-bin, libpcre3-dev, libpng-dev, libpoco-dev (>= 1.8.0), libreofficekit-dev (>= 1:5.3~), dh-autoreconf, libreoffice-core (>= 1:5.3~), cpio, libcppunit-dev, zlib1g-dev, pkg-config, chrpath
 Build-Depends-Indep: npm, node-jake, python, python-polib
 Standards-Version: 3.9.7
 
diff --git a/debian/rules b/debian/rules
index 14f508d..4c51ea8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,6 +27,7 @@ override_dh_auto_install:
 	mkdir -p $(CURDIR)/debian/loleaflet/usr/share/loolwsd
 	cp -ar $(CURDIR)/loleaflet $(CURDIR)/debian/loleaflet/usr/share/loolwsd
 
+	cd $(CURDIR)/debian/loolwsd/usr/bin && find . -type f ! -name "loolwsd-systemplate-setup" -exec chrpath -d {} \;
 
 override_dh_installinit:
 	dh_installinit

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



More information about the Pkg-openoffice-commits mailing list