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