Source: nfs-utils Priority: optional Section: net Maintainer: Debian kernel team Uploaders: Anibal Monsalve Salazar , Ben Hutchings , Steve Langasek , Salvatore Bonaccorso Build-Depends: debhelper-compat (= 13), libwrap0-dev, libevent-dev, libkrb5-dev, libblkid-dev, libkeyutils-dev, pkg-config, libldap2-dev, libcap-dev, libtirpc-dev, libdevmapper-dev, libmount-dev, libsqlite3-dev Standards-Version: 4.6.2 Homepage: https://linux-nfs.org/ Vcs-Git: https://salsa.debian.org/kernel-team/nfs-utils.git Vcs-Browser: https://salsa.debian.org/kernel-team/nfs-utils Package: nfs-kernel-server Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, nfs-common (= ${binary:Version}), ucf, netbase, lsb-base, keyutils Provides: knfs, nfs-server Conflicts: knfs, nfs-server Replaces: knfs, nfs-server Recommends: python3, python3-yaml Suggests: procps Description: support for NFS kernel server The NFS kernel server is currently the recommended NFS server for use with Linux, featuring features such as NFSv3 and NFSv4, Kerberos support via GSS, and much more. It is also significantly faster and usually more reliable than the user-space NFS servers (from the unfs3 and nfs-user-server packages). However, it is more difficult to debug than the user-space servers, and has a slightly different feature set. . This package contains the user-space support needed to use the NFS kernel server. Most administrators wishing to set up an NFS server would want to install this package. Package: nfs-common Architecture: any Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends}, libnfsidmap1 (= ${binary:Version}), rpcbind, adduser, ucf, lsb-base, keyutils, python3 Suggests: open-iscsi, watchdog Provides: nfs-client Conflicts: nfs-client Replaces: nfs-client Description: NFS support files common to client and server Use this package on any machine that uses NFS, either as client or server. Programs included: lockd, statd, showmount, nfsstat, gssd, idmapd and mount.nfs. Package: libnfsidmap-dev Section: libdevel Architecture: any Depends: libnfsidmap1 (= ${binary:Version}), ${misc:Depends} Description: header files and docs for libnfsidmap Contains the header files and documentation for libnfsidmap for use in developing applications that use the libnfsidmap library. . libnfsidmap provides functions to map between NFSv4 names (which are of the form user@domain) and local uid's and gid's. Package: libnfsidmap1 Section: libs Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Conflicts: libnfsidmap2, libnfsidmap-regex Provides: libnfsidmap2, libnfsidmap-regex Breaks: libnfsidmap2 (<< 0.25-7~), libnfsidmap-regex Replaces: libnfsidmap2 (<< 0.25-7~), libnfsidmap-regex Description: NFS idmapping library libnfsidmap provides functions to map between NFSv4 names (which are of the form user@domain) and local uid's and gid's.