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 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114
|
Source: gsasl
Section: devel
Priority: optional
Maintainer: Debian XMPP Maintainers <pkg-xmpp-devel@lists.alioth.debian.org>
Uploaders: Thadeu Lima de Souza Cascardo <cascardo@minaslivre.org>,
Jorge Salamero Sanz <bencer@debian.org>,
Simon Josefsson <simon@josefsson.org>
Build-Depends: debhelper-compat (= 13),
gettext,
help2man,
libgnutls28-dev,
libidn11-dev,
libkrb5-dev,
libntlm0-dev,
pkg-config
Build-Depends-Indep: dblatex, gtk-doc-tools, libglib2.0-dev, texinfo
Vcs-Browser: https://salsa.debian.org/xmpp-team/gsasl
Vcs-Git: https://salsa.debian.org/xmpp-team/gsasl.git
Homepage: https://www.gnu.org/software/gsasl/
Standards-Version: 4.5.1
Rules-Requires-Root: no
Package: gsasl
Architecture: any
Depends: dpkg (>= 1.15.4) | install-info, ${misc:Depends}, ${shlibs:Depends}
Description: GNU SASL command line utility
GNU SASL is an implementation of the Simple Authentication and
Security Layer framework and a few common SASL mechanisms. SASL is
used by network servers (e.g., IMAP, SMTP) to request authentication
from clients, and in clients to authenticate against servers.
.
This package contains the GNU SASL command line tool.
Package: libgsasl7
Section: libs
Architecture: any
Multi-Arch: same
Depends: gsasl-common (= ${source:Version}), ${misc:Depends}, ${shlibs:Depends}
Conflicts: libgsasl1
Replaces: libgsasl1
Description: GNU SASL library
GNU SASL is an implementation of the Simple Authentication and
Security Layer framework and a few common SASL mechanisms. SASL is
used by network servers (e.g., IMAP, SMTP) to request authentication
from clients, and in clients to authenticate against servers.
.
Supported mechanisms are ANONYMOUS, EXTERNAL, LOGIN, PLAIN, SECURID, NTLM,
DIGEST-MD5, CRAM-MD5, SCRAM-SHA-1, SCRAM-SHA-1-PLUS, GS2-KRB5, GSSAPI.
.
This package includes the GNU SASL shared library that is required
by applications using GNU SASL. You normally don't need to install
it manually.
Package: gsasl-common
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Breaks: libgsasl7 (<< 1.10.0-2)
Replaces: libgsasl7 (<< 1.10.0-2)
Description: GNU SASL platform independent files
GNU SASL is an implementation of the Simple Authentication and
Security Layer framework and a few common SASL mechanisms. SASL is
used by network servers (e.g., IMAP, SMTP) to request authentication
from clients, and in clients to authenticate against servers.
.
This package contains translation of diagnostic messages.
Package: gsasl-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Breaks: gsasl (<< 1.10.0-2)
Replaces: gsasl (<< 1.10.0-2)
Depends: ${misc:Depends}
Description: GNU SASL documentation
GNU SASL is an implementation of the Simple Authentication and
Security Layer framework and a few common SASL mechanisms. SASL is
used by network servers (e.g., IMAP, SMTP) to request authentication
from clients, and in clients to authenticate against servers.
.
This package contains documentation related to GNU SASL.
Package: libgsasl-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Breaks: libgsasl7-dev (<< 1.10.0-2)
Replaces: libgsasl1-dev, libgsasl7-dev (<< 1.10.0-2)
Provides: libgsasl7-dev
Depends: krb5-multidev,
libgsasl7 (= ${binary:Version}),
libidn11-dev,
libntlm0-dev,
pkg-config,
${misc:Depends}
Description: Development files for the GNU SASL library
GNU SASL is an implementation of the Simple Authentication and
Security Layer framework and a few common SASL mechanisms. SASL is
used by network servers (e.g., IMAP, SMTP) to request authentication
from clients, and in clients to authenticate against servers.
.
This package contain all files necessary for developing programs that
use GNU SASL. You will need this package if you want to build a
program that uses the GNU SASL library.
Package: libgsasl7-dev
Section: oldlibs
Architecture: any
Multi-Arch: same
Depends: libgsasl-dev, ${misc:Depends}
Conflicts: libgsasl1-dev
Replaces: libgsasl1-dev
Description: Transitional development package for the GNU SASL library
This is a transitional package. It can safely be removed.
|