]> git.sven.stormbind.net Git - sven/tclcurl.git/blob - debian/control
Change Standards-Version to 3.9.3 - no changes required.
[sven/tclcurl.git] / debian / control
1 Source: tclcurl
2 Section: interpreters
3 Priority: extra
4 Maintainer: Sven Hoexter <hoexter@debian.org>
5 Build-Depends: debhelper (>= 9), tcl-dev, libcurl4-gnutls-dev (>= 7.22.0),
6  quilt, bc
7 Homepage: http://personal.iddeo.es/andresgarci/tclcurl/english/index.html
8 Standards-Version: 3.9.3
9 Vcs-Git: git://git.sven.stormbind.net/git/sven/tclcurl.git
10 Vcs-Browser: http://git.sven.stormbind.net/?p=sven/tclcurl.git
11
12 Package: tclcurl
13 Architecture: any
14 Suggests: libcurl4-gnutls-dev
15 Depends: ${misc:Depends}, ${shlibs:Depends}, ${tclsh:Depends}
16 Description: Tcl bindings to libcurl
17  This module enables the use of libcurl in Tcl scripts. Please refer to
18  the libcurl documentation available in the libcurl4-gnutls-dev package.
19  .
20  NOTE: the SSL support is provided by GnuTLS.