]> git.sven.stormbind.net Git - sven/mysqltcl.git/blob - debian/control
Set Vcs-* URLs to a https based one.
[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 (>= 9), tcl-dev, default-libmysqlclient-dev, quilt,
6  dh-autoreconf
7 Standards-Version: 3.9.8
8 Homepage: http://www.xdobry.de/mysqltcl/
9 Vcs-Git: https://git.sven.stormbind.net/mysqltcl.git
10 Vcs-Browser: https://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.