@@ -, +, @@ --- debian/control.in | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) --- a/debian/control.in +++ a/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. --