chiark / gitweb /
debhelper compat 13; add 'rename' build-dep; declare RRR
[userv-utils.git] / debian / control
1 Source: userv-utils
2 Section: admin
3 Priority: optional
4 Maintainer: Sean Whitton <spwhitton@spwhitton.name>
5 Uploaders: Ian Jackson <ijackson@chiark.greenend.org.uk>
6 Build-Depends: debhelper-compat (= 13), rename
7 Standards-Version: 3.7.0.0
8 Rules-Requires-Root: binary-targets
9
10 Package: userv-utils
11 Architecture: any
12 Depends: userv
13 Recommends: ${perl:Depends}, ${misc:Depends}
14 Description: privsep utilities collection
15  Several small userv services, which allow certain system configuration
16  actions to be delegated.  In each case the service is disabled unless
17  enabled by symlink /etc/userv/services.d/* -> ../services-available/*.
18  .
19  ipif - allow non-root users to create network interfaces
20  ucgi - run CGI programs in providing user's account
21  mailq - allow users to view the mail queue
22  ndc-reload  - allow certain users to reload the nameserver
23  checkpasswd-* - allow users to run a UNIX password check
24  groupmanage - allow users to create and manage a few groups each
25
26 Package: userv-dyndns
27 Architecture: all
28 Depends: userv, chiark-utils-bin, ${perl:Depends}, ${misc:Depends}
29 Recommends: bind
30 Description: dynamic DNS for shell account users
31  userv-dyndns is a userv service which allows non-root users to
32  modify individual DNS records in specified zones in a controlled way.
33  .
34  Typically, this can be used to provide a `dyndns.org'-like service
35  which is modifiable by shell account users.
36  .
37  The default configuration creates the infrastructure (including a
38  service user) but does not allow any users to modify the DNS.
39
40 Package: userv-git-daemon
41 Architecture: all
42 Depends: userv, git-core, adduser, ${perl:Depends}, ${misc:Depends}
43 Description: per-user git daemon service
44  userv-git-daemon allows users to publish git repositories which will
45  be published via the git protocol on 9418.  This is a bit like
46  git-daemon except that the actual reading of each user's repositories
47  is done as that user.
48  .
49  The default configuration does nothing: you must (a) manually copy
50  the line from /usr/share/doc/examples/userv-git-daemon.inetd into
51  /etc/inetd.conf and (b) specifically list hostnames and target
52  directories in /etc/userv/git-urlmap.