File: control

package info (click to toggle)
libnfs 1.11.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,332 kB
  • ctags: 2,921
  • sloc: ansic: 19,578; makefile: 222; xml: 178; sh: 75
file content (48 lines) | stat: -rw-r--r-- 1,727 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Source: libnfs
Maintainer: Ritesh Raj Sarraf <rrs@debian.org>
Uploaders: Balint Reczey <balint@balintreczey.hu>,
           Chrysostomos Nanakos <cnanakos@debian.org>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 8.1.3~),
               dh-autoreconf
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/libnfs.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/libnfs.git
Homepage: https://github.com/sahlberg/libnfs

Package: libnfs-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libnfs8 (= ${binary:Version}),
         ${misc:Depends}
Description: NFS client library (development files)
 LIBNFS is a client library for accessing NFS shares over a network.
 .
 LIBNFS offers three different APIs, for different use :
 1, RAW : A fully async low level rpc library for nfs protocols
 2, NFS ASYNC : A fully asynchronous library for high level vfs functions
 3, NFS SYNC : A synchronous library for high level vfs functions
 .
 This package provides the necessary files needed for development.

Package: libnfs8
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Breaks: libnfs1 (>= 1.9.3-1),
        libnfs4
Replaces: libnfs1 (>= 1.9.3-1),
          libnfs4
Description: NFS client library (shared library)
 LIBNFS is a client library for accessing NFS shares over a network.
 .
 LIBNFS offers three different APIs, for different use :
 1, RAW : A fully async low level rpc library for nfs protocols
 2, NFS ASYNC : A fully asynchronous library for high level vfs functions
 3, NFS SYNC : A synchronous library for high level vfs functions
 .
 This package provides the shared library.