chiark / gitweb /
hush: New handy program.
[misc] / debian / control
index 359f211c503e7b473aaec4bfe7e8782c85a6cf42..09a461ec33333d168a24fa36b5b55040f8e7c799 100644 (file)
@@ -28,7 +28,8 @@ Depends:
        inplace,
        stamp,
        space,
-       getpass
+       getpass,
+       hush
 Description: Dummy package for convenience.
 
 Package: mdwopt-perl
@@ -49,6 +50,12 @@ 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
@@ -145,7 +152,16 @@ Description: Identify and fix problematic whitespace in text files.
  of a commit hook.
 
 Package: x86-model
-Architecture: i386
+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.