Remove `qmail-checkspam'.
[misc] / debian / control
index 359f211..612e813 100644 (file)
@@ -2,8 +2,8 @@ Source: nsict-utils
 Section: utils
 Priority: extra
 Maintainer: Mark Wooding <mdw@distorted.org.uk>
-Build-Depends: tinycdb, cdbs, python, python-cdb,
- catacomb-dev (>= 2.1.1), mlib-dev (>= 2.0.4), libspamc-dev, libcdb-dev
+Build-Depends: tinycdb, debhelper (>= 9), python, python-cdb,
+ catacomb-dev (>= 2.1.1), mlib-dev (>= 2.0.4), libcdb-dev
 Standards-Version: 3.1.1
 
 Package: nsict-utils
@@ -13,7 +13,6 @@ Depends:
        mdwopt-perl,
        nsict-cdb,
        locking,
-       qmail-checkspam,
        nsict-mail,
        if-mtu,
        shadowfix,
@@ -28,7 +27,8 @@ Depends:
        inplace,
        stamp,
        space,
-       getpass
+       getpass,
+       hush
 Description: Dummy package for convenience.
 
 Package: mdwopt-perl
@@ -49,19 +49,18 @@ Section: utils
 Depends: ${shlibs:Depends}
 Description: Run a program for at most a given amount of time.
 
+Package: prlimit
+Architecture: linux-any
+Section: utils
+Depends: ${shlibs:Depends}
+Description: Run a program for at most a given amount of time.
+
 Package: locking
 Architecture: any
 Section: utils
 Depends: ${shlibs:Depends}
 Description: Run a program while holding a file lock.
 
-Package: qmail-checkspam
-Architecture: any
-Section: mail
-Depends: ${shlibs:Depends}, qmail
-Suggests: spamassassin
-Description: Check mail for spamminess before queueing it.
-
 Package: nsict-mail
 Architecture: all
 Section: mail
@@ -127,16 +126,19 @@ Description: Update files in place safely.
 
 Package: stamp
 Architecture: any
+Depends: ${shlibs:Depends}
 Section: utils
 Description: Like cat, but prefixing each line with a datestamp.
 
 Package: getpass
 Architecture: any
+Depends: ${shlibs:Depends}
 Section: utils
 Description: Read a password without echoing; write it to stdout.
 
 Package: space
 Architecture: any
+Depends: ${shlibs:Depends}
 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
@@ -145,7 +147,17 @@ Description: Identify and fix problematic whitespace in text files.
  of a commit hook.
 
 Package: x86-model
-Architecture: i386
+Architecture: any-i386 any-amd64
+Depends: ${shlibs:Depends}
 Section: utils
 Description: Shows basic model information about x86 processors.
  The cpuid program is probably better for most people.
+
+Package: hush
+Architecture: all
+Section: utils
+Description: Run a command, hiding its output in a logfile unless it fails
+ The hush program is useful for running noisy programs from cron or similar,
+ where you get spammed with uninteresting success reports.  hush runs a
+ command, logging its output, but, unless the command actually fails, it
+ produces no output of its own.