[SCM] kexi packaging branch, master, updated. a4746506eded6cf0aa378fc38345e6bbf1001613

Pino Toscano pino at moszumanska.debian.org
Sat Feb 25 18:17:00 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/calligra/kexi.git;a=commitdiff;h=a474650

The following commit has been merged in the master branch:
commit a4746506eded6cf0aa378fc38345e6bbf1001613
Author: Pino Toscano <pino at debian.org>
Date:   Sat Feb 25 19:15:29 2017 +0100

    fix dep for kexi
    
    it needs sqlite, not mysql
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index c707893..bf9c6df 100644
--- a/debian/control
+++ b/debian/control
@@ -44,7 +44,7 @@ Package: kexi
 Architecture: any
 Section: database
 Depends: kexi-data (>= ${source:Version}),
-         libkdb3-driver-mysql,
+         libkdb3-driver-sqlite,
          ${misc:Depends},
          ${shlibs:Depends}
 Suggests: kexi-mysql-driver,

-- 
kexi packaging



More information about the pkg-kde-commits mailing list