Update changelog.
[deb_libnfs.git] / debian / control
CommitLineData
03746e44
AM
1Source: libnfs
2Section: libs
3Priority: optional
4Maintainer: Andres Mejia <amejia@debian.org>
8f43e708 5Build-Depends: debhelper (>= 8.1.3~)
03746e44
AM
6Standards-Version: 3.9.2
7Homepage: https://github.com/sahlberg/libnfs
ff78a304
AM
8Vcs-Git: git://anonscm.debian.org/collab-maint/libnfs.git
9Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/libnfs.git
03746e44
AM
10
11Package: libnfs-dev
12Architecture: any
13Section: libdevel
c6551807 14Depends: libnfs1 (= ${binary:Version}),
03746e44
AM
15 ${misc:Depends}
16Description: NFS client library (development files)
17 LIBNFS is a client library for accessing NFS shares over a network.
18 .
19 LIBNFS offers three different APIs, for different use :
20 1, RAW : A fully async low level rpc library for nfs protocols
21 2, NFS ASYNC : A fully asynchronous library for high level vfs functions
22 3, NFS SYNC : A synchronous library for high level vfs functions
23 .
24 This package provides the necessary files needed for development.
25
c6551807 26Package: libnfs1
03746e44 27Architecture: any
8f43e708
AM
28Multi-Arch: same
29Pre-Depends: ${misc:Pre-Depends}
03746e44
AM
30Depends: ${shlibs:Depends}, ${misc:Depends}
31Description: NFS client library (shared library)
32 LIBNFS is a client library for accessing NFS shares over a network.
33 .
34 LIBNFS offers three different APIs, for different use :
35 1, RAW : A fully async low level rpc library for nfs protocols
36 2, NFS ASYNC : A fully asynchronous library for high level vfs functions
37 3, NFS SYNC : A synchronous library for high level vfs functions
38 .
39 This package provides the shared library.