chiark / gitweb /
sema: New program for hacking with semaphores.
[misc] / debian / control
index f3ecaee86664c438a8921c7b385b6aa625f00fc9..428958e666c5bb33423327c0f09ef5de2f1f770f 100644 (file)
@@ -2,8 +2,10 @@ Source: distorted-utils
 Section: utils
 Priority: extra
 Maintainer: Mark Wooding <mdw@distorted.org.uk>
-Build-Depends: tinycdb, debhelper (>= 9), python, python-cdb,
- catacomb-dev (>= 2.1.1), mlib-dev (>= 2.0.4), libcdb-dev
+Build-Depends: debhelper (>= 9), pkg-config,
+ libcdb-dev, mlib-dev (>= 2.0.4), catacomb-dev (>= 2.1.1),
+ python, python-cdb,
+ tclsh
 Standards-Version: 3.1.1
 
 Package: distorted-utils
@@ -84,7 +86,7 @@ Description: Run a program while holding a file lock.
 Package: distorted-mail
 Architecture: all
 Section: mail
-Depends: ${shlibs:Depends}, qmail, nsict-cdb, perl5, libmime-perl
+Depends: ${shlibs:Depends}, qmail, distorted-cdb, perl5, libmime-perl
 Description: Some simple scripts for mail handling.
 
 Package: nsict-mail
@@ -178,6 +180,16 @@ Description: Identify and fix problematic whitespace in text files.
  It can safely update files in place, and could therefore be used as part
  of a commit hook.
 
+Package: sema
+Architecture: any
+Depends: ${shlibs:Depends}
+Section: utils
+Description: Perform simple operations on SysV semaphores.
+ The sema program performs simple operations on (System V-style) semaphores.
+ It's not intended to be a utility for general-purpose hacking on existing
+ semaphores, but rather a tool for doing synchronization between shell
+ scripts or other simple programs.
+
 Package: x86-model
 Architecture: any-i386 any-amd64
 Depends: ${shlibs:Depends}