]> git.sven.stormbind.net Git - sven/mysqltcl.git/blob - debian/control
Orphan the package.
[sven/mysqltcl.git] / debian / control
1 Source: mysqltcl
2 Section: database
3 Priority: optional
4 Maintainer: Debian QA Group <packages@qa.debian.org>
5 Build-Depends: debhelper-compat (= 13), tcl-dev, default-libmysqlclient-dev
6 Rules-Requires-Root: no
7 Standards-Version: 4.5.1
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 Multi-Arch: same
16 Depends: ${shlibs:Depends}, ${tclsh:Depends}, ${misc:Depends}
17 Description: interface to the MySQL database for the Tcl language
18  The mysqltcl package provides a Tcl interface to the MySQL database system.
19  Within Tcl you've a range of Tcl commands and a global Tcl array available
20  to access the database server.
21  Written in C mysqltcl uses the official MySQL C-API so that almost all
22  Tcl commands correspond to MySQL C-API functions.