[Libreoffice-commits] online.git: Branch 'distro/collabora/milestone-3' - 3 commits - loolwsd/configure.ac loolwsd/debian
Tor Lillqvist
tml at collabora.com
Fri Jul 24 04:03:53 PDT 2015
loolwsd/configure.ac | 2 +-
loolwsd/debian/control | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 67e56dbb711f743805b142cbb228bdc8ad0e142d
Author: Tor Lillqvist <tml at collabora.com>
Date: Fri Jul 24 14:02:29 2015 +0300
Bump version to 1.1.9 after tarball
diff --git a/loolwsd/configure.ac b/loolwsd/configure.ac
index 6a777bd..d8946ea 100644
--- a/loolwsd/configure.ac
+++ b/loolwsd/configure.ac
@@ -3,7 +3,7 @@
AC_PREREQ([2.69])
-AC_INIT([loolwsd], [1.1.8], [libreoffice at collabora.com])
+AC_INIT([loolwsd], [1.1.9], [libreoffice at collabora.com])
AM_INIT_AUTOMAKE([1.11 silent-rules])
commit c3368a87ed1e94c062969acd262bb5db6815e8e8
Author: Tor Lillqvist <tml at collabora.com>
Date: Fri Jul 24 13:40:33 2015 +0300
Bump version to 1.1.8 for tarball (and packaging)
diff --git a/loolwsd/configure.ac b/loolwsd/configure.ac
index cfcc00a..6a777bd 100644
--- a/loolwsd/configure.ac
+++ b/loolwsd/configure.ac
@@ -3,7 +3,7 @@
AC_PREREQ([2.69])
-AC_INIT([loolwsd], [1.1.7], [libreoffice at collabora.com])
+AC_INIT([loolwsd], [1.1.8], [libreoffice at collabora.com])
AM_INIT_AUTOMAKE([1.11 silent-rules])
commit 0f3e07729d2e52f8f80de0543bc4be8869075f78
Author: Tor Lillqvist <tml at collabora.com>
Date: Fri Jul 24 13:39:43 2015 +0300
Add more synthetic dependencies per customer wish
Not sure why they want to depend on those dev packages!?
diff --git a/loolwsd/debian/control b/loolwsd/debian/control
index a15e63e..178761f 100644
--- a/loolwsd/debian/control
+++ b/loolwsd/debian/control
@@ -8,7 +8,7 @@ Standards-Version: 3.9.2
Package: loolwsd
Section: web
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, libssl1.0.0, libmysqlclient18, libodbc1, libpng12-0, libxinerama-dev, libcairo2-dev, libgl1-mesa-dev, libcups2-dev, libdbus-glib-1-dev, cpio
Description: LibreOffice On-Line WebSocket Daemon
LOOLWSD is a daemon that talks to web browser clients and provides LibreOffice
services.
More information about the Libreoffice-commits
mailing list