File: control

package info (click to toggle)
shibboleth-sp 3.2.2%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 7,120 kB
  • sloc: cpp: 42,549; sh: 5,188; makefile: 969; xml: 539; ansic: 90
file content (151 lines) | stat: -rw-r--r-- 4,420 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
141
142
143
144
145
146
147
148
149
150
151
Source: shibboleth-sp
Section: web
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:
 apache2-dev,
 cxxtest,
# we need #887904 fixed, which also forces us to use compat level 12:
 debhelper-compat (= 12),
 dh-apache2,
 libboost-dev,
 libfcgi-dev,
 libkrb5-dev,
 liblog4shib-dev (>= 2~),
 libmemcached-dev,
 libsaml-dev (>= 3.2~),
 libsystemd-dev [linux-any],
 libxerces-c-dev,
 libxml-security-c-dev (>= 2~),
 libxmltooling-dev (>= 3.2~),
 opensaml-schemas (>= 3.2~),
 pkg-config,
 unixodbc-dev,
 xmltooling-schemas,
Build-Depends-Indep:
 doxygen,
 graphviz,
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: http://shibboleth.net/
Vcs-Git: https://salsa.debian.org/shib-team/shibboleth-sp2.git
Vcs-Browser: https://salsa.debian.org/shib-team/shibboleth-sp2
X-Common-Description: The Shibboleth System is a standards based software
 package for web single sign-on across or within organizational boundaries.
 It supports authorization and attribute exchange using the OASIS SAML 2.0
 protocol.  Shibboleth allows sites to make informed authorization decisions
 for individual access of protected online resources while allowing users to
 establish their identities with their local authentication systems.

Package: libapache2-mod-shib
Section: httpd
Architecture: any
Depends:
 libshibsp-plugins (= ${binary:Version}),
 shibboleth-sp-utils (= ${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends},
Recommends:
 ${misc:Recommends},
Description: Federated web single sign-on system (Apache module)
 ${S:X-Common-Description}
 .
 This package contains the Shibboleth Apache module for service providers
 (web servers providing resources protected by Shibboleth) and the
 supporting shibd daemon.

Package: libshibsp10
Section: libs
Architecture: any
Multi-Arch: same
Depends:
 opensaml-schemas (>= 3.2~),
# any->all dependencies mustn't use ${binary:Version}:
 shibboleth-sp-common (= ${source:Version}),
 xmltooling-schemas (>= 3.2~),
 ${misc:Depends},
 ${shlibs:Depends},
Description: Federated web single sign-on system (runtime)
 ${S:X-Common-Description}
 .
 This package contains the Shibboleth SP runtime library.

Package: libshibsp-plugins
Section: libs
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: Federated web single sign-on system (plugins)
 ${S:X-Common-Description}
 .
 This package contains plugins for the Shibboleth SP library.

Package: libshibsp-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libsaml-dev (>= 3.2~),
 libshibsp10 (= ${binary:Version}),
 libxerces-c-dev,
 libxmltooling-dev (>= 3.2~),
 ${misc:Depends},
Suggests:
 libshibsp-doc,
Description: Federated web single sign-on system (development)
 ${S:X-Common-Description}
 .
 This package contains the headers and other necessary files to build
 applications that use the Shibboleth SP library.

Package: libshibsp-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Description: Federated web single sign-on system (API docs)
 ${S:X-Common-Description}
 .
 This package contains the Shibboleth SP library API documentation.

Package: shibboleth-sp-common
Section: libs
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Description: Federated web single sign-on system (common files)
 ${S:X-Common-Description}
 .
 This package contains common files used by the Shibboleth SP library,
 Apache module, and daemon, primarily configuration files and schemas.

Package: shibboleth-sp-utils
Architecture: any
Multi-Arch: foreign
# The fix for #887904 requires recent init-system-helpers:
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 adduser,
 libshibsp-plugins (= ${binary:Version}),
# the init script sources /lib/lsb/init-functions:
 lsb-base,
 ${misc:Depends},
 ${shlibs:Depends},
Recommends:
 openssl,
Description: Federated web single sign-on system (daemon and utilities)
 ${S:X-Common-Description}
 .
 This package contains the daemon that handles attribute requests and
 maintains session information for the SP.  It is used internally by the
 Apache module (libapache2-mod-shib), but may be useful independently in
 some circumstances.  It also contains some other useful Shibboleth SP
 utility programs and the FastCGI authorizer and responder.