[SCM] LibreOffice packaging repository branch, master, updated. libreoffice_3.5.2-1-19-g6601b81
The following commit has been merged in the master branch:
commit 6601b814d822beb8b258e325b4eca63189e1389b
Author: Rene Engelhard <rene@debian.org>
Date: Sat Apr 7 22:52:33 2012 +0200
go safe and try to remove debian/tmp/pkg/libreoffice-filter-binfilter/usr/share/applications if binfilter disabled
diff --git a/rules b/rules
index 803a9bc..980bf1d 100755
--- a/rules
+++ b/rules
@@ -1704,6 +1704,12 @@ ifneq "$(HELPISOS)" ""
done
endif
+ifneq "$(BUILD_BINFILTERS)" "y"
+ # somewhow there's a libreoffice-filter-binfilter here even when binfilter disabled.
+ # go sure.
+ rm -rf debian/tmp/pkg/libreoffice-filter-binfilter/usr/share/applications
+endif
+
dh_installdirs -A
dh_install -A --sourcedir=debian/tmp/pkg --fail-missing
--
LibreOffice packaging repository
Reply to: