Simplify the upgrade path handling from PPA.
[deb_libnfs.git] / debian / control
... / ...
CommitLineData
1Source: libnfs
2Section: libs
3Priority: optional
4Maintainer: Ritesh Raj Sarraf <rrs@debian.org>
5Uploaders: Balint Reczey <balint@balintreczey.hu>
6Build-Depends: debhelper (>= 8.1.3~), dh-autoreconf
7Standards-Version: 3.9.3
8Homepage: https://github.com/sahlberg/libnfs
9Vcs-Git: git://anonscm.debian.org/collab-maint/libnfs.git
10Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/libnfs.git
11
12Package: libnfs-dev
13Multi-Arch: same
14Architecture: any
15Section: libdevel
16Depends: libnfs4 (= ${binary:Version}),
17 ${misc:Depends}
18Description: 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
28Package: libnfs4
29Architecture: any
30Multi-Arch: same
31Pre-Depends: ${misc:Pre-Depends}
32Depends: ${shlibs:Depends}, ${misc:Depends}
33Breaks: libnfs1 ( >= 1.6.0-0~ )
34Replaces: libnfs1 ( >= 1.6.0-0~ )
35Description: 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.