chiark / gitweb /
debian: Use debhelper to generate maint scripts
[userv.git] / debian / control
1 Source: userv
2 Section: admin
3 Priority: optional
4 Maintainer: Ian Jackson <ijackson@chiark.greenend.org.uk>
5 Build-Depends: debiandoc-sgml, transfig, dblatex, texlive-xetex, debhelper (>= 12)
6 Standards-Version: 3.9.1
7
8 Package: userv
9 Architecture: any
10 Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base
11 Pre-Depends: ${misc:Pre-Depends}
12 Description: `user services' - program call across trust boundaries
13  userv allows one program to invoke another when only limited trust
14  exists between them.  It is a tool which can be used to avoid having
15  to give other system services root privilege, and which allows users
16  to more securely have programs provide services to others.
17  .
18  userv can be useful as `glue' for system administrators; there are
19  not many full-blown userv-using applications yet.