]> git.sven.stormbind.net Git - sven/mysqltcl.git/blob - debian/control
According to dev-ref 6.2.2 the short description is no sentence so we should start...
[sven/mysqltcl.git] / debian / control
1 Source: mysqltcl
2 Section: database
3 Priority: optional
4 Maintainer: Sven Hoexter <sven@timegate.de>
5 Build-Depends: debhelper (>> 5), tcl-dev, libmysqlclient-dev, quilt
6 Standards-Version: 3.8.2
7 Homepage: http://www.xdobry.de/mysqltcl/
8 Vcs-Svn: svn://www.stormbind.net/debian-pkgs-sven/mysqltcl/trunk
9
10 Package: mysqltcl
11 Architecture: any
12 Depends: ${shlibs:Depends}, ${tclsh:Depends}
13 Description: interface to the MySQL database for the Tcl language
14  The mysqltcl package provides a Tcl interface to the MySQL database system.
15  Within Tcl you've a range of Tcl commands and a global Tcl array available
16  to access the database server.
17  Written in C mysqltcl uses the official MySQL C-API so that almost all
18  Tcl commands correspond to MySQL C-API functions.