summaryrefslogtreecommitdiffstats
path: root/kexi/debian/control
blob: 8f0159ddaa9a1be56d14afb2c09863156a367224 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Source: kexi
Section: kde
Priority: optional
Maintainer: Igor Genibel <igenibel@debian.org>
Build-Depends: automake1.7, debhelper (>= 4.2.0), kdelibs4-dev (>= 4:3.2.0), flex, libpqxx-dev, libmysqlclient-dev, libreadline5-dev, cdbs
Standards-Version: 3.6.1.0

Package: kexi
Architecture: any
Depends: ${shlibs:Depends}
Recommends: kexi-postgresql-driver (= ${Source-Version}), kexi-mysql-driver (= ${Source-Version}), kexi-i18n
Suggests: kexi-mdb-driver
Description: Integrated data management application for KDE
 Kexi is an integrated environment for managing data. It helps creating 
 database schemas, inserting, querying and processing data.
 .
 The idea of this development effort came because of noticeable lack of
 application like MS Access, FoxPro, Oracle Forms or File Maker that is
 powerful enough, inexpensive, open standards driven and highly portable
 between many OSes and hardware platforms.

Package: kexi-postgresql-driver
Architecture: any
Depends: kexi (= ${Source-Version}), ${shlibs:Depends}
Description: PostgreSQL driver for Kexi
 The PostgreSQL driver for Kexi databases, and the PostgreSQL 
 migration driver for converting arbitrary PostgreSQL databases into 
 Kexi databases.

Package: kexi-mysql-driver
Architecture: any
Depends: kexi (= ${Source-Version}), ${shlibs:Depends}
Description: MySQL driver for Kexi
 The MySQL driver for Kexi databases, and the MySQL migration driver 
 for converting arbitrary MySQL databases into Kexi databases.

Package: libkexi-dev
Architecture: any
Depends: kexi (= ${Source-Version}), ${shlibs:Depends}
Description: Kexi development files
 This package is necessary for developing new Kexi drivers or Kexi
 migration drivers. It will be needed for compiling drivers that are not
 part of the Kexi distribution (e.g. keximdb for importing MS Access files)