[Libreoffice-commits] online.git: configure.ac

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue May 21 15:29:33 UTC 2019


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1dbbc5acc7d51adc363c2b43a24afae4b17971a6
Author:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
AuthorDate: Mon May 20 13:31:39 2019 +0200
Commit:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
CommitDate: Tue May 21 17:29:15 2019 +0200

    Change package name to "libreoffice-online" instead of "loolwsd"
    
    The name on master is "loolwsd" while the official relase branches
    (libreoffice-6-2 e.g.) have "libreoffice-online".
    
    This leads to various issues, e.g. some scripts expect the config files
    to be in /etc/loolwsd while changing the name also changes that folder name
    to /etc/libreoffice-online.
    So at least docker builds from the release branches don't work.
    
    The package name should be consistent, either we use "libreoffice-online"
    on master also, or we change the release branches to also use "loolwsd".
    
    My preference is to have "libreoffice-online" as the name. "loolwsd" is an
    internal term and hard to associate with LibreOffice online for "outsiders".
    
    Change-Id: I1b1efda2fa6083f1a0d211fd73f1fa062f3286cc
    Reviewed-on: https://gerrit.libreoffice.org/72590
    Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
    Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>

diff --git a/configure.ac b/configure.ac
index 9fd6bfaee..2a2f3e231 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
 
 AC_PREREQ([2.63])
 
-AC_INIT([loolwsd], [master], [libreoffice at lists.freedesktop.org])
+AC_INIT([libreoffice-online], [master], [libreoffice at lists.freedesktop.org])
 LT_INIT([shared, disable-static, dlopen])
 
 AM_INIT_AUTOMAKE([1.10 subdir-objects tar-pax -Wno-portability])


More information about the Libreoffice-commits mailing list