X-Git-Url: https://git.distorted.org.uk/~mdw/misc/blobdiff_plain/0da5c4d5212167b482558888097cc516e20008bf..c818aceddb8a734c7b3fe0e35f442bbd70e0b0ab:/debian/control diff --git a/debian/control b/debian/control index c5d505e..09a461e 100644 --- a/debian/control +++ b/debian/control @@ -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.