summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2021-11-18 13:08:14 +0100
committerAndras Timar <andras.timar@collabora.com>2021-11-18 14:14:11 +0100
commitf07ff8c7e0754babe9819163fb0edeacac326caf (patch)
tree2e24c52eb95edf971399e33580d26b691528b211 /debian
parentNotebookbarBuilder.js: Set role of Menubar. (diff)
downloadonline-f07ff8c7e0754babe9819163fb0edeacac326caf.tar.gz
online-f07ff8c7e0754babe9819163fb0edeacac326caf.zip
rename: remaining lool->cool changes
Signed-off-by: Andras Timar <andras.timar@collabora.com> Change-Id: Ib7d4e804bebe52dead8d53b0e0bbaed0f08bf3d0
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control8
-rw-r--r--debian/coolwsd.postinst.in (renamed from debian/loolwsd.postinst.in)8
-rw-r--r--debian/coolwsd.postrm5
-rw-r--r--debian/coolwsd.preinst10
-rw-r--r--debian/coolwsd.service (renamed from debian/loolwsd.service)4
-rw-r--r--debian/copyright2
-rw-r--r--debian/loolwsd.postrm5
-rw-r--r--debian/loolwsd.preinst10
9 files changed, 30 insertions, 28 deletions
diff --git a/debian/changelog b/debian/changelog
index a06771169f..9c402a4a93 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,16 +1,16 @@
-loolwsd (21.11.0.1-1) unstable; urgency=medium
+coolwsd (21.11.0.1-1) unstable; urgency=medium
* https://github.com/CollaboraOnline/online/releases/tag/cp-21.11.0-1
-- Andras Timar <andras.timar@collabora.com> Thu, 11 Nov 2021 15:40:00 +0100
-loolwsd (21.11.0.0-1) unstable; urgency=medium
+coolwsd (21.11.0.0-1) unstable; urgency=medium
* https://github.com/CollaboraOnline/online/releases/tag/cp-21.11.0-0
-- Andras Timar <andras.timar@collabora.com> Tue, 26 Oct 2021 13:40:00 +0100
-loolwsd (21.06.2.0-1) unstable; urgency=medium
+coolwsd (21.06.2.0-1) unstable; urgency=medium
* https://github.com/CollaboraOnline/online/releases/tag/cp-21.06.2-0
diff --git a/debian/control b/debian/control
index ffcca5f52f..88bf7dae3c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,11 +1,11 @@
-Source: loolwsd
+Source: coolwsd
Section: web
Priority: optional
Maintainer: Andras Timar <andras.timar@collabora.com>
Build-Depends: debhelper (>= 9.20160709) | dh-systemd (>= 1.3), libcap-dev, libcap2-bin, libpcre3-dev, libpng-dev, linux-libc-dev, nodejs, python3-polib, python3-lxml, fontconfig, libpam-dev, libcppunit-dev, pkg-config, devscripts, m4
Standards-Version: 3.9.7
-Package: loolwsd
+Package: coolwsd
Section: web
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
@@ -24,6 +24,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
collaboraofficebasis-extension-pdf-import,
collaboraofficebasis-ooolinguistic,
collaboraofficebasis-math
+Conflicts: loolwsd
+Replaces: loolwsd
Description: Collabora Online WebSocket Daemon
- LOOLWSD is a daemon that talks to web browser clients and provides LibreOffice
+ COOLWSD is a daemon that talks to web browser clients and provides LibreOffice
services.
diff --git a/debian/loolwsd.postinst.in b/debian/coolwsd.postinst.in
index 1e550db614..608028bfc9 100644
--- a/debian/loolwsd.postinst.in
+++ b/debian/coolwsd.postinst.in
@@ -8,8 +8,8 @@ case "$1" in
setcap cap_sys_admin=ep /usr/bin/coolmount || true
adduser --quiet --system --group --home /opt/cool cool
- chown cool: /etc/loolwsd/loolwsd.xml
- chmod 640 /etc/loolwsd/loolwsd.xml
+ chown cool: /etc/coolwsd/coolwsd.xml
+ chmod 640 /etc/coolwsd/coolwsd.xml
# We assume that the LibreOffice to be used is built TDF-style
# and installs in @LO_PATH@, and that /opt/cool is
@@ -24,9 +24,9 @@ case "$1" in
coolwsd-systemplate-setup /opt/cool/systemplate @LO_PATH@ >/dev/null 2>&1
coolwsd-generate-proof-key >/dev/null 2>&1
- cat << EOF > /etc/apt/apt.conf.d/25loolwsd
+ cat << EOF > /etc/apt/apt.conf.d/25coolwsd
// Rebuild systemplate of @APP_NAME@
-DPkg::Post-Invoke { "echo Updating loolwsd systemplate;coolwsd-systemplate-setup /opt/cool/systemplate @LO_PATH@ >/dev/null 2>&1 || true"; };
+DPkg::Post-Invoke { "echo Updating coolwsd systemplate;coolwsd-systemplate-setup /opt/cool/systemplate @LO_PATH@ >/dev/null 2>&1 || true"; };
EOF
;;
diff --git a/debian/coolwsd.postrm b/debian/coolwsd.postrm
new file mode 100644
index 0000000000..9f486f9808
--- /dev/null
+++ b/debian/coolwsd.postrm
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+set -e
+
+rm -f /etc/apt/apt.conf.d/25coolwsd
diff --git a/debian/coolwsd.preinst b/debian/coolwsd.preinst
new file mode 100644
index 0000000000..b8e1c7be4c
--- /dev/null
+++ b/debian/coolwsd.preinst
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -e
+
+# Stop any running coolwsd process
+if [ -d /run/systemd/system ]; then
+ deb-systemd-invoke stop coolwsd.service >/dev/null || true
+fi
+
+#DEBHELPER#
diff --git a/debian/loolwsd.service b/debian/coolwsd.service
index bfea55fa3f..a452f33e01 100644
--- a/debian/loolwsd.service
+++ b/debian/coolwsd.service
@@ -3,8 +3,8 @@ Description=Collabora Online WebSocket Daemon
After=network.target
[Service]
-EnvironmentFile=-/etc/sysconfig/loolwsd
-ExecStart=/usr/bin/loolwsd --version --o:sys_template_path=/opt/cool/systemplate --o:child_root_path=/opt/cool/child-roots --o:file_server_root_path=/usr/share/loolwsd
+EnvironmentFile=-/etc/sysconfig/coolwsd
+ExecStart=/usr/bin/coolwsd --version --o:sys_template_path=/opt/cool/systemplate --o:child_root_path=/opt/cool/child-roots --o:file_server_root_path=/usr/share/coolwsd
KillSignal=SIGINT
TimeoutStopSec=120
User=cool
diff --git a/debian/copyright b/debian/copyright
index 949a953ac5..abe4b12cb5 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,5 @@
Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
-Name: loolwsd
+Name: coolwsd
Maintainer: Andras Timar <andras.timar@collabora.com>
Source: https://github.com/CollaboraOnline/online.git
diff --git a/debian/loolwsd.postrm b/debian/loolwsd.postrm
deleted file mode 100644
index 784ad65bab..0000000000
--- a/debian/loolwsd.postrm
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-set -e
-
-rm -f /etc/apt/apt.conf.d/25loolwsd
diff --git a/debian/loolwsd.preinst b/debian/loolwsd.preinst
deleted file mode 100644
index 2778ec73b4..0000000000
--- a/debian/loolwsd.preinst
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-set -e
-
-# Stop any running loolwsd process
-if [ -d /run/systemd/system ]; then
- deb-systemd-invoke stop loolwsd.service >/dev/null || true
-fi
-
-#DEBHELPER#