]> git.sven.stormbind.net Git - sven/tclcurl.git/blob - debian/control
Update VCS-* to the new git repository.
[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 (>> 5), tcl-dev, libcurl4-gnutls-dev (>= 7.19.6), quilt, bc
6 Homepage: http://personal.iddeo.es/andresgarci/tclcurl/english/index.html
7 Standards-Version: 3.9.2
8 Vcs-Git: git://git.sven.stormbind.net/git/sven/tclcurl.git
9 Vcs-Browser: http://git.sven.stormbind.net/?p=sven/tclcurl.git
10
11 Package: tclcurl
12 Architecture: any
13 Suggests: libcurl4-gnutls-dev
14 Depends: ${misc:Depends}, ${shlibs:Depends}, ${tclsh:Depends}
15 Description: Tcl bindings to libcurl
16  This module enables the use of libcurl in Tcl scripts. Please refer to
17  the libcurl documentation available in the libcurl4-gnutls-dev package.
18  .
19  NOTE: the SSL support is provided by GnuTLS.