From 69e82e343be48e405c66c0a244d6e6af6561c64a Mon Sep 17 00:00:00 2001 From: David Cook Date: Fri, 15 May 2020 14:55:49 +1000 Subject: [PATCH] Bug 25509: Remove useless libjs-jquery dependency We don't use the libjs-jquery package, so we should remove the dependency. To Test: 1) Build package (out of scope of test plan) 2) Install package 3) Note that libjs-jquery is marked by apt as no longer required 4) Remove libjs-jquery package from system and note how it doesn't take koha-common with it Signed-off-by: Jonathan Druart Signed-off-by: Martin Renvoize --- debian/control.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/debian/control.in b/debian/control.in index 782f790fb0..b373abea1c 100644 --- a/debian/control.in +++ b/debian/control.in @@ -23,7 +23,6 @@ Depends: ${misc:Depends}, ${koha:Depends}, daemon, debconf, idzebra-2.0, - libjs-jquery, memcached, mysql-client | virtual-mysql-client, perl-doc, @@ -71,7 +70,6 @@ Depends: ${misc:Depends}, daemon, debconf, idzebra-2.0, - libjs-jquery, mysql-client | virtual-mysql-client, mysql-server | virtual-mysql-server, perl-doc, -- 2.20.1