------------------------------------------------------------
revno: 2120
committer: Rene Engelhard <[email protected]>
branch nick: debian
timestamp: Mon 2010-10-04 00:58:09 +0200
message:
  fix ure install; handle mono_loader*.uno.so
modified:
  control
  control.mono.in
  rules
=== modified file 'control'
--- a/control   2010-10-03 15:43:43 +0000
+++ b/control   2010-10-03 22:58:09 +0000
@@ -604,10 +604,8 @@
  a near drop-in replacement for Microsoft(R) Office.
  .
  This package contains the CLI bindings to OpenOffice.org for
- accessing the OpenOffice.org API from Mono languages (e.g. C# and Boo)
- .
- Note that currently the use of Mono for add-ins & scripting inside
- OpenOffice.org is *not* yet supported.
+ accessing the OpenOffice.org API from Mono languages (e.g. C# and Boo) and
+ for using Mono for components.
 
 Package: libuno-cli-basetypes1.0-cil
 Section: cli-mono

=== modified file 'control.mono.in'
--- a/control.mono.in   2009-04-27 13:34:49 +0000
+++ b/control.mono.in   2010-10-03 22:58:09 +0000
@@ -18,10 +18,8 @@
  a near drop-in replacement for Microsoft(R) Office.
  .
  This package contains the CLI bindings to OpenOffice.org for
- accessing the OpenOffice.org API from Mono languages (e.g. C# and Boo)
- .
- Note that currently the use of Mono for add-ins & scripting inside
- OpenOffice.org is *not* yet supported.
+ accessing the OpenOffice.org API from Mono languages (e.g. C# and Boo) and
+ for using Mono for components.
 
 Package: libuno-cli-basetypes1.0-cil
 Section: cli-mono

=== modified file 'rules'
--- a/rules     2010-10-03 22:02:09 +0000
+++ b/rules     2010-10-03 22:58:09 +0000
@@ -2268,6 +2268,8 @@
        mkdir -p $(PKGDIR)-core/$(OOBRANDDIR)/ure/lib; \
        mv $(PKGDIR)-common/$(OOBRANDDIR)/ure/lib/cli_uno_bridge.dll*  \
                $(PKGDIR)-core/$(OOBRANDDIR)/ure/lib
+       mv $(PKGDIR)-common/$(OOBRANDDIR)/ure/lib/mono_loader*.uno.so \
+               $(PKGDIR)-core/$(OOBRANDDIR)/ure/lib
        for i in `dh_listpackages | grep libuno-cli`; do \
                if echo "$$i" | grep -q oootypes; then p=openoffice.org-common; 
d=$(OODIR)/program; \
                else p=ure; d=$(OOBRANDDIR)/ure/lib; fi; \
@@ -2781,6 +2783,9 @@
                debian/cli-uno-bridge/$(OOUREDIR)/lib
        mv $(PKGDIR)-core/$(OOBRANDDIR)/ure/lib/cli_uno_bridge.dll.config \
                debian/cli-uno-bridge/$(OOUREDIR)/lib
+       mv $(PKGDIR)-core/$(OOBRANDDIR)/ure/lib/mono_loader*.uno.so \
+               debian/cli-uno-bridge/$(OOUREDIR)/lib
+
        mv debian/ure/$(OOUREDIR)/lib/libcli* \
                debian/cli-uno-bridge/$(OOUREDIR)/lib
        mkdir -p debian/cli-uno-bridge/usr/lib/pkgconfig

Reply via email to