Source: radicale Version: 1.1.1+20160902-1 Severity: normal Tags: patch Dear Maintainer,
Fix this issue reported by lintian https://lintian.debian.org/maintainer/[email protected]#radicale Patch attached Cheers -- System Information: Debian Release: stretch/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 4.8.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) -- Laurent
>From 9a1d1c2d825e5fc9511ab10df9488b3167f3c468 Mon Sep 17 00:00:00 2001 From: Laurent Arnoud <[email protected]> Date: Sun, 8 Jan 2017 15:43:12 +0100 Subject: [PATCH] Add lsb-base to Depends for etc/init.d/radicale --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 97b73af..ac96430 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,8 @@ Depends: ${misc:Depends}, ${python:Depends}, python3-radicale (= ${binary:Version}), python3, - adduser + adduser, + lsb-base (>= 3.0-6) Suggests: apache2-utils, python3-passlib, Provides: ${python:Provides} -- 2.11.0

