New version
[trust_router.git] / debian / control
1 Source: moonshot-trust-router
2 Section: net
3 Priority: extra
4 Maintainer: Sam Hartman <hartmans@debian.org>
5 Build-Depends: debhelper (>= 9), autotools-dev, automake, autoconf, libtool, libjansson-dev, libkrb5-dev (>= 1.10~), dh-autoreconf, libssl-dev, libsqlite3-dev, libtalloc-dev, libglib2.0-dev
6 Standards-Version: 3.9.5
7 Homepage: http://www.project-moonshot.org/
8 Vcs-Git: git://git.project-moonshot.org/trust_router.git
9
10 Package: moonshot-trust-router
11 Architecture: any
12 Depends: ${shlibs:Depends}, ${misc:Depends}, moonshot-gss-eap (>= 0.9.2-3+deb8u1), adduser, sqlite3
13 Description: Moonshot Trust Router
14  Moonshot allows services using GSS-API applications to gain federated
15  access to identities provided by other organizations.  Moonshot uses
16  EAP and RADIUS over TLS for authentication and federation and SAML
17  for enhanced attribute exchange.
18  .
19  This package provides the trust router and associated commands.  The
20  trust router provides authenticated key exchange so that RADIUS
21  proxies in one organization can connect to RADIUS servers (providing
22  identities) in another organization.
23
24 Package: moonshot-trust-router-dev
25 Section: libdevel
26 Architecture: any
27 Depends: ${shlibs:Depends}, ${misc:Depends}, libtr-tid2 (= ${binary:Version})
28 Description: Development environment for the Trust Router
29  Moonshot allows services using GSS-API applications to gain federated
30  access to identities provided by other organizations.  Moonshot uses
31  EAP and RADIUS over TLS for authentication and federation and SAML
32  for enhanced attribute exchange.
33  .
34  This package provides the trust router development environment.  The
35  trust router provides authenticated key exchange so that RADIUS
36  proxies in one organization can connect to RADIUS servers (providing
37  identities) in another organization.
38
39
40 Package: libtr-tid2
41 Section: libs
42 Architecture: any
43 Depends: ${shlibs:Depends}, ${misc:Depends}
44 Breaks: moonshot-gss-eap (<< 0.9.2-3+deb8u1)
45 Pre-Depends: ${misc:Pre-Depends}
46 Multi-Arch: same
47 Description: Moonshot Temporary Identity  Shared Libraries
48  Moonshot allows services using GSS-API applications to gain federated
49  access to identities provided by other organizations.  Moonshot uses
50  EAP and RADIUS over TLS for authentication and federation and SAML
51  for enhanced attribute exchange.
52  .
53  This package provides the trust router's Temporary Identity Protocol
54  client and server library.  The trust router provides authenticated
55  key exchange so that RADIUS proxies in one organization can connect
56  to RADIUS servers (providing identities) in another organization.
57
58
59 Package: moonshot-trust-router-dbg
60 Section: debug
61 Architecture: any
62 Depends: ${shlibs:Depends}, ${misc:Depends}, moonshot-trust-router (= ${binary:Version}) |libtr-tid2 (= ${binary:Version})
63 Description: Trust Router Debugging Symbols
64  This package includes debugging symbols for trust router libraries
65  and binaries.