Correct PPTP server firewall rules chain.
[tomato/davidwu.git] / release / src / router / libnfsidmap / debian / control
blob2fa5b8cabd5bc505593294f863c28289a18126c9
1 Source: libnfsidmap
2 Priority: optional
3 Section: libs
4 Maintainer: J. Bruce Fields <bfields@citi.umich.edu>
5 Build-Depends: debhelper (>= 5.0.0), libldap2-dev, cdbs
6 Standards-Version: 3.6.2
8 Package: libnfsidmap-dev
9 Section: libdevel
10 Architecture: any
11 Depends: libnfsidmap1 (= ${Source-Version})
12 Description: header files and docs for libnfsidmap
13  Contains the header files and documentation for libnfsidmap
14  for use in developing applications that use the libnfsidmap library.
15  .
16  libnfsidmap provides functions to map between NFSv4 names (which are
17  of the form user@domain) and local uid's and gid's.
18  .
19   Homepage: http://www.citi.umich.edu/projects/nfsv4/linux/
21 Package: libnfsidmap1
22 Priority: standard
23 Section: libs
24 Architecture: any
25 Depends: ${shlibs:Depends}, ${misc:Depends}
26 Description: An nfs idmapping library
27  libnfsidmap provides functions to map between NFSv4 names (which are
28  of the form user@domain) andlocal uid's and gid's.
29  .
30   Homepage: http://www.citi.umich.edu/projects/nfsv4/linux/