annotate debian/control @ 312:344ebcb39298

Debianization in progress
author Sebastien Decugis <sdecugis@nict.go.jp>
date Mon, 17 May 2010 18:50:23 +0900
parents
children 6fd1e6f56af5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
312
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
1 Source: freediameter
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
2 Section: unknown
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
3 Priority: optional
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
4 Maintainer: Sebastien Decugis <sdecugis@nict.go.jp>
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
5 Build-Depends: debhelper (>=7.0.50~),
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
6 cmake, make, gcc, bison, flex,
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
7 libsctp-dev, libgnutls-dev, libgcrypt-dev, libpq-dev
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
8 Standards-Version: 3.8.4
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
9 Homepage: http://aaa.koganei.wide.ad.jp
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
10
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
11 Package: freediameter-common
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
12 Architecture: any
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
13 Depends: ${shlibs:Depends}, ${misc:Depends}
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
14 Description: The libfreeDiameter library.
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
15 This library is required by all freeDiameter components.
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
16 It may also be useful for other projects which need to
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
17 perform operations on Diameter messages.
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
18 .
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
19 See 'freeDiameter-dev' package to retrieve the API for the library.
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
20
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
21 Package: freediameter-daemon
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
22 Architecture: any
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
23 Depends: ${shlibs:Depends}, ${misc:Depends}, freediameter-common (= ${binary:Version})
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
24 Suggests: ssl-cert, freediameter-dictionary-RFC4005, freediameter-dictionary-RFC4072
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
25 Description: The freeDiameter daemon.
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
26 The freeDiameter daemon provides support for the Diameter
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
27 Base Protocol. Without any extension, the daemon can only
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
28 be used as a Diameter routing agent. You probably want to
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
29 install some freeDiameter extension to extend its features.
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
30 .
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
31 The daemon is shipped with a small set of extensions, for
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
32 example to configure the routing behavior. See the
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
33 documentation for more details.
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
34
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
35 Package: freediameter-dev
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
36 Architecture: any
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
37 Depends: freediameter-daemon (= ${binary:Version}), libsctp-dev, libgnutls-dev, libgcrypt-dev
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
38 Description: This package provides the development files for freeDiameter.
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
39
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
40 Package: freediameter-debug-tools
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
41 Architecture: any
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
42 Depends: freediameter-daemon (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
43 Description: freeDiameter debug tools.
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
44 This package provides useful tools to help tracking
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
45 problems in freeDiameter installation.
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
46
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
47 Package: freediameter-dictionary-RFC4005
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
48 Architecture: any
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
49 Depends: ${shlibs:Depends}, ${misc:Depends}, freediameter-daemon (= ${binary:Version})
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
50 Description: RFC4005 (NASREQ) dictionary support.
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
51 This freeDiameter extension provides the dictionary support
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
52 for commands and AVP defined in RFC4005 (NASREQ).
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
53 .
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
54 In order to use this extension, your main freeDiameter
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
55 configuration file must contain a LoadExtension directive.
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
56 See freeDiameter documentation for more details.
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
57 .
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
58 This extension does not require a configuration file.
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
59
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
60 Package: freediameter-dictionary-RFC4072
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
61 Architecture: any
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
62 Depends: ${shlibs:Depends}, ${misc:Depends}, freediameter-dictionary-RFC4005 (= ${binary:Version})
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
63 Description: RFC4072 (Diameter EAP) dictionary support.
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
64 This freeDiameter extension provides the dictionary support
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
65 for commands and AVP defined in RFC4072 (Diameter EAP).
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
66 .
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
67 In order to use this extension, your main freeDiameter
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
68 configuration file must contain a LoadExtension directive.
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
69 See freeDiameter documentation for more details.
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
70 .
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
71 This extension does not require a configuration file.
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
72
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
73 Package: freediameter-accounting-server
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
74 Architecture: any
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
75 Depends: freediameter-daemon (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
76 Description: freeDiameter simple Accounting server.
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
77 This freeDiameter extension implements the Diameter Base
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
78 Accounting application. It saves the accounting records
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
79 in a PostgreSQL database backend in a highly configurable
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
80 maneer.
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
81 .
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
82 In order to use this extension, your main freeDiameter
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
83 configuration file must contain a LoadExtension directive.
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
84 See freeDiameter documentation for more details.
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
85 .
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
86 This extension requires a configuration file.
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
87 See app_acct.conf.sample for more details.
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
88
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
89
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
90
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
91
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
92
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
93
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
94
"Welcome to our mercurial repository"