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

[SCM] LibreOffice packaging repository branch, debian-experimental-3.5, updated. libreoffice_3.5.0-1-14-gc99ff34



The following commit has been merged in the debian-experimental-3.5 branch:
commit 36707e6d432db3eaa77dc712852c428ab3717d40
Author: Rene Engelhard <rene@debian.org>
Date:   Mon Feb 20 00:05:06 2012 +0100

    don't try to mv libvclplug_gtk3.so if not built, thanks Rico Tzschichholz again

diff --git a/changelog b/changelog
index 3937352..393738c 100644
--- a/changelog
+++ b/changelog
@@ -14,11 +14,13 @@ libreoffice (1:3.5.0-2) UNRELEASED; urgency=low
       the build
     - apply patch from Rico Tzschichholz to update some configure flags
       to new names in 3.5.x; remove some obsolete ones
+    - don't try to mv libvclplug_gtk3.so if not built, thanks Rico
+      Tzschichholz again
 
   [ Bjoern Michaelsen ]
   * debian/libreoffice-common.postrm.in: remove mismerged superfluous fi
 
- -- Rene Engelhard <rene@debian.org>  Sun, 19 Feb 2012 22:46:24 +0100
+ -- Rene Engelhard <rene@debian.org>  Sun, 19 Feb 2012 23:03:52 +0000
 
 libreoffice (1:3.5.0-1) experimental; urgency=low
 
diff --git a/rules b/rules
index 4229ae5..5883781 100755
--- a/rules
+++ b/rules
@@ -2024,10 +2024,12 @@ endif
 
 	# split out gtk stuff
 	rm -rf $(PKGDIR)-gtk
-	rm -rf $(PKGDIR)-gtk3
 	mkdir -p -m755 $(PKGDIR)-gtk/$(OODIR)/program
+ifeq "$(BUILD_GTK3)" "y"
+	rm -rf $(PKGDIR)-gtk3
 	mkdir -p -m755 $(PKGDIR)-gtk3/$(OODIR)/program
 	mv $(PKGDIR)-gnome/$(OODIR)/program/libvclplug_gtk3lo.so $(PKGDIR)-gtk3/$(OODIR)/program/
+endif
 	mv $(PKGDIR)-gnome/$(OODIR)/program/* $(PKGDIR)-gtk/$(OODIR)/program/
 ifeq "$(BUILD_GTK)" "y"
 	mkdir -p -m755 $(PKGDIR)-gtk/$(OODIR)/share

-- 
LibreOffice packaging repository


Reply to: