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