]> git.decadent.org.uk Git - nfs-utils.git/blob - debian/control
Move rpc.svcgssd to nfs-common (Closes: #651558).
[nfs-utils.git] / debian / control
1 Source: nfs-utils
2 Priority: standard
3 Section: net
4 Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
5 Uploaders: Anibal Monsalve Salazar <anibal@debian.org>, Ben Hutchings <ben@decadent.org.uk>, Luk Claes <luk@debian.org>
6 Build-Depends: debhelper (>= 7), libwrap0-dev, libevent-dev, libnfsidmap-dev (>= 0.24), libkrb5-dev, libgssglue-dev (>= 0.3), libblkid-dev, libkeyutils-dev, pkg-config, libldap2-dev, libcap-dev, libtirpc-dev, libdevmapper-dev, dh-autoreconf, libmount-dev
7 Standards-Version: 3.9.0
8 Homepage: http://nfs.sourceforge.net/
9 Vcs-Git: git://git.debian.org/kernel/nfs-utils.git
10 Vcs-Browser: http://git.debian.org/?p=kernel/nfs-utils.git
11
12 Package: nfs-kernel-server
13 Priority: optional
14 Architecture: any
15 Depends: ${shlibs:Depends}, ${misc:Depends}, nfs-common (= ${binary:Version}), ucf, lsb-base (>= 1.3-9ubuntu3)
16 Provides: knfs, nfs-server
17 Conflicts: knfs, nfs-server
18 Replaces: knfs, nfs-server
19 Description: support for NFS kernel server
20  The NFS kernel server is currently the recommended NFS server for use
21  with Linux, featuring features such as NFSv3 and NFSv4, Kerberos
22  support via GSS, and much more. It is also significantly faster and
23  usually more reliable than the user-space NFS servers (from the
24  unfs3 and nfs-user-server packages). However, it is more difficult to
25  debug than the user-space servers, and has a slightly different
26  feature set.
27  .
28  This package contains the user-space support needed to use the
29  NFS kernel server. Most administrators wishing to set up an NFS server
30  would want to install this package.
31 Homepage: http://nfs.sourceforge.net/
32
33 Package: nfs-common
34 Architecture: any
35 Depends: ${shlibs:Depends}, ${misc:Depends}, rpcbind, adduser, ucf, lsb-base (>= 1.3-9ubuntu3), initscripts (>= 2.88dsf-13.3)
36 Recommends: python
37 Provides: nfs-client
38 Conflicts: nfs-client
39 Replaces: nfs-client, nfs-kernel-server (<< 1:1.2.5-4), mount (<< 2.13~)
40 Description: NFS support files common to client and server
41  Use this package on any machine that uses NFS, either as client or
42  server.  Programs included: lockd, statd, showmount, nfsstat, gssd,
43  idmapd and mount.nfs.
44 Homepage: http://nfs.sourceforge.net/