1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: libnfsidmap
Priority: optional
Section: libs
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: dpkg-dev (>= 1.16.1~), debhelper (>= 9), libldap2-dev, autotools-dev, automake, autoconf (>= 2.68), libtool
Standards-Version: 3.9.4
Homepage: http://www.citi.umich.edu/projects/nfsv4/linux/
Package: libnfsidmap-dev
Section: libdevel
Architecture: any
Depends: libnfsidmap2 (= ${binary:Version}), ${misc:Depends}
Description: header files and docs for libnfsidmap
Contains the header files and documentation for libnfsidmap
for use in developing applications that use the libnfsidmap library.
.
libnfsidmap provides functions to map between NFSv4 names (which are
of the form user@domain) and local uid's and gid's.
Package: libnfsidmap2
Priority: standard
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libnfsidmap1
Breaks: nfs-common (<< 1:1.2.2-1)
Replaces: nfs-common (<< 1:1.2.2-1)
Description: NFS idmapping library
libnfsidmap provides functions to map between NFSv4 names (which are
of the form user@domain) and local uid's and gid's.
|