From 03966c0e02045e76aef33c01f3f20acc77de409c Mon Sep 17 00:00:00 2001 From: David Cook Date: Thu, 15 Oct 2020 01:21:13 +0000 Subject: [PATCH] Bug 26672: Add koha-core and koha-full metapackages Content-Type: text/plain; charset="utf-8" Signed-off-by: Mason James --- debian/control.in | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/debian/control.in b/debian/control.in index 1e07c56..06cf259 100644 --- a/debian/control.in +++ b/debian/control.in @@ -99,3 +99,27 @@ Description: Perl dep. for koha . This meta-package contains perl dependencies packages for koha (all perl lib). + +Package: koha-core +Depends: + koha-common +Architecture: all +Description: koha ils/lms (standard version) + Koha is an Integrated Library Management system for real-world libraries + (the kinds with books). + . + This package provides a version of Koha identical to that of koha-full, + but without third-party systems such as MariaDB, RabbitMQ, et cetera. + +Package: koha-full +Depends: + koha-common, + mysql-server | virtual-mysql-server, + rabbitmq-server, +Architecture: all +Description: koha ils/lms (standard version with 3rd party systems) + Koha is an Integrated Library Management system for real-world libraries + (the kinds with books). + . + This metapackage provides a version of Koha with the complete set of third-party + systems such as MariaDB, RabbitMQ, et cetera. -- 2.1.4