chiark / gitweb /
We are good for standards-version 3.9.1
[chiark-tcl.git] / debian / control
index 817684dec157afef67d5dc60d4e907c0e8475ea1..0f4eb8d5f83e015eb7237c94be40b0818c96174d 100644 (file)
@@ -2,7 +2,7 @@ Source: chiark-tcl
 Maintainer: Ian Jackson <ijackson@chiark.greenend.org.uk>
 Priority: optional
 Section: interpreters
-Standards-Version: 3.6.2
+Standards-Version: 3.9.1
 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
@@ -10,14 +10,17 @@ 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