chiark / gitweb /
checkpass: installation arrangements
[userv-utils.git] / debian / control
index 3247d90ca4cfa47227a59960082a49d7b8179e66..8b6e3e54696b62723c849f86d6c39010d6fb905a 100644 (file)
@@ -1,7 +1,7 @@
 Source: userv-utils
 Section: admin
 Priority: extra
-Maintainer: Ian Jackson <ian@chiark.greenend.org.uk>
+Maintainer: Ian Jackson <ijackson@chiark.greenend.org.uk>
 Standards-Version: 2.1.1.0
 
 Package: userv-ipif
@@ -65,6 +65,20 @@ Description: user-controlled group membership
  The default configuration allows users to create and manage a few
  groups, but is reasonably conservative.
 
+Package: userv-git-daemon
+Architecture: all
+Depends: userv, git-core
+Description: per-user git daemon service
+ userv-git-daemon allows users to publish git repositories which will
+ be published via the git protocol on 9418.  This is a bit like
+ git-daemon except that the actual reading of each user's repositories
+ is done as that user.
+ .
+ The default configuration does nothing: you must (a) manually copy
+ the line from /usr/share/doc/examples/userv-git-daemon.inetd into
+ /etc/inetd.conf and (b) specifically list hostnames and target
+ directories in /etc/userv/git-urlmap.
+
 Package: userv-misc
 Architecture: all
 Depends: userv
@@ -75,3 +89,4 @@ Description: miscellaneous small userv scripts
  .
  mailq - allow users to view the mail queue
  ndc-reload  - allow certain users to reload the nameserver
+ checkpasswd-* - allow users to run a UNIX password check