From 613c9f572b23cb4f2f54c762241b0bf980630a24 Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Wed, 20 Aug 2025 16:42:54 +0200 Subject: [PATCH] Depend on libconfig-simple-perl to support configuration files. --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a03cef9..f828a0b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ pflogsumm (1.1.12-1) UNRELEASED; urgency=medium * New upstream release. Underscore options have been restored and are marked as deprecated. + * Depend on libconfig-simple-perl to support configuration files. -- Sven Hoexter Wed, 20 Aug 2025 16:35:37 +0200 diff --git a/debian/control b/debian/control index 7c55e8f..d34d69e 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Vcs-Browser: https://git.sven.stormbind.net/?p=sven/pflogsumm.git Package: pflogsumm Architecture: all -Depends: ${misc:Depends}, perl, libdate-calc-perl +Depends: ${misc:Depends}, perl, libdate-calc-perl, libconfig-simple-perl Description: Postfix log entry summarizer pflogsumm is designed to provide an over-view of postfix activity, with just enough detail to give the administrator -- 2.39.5