]> git.sven.stormbind.net Git - sven/tclcurl.git/blob - debian/control
Change maintainer e-mail to my @d.o address.
[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://personal1.iddeo.es/andresgarci/tclcurl/english/index.html
7 Standards-Version: 3.8.3
8 Vcs-Svn: svn://www.stormbind.net/debian-pkgs-sven/tclcurl/trunk
9
10 Package: tclcurl
11 Architecture: any
12 Suggests: libcurl4-gnutls-dev
13 Depends: ${shlibs:Depends}, ${tclsh:Depends}
14 Description: Tcl bindings to libcurl
15  This module enables the use of libcurl in Tcl scripts. Please refer to
16  the libcurl documentation available in the libcurl4-gnutls-dev package.
17  .
18  NOTE: the SSL support is provided by GnuTLS.