From 3862ae443098470245bfa0ffc88b7f7992320039 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 20 Aug 2021 11:30:54 +0200 Subject: Fix the owner and the group of the directory /var/lib/mailgraph/ --- debian/changelog | 2 ++ debian/mailgraph.docs | 3 ++- debian/mailgraph.postinst | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index df99cce..02629c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ mailgraph (1.14-18) UNRELEASED; urgency=medium * debian/control: - Add ${misc:Pre-Depends}. * Rename NEWS.Debian to NEWS (thanks to lintian). + * Fix the owner and the group of the directory /var/lib/mailgraph/ + (Closes: #927017). Thanks to Michael Krieger . -- Jörg Frings-Fürst Thu, 18 Jul 2019 20:31:13 +0200 diff --git a/debian/mailgraph.docs b/debian/mailgraph.docs index 74728e1..8d623c0 100644 --- a/debian/mailgraph.docs +++ b/debian/mailgraph.docs @@ -1,3 +1,4 @@ README debian/README.fetchmail -debian/NEWS.Debian +debian/README.source +debian/README.Debian diff --git a/debian/mailgraph.postinst b/debian/mailgraph.postinst index 4b73ef3..4c45aa9 100644 --- a/debian/mailgraph.postinst +++ b/debian/mailgraph.postinst @@ -36,6 +36,7 @@ case "$1" in ucf --debconf-ok ${tempfile} /etc/default/mailgraph ucfr mailgraph /etc/default/mailgraph rm -f ${tempfile} + chown -R www-data:www-data /var/lib/mailgraph/ ;; abort-upgrade|abort-remove|abort-deconfigure) -- cgit v1.2.3