Commit | Line | Data |
---|---|---|
03746e44 AM |
1 | Source: libnfs |
2 | Section: libs | |
3 | Priority: optional | |
db8b33da | 4 | Maintainer: Ritesh Raj Sarraf <rrs@debian.org> |
11c34b83 | 5 | Build-Depends: debhelper (>= 8.1.3~), dh-autoreconf |
849d3889 | 6 | Standards-Version: 3.9.3 |
03746e44 | 7 | Homepage: https://github.com/sahlberg/libnfs |
ff78a304 AM |
8 | Vcs-Git: git://anonscm.debian.org/collab-maint/libnfs.git |
9 | Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/libnfs.git | |
03746e44 AM |
10 | |
11 | Package: libnfs-dev | |
a923df1d | 12 | Multi-Arch: same |
03746e44 AM |
13 | Architecture: any |
14 | Section: libdevel | |
448c12b8 | 15 | Depends: libnfs4 (= ${binary:Version}), |
03746e44 AM |
16 | ${misc:Depends} |
17 | Description: NFS client library (development files) | |
18 | LIBNFS is a client library for accessing NFS shares over a network. | |
19 | . | |
20 | LIBNFS offers three different APIs, for different use : | |
21 | 1, RAW : A fully async low level rpc library for nfs protocols | |
22 | 2, NFS ASYNC : A fully asynchronous library for high level vfs functions | |
23 | 3, NFS SYNC : A synchronous library for high level vfs functions | |
24 | . | |
25 | This package provides the necessary files needed for development. | |
26 | ||
448c12b8 | 27 | Package: libnfs4 |
03746e44 | 28 | Architecture: any |
8f43e708 AM |
29 | Multi-Arch: same |
30 | Pre-Depends: ${misc:Pre-Depends} | |
03746e44 | 31 | Depends: ${shlibs:Depends}, ${misc:Depends} |
0401b139 | 32 | Breaks: libnfs1 ( >= 1.9.3-1 ) |
3236e1a1 | 33 | Replaces: libnfs1 ( >= 1.9.3-1 ) |
03746e44 AM |
34 | Description: NFS client library (shared library) |
35 | LIBNFS is a client library for accessing NFS shares over a network. | |
36 | . | |
37 | LIBNFS offers three different APIs, for different use : | |
38 | 1, RAW : A fully async low level rpc library for nfs protocols | |
39 | 2, NFS ASYNC : A fully asynchronous library for high level vfs functions | |
40 | 3, NFS SYNC : A synchronous library for high level vfs functions | |
41 | . | |
42 | This package provides the shared library. |