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