[SCM] kexi packaging branch, master, updated. f40a07725fffecce45a8d5f5df44f78a5a19aad8
Pino Toscano
pino at moszumanska.debian.org
Sat Sep 24 14:00:49 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/calligra/kexi.git;a=commitdiff;h=f40a077
The following commit has been merged in the master branch:
commit f40a07725fffecce45a8d5f5df44f78a5a19aad8
Author: Pino Toscano <pino at debian.org>
Date: Sat Sep 24 15:59:52 2016 +0200
add untested control file
loosely based on the calligra version (at least for names and
descriptions), but updated with new B-Ds
mostly untested though
---
debian/control | 127 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 127 insertions(+)
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..c1d5240
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,127 @@
+Source: kexi
+Section: kde
+Priority: optional
+Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
+Uploaders: Pino Toscano <pino at debian.org>
+Build-Depends: cmake (>= 3.0),
+ debhelper (>= 9),
+ default-libmysqlclient-dev,
+ extra-cmake-modules (>= 1.8.0),
+ libglib2.0-dev,
+ libkdb3-dev (>= 2.99.3),
+ libkf5archive-dev (>= 5.16.0),
+ libkf5codecs-dev (>= 5.16.0),
+ libkf5completion-dev (>= 5.16.0),
+ libkf5config-dev (>= 5.16.0),
+ libkf5configwidgets-dev (>= 5.16.0),
+ libkf5coreaddons-dev (>= 5.16.0),
+ libkf5crash-dev (>= 5.16.0),
+ libkf5guiaddons-dev (>= 5.16.0),
+ libkf5i18n-dev (>= 5.16.0),
+ libkf5iconthemes-dev (>= 5.16.0),
+ libkf5itemviews-dev (>= 5.16.0),
+ libkf5kio-dev (>= 5.16.0),
+ libkf5texteditor-dev (>= 5.16.0),
+ libkf5textwidgets-dev (>= 5.16.0),
+ libkf5widgetsaddons-dev (>= 5.16.0),
+ libkf5xmlgui-dev (>= 5.16.0),
+ libkproperty3-dev (>= 2.99.3),
+ libkreport3-dev (>= 2.99.3),
+ libpq-dev,
+ libpqxx-dev,
+ libqt5webkit5-dev (>= 5.4.0),
+ pkg-config,
+ pkg-kde-tools (>= 0.15.16),
+ postgresql-server-dev-all,
+ qtbase5-dev (>= 5.4.0),
+Standards-Version: 3.9.8
+Homepage: http://www.kexi-project.org/
+Vcs-Git: https://anonscm.debian.org/git/pkg-kde/calligra/kexi.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-kde/calligra/kexi.git
+
+Package: kexi
+Architecture: any
+Section: database
+Depends: kexi-data (>= ${source:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends}
+Suggests: kexi-mysql-driver,
+ kexi-postgresql-driver,
+Description: integrated database environment for the Calligra Suite
+ Kexi is an integrated data management application. It can be used for
+ creating database schemas, inserting data, performing queries, and
+ processing data. Forms can be created to provide a custom interface to
+ your data. All database objects - tables, queries and forms - are stored
+ in the database, making it easy to share data and design.
+ .
+ Kexi is considered as a long awaited Open Source competitor for MS Access,
+ Filemaker and Oracle Forms. Its development is motivated by the lack of
+ Rapid Application Development (RAD) tools for database systems that are
+ sufficiently powerful, inexpensive, open standards driven and portable
+ across many operating systems and hardware platforms.
+ .
+ This package is part of the Calligra Suite.
+
+Package: kexi-data
+Architecture: all
+Depends: ${misc:Depends}
+Breaks: kexi (<< 1:2.7.1)
+Replaces: kexi (<< 1:2.7.1)
+Description: data files for Kexi
+ This package contains architecture-independent data files for Kexi, the
+ database program shipped with the Calligra Suite.
+ .
+ See the kexi package for further information.
+ .
+ This package is part of the Calligra Suite.
+
+Package: kexi-mysql-driver
+Architecture: any
+Section: database
+Depends: kexi (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Breaks: kexi (<< 1:2.3.70)
+Replaces: kexi (<< 1:2.3.70)
+Description: MySQL support for kexi
+ Kexi is an integrated data management application. It can be used for
+ creating database schemas, inserting data, performing queries, and
+ processing data. Forms can be created to provide a custom interface to
+ your data. All database objects - tables, queries and forms - are stored
+ in the database, making it easy to share data and design.
+ .
+ This package provides support for MySQL in Kexi.
+ .
+ This package is part of the Calligra Suite.
+
+Package: kexi-postgresql-driver
+Architecture: any
+Section: database
+Depends: kexi (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Breaks: kexi (<< 1:2.3.70)
+Replaces: kexi (<< 1:2.3.70)
+Description: PostgreSQL support for kexi
+ Kexi is an integrated data management application. It can be used for
+ creating database schemas, inserting data, performing queries, and
+ processing data. Forms can be created to provide a custom interface to
+ your data. All database objects - tables, queries and forms - are stored
+ in the database, making it easy to share data and design.
+ .
+ This package provides support for PostgreSQL in Kexi.
+ .
+ This package is part of the Calligra Suite.
+
+Package: kexi-web-form-widget
+Architecture: any
+Section: database
+Depends: kexi (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Breaks: kexi (<< 1:2.3.70)
+Replaces: kexi (<< 1:2.3.70)
+Description: web form widget for Kexi
+ Kexi is an integrated data management application. It can be used for
+ creating database schemas, inserting data, performing queries, and
+ processing data. Forms can be created to provide a custom interface to
+ your data. All database objects - tables, queries and forms - are stored
+ in the database, making it easy to share data and design.
+ .
+ This package provides a web widget for Kexi using QtWebKit.
+ .
+ This package is part of the Calligra Suite.
--
kexi packaging
More information about the pkg-kde-commits
mailing list