comparison contrib/debian/control @ 328:90294e7e986c

Moved the debian dir outside the top level directory
author Sebastien Decugis <sdecugis@nict.go.jp>
date Fri, 28 May 2010 17:19:22 +0900
parents debian/control@6fd1e6f56af5
children 603791d2dcc4
comparison
equal deleted inserted replaced
327:0f43f42669be 328:90294e7e986c
1 Source: freediameter
2 Section: unknown
3 Priority: optional
4 Maintainer: Sebastien Decugis <sdecugis@nict.go.jp>
5 Build-Depends: debhelper ( >= 7.3.9),
6 cmake, make, gcc, bison, flex,
7 libsctp-dev, libgnutls-dev, libgcrypt-dev, libpq-dev
8 Standards-Version: 3.8.3
9 Homepage: http://aaa.koganei.wide.ad.jp
10
11 Package: freediameter-common
12 Architecture: any
13 Depends: ${shlibs:Depends}, ${misc:Depends}
14 Description: The libfreeDiameter library.
15 This library is required by all freeDiameter components.
16 It may also be useful for other projects which need to
17 perform operations on Diameter messages.
18 .
19 See 'freeDiameter-dev' package to retrieve the API for the library.
20
21 Package: freediameter-dev
22 Architecture: any
23 Depends: freediameter-daemon (= ${binary:Version}), libsctp-dev, libgnutls-dev, libgcrypt-dev
24 Description: This package provides the development files for freeDiameter.
25
26 Package: freediameter-daemon
27 Architecture: any
28 Depends: ${shlibs:Depends}, ${misc:Depends}, freediameter-common (= ${binary:Version})
29 Suggests: ssl-cert, freediameter-dictionary-rfc4005, freediameter-dictionary-rfc4072
30 Description: The freeDiameter daemon.
31 The freeDiameter daemon provides support for the Diameter
32 Base Protocol. Without any extension, the daemon can only
33 be used as a Diameter routing agent. You probably want to
34 install some freeDiameter extension(s) to extend its
35 features.
36 .
37 The daemon is shipped with a small set of extensions, for
38 example to configure the routing behavior. See the
39 examples for more details.
40
41 Package: freediameter-debug-tools
42 Architecture: any
43 Depends: ${misc:Depends}, freediameter-daemon (= ${binary:Version})
44 Description: freeDiameter debug tools.
45 This package provides useful tools to help tracking
46 problems in freeDiameter installation.
47
48 Package: freediameter-dictionary-rfc4005
49 Architecture: any
50 Depends: ${misc:Depends}, freediameter-daemon (= ${binary:Version})
51 Description: RFC4005 (NASREQ) dictionary support.
52 This freeDiameter extension provides the dictionary support
53 for commands and AVP defined in RFC4005 (NASREQ).
54 .
55 In order to use this extension, your main freeDiameter
56 configuration file must contain a LoadExtension directive.
57 See freeDiameter documentation for more details.
58 .
59 This extension does not require a configuration file.
60
61 Package: freediameter-dictionary-rfc4072
62 Architecture: any
63 Depends: ${misc:Depends}, freediameter-dictionary-rfc4005 (= ${binary:Version})
64 Description: RFC4072 (Diameter EAP) dictionary support.
65 This freeDiameter extension provides the dictionary support
66 for commands and AVP defined in RFC4072 (Diameter EAP).
67 .
68 In order to use this extension, your main freeDiameter
69 configuration file must contain a LoadExtension directive.
70 See freeDiameter documentation for more details.
71 .
72 This extension does not require a configuration file.
73
74 Package: freediameter-radius-gateway
75 Architecture: any
76 Depends: ${misc:Depends}, freediameter-dictionary-rfc4072 (= ${binary:Version})
77 Description: RADIUS/Diameter extensible gateway.
78 This freeDiameter extension implements a RADIUS to Diameter
79 gateway. It allows a RADIUS client to connect to a Diameter
80 server.
81 .
82 The support for specific Diameter applications and/or RADIUS
83 extensions is provided in the gateway by the use of plugins.
84 Currently, the following plugins are available:
85 - echodrop.rgwx : drop or echo a RADIUS attribute.
86 The attribute is not converted to Diameter.
87 See echodrop.rgwx.conf.sample for details.
88 - auth.rgwx : Convert Access-Request to Diameter AAR or DER.
89 Requests For Comments: RADIUS: 2865, 3162, 2868,
90 2869, 3579; Diameter: 4005, 4072.
91 - acct.rgwx : Converts Accounting-Request (2866) to Diameter
92 ACR (3588).
93 .
94 In order to use this extension, your main freeDiameter
95 configuration file must contain a LoadExtension directive.
96 See freeDiameter documentation for more details.
97 .
98 This extension requires a configuration file.
99 See app_radgw.conf.sample for more details.
100
101 Package: freediameter-accounting-server
102 Architecture: any
103 Depends: ${misc:Depends}, freediameter-daemon (= ${binary:Version}), libpq5
104 Description: freeDiameter simple Accounting server.
105 This freeDiameter extension implements the Diameter Base
106 Accounting application. It saves the accounting records
107 in a PostgreSQL database backend in a highly configurable
108 maneer.
109 .
110 In order to use this extension, your main freeDiameter
111 configuration file must contain a LoadExtension directive.
112 See freeDiameter documentation for more details.
113 .
114 This extension requires a configuration file.
115 See app_acct.conf.sample for more details.
116
117
118
119
120
121
122
"Welcome to our mercurial repository"