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

[libreoffice] 04/04: 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-experimental-4.4
in repository libreoffice.

commit 3178de96700d81e33027af73f972115a628a59b3
Author: Rene Engelhard <rene@debian.org>
Date:   Sun Mar 15 11:01:43 2015 +0100

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

diff --git a/changelog b/changelog
index 35f847f..5131080 100644
--- a/changelog
+++ b/changelog
@@ -4,8 +4,10 @@ libreoffice (1:4.4.2~rc1-1) experimental; urgency=medium
 
   * debian/control.ogltrans.in:
     - capitalize "impress" in description (closes: #779479)
+  * debian/rules:
+    - fix logic to not install sound files (closes: #780497)
 
- -- Rene Engelhard <rene@debian.org>  Sat, 14 Mar 2015 17:59:45 +0100
+ -- Rene Engelhard <rene@debian.org>  Sun, 15 Mar 2015 09:42:20 +0100
 
 libreoffice (1:4.4.1~rc2-1) experimental; urgency=medium
 
diff --git a/rules b/rules
index c8fc64d..ea6f390 100755
--- a/rules
+++ b/rules
@@ -2722,7 +2722,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: