chiark / gitweb /
stamp: New program.
[misc] / debian / control
index fadc4001af6681d812dc9f77e4ec5b792ac67c8a..f574ae6b53766a0de5b66bddbe5417f789b88b4a 100644 (file)
@@ -2,7 +2,7 @@ Source: nsict-utils
 Section: utils
 Priority: extra
 Maintainer: Mark Wooding <mdw@distorted.org.uk>
-Build-Depends: freecdb, bash-builtins, debhelper (>= 4.0.2),
+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,20 @@ Package: nsict-utils
 Architecture: all
 Section: utils
 Depends: mdwopt-perl, nsict-cdb, locking, qmail-checkspam, nsict-mail,
- if-mtu, shadowfix, zz, gorp, splitconf, xtitle, pause, buf, create, inplace
+ if-mtu, shadowfix, zz, gorp, splitconf, xtitle, pause, buf, create, inplace,
+ stamp
 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
@@ -100,3 +101,8 @@ Package: inplace
 Architecture: all
 Section: utils
 Description: Update files in place safely.
+
+Package: stamp
+Architecture: any
+Section: utils
+Description: Like cat, but prefixing each line with a datestamp.