]> git.sven.stormbind.net Git - sven/mysqltcl.git/blob - debian/control
Update VCS-* information in debian/control to the new git repository.
[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 (>> 5), tcl-dev, libmysqlclient-dev, quilt
6 Standards-Version: 3.8.2
7 Homepage: http://www.xdobry.de/mysqltcl/
8 Vcs-Git: git://git.sven.stormbind.net/git/sven/mysqltcl.git
9 Vcs-Browser: http://git.sven.stormbind.net/?p=sven/mysqltcl.git
10
11
12 Package: mysqltcl
13 Architecture: any
14 Depends: ${shlibs:Depends}, ${tclsh:Depends}
15 Description: interface to the MySQL database for the Tcl language
16  The mysqltcl package provides a Tcl interface to the MySQL database system.
17  Within Tcl you've a range of Tcl commands and a global Tcl array available
18  to access the database server.
19  Written in C mysqltcl uses the official MySQL C-API so that almost all
20  Tcl commands correspond to MySQL C-API functions.