]> git.sven.stormbind.net Git - sven/mysqltcl.git/blob - debian/control
* Add debian/patches/tcl.m4_gnu_non_linux_ld_settings, patch provided
[sven/mysqltcl.git] / debian / control
1 Source: mysqltcl
2 Section: database
3 Priority: optional
4 Maintainer: Sven Hoexter <hoexter@debian.org>
5 Build-Depends: debhelper (>= 8), tcl-dev, libmysqlclient-dev, quilt,
6  dh-autoreconf
7 Standards-Version: 3.9.2
8 Homepage: http://www.xdobry.de/mysqltcl/
9 Vcs-Git: git://git.sven.stormbind.net/git/sven/mysqltcl.git
10 Vcs-Browser: http://git.sven.stormbind.net/?p=sven/mysqltcl.git
11
12
13 Package: mysqltcl
14 Architecture: any
15 Depends: ${shlibs:Depends}, ${tclsh:Depends}, ${misc:Depends}
16 Description: interface to the MySQL database for the Tcl language
17  The mysqltcl package provides a Tcl interface to the MySQL database system.
18  Within Tcl you've a range of Tcl commands and a global Tcl array available
19  to access the database server.
20  Written in C mysqltcl uses the official MySQL C-API so that almost all
21  Tcl commands correspond to MySQL C-API functions.