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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
Source: gss
Section: net
Priority: optional
Maintainer: Debian GSS Team <help-gss@gnu.org>
Uploaders: Simon Josefsson <simon@josefsson.org>, Russ Allbery <rra@debian.org>
Build-Depends: debhelper-compat (= 13),
help2man,
libshishi-dev (>= 0.0.42),
texinfo,
valgrind [amd64 i386 powerpc]
Build-Depends-Indep: dblatex, gtk-doc-tools, libglib2.0-dev, texlive
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/auth-team/gss
Vcs-Git: https://salsa.debian.org/auth-team/gss.git
Homepage: https://www.gnu.org/software/gss/
Rules-Requires-Root: no
Package: gss-doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Section: doc
Recommends: gss-man
Description: Documentation for GSS (except man pages)
The GNU Generic Security Service Library (GSSLib) is a free
implementation of the GSS-API security framework. GSSLib uses Shishi
to implement the Kerberos V5 mechanism, but is flexible enough to
support other mechanisms too.
.
This package contain the manual in HTML, PDF and Info formats, and
API reference in GTK-DOC and Devhelp formats.
Package: gss-man
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Section: doc
Conflicts: heimdal-dev
Description: Man pages for GSS
The GNU Generic Security Service Library (GSSLib) is a free
implementation of the GSS-API security framework. GSSLib uses Shishi
to implement the Kerberos V5 mechanism, but is flexible enough to
support other mechanisms too.
.
This package contain the API reference as man pages.
Package: libgss3
Section: libs
Architecture: any
Multi-Arch: same
Depends: libshishi-dev (>= 0.0.42), ${misc:Depends}, ${shlibs:Depends}
Suggests: shishi
Breaks: libgss0 (<< 0.1),
Replaces: libgss0 (<< 0.1),
Description: Library for Generic Security Services
The GNU Generic Security Service Library (GSSLib) is a free
implementation of the GSS-API security framework. GSSLib uses Shishi
to implement the Kerberos V5 mechanism, but is flexible enough to
support other mechanisms too.
.
This package contains the GSS library.
Package: libgss-dev
Section: libdevel
Architecture: any
Depends: libgss3 (= ${binary:Version}),
libshishi-dev (>= 0.0.42),
${misc:Depends},
${shlibs:Depends}
Description: Development and documentation files for Generic Security Services
The GNU Generic Security Service Library (GSSLib) is a free
implementation of the GSS-API security framework. GSSLib uses Shishi
to implement the Kerberos V5 mechanism, but is flexible enough to
support other mechanisms too.
.
This package contain files for developing programs with GSS support,
including the header file and static library, and a tool to explain
GSS-API error codes.
|