From edd02aa960301b52f94c88efb6fae0d3ca79b548 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 08:03:02 +0200 Subject: Adding debian version 1:2.6.4-3. Signed-off-by: Daniel Baumann --- debian/control | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..6a74306 --- /dev/null +++ b/debian/control @@ -0,0 +1,70 @@ +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, libxml2-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, 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, 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} +Multi-Arch: same +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. -- cgit v1.2.3