X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=debian%2Fcontrol;h=771b7db7d83ed91b9d4f75a376b173e58e39e6a2;hb=98a70dbcfba6134bef45ceade0dacdf30c99d07e;hp=8310aaf91ee41e38951e5e9363b883ad41fbff6e;hpb=1e4194cf5100fa43c6cb8c2417915ad3f737736c;p=chiark-tcl.git diff --git a/debian/control b/debian/control index 8310aaf..771b7db 100644 --- a/debian/control +++ b/debian/control @@ -1,23 +1,26 @@ Source: chiark-tcl -Maintainer: Ian Jackson +Maintainer: Ian Jackson Priority: optional Section: interpreters Standards-Version: 3.6.2 -Build-Depends: libadns1-dev (>= 1.2), libnettle-dev, libcdb-dev | tinycdb (<= 0.75), tcl8.4-dev | tcl8.3-dev | tcl8.2-dev, debhelper (>= 3) +Build-Depends: libadns1-dev (>= 1.2), nettle-dev, libcdb-dev | tinycdb (<= 0.75), tcl8.4-dev | tcl8.3-dev | tcl8.2-dev, debhelper (>= 3) Package: libtcl-chiark-1 Architecture: any Description: Tcl interfaces for adns, cdb, crypto, etc. Tcl bindings for: * adns (resolver library) - * cdb (constant database) plus journalling writeable database + * cdb (constant database) plus journalling writable database * crypto: the nettle cryptographic library * hbytes: bytestrings with hex as string representation but efficient + * dgram: datagram sockets + * tuntap: tun/tap interfaces + * maskmap: address masks and maps To make sensible use of these you will need a version of Tcl installed (this package is compatible with at least Tcl 8.0 to 8.4 inclusive). To use the adns and nettle bindings you need to have the appropriate libraries installed too. -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} # chiark-tcl - various Tcl bindings and extensions