chiark / gitweb /
sema: New program for hacking with semaphores.
[misc] / debian / control
index e8f226e892e3bc41b3e6677644914a12d514a8e5..428958e666c5bb33423327c0f09ef5de2f1f770f 100644 (file)
@@ -1,19 +1,23 @@
-Source: nsict-utils
+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: nsict-utils
+Package: distorted-utils
 Architecture: all
 Section: utils
+Replaces: nsict-utils (<< 1.4.0~)
+Breaks: nsict-utils (<< 1.4.0~)
 Depends:
        mdwopt-perl,
-       nsict-cdb,
+       distorted-cdb,
        locking,
-       nsict-mail,
+       distorted-mail,
        if-mtu,
        shadowfix,
        zz,
@@ -29,21 +33,38 @@ Depends:
        space,
        getpass,
        hush,
-       with-umask
+       with-umask,
+       sshsvc-mkauthkeys
 Description: Dummy package for convenience.
 
+Package: nsict-utils
+Architecture: all
+Section: oldlibs
+Depends: distorted-utils
+Description: Dummy package for transition.
+ This is a transitional dummy package.  It can safely be removed.
+
 Package: mdwopt-perl
 Architecture: all
 Section: perl
 Depends: perl5
 Description: Options parser library for perl.
 
-Package: nsict-cdb
+Package: distorted-cdb
 Architecture: any
 Section: utils
+Replaces: nsict-cdb (<< 1.4.0~)
+Breaks: nsict-cdb (<< 1.4.0~)
 Depends: ${shlibs:Depends}, python (>= 2.4), python-cdb
 Description: Simple utilities for messing with CDB files.
 
+Package: nsict-cdb
+Architecture: all
+Section: oldlibs
+Depends: distorted-cdb
+Description: Dummy package for transition.
+ This is a transitional dummy package.  It can safely be removed.
+
 Package: mtimeout
 Architecture: any
 Section: utils
@@ -62,12 +83,19 @@ Section: utils
 Depends: ${shlibs:Depends}
 Description: Run a program while holding a file lock.
 
-Package: nsict-mail
+Package: distorted-mail
 Architecture: all
 Section: mail
-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
+Architecture: all
+Section: oldlibs
+Depends: distorted-mail
+Description: Dummy package for transition.
+ This is a transitional dummy package.  It can safely be removed.
+
 Package: if-mtu
 Architecture: any
 Section: utils
@@ -152,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}
@@ -167,3 +205,12 @@ Description: Run a command, hiding its output in a logfile unless it fails
  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.
+
+Package: sshsvc-mkauthkeys
+Architecture: all
+Section: utils
+Description: Construct .ssh/authorized_keys files for SSH services.
+ SSH is a fine way to provide services to external users.  It conveniently
+ takes care of details like authenticating users and encrypting
+ communications.  Unfortunately, managing the key files is rather painful.
+ This simple script does a lot of the heavy lifting.