]> git.decadent.org.uk Git - nfs-utils.git/blob - debian/control
Imported Debian patch 1.0.9-12
[nfs-utils.git] / debian / control
1 Source: nfs-utils
2 Priority: standard
3 Section: net
4 Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
5 Uploaders: Steinar H. Gunderson <sesse@debian.org>, Daniel Baumann <daniel@debian.org>
6 Build-Depends: debhelper (>= 5), libwrap0-dev, libevent-dev, libnfsidmap-dev, libkrb5-dev, libgssapi-dev, librpcsecgss-dev, perl, pkg-config
7 Build-Conflicts: librpcsecgss-dev (= 0.14-1)
8 Standards-Version: 3.7.2
9
10 Package: nfs-kernel-server
11 Priority: optional
12 Architecture: any
13 Depends: nfs-common (>= 1:1.0.8-1), ucf, lsb-base (>= 1.3-9ubuntu3), ${shlibs:Depends}
14 Provides: knfs, nfs-server
15 Conflicts: knfs, nfs-server
16 Replaces: knfs, nfs-server
17 Description: Kernel NFS server support
18  Use this package if you want to use the kernel-mode NFS server.
19  The user-mode NFS server in the "nfs-user-server" package is slower
20  and less featureful but easier to debug than the kernel-mode server.
21  .
22  Upstream: SourceForge project "nfs", CVS module nfs-utils.
23  .
24   Homepage: http://nfs.sourceforge.net/
25
26 Package: nfs-common
27 Architecture: any
28 Depends: portmap, adduser, ucf, lsb-base (>= 1.3-9ubuntu3), ${shlibs:Depends}, libnfsidmap1 (>= 0.16-3)
29 Provides: nfs-client
30 Conflicts: nfs-client
31 Replaces: nfs-client, nfs-kernel-server (<< 1:1.0.7-5)
32 Description: NFS support files common to client and server
33  Use this package on any machine that uses NFS, either as client or
34  server.  Programs included: lockd, statd, showmount, nfsstat, gssd
35  and idmapd.
36  .
37  Upstream: SourceForge project "nfs", CVS module nfs-utils.
38  .
39   Homepage: http://nfs.sourceforge.net/
40
41 Package: nhfsstone
42 Priority: extra
43 Architecture: any
44 Depends: nfs-common, ${shlibs:Depends}
45 Replaces: nfs-kernel-server
46 Description: NFS benchmark program
47  nhfsstone (pronounced n-f-s-stone, the "h" is silent) is used on a
48  NFS client to generate an artificial load with a particular mix of
49  NFS operations. It reports the average response time of the server
50  in milliseconds per call and the load in calls per second. The
51  program adjusts its calling patterns based on the client's kernel
52  NFS statistics and the elapsed time. Load can be generated over a
53  given time or number of NFS calls.
54  .
55  Upstream: SourceForge project "nfs", CVS module nfs-utils.
56  .
57   Homepage: http://nfs.sourceforge.net/