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

Bug#907397: libreoffice: writer crashes when trying to insert more fields



retitle 907397 libreoffice: writer crashes when trying to insert more fields without libreoffice-base-drivers
thanks

Hi,

On Mon, Aug 27, 2018 at 07:06:04PM +0200, Rene Engelhard wrote:
> We already put libdbalo.so into a -base-core. That would mean a simple (untested as of yet)
> 
> diff --git a/control.in b/control.in
> index d747781b..0997189d 100644
> --- a/control.in
> +++ b/control.in
> @@ -330,15 +330,17 @@ Depends: libreoffice-core (= ${binary:Version}),
>           ${misc:Depends},
>           ${shlibs:Depends}
>  Suggests: libreoffice-base
> +Replaces: libreoffice-base-drivers (<< 1:6.1.1~rc1-2)
>  Description: office productivity suite -- shared library
>   LibreOffice is a full-featured office productivity suite that provides
>   a near drop-in replacement for Microsoft(R) Office.
>   .
> - This package contains libdba, a common library of the LibreOffice
> - suite used by Base, Writer and Calc.
> + This package contains common libraries of LibreOffice Base used by
> + Base, Writer and Calc.
>   .
>   If you need full Base functionality (or actual database drivers), please
> - install libreoffice-base.
> + install libreoffice-base (and/or libreoffice-base-drivers and/o
> + libreoffice-sdbc-*).
>  
>  Package: libreoffice-base
>  Architecture: %OOO_BASE_ARCHS%
> diff --git a/rules b/rules
> index 0db588ea..4a8fa393 100755
> --- a/rules
> +++ b/rules
> @@ -2756,6 +2756,8 @@ ifeq "$(PACKAGE_BASE)" "y"
>         mkdir -p $(PKGDIR)-base-core/$(OODIR)/program
>         mv $(PKGDIR)-base/$(OODIR)/program/libdbalo.so \
>                 $(PKGDIR)-base-core/$(OODIR)/program
> +       mv $(PKGDIR)-base/$(OODIR)/program/libdbahsqllo.so \
> +               $(PKGDIR)-base-core/$(OODIR)/program
>  endif
>  
>  ifeq "$(ENABLE_JAVA)" "y"
> 
> (+ regen of control)
> 
> should do it?

Committed the above.

Regards,

Rene


Reply to: