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