File: control

package info (click to toggle)
opensaml 3.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,384 kB
  • sloc: cpp: 27,286; sh: 4,237; xml: 1,004; makefile: 424; ansic: 18
file content (140 lines) | stat: -rw-r--r-- 3,529 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
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
Source: opensaml
Section: libs
Priority: optional
Maintainer: Debian Shib Team <pkg-shibboleth-devel@lists.alioth.debian.org>
Uploaders:
 Ferenc Wágner <wferi@debian.org>,
 Etienne Dysli Metref <etienne.dysli-metref@switch.ch>,
Build-Depends:
 cxxtest,
 debhelper (>= 11~),
 libboost-dev,
 liblog4shib-dev (>= 2~),
 libxerces-c-dev,
 libxml-security-c-dev (>= 2~),
 libxmltooling-dev (>= 3~),
 pkg-config,
 zlib1g-dev,
Build-Depends-Indep:
 doxygen,
 graphviz,
Standards-Version: 4.3.0
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: libsaml10
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:
 libsaml10 (= ${binary:Version}),
 libxmltooling-dev (>= 3~),
 zlib1g-dev,
 ${misc:Depends},
Suggests:
 libsaml-doc (= ${source:Version}),
Replaces:
 libsaml2-dev (<< 3~)
Breaks:
 libsaml2-dev (<< 3~)
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},
Replaces:
 opensaml2-tools (<< 3~)
Breaks:
 opensaml2-tools (<< 3~)
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},
Replaces:
 opensaml2-schemas (<< 3~)
Breaks:
 opensaml2-schemas (<< 3~)
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.

Package: libsaml2-dev
Section: oldlibs
Architecture: all
Depends:
 libsaml-dev,
 ${misc:Depends},
Description: transitional package
 This is a transitional package. It can safely be removed.

Package: opensaml2-tools
Section: oldlibs
Architecture: all
Depends:
 opensaml-tools,
 ${misc:Depends},
Description: transitional package
 This is a transitional package. It can safely be removed.

Package: opensaml2-schemas
Section: oldlibs
Architecture: all
Depends:
 opensaml-schemas,
 ${misc:Depends},
Description: transitional package
 This is a transitional package. It can safely be removed.

Package: libsaml2-doc
Section: oldlibs
Architecture: all
Depends:
 libsaml-doc,
 ${misc:Depends},
Description: transitional package
 This is a transitional package. It can safely be removed.