From 124ceaf9695a3cf92dbdcb78645afe716c5e1321 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 30 Apr 2013 00:39:25 +0200 Subject: [PATCH] kamailio-mysql-modules: support percona-server-client-5.1 as alternative to mysql-client dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently ngcp-services-ce fails to install on Debian/squeeze for release-trunk-squeeze because of: | # apt-get install ngcp-services-ce | [...] | The following packages have unmet dependencies: | ngcp-services-ce : Depends: kamailio-mysql-modules but it is not going to be installed | Depends: mysql-client or | percona-server-client-5.1 but it is not going to be installed | Depends: mysql-server or | percona-server-server-5.1 but it is not going to be installed I might be totally wrong but I don't see any reason why it should fail besides apt not being able to fully resolve the percona packages as valid mysql-client package: | # apt-cache show percona-server-client-5.1 | grep Provides | Provides: mysql-client since: | # apt-get install ngcp-services-ce percona-server-client-5.1 percona-server-server-5.1 just works™. :-/ So at least give it a try before we dig deeper into apt's resolver... --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index e0dc40147..d0acff051 100644 --- a/debian/control +++ b/debian/control @@ -95,7 +95,7 @@ Description: Debugging symbols for Kamailio SIP proxy Package: kamailio-mysql-modules Architecture: any -Depends: kamailio (= ${binary:Version}), mysql-client, ${shlibs:Depends} +Depends: kamailio (= ${binary:Version}), mysql-client | percona-server-client-5.1, ${shlibs:Depends} Replaces: kamailio-mysql-module Description: MySQL database connectivity module for Kamailio Kamailio is a very fast and flexible SIP (RFC3261)