Remove debugging and fix postinst script to work when SHELL is not set.
[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
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, 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 Pre-Depends: ${misc:Pre-Depends}
45 Multi-Arch: same
46 Description: Moonshot Temporary Identity  Shared Libraries
47  Moonshot allows services using GSS-API applications to gain federated
48  access to identities provided by other organizations.  Moonshot uses
49  EAP and RADIUS over TLS for authentication and federation and SAML
50  for enhanced attribute exchange.
51  .
52  This package provides the trust router's Temporary Identity Protocol
53  client and server library.  The trust router provides authenticated
54  key exchange so that RADIUS proxies in one organization can connect
55  to RADIUS servers (providing identities) in another organization.
56
57
58 Package: moonshot-trust-router-dbg
59 Section: debug
60 Architecture: any
61 Depends: ${shlibs:Depends}, ${misc:Depends}, moonshot-trust-router (= ${binary:Version}) |libtr-tid2 (= ${binary:Version})
62 Description: Trust Router Debugging Symbols
63  This package includes debugging symbols for trust router libraries
64  and binaries.