~vcs-imports/gsql/trunk

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: tevaum
  • Date: 2010-10-07 20:59:42 UTC
  • Revision ID: svn-v4:9d50599d-b153-0410-81bd-2571f06fed16:trunk:189
Removing package-specific distribution files

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Source: gsql
2
 
Maintainer: Dmitry E. Oboukhov <unera@debian.org>
3
 
Section: gnome
4
 
Priority: optional
5
 
Build-Depends: cdbs, debhelper, autotools-dev,
6
 
 libgtksourceview2.0-dev, libnotify-dev, libgtk2.0-dev,
7
 
 libgnomeui-dev, libvte-dev, libmysqlclient-dev, libpq-dev, libssh-dev
8
 
Standards-Version: 3.8.0
9
 
Homepage: http://gsql.org
10
 
 
11
 
Package: libgsql0
12
 
Architecture: any
13
 
Depends: ${shlibs:Depends}, ${misc:Depends}
14
 
Description: Integrated database development tool for GNOME
15
 
 This package contains library for gsql.
16
 
 
17
 
Package: libgsql-dev
18
 
Architecture: any
19
 
Section: libdevel
20
 
Depends: ${shlibs:Depends}, ${misc:Depends},
21
 
 libgsql0 (=${binary:Version})
22
 
Description: Integrated database development tool for GNOME
23
 
 This package contains the development headers for the library found
24
 
 in libgsql0.
25
 
 
26
 
Package: gsql
27
 
Architecture: any
28
 
Recommends: gsql-plugins (>=${source:Version})
29
 
Depends: menu (>=2.1.19), ${shlibs:Depends}, ${misc:Depends}, gconf2,
30
 
 gsql-mysql-engine (>=${source:Version})|
31
 
 gsql-oracle-engine (>=${source:Version})|
32
 
 gsql-postgresql-engine (>=${source:Version}),
33
 
 libgsql0 (=${binary:Version})
34
 
Description: Integrated database development tool for GNOME
35
 
 The mission of GSQL opensource project is to supply database developers with
36
 
 an universal tool platform tailored against market leading DBMS by providing:
37
 
 .
38
 
  * native DBMS access (not via ODBC layer)
39
 
  * databased objects organised into a tree
40
 
  * intuitive and easy database objects handling
41
 
  * syntax highlighting
42
 
  * query plan builder
43
 
  * query constructor
44
 
  * query result export (in XML, CSV, HTML)
45
 
  * debugger (depending on RDBMS)
46
 
  * query planner control (depending on RDBMS)
47
 
  * database administration functions
48
 
  * database system monitoring
49
 
  * GNOME integration (via GConf and gnome-keyring)
50
 
  * plugin: data migration wizard for various RDBMS
51
 
 .
52
 
 Architecturely GSQL is designed so that the database interfaces are arranged
53
 
 into modules linked to the platform by engine API. It allows to implement new
54
 
 engines independently. GSQL provides developers with a rich API. To extend the
55
 
 functions of GSQL engines, we suggest loadable plugins API.
56
 
 .
57
 
 One of the main ideas is tight integration with the Desktop Environment
58
 
 (GNOME).
59
 
 .
60
 
 We kindly ask you to post your ideas and wishes in the project forum.
61
 
 
62
 
Package: gsql-plugins
63
 
Architecture: any
64
 
Depends: gsql (>=${source:Version}), ${shlibs:Depends}, ${misc:Depends}, gconf2,
65
 
Description: Plugins for GSQL
66
 
 This package contains the plugins set for gsql.
67
 
 
68
 
Package: gsql-mysql-engine
69
 
Architecture: any
70
 
Depends: ${shlibs:Depends}, ${misc:Depends}, gconf2,
71
 
Description: MySQL engine for GSQL
72
 
 The GSQL can works with MySQL server, and this module
73
 
 is necessary for that.
74
 
 
75
 
Package: gsql-postgresql-engine
76
 
Architecture: any
77
 
Depends: ${shlibs:Depends}, ${misc:Depends}, gconf2,
78
 
Description: PostgreSQL engine for GSQL
79
 
 The GSQL can works with PostgreSQL server, and this module
80
 
 is necessary for that.
81
 
 
82
 
 
83
 
Package: gsql-oracle-engine
84
 
Architecture: any
85
 
Depends: ${shlibs:Depends}, ${misc:Depends}, gconf2,
86
 
Description: Oracle engine for GSQL
87
 
 The GSQL can works with Oracle server, and this module
88
 
 is necessary for that.
89