sshsvc-mkauthkeys: A new script joins the collection.
[misc] / debian / control
index 55fa6dd..fa05cca 100644 (file)
@@ -3,7 +3,7 @@ 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), libspamc-dev, libcdb-dev
+ catacomb-dev (>= 2.1.1), mlib-dev (>= 2.0.4), libcdb-dev
 Standards-Version: 3.1.1
 
 Package: nsict-utils
@@ -13,7 +13,6 @@ Depends:
        mdwopt-perl,
        nsict-cdb,
        locking,
-       qmail-checkspam,
        nsict-mail,
        if-mtu,
        shadowfix,
@@ -29,7 +28,9 @@ Depends:
        stamp,
        space,
        getpass,
-       hush
+       hush,
+       with-umask,
+       sshsvc-mkauthkeys
 Description: Dummy package for convenience.
 
 Package: mdwopt-perl
@@ -62,13 +63,6 @@ Section: utils
 Depends: ${shlibs:Depends}
 Description: Run a program while holding a file lock.
 
-Package: qmail-checkspam
-Architecture: any
-Section: mail
-Depends: ${shlibs:Depends}, qmail
-Suggests: spamassassin
-Description: Check mail for spamminess before queueing it.
-
 Package: nsict-mail
 Architecture: all
 Section: mail
@@ -122,6 +116,11 @@ Architecture: all
 Section: utils
 Description: Captures stdin in a temporary file and runs a command.
 
+Package: with-umask
+Architecture: all
+Section: utils
+Description: Runs a command with a given umask.
+
 Package: create
 Architecture: all
 Section: utils
@@ -169,3 +168,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.