chiark / gitweb /
Build system overhaul.
[misc] / debian / control
index f574ae6b53766a0de5b66bddbe5417f789b88b4a..1c31949de4c84c157e45bffd971e764c79eb8228 100644 (file)
@@ -2,8 +2,8 @@ Source: nsict-utils
 Section: utils
 Priority: extra
 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
+Build-Depends: tinycdb, cdbs, python, python-cdb,
+ catacomb-dev (>= 2.1.1), mlib-dev (>= 2.0.4), libspamc-dev
 Standards-Version: 3.1.1
 
 Package: nsict-utils
@@ -11,7 +11,7 @@ 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,
- stamp
+ stamp, space
 Description: Dummy package for convenience.
 
 Package: mdwopt-perl
@@ -23,7 +23,7 @@ Description: Options parser library for perl.
 Package: nsict-cdb
 Architecture: any
 Section: utils
-Depends: ${shlibs:Depends}, ${python:Depends}, python-cdb
+Depends: ${shlibs:Depends}, python (>= 2.4), python-cdb
 Description: Simple utilities for messing with CDB files.
 
 Package: locking
@@ -64,10 +64,10 @@ Description: Run a program, automatically decompressing its argument files.
 
 Package: xtitle
 Architecture: any
-Depends: ${shlibs:Depends}, bash (>= 2.0.0)
+Depends: ${shlibs:Depends}
 Recommends: x-terminal-emulator
 Section: utils
-Description: Bash builtin for messing with xterm title bars.
+Description: Simple program for messing with xterm (or compatible) title bars.
 
 Package: splitconf
 Architecture: all
@@ -106,3 +106,12 @@ Package: stamp
 Architecture: any
 Section: utils
 Description: Like cat, but prefixing each line with a datestamp.
+
+Package: space
+Architecture: any
+Section: utils
+Description: Identify and fix problematic whitespace in text files.
+ The space program won't send you to the moon, but it will identify
+ and fix problems such as trailing whitespace and spaces before tabs.
+ It can safely update files in place, and could therefore be used as part
+ of a commit hook.