chiark / gitweb /
copyright dates
[chiark-tcl.git] / debian / control
index b7517dd1c35296561dee88ca17e89924e134375b..55189a58775890f88af02082926117ffd03b5bf1 100644 (file)
@@ -1,27 +1,30 @@
 Source: chiark-tcl
 Source: chiark-tcl
-Maintainer: Ian Jackson <ian@davenant.greenend.org.uk>
-Standards-Version: 3.6.2
-Build-Depends: libadns1-dev, libnettle-dev, tinycdb, tcl8.4-dev | tcl8.3-dev | tcl8.2-dev
+Maintainer: Ian Jackson <ijackson@chiark.greenend.org.uk>
+Priority: optional
+Section: interpreters
+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
 Architecture: any
 
 Package: libtcl-chiark-1
 Architecture: any
-Description: Tcl interfaces for adns, cdb, crypto, udp, etc.
+Description: Tcl interfaces for adns, cdb, crypto, etc.
  Tcl bindings for:
   * adns (resolver library)
  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
   * 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 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, cdb and nettle bindings you need to have the
+ To use the adns and nettle bindings you need to have the
  appropriate libraries installed too.
  appropriate libraries installed too.
-Priority: optional
-Section: interpreters
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 
 
 # chiark-tcl - various Tcl bindings and extensions
 
 
 # chiark-tcl - various Tcl bindings and extensions
-# Copyright 2006 Ian Jackson
+# Copyright 2006-2012 Ian Jackson
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as