diff options
author | Andras Timar <andras.timar@collabora.com> | 2019-12-09 18:09:48 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2020-01-10 12:08:08 +0100 |
commit | b0b2e8f5e8cb592774c586677bb7cb7d7962da63 (patch) | |
tree | 855d51a82139b79148d397c0b070e42a1c98a036 /debian | |
parent | d2a0779079df46af4d22cf086d2857742d2eed63 (diff) |
Bump package version to 4.2.0-3 and update deb/rpm package files
Change-Id: I935425f644f373acdd4bf8d073ec8be3f29313b8
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 26 | ||||
-rw-r--r-- | debian/control | 18 | ||||
-rw-r--r-- | debian/rules | 4 |
3 files changed, 25 insertions, 23 deletions
diff --git a/debian/changelog b/debian/changelog index 56cbc5563..a81097de9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,25 +1,17 @@ -loolwsd (1.8.2-1) unstable; urgency=medium +loolwsd (4.2.0-3) unstable; urgency=medium - * Fix crash in Impress. + * see the git log: http://col.la/cool420 - -- Jan Holesovsky <kendy@collabora.com> Thu, 11 Aug 2016 16:46:00 +0100 + -- Andras Timar <andras.timar@collabora.com> Thu, 09 Jan 2020 22:12:00 +0100 -loolwsd (1.8.0-1) unstable; urgency=medium +loolwsd (4.2.0-2) unstable; urgency=medium - [ Tor Lillqvist ] - * Back to packaging this for Debian. + * see the git log: http://col.la/cool420 - [ Jan Holesovsky ] - * Update to match Collabora Office 5.1 + -- Andras Timar <andras.timar@collabora.com> Fri, 20 Dec 2019 13:27:00 +0100 - -- Jan Holesovsky <kendy@collabora.com> Fri, 05 Aug 2016 16:51:54 +0100 +loolwsd (4.2.0-1) unstable; urgency=medium -loolwsd (1.0.0-1) unstable; urgency=low + * see the git log: http://col.la/cool420 - * Initial release - - * Local Variables: - * Mode: fundamental - * End: - - -- Tor Lillqvist <tml@collabora.com> Fri, 15 May 2015 11:10:20 +0300 + -- Andras Timar <andras.timar@collabora.com> Tue, 10 Dec 2019 20:47:00 +0100 diff --git a/debian/control b/debian/control index 532367872..a4dc03ff6 100644 --- a/debian/control +++ b/debian/control @@ -2,13 +2,27 @@ Source: loolwsd Section: web Priority: optional Maintainer: Andras Timar <andras.timar@collabora.com> -Build-Depends: debhelper (>= 9), dh-systemd (>= 1.3), libcap-dev, libcap2-bin, libpcre3-dev, libpng-dev, libpoco-dev (>= 1.7.5), linux-libc-dev, nodejs, python-polib, python-lxml, python3-polib, python3-lxml, fontconfig, libpam-dev, libcppunit-dev, pkg-config, devscripts, m4 +Build-Depends: debhelper (>= 9), dh-systemd (>= 1.3), libcap-dev, libcap2-bin, libpcre3-dev, libpng-dev, libpoco-dev (>= 1.7.5), linux-libc-dev, nodejs, python3-polib, python3-lxml, fontconfig, libpam-dev, libcppunit-dev, pkg-config, devscripts, m4 Standards-Version: 3.9.7 Package: loolwsd Section: web Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, fontconfig, libsm6, libssl1.0.0, libodbc1, libxinerama1, libxrender1, libcairo2, libgl1-mesa-glx, libcups2, libdbus-glib-1-2, cpio, libcap2-bin, ${lo:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, + locales-all, adduser, expat, fontconfig, cpio, libcap2-bin, + collaboraofficebasis6.2-calc, + collaboraofficebasis6.2-core, + collaboraofficebasis6.2-graphicfilter, + collaboraofficebasis6.2-images, + collaboraofficebasis6.2-impress, + collaboraofficebasis6.2-ooofonts, + collaboraofficebasis6.2-writer, + collaboraoffice6.2, + collaboraoffice6.2-ure, + collaboraofficebasis6.2-en-us, + collaboraofficebasis6.2-draw, + collaboraofficebasis6.2-extension-pdf-import, + collaboraofficebasis6.2-ooolinguistic Description: LibreOffice Online WebSocket Daemon LOOLWSD is a daemon that talks to web browser clients and provides LibreOffice services. diff --git a/debian/rules b/debian/rules index d675675c0..feb980c95 100644 --- a/debian/rules +++ b/debian/rules @@ -19,7 +19,3 @@ override_dh_auto_test: override_dh_installinit: # no init.d scripts here, assume systemd - -override_dh_gencontrol: - # put package names of LibreOffice here - # dh_gencontrol -- -Vlo:Depends="" |