From e9c92a4ce58320b6a71296a59c4d52e6c8d477b1 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 --- debian/control.in | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/debian/control.in b/debian/control.in index 0984936e71..0e0afe2999 100644 --- a/debian/control.in +++ b/debian/control.in @@ -101,3 +101,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.11.0