chiark / gitweb /
cdb: Remove dependency on freecdb and libfile-cdb-perl.
[misc] / debian / control
index c1d2749dbbd14ea255de9d3ca2bc338339e11abc..5fbde5278cf4f4af82f34bc4d65ad327848e1d48 100644 (file)
@@ -1,8 +1,8 @@
 Source: nsict-utils
 Section: utils
 Priority: extra
-Maintainer: Mark Wooding <mdw@nsict.org>
-Build-Depends: freecdb, bash-builtins, debhelper (>= 4.0.2),
+Maintainer: Mark Wooding <mdw@distorted.org.uk>
+Build-Depends: tinycdb, bash-builtins, debhelper (>= 4.0.2), python,
  catacomb-dev (>= 2.0.0), mlib-dev (>= 2.0.0), libspamc-dev
 Standards-Version: 3.1.1
 
@@ -10,19 +10,19 @@ Package: nsict-utils
 Architecture: all
 Section: utils
 Depends: mdwopt-perl, nsict-cdb, locking, qmail-checkspam, nsict-mail,
- if-mtu, shadowfix, zz, gorp, splitconf, xtitle
+ if-mtu, shadowfix, zz, gorp, splitconf, xtitle, pause, buf, create, inplace
 Description: Dummy package for convenience.
 
 Package: mdwopt-perl
 Architecture: all
-Section: libs
+Section: perl
 Depends: perl5
 Description: Options parser library for perl.
 
 Package: nsict-cdb
 Architecture: any
 Section: utils
-Depends: ${shlibs:Depends}, perl5, libcdb-file-perl
+Depends: ${shlibs:Depends}, ${python:Depends}, python-cdb
 Description: Simple utilities for messing with CDB files.
 
 Package: locking
@@ -79,3 +79,24 @@ Architecture: any
 Depends: ${shlibs:Depends}
 Section: utils
 Description: Print a random base64 string.
+
+Package: pause
+Architecture: any
+Depends: ${shlibs:Depends}
+Section: utils
+Description: Wait for a given time, or until a key is pressed.
+
+Package: buf
+Architecture: all
+Section: utils
+Description: Captures stdin in a temporary file and runs a command.
+
+Package: create
+Architecture: all
+Section: utils
+Description: Simple script encapsulating atomic file update.
+
+Package: inplace
+Architecture: all
+Section: utils
+Description: Update files in place safely.