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
|
Source: opensaml
Section: libs
Priority: optional
Maintainer: Debian Shib Team <pkg-shibboleth-devel@alioth-lists.debian.net>
Uploaders:
Ferenc Wágner <wferi@debian.org>,
Etienne Dysli Metref <etienne.dysli-metref@switch.ch>,
Build-Depends:
cxxtest,
debhelper-compat (= 12),
libboost-dev,
liblog4shib-dev (>= 2~),
libxerces-c-dev,
libxml-security-c-dev (>= 2~),
libxmltooling-dev (>= 3.2~),
pkg-config,
zlib1g-dev,
Build-Depends-Indep:
doxygen,
graphviz,
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://wiki.shibboleth.net/confluence/display/OpenSAML/Home
Vcs-Git: https://salsa.debian.org/shib-team/opensaml2.git
Vcs-Browser: https://salsa.debian.org/shib-team/opensaml2
X-Common-Description: OpenSAML is an open source implementation of the OASIS
Security Assertion Markup Language Specification. It contains a set of open
source C++ classes that support the SAML 1.0, 1.1, and 2.0 specifications.
Package: libsaml12
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Description: Security Assertion Markup Language library (runtime)
${S:X-Common-Description}
.
This package contains the files necessary for running applications that
use the OpenSAML library.
Package: libsaml-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libsaml12 (= ${binary:Version}),
libxmltooling-dev (>= 3.2~),
zlib1g-dev,
${misc:Depends},
Suggests:
libsaml-doc (= ${source:Version}),
Description: Security Assertion Markup Language library (development)
${S:X-Common-Description}
.
This package contains the headers and other necessary files to build
applications or libraries that use or extend the OpenSAML library.
Package: opensaml-tools
Section: text
Architecture: any
Multi-Arch: foreign
Depends:
${misc:Depends},
${shlibs:Depends},
Description: Security Assertion Markup Language command-line tools
${S:X-Common-Description}
.
This package contains samlsign, a command-line tool for signing and
verifying SAML assertions.
Package: opensaml-schemas
Section: text
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Description: Security Assertion Markup Language library (XML schemas)
${S:X-Common-Description}
.
This package contains the XML schema files used by the OpenSAML library.
Package: libsaml-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Description: Security Assertion Markup Language library (API docs)
${S:X-Common-Description}
.
This package contains the OpenSAML library API documentation generated
by Doxygen.
|