From 9352dc8a02e7e62ba4ac06fd6b72465d7343bbd9 Mon Sep 17 00:00:00 2001 From: Echo Date: Tue, 12 May 2026 21:25:39 +0000 Subject: [PATCH] fix: add libfontconfig1 dependency for plotters TTF font support --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index efe7510..a7c4394 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Version: 1.0.0-1 Architecture: amd64 Maintainer: Moon Dragon Installed-Size: 45000 -Depends: postgresql-16, libssl3, libc6 (>= 2.39) +Depends: postgresql-16, libssl3, libc6 (>= 2.39), libfontconfig1 Recommends: postgresql-client-16, fonts-dejavu-core Suggests: gpg Section: admin