Bugzilla – Attachment 34009 Details for
Bug 13359
provide virtual-mysql-server Depends On to facilitate alternate mysql implementations
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13359 - allow the packages to use virtual-mysql-*
Bug-13359---allow-the-packages-to-use-virtual-mysq.patch (text/plain), 2.88 KB, created by
Robin Sheat
on 2014-11-27 23:29:19 UTC
(
hide
)
Description:
Bug 13359 - allow the packages to use virtual-mysql-*
Filename:
MIME Type:
Creator:
Robin Sheat
Created:
2014-11-27 23:29:19 UTC
Size:
2.88 KB
patch
obsolete
>From acc8d48fc304e8983f897e5c4a3676a0f203f7ca Mon Sep 17 00:00:00 2001 >From: Robin Sheat <robin@catalyst.net.nz> >Date: Fri, 28 Nov 2014 12:24:21 +1300 >Subject: [PATCH] Bug 13359 - allow the packages to use virtual-mysql-* > >Prior to this patch, the koha packages depended on mysql-client. This >meant that it was tricky to use things such as the MariaDB libraries >instead. > >This patch recommends mysql, but will accept mariadb and other things >that are marked by debian as able to replace mysql. >--- > debian/control | 10 +++++----- > debian/control.in | 10 +++++----- > 2 files changed, 10 insertions(+), 10 deletions(-) > >diff --git a/debian/control b/debian/control >index 8c378c1..3e8150d 100644 >--- a/debian/control >+++ b/debian/control >@@ -139,7 +139,7 @@ Depends: ${misc:Depends}, ${koha:Depends}, > idzebra-2.0, > libjs-jquery, > libjs-yui, >- mysql-client, >+ mysql-client | virtual-mysql-client, > perl-doc, > pwgen, > sudo, >@@ -148,7 +148,7 @@ Depends: ${misc:Depends}, ${koha:Depends}, > unzip, > xmlstarlet, > yaz >-Suggests: mysql-server, >+Suggests: mysql-server | virtual-mysql-server, > memcached > Homepage: http://koha-community.org/ > Description: integrated (physical) library management system >@@ -163,7 +163,7 @@ Architecture: all > Depends: ${shlib:Depends}, ${misc:Depends}, > koha-common, > dbconfig-common, >- mysql-server >+ mysql-server | virtual-mysql-server > Homepage: http://koha-community.org/ > Description: integrated (physical) library management system > Koha is an Integrated Library Managment system for real-world libraries >@@ -187,8 +187,8 @@ Depends: ${misc:Depends}, > idzebra-2.0, > libjs-jquery, > libjs-yui, >- mysql-client, >- mysql-server, >+ mysql-client | virtual-mysql-client, >+ mysql-server | virtual-mysql-server, > perl-doc, > pwgen, > sudo, >diff --git a/debian/control.in b/debian/control.in >index 3c2f42f..66ebc4c 100644 >--- a/debian/control.in >+++ b/debian/control.in >@@ -25,7 +25,7 @@ Depends: ${misc:Depends}, ${koha:Depends}, > idzebra-2.0, > libjs-jquery, > libjs-yui, >- mysql-client, >+ mysql-client | virtual-mysql-client, > perl-doc, > pwgen, > sudo, >@@ -34,7 +34,7 @@ Depends: ${misc:Depends}, ${koha:Depends}, > unzip, > xmlstarlet, > yaz >-Suggests: mysql-server, >+Suggests: mysql-server | virtual-mysql-server, > memcached > Homepage: http://koha-community.org/ > Description: integrated (physical) library management system >@@ -49,7 +49,7 @@ Architecture: all > Depends: ${shlib:Depends}, ${misc:Depends}, > koha-common, > dbconfig-common, >- mysql-server >+ mysql-server | virtual-mysql-server > Homepage: http://koha-community.org/ > Description: integrated (physical) library management system > Koha is an Integrated Library Managment system for real-world libraries >@@ -73,8 +73,8 @@ Depends: ${misc:Depends}, > idzebra-2.0, > libjs-jquery, > libjs-yui, >- mysql-client, >- mysql-server, >+ mysql-client | virtual-mysql-client, >+ mysql-server | virtual-mysql-server, > perl-doc, > pwgen, > sudo, >-- >1.9.1
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 13359
:
34009
|
34010