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

[SCM] LibreOffice packaging repository branch, master, updated. libreoffice_3.5.2-5-3-g496346c



The following commit has been merged in the master branch:
commit 496346c9e692b7ba8ec0aa78c78cac7b71d830a5
Author: Rene Engelhard <rene@debian.org>
Date:   Fri Apr 27 09:22:22 2012 +0200

    guard libdbalo.so mv with feq PACKAGE_BASE=y

diff --git a/changelog b/changelog
index 14c30a9..fc50fee 100644
--- a/changelog
+++ b/changelog
@@ -1,5 +1,9 @@
 libreoffice (1:3.5.2-6) UNRELEASED; urgency=low
 
+  [ Rene Engelhard ]
+  * debian/rules: 
+    - guard libdbalo.so mv with feq PACKAGE_BASE=y...
+
   [ Björn Michaelsen ]
   * add missing mimetypes to impress.desktop (LP: #904212)
 
diff --git a/control b/control
index f4a5abc..2fb8411 100644
--- a/control
+++ b/control
@@ -166,6 +166,7 @@ Description: office productivity suite -- spreadsheet
 Package: libreoffice-impress
 Architecture: alpha amd64 armel armhf hppa i386 ia64 mips mipsel powerpc powerpcspe ppc64 s390 s390x sparc kfreebsd-amd64 kfreebsd-i386
 Depends: libreoffice-core (= ${binary:Version}), libreoffice-draw (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Conflicts: libcairo2 (= 1.12.0-1), libcairo2 (= 1.12.0-2)
 Description: office productivity suite -- presentation
  LibreOffice is a full-featured office productivity suite that provides
  a near drop-in replacement for Microsoft(R) Office.
diff --git a/rules b/rules
index aed5a78..3facd55 100755
--- a/rules
+++ b/rules
@@ -2098,9 +2098,11 @@ ifeq "$(PACKAGE_NSPLUGIN)" "y"
 			   usr/lib/mozilla/plugins/libnpsoplugin.so
 endif
 
+ifeq "$(PACKAGE_BASE)" "y"
 	mkdir -p $(PKGDIR)-base-core/$(OODIR)/program
 	mv $(PKGDIR)-base/$(OODIR)/program/libdbalo.so \
 		$(PKGDIR)-base-core/$(OODIR)/program
+endif
 
 ifeq "$(ENABLE_JAVA)" "y"
   ifneq (,$(filter hsqldb, $(SYSTEM_STUFF)))

-- 
LibreOffice packaging repository


Reply to: