File: control

package info (click to toggle)
opensaml2 2.4.3-4%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 6,876 kB
  • sloc: cpp: 26,987; xml: 19,606; sh: 10,677; makefile: 427; ansic: 23
file content (76 lines) | stat: -rw-r--r-- 3,169 bytes parent folder | download
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
Source: opensaml2
Section: libs
Priority: extra
Maintainer: Debian Shib Team <pkg-shibboleth-devel@lists.alioth.debian.org>
Uploaders: Russ Allbery <rra@debian.org>, Ferenc Wagner <wferi@niif.hu>
Build-Depends: debhelper (>= 9), dh-autoreconf, doxygen, graphviz,
 liblog4cpp5-dev, libssl-dev, libxerces-c-dev (>= 3.0.1-2~),
 libxml-security-c-dev (>= 1.6), libxmltooling-dev (>= 1.4), pkg-config
Standards-Version: 3.9.2
Homepage: https://wiki.shibboleth.net/confluence/display/OpenSAML/Home
Vcs-Git: git://git.debian.org/git/pkg-shibboleth/opensaml2.git
Vcs-Browser: http://git.debian.org/?p=pkg-shibboleth/opensaml2.git

Package: libsaml7
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Security Assertion Markup Language library (runtime)
 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.
 .
 This package contains the files necessary for running applications that
 use the OpenSAML library.

Package: libsaml2-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libsaml7 (= ${binary:Version}),
 libxmltooling-dev (>= 1.4)
Suggests: libsaml2-doc (= ${source:Version})
Conflicts: libsaml-dev
Description: Security Assertion Markup Language library (development)
 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.
 .
 This package contains the headers and other necessary files to build
 applications or libraries that use or extend the OpenSAML library.

Package: opensaml2-tools
Section: text
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Security Assertion Markup Language command-line tools
 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.
 .
 This package contains samlsign, a command-line tool for signing and
 verifying SAML assertions. 

Package: opensaml2-schemas
Section: text
Architecture: all
Depends: ${misc:Depends}
Conflicts: opensaml-schemas
Description: Security Assertion Markup Language library (XML schemas)
 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.
 .
 This package contains the XML schema files used by the OpenSAML library.

Package: libsaml2-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, libjs-jquery
Description: Security Assertion Markup Language library (API docs)
 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.
 .
 This package contains the OpenSAML library API documentation generated
 by Doxygen.