[neon/extras/kexi/Neon/release] debian: KF5TextEditor
Jonathan Esk-Riddell
null at kde.org
Thu Oct 13 16:20:08 BST 2022
Git commit 79148f88fa78b3048e1c5567883834b479d731c4 by Jonathan Esk-Riddell.
Committed on 13/10/2022 at 15:20.
Pushed by jriddell into branch 'Neon/release'.
KF5TextEditor
M +13 -8 debian/control
https://invent.kde.org/neon/extras/kexi/commit/79148f88fa78b3048e1c5567883834b479d731c4
diff --git a/debian/control b/debian/control
index 8273b60..ea6bc3c 100644
--- a/debian/control
+++ b/debian/control
@@ -24,6 +24,7 @@ Build-Depends: breeze-icon-theme-rcc,
libkf5iconthemes-dev (>= 5.16.0),
libkf5itemviews-dev (>= 5.16.0),
libkf5kio-dev (>= 5.16.0),
+ libkf5texteditor-dev,
libkf5texteditor-dev (>= 5.16.0),
libkf5textwidgets-dev (>= 5.16.0),
libkf5widgetsaddons-dev (>= 5.16.0),
@@ -37,7 +38,7 @@ Build-Depends: breeze-icon-theme-rcc,
pkg-kde-tools (>= 0.15.16),
postgresql-server-dev-all,
qtbase5-dev (>= 5.4.0),
- qttools5-dev (>= 5.4.0),
+ qttools5-dev (>= 5.4.0)
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: http://www.kexi-project.org/
@@ -47,14 +48,12 @@ Vcs-Browser: https://salsa.debian.org/qt-kde-team/extras/kexi
Package: kexi
Architecture: any
Section: database
-Depends: kexi-data (>= ${source:Version}),
- breeze-icon-theme-rcc,
+Depends: breeze-icon-theme-rcc,
+ kexi-data (>= ${source:Version}),
libkdb3-driver-sqlite,
${misc:Depends},
${shlibs:Depends}
-Suggests: kexi-mysql-driver,
- kexi-postgresql-driver,
- kexi-web-form-widget,
+Suggests: kexi-mysql-driver, kexi-postgresql-driver, kexi-web-form-widget
Description: visual database applications builder
KEXI is a visual database applications builder. It can be used for
designing database applications, inserting and editing data,
@@ -81,7 +80,10 @@ Description: data files for kexi
Package: kexi-mysql-driver
Architecture: any
Section: database
-Depends: kexi (= ${binary:Version}), libkdb3-driver-mysql, ${misc:Depends}, ${shlibs:Depends}
+Depends: kexi (= ${binary:Version}),
+ libkdb3-driver-mysql,
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: MySQL support for kexi
KEXI is a visual database applications builder. It can be used for
designing database applications, inserting and editing data,
@@ -95,7 +97,10 @@ Description: MySQL support for kexi
Package: kexi-postgresql-driver
Architecture: any
Section: database
-Depends: kexi (= ${binary:Version}), libkdb3-driver-postgresql, ${misc:Depends}, ${shlibs:Depends}
+Depends: kexi (= ${binary:Version}),
+ libkdb3-driver-postgresql,
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: PostgreSQL support for kexi
KEXI is a visual database applications builder. It can be used for
designing database applications, inserting and editing data,
More information about the Neon-commits
mailing list