From 114fa96a06660046f273248678f7d7270ea98766 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Tue, 21 Sep 2021 07:08:44 -0400 Subject: [PATCH] Bug 31675: Remove packages from debian/control that are no longer used As far as I can tell, we are no longer using CGI::Session::Serialize::YAML or YAML::Syck, but they are still marked dependencies for the Debian package. Signed-off-by: Danyon Sewell Signed-off-by: Tomas Cohen Arazi Signed-off-by: Jacob O'Mara (cherry picked from commit 56ecfc55fc9850cd3bbfbae0e850f864c5a78fe3) Signed-off-by: Lucas Gass --- debian/control | 4 ---- 1 file changed, 4 deletions(-) diff --git a/debian/control b/debian/control index a4384d2d1a..d0e9c7361c 100644 --- a/debian/control +++ b/debian/control @@ -27,7 +27,6 @@ Build-Depends: libalgorithm-checkdigits-perl, libcgi-pm-perl, libcgi-session-driver-memcached-perl, libcgi-session-perl, - libcgi-session-serialize-yaml-perl, libclass-accessor-perl, libclass-factory-util-perl, libclass-inspector-perl, @@ -163,7 +162,6 @@ Build-Depends: libalgorithm-checkdigits-perl, libxml-simple-perl, libxml-writer-perl, libyaml-perl, - libyaml-syck-perl, debhelper (>= 7.0.50), gettext, xsltproc, docbook-xsl, fonts-dejavu | ttf-dejavu, libxml2-utils, bash-completion, perl-modules-5.26 | libtest-simple-perl (>= 1.302073) @@ -263,7 +261,6 @@ Depends: libalgorithm-checkdigits-perl, libcgi-pm-perl, libcgi-session-driver-memcached-perl, libcgi-session-perl, - libcgi-session-serialize-yaml-perl, libclass-accessor-perl, libclass-factory-util-perl, libclass-inspector-perl, @@ -399,7 +396,6 @@ Depends: libalgorithm-checkdigits-perl, libxml-simple-perl, libxml-writer-perl, libyaml-perl, - libyaml-syck-perl Architecture: all Description: Perl dep. for koha Koha is an Integrated Library Management system for real-world libraries -- 2.39.2