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 33 34
|
Source: libgssglue
Section: libs
Priority: optional
Maintainer: Simon Josefsson <simon@josefsson.org>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.1
Homepage: http://www.citi.umich.edu/projects/nfsv4/linux/
Vcs-Git: https://salsa.debian.org/debian/libgssglue.git
Vcs-Browser: https://salsa.debian.org/debian/libgssglue
Rules-Requires-Root: no
Package: libgssglue-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libgssglue1 (= ${binary:Version})
Description: header files and docs for libgssglue
Contains the header files and documentation for libgssglue
for use in developing applications that use the libgssglue library.
.
libgssglue provides a gssapi interface, but does not implement any
gssapi mechanisms itself; instead it calls other gssapi functions
(e.g., those provided by MIT Kerberos), depending on the requested
mechanism, to do the work.
Package: libgssglue1
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: mechanism-switch gssapi library
libgssglue provides a gssapi interface, but does not implement any
gssapi mechanisms itself; instead it calls other gssapi functions
(e.g., those provided by MIT Kerberos), depending on the requested
mechanism, to do the work.
|