chiark / gitweb /
hush: New handy program.
[misc] / debian / control
index c5d505e9221c867d57a3ec7dedbff4389a0ce4f0..09a461ec33333d168a24fa36b5b55040f8e7c799 100644 (file)
@@ -28,7 +28,8 @@ Depends:
        inplace,
        stamp,
        space,
-       getpass
+       getpass,
+       hush
 Description: Dummy package for convenience.
 
 Package: mdwopt-perl
@@ -155,3 +156,12 @@ Architecture: any-i386 any-amd64
 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.