[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[libreoffice] 01/01: fix logic to not install sound files (closes: #780497)



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

rene pushed a commit to branch debian-jessie-4.3.3
in repository libreoffice.

commit ce29290bafa1e368b88f5084781fca5d189ab86d
Author: Rene Engelhard <rene@debian.org>
Date:   Sun Apr 17 13:54:23 2016 +0200

    fix logic to not install sound files (closes: #780497)
---
 changelog | 3 +++
 rules     | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/changelog b/changelog
index 7661649..9a27363 100644
--- a/changelog
+++ b/changelog
@@ -3,6 +3,9 @@ libreoffice (1:4.3.3-2+deb8u4) jessie; urgency=medium
   * debian/patches/ppc64el-jdk-paths.diff: fix ppc64el FTBFS due to changed
     OpenJDK paths, thanks Slavek Banko (closes: #819375)
 
+  * debian/rules:
+    - fix logic to not install sound files (closes: #780497)
+
  -- Rene Engelhard <rene@debian.org>  Mon, 28 Mar 2016 14:09:18 +0200
 
 libreoffice (1:4.3.3-2+deb8u3) jessie-security; urgency=high
diff --git a/rules b/rules
index 1d60b7e..662f540 100755
--- a/rules
+++ b/rules
@@ -2953,7 +2953,7 @@ $(STAMP_DIR)/install-indep: $(STAMP_DIR)/build-indep $(STAMP_DIR)/install-common
 	dh_testdir
 	dh_testroot
 
-ifeq "$(shell echo $(USE_GSTREAMER)$(USE_VLC) | grep -q y && echo 0)" "0"
+ifneq "$(shell echo $(USE_GSTREAMER)$(USE_VLC) | grep -q y && echo 0)" "0"
 	# sound doesn't work anyway, remove the .wav files to save space
 	rm -rf $(PKGDIR)-common/$(OODIR)/share/gallery/sounds
 	rm -f $(PKGDIR)-common/$(OODIR)/share/gallery/sg9.*

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


Reply to: