X-Git-Url: https://git.distorted.org.uk/~mdw/misc/blobdiff_plain/1dec4fa32a4a6c57ffb2c736c0c6b95b0519cb67..3770fe80fa49fe8ad6a3c3697b268a18b8c13eb1:/debian/control diff --git a/debian/control b/debian/control index f928af9..271d1d4 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Package: nsict-utils Architecture: all Section: utils Depends: mdwopt-perl, nsict-cdb, locking, qmail-checkspam, nsict-mail, - if-mtu, shadowfix, zz, gorp, splitconf, xtitle + if-mtu, shadowfix, zz, gorp, splitconf, xtitle, buf, create, inplace Description: Dummy package for convenience. Package: mdwopt-perl @@ -86,3 +86,17 @@ Depends: ${shlibs:Depends} Section: utils Description: Wait for a given time, or until a key is pressed. +Package: buf +Architecture: all +Section: utils +Description: Captures stdin in a temporary file and runs a command. + +Package: create +Architecture: all +Section: utils +Description: Simple script encapsulating atomic file update. + +Package: inplace +Architecture: all +Section: utils +Description: Update files in place safely.