Rename shared library package for soname bump.
[deb_libnfs.git] / debian / control
1 Source: libnfs
2 Section: libs
3 Priority: optional
4 Maintainer: Andres Mejia <amejia@debian.org>
5 Build-Depends: debhelper (>= 7.0.50~)
6 Standards-Version: 3.9.2
7 Homepage: https://github.com/sahlberg/libnfs
8 Vcs-Git: git://anonscm.debian.org/collab-maint/libnfs.git
9 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/libnfs.git
10
11 Package: libnfs-dev
12 Architecture: any
13 Section: libdevel
14 Depends: libnfs1 (= ${binary:Version}),
15 ${misc:Depends}
16 Description: 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
26 Package: libnfs1
27 Architecture: any
28 Depends: ${shlibs:Depends}, ${misc:Depends}
29 Description: NFS client library (shared library)
30 LIBNFS is a client library for accessing NFS shares over a network.
31 .
32 LIBNFS offers three different APIs, for different use :
33 1, RAW : A fully async low level rpc library for nfs protocols
34 2, NFS ASYNC : A fully asynchronous library for high level vfs functions
35 3, NFS SYNC : A synchronous library for high level vfs functions
36 .
37 This package provides the shared library.