diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-20 01:29:50 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-20 01:29:50 +0000 |
commit | 8362bf63dea22bbf6736609b0f49c152f975eb63 (patch) | |
tree | 0eea3928e39e50fae91d4e68b21b1e6cbae25604 /kexi/debian/control | |
download | koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.tar.gz koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.zip |
Added old abandoned KDE3 version of koffice
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1077364 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kexi/debian/control')
-rw-r--r-- | kexi/debian/control | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/kexi/debian/control b/kexi/debian/control new file mode 100644 index 00000000..8f0159dd --- /dev/null +++ b/kexi/debian/control @@ -0,0 +1,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) + + |