Imported Debian patch 0.0~git20110716.8c27363-1
[deb_libnfs.git] / debian / control
1 Source: libnfs
2 Section: libs
3 Priority: optional
4 Maintainer: Andres Mejia <amejia@debian.org>
5 Build-Depends: debhelper (>= 7.0.50~)
6 Standards-Version: 3.9.2
7 Homepage: https://github.com/sahlberg/libnfs
8
9 Package: libnfs-dev
10 Architecture: any
11 Section: libdevel
12 Depends: libnfs0 (= ${binary:Version}),
13 ${misc:Depends}
14 Description: NFS client library (development files)
15 LIBNFS is a client library for accessing NFS shares over a network.
16 .
17 LIBNFS offers three different APIs, for different use :
18 1, RAW : A fully async low level rpc library for nfs protocols
19 2, NFS ASYNC : A fully asynchronous library for high level vfs functions
20 3, NFS SYNC : A synchronous library for high level vfs functions
21 .
22 This package provides the necessary files needed for development.
23
24 Package: libnfs0
25 Architecture: any
26 Depends: ${shlibs:Depends}, ${misc:Depends}
27 Description: NFS client library (shared library)
28 LIBNFS is a client library for accessing NFS shares over a network.
29 .
30 LIBNFS offers three different APIs, for different use :
31 1, RAW : A fully async low level rpc library for nfs protocols
32 2, NFS ASYNC : A fully asynchronous library for high level vfs functions
33 3, NFS SYNC : A synchronous library for high level vfs functions
34 .
35 This package provides the shared library.