chiark / gitweb /
New scripts.
[misc] / debian / control
index f928af9b28a30be977ec2e9aebfbb5f4e29210de..271d1d43be89afffe27003405bff7fec7debc62d 100644 (file)
@@ -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.