From fc1ba62e6529bb529a413d5895398baa5f2029d7 Mon Sep 17 00:00:00 2001 From: Mayeul Cantan Date: Fri, 29 Oct 2021 00:53:29 +0200 Subject: [PATCH] Pin dependency signald>=0.15.0-27 Starting with -27, the libc issue should be solved and the package should work again on buster. --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 3cb107f..b4299fb 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ # dependencies used by the app pkg_dependencies="postgresql python3" -extra_dependencies="libunixsocket-java signald signaldctl" +extra_dependencies="libunixsocket-java signald>=0.15.0-27 signaldctl" #================================================= # PERSONAL HELPERS #=================================================