From 81c7f4f2e793cf13e5a6310dd92d161f360bb644 Mon Sep 17 00:00:00 2001 From: David Cook Date: Fri, 13 Mar 2026 02:18:04 +0000 Subject: [PATCH] Bug 42087: Add dependency to debian/control This change adds File::LibMagic (via libfile-libmagic-perl) to debian/control. The debian/control should be automatically re-generated by debian/control.in during the package process, but we want to record the change here anyway. --- debian/control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/control b/debian/control index 1e137435350..ee733ff5d59 100644 --- a/debian/control +++ b/debian/control @@ -58,6 +58,7 @@ Build-Depends: libalgorithm-checkdigits-perl, libemail-sender-perl, libemail-stuffer-perl, libexception-class-perl, + libfile-libmagic-perl, libfile-slurp-perl, libfont-ttf-perl, libgd-barcode-perl, @@ -309,6 +310,7 @@ Depends: libalgorithm-checkdigits-perl, libemail-sender-perl, libemail-stuffer-perl, libexception-class-perl, + libfile-libmagic-perl, libfile-slurp-perl, libfont-ttf-perl, libgd-barcode-perl, -- 2.39.5