]> git.sven.stormbind.net Git - sven/tclcurl.git/blob - debian/control
Do not Build-Depend on quilt, removed --with quilt from d/rules.
[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), bc
6 Homepage: http://mirror.yellow5.com/tclcurl/
7 Standards-Version: 3.9.8
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.