Bugzilla – Attachment 111674 Details for
Bug 26672
Create metapackage to install Koha and all its dependencies
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26672: Make koha-core not rely on koha-common and have koha-full rely on koha-core
Bug-26672-Make-koha-core-not-rely-on-koha-common-a.patch (text/plain), 1.47 KB, created by
David Cook
on 2020-10-15 01:59:29 UTC
(
hide
)
Description:
Bug 26672: Make koha-core not rely on koha-common and have koha-full rely on koha-core
Filename:
MIME Type:
Creator:
David Cook
Created:
2020-10-15 01:59:29 UTC
Size:
1.47 KB
patch
obsolete
>From 14942eb528cc528ab980fd75873a1c7e24808a3e Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Thu, 15 Oct 2020 01:58:48 +0000 >Subject: [PATCH] Bug 26672: Make koha-core not rely on koha-common and have > koha-full rely on koha-core > >--- > debian/control.in | 27 ++++++++++++++++++++++++--- > 1 file changed, 24 insertions(+), 3 deletions(-) > >diff --git a/debian/control.in b/debian/control.in >index 0e0afe2999..c3d4068471 100644 >--- a/debian/control.in >+++ b/debian/control.in >@@ -103,8 +103,27 @@ Description: Perl dep. for koha > perl lib). > > Package: koha-core >-Depends: >- koha-common >+Depends: ${misc:Depends}, ${koha:Depends}, >+ apache2, >+ apache2-mpm-itk | libapache2-mpm-itk, >+ cron-daemon, >+ daemon, >+ debconf, >+ idzebra-2.0, >+ mysql-client | virtual-mysql-client, >+ perl-doc, >+ pwgen, >+ starman, >+ sudo, >+ fonts-dejavu | ttf-dejavu, >+ unzip, >+ xmlstarlet >+Suggests: >+ mysql-server | virtual-mysql-server, >+ memcached, >+ rabbitmq-server, >+ yaz, >+ letsencrypt > Architecture: all > Description: koha ils/lms (standard version) > Koha is an Integrated Library Management system for real-world libraries >@@ -115,9 +134,11 @@ Description: koha ils/lms (standard version) > > Package: koha-full > Depends: >- koha-common, >+ koha-core, > mysql-server | virtual-mysql-server, >+ memcached, > rabbitmq-server, >+ yaz > Architecture: all > Description: koha ils/lms (standard version with 3rd party systems) > Koha is an Integrated Library Management system for real-world libraries >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 26672
:
111673
|
111674
|
113771
|
113772
|
113974
|
113975
|
113982
|
113985
|
113986
|
113992
|
113993
|
113994
|
113995
|
114004
|
114040