Imported Debian patch 0.0~git20110716.8c27363-1
[deb_libnfs.git] / debian / control
CommitLineData
03746e44
AM
1Source: libnfs
2Section: libs
3Priority: optional
4Maintainer: Andres Mejia <amejia@debian.org>
5Build-Depends: debhelper (>= 7.0.50~)
6Standards-Version: 3.9.2
7Homepage: https://github.com/sahlberg/libnfs
8
9Package: libnfs-dev
10Architecture: any
11Section: libdevel
12Depends: libnfs0 (= ${binary:Version}),
13 ${misc:Depends}
14Description: 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
24Package: libnfs0
25Architecture: any
26Depends: ${shlibs:Depends}, ${misc:Depends}
27Description: 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.