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

[libreoffice] 02/02: move liblosessioninstallerlo.so into -gnome when enabled; better suited there



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

rene pushed a commit to branch master
in repository libreoffice.

commit bd98dc73d670156c03ef008467c9436612dd557b
Author: Rene Engelhard <rene@debian.org>
Date:   Fri Apr 1 00:43:12 2016 +0200

    move liblosessioninstallerlo.so into -gnome when enabled; better suited there
---
 changelog | 2 ++
 rules     | 4 ++++
 2 files changed, 6 insertions(+)

diff --git a/changelog b/changelog
index 8c8925d..e8ecbcd 100644
--- a/changelog
+++ b/changelog
@@ -21,6 +21,8 @@ libreoffice (1:5.1.2~rc2-1) UNRELEASED; urgency=medium
     anymore since long
   * debian/libreoffice-mysql-connector.bug-script.in: fix PLATFORMID
     substitution to actually work
+  * debian/rules: move liblosessioninstallerlo.so into -gnome when enabled;
+    better suited there
 
  -- Rene Engelhard <rene@debian.org>  Tue, 29 Mar 2016 19:32:03 +0200
 
diff --git a/rules b/rules
index 752b649..8ee5996 100755
--- a/rules
+++ b/rules
@@ -2592,6 +2592,10 @@ ifeq "$(BUILD_GTK)" "y"
 	mv $(PKGDIR)-gtk/$(OODIR)/program/libucpgio1lo.so \
 		$(PKGDIR)-gnome/$(OODIR)/program/
   endif
+  ifeq "$(ENABLE_PACKAGEKIT)" "y"
+	mv $(PKGDIR)-gtk/$(OODIR)/program/liblosessioninstalllo.so \
+		$(PKGDIR)-gnome/$(OODIR)/program/
+  endif
 endif
 
 ifeq "$(ENABLE_EVO2)" "y"

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


Reply to: