Navigation


Changeset 313:6fd1e6f56af5 in freeDiameter for debian/control


Ignore:
Timestamp:
May 19, 2010, 11:08:05 AM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Completed initial debianization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • debian/control

    r312 r313  
    33Priority: optional
    44Maintainer: Sebastien Decugis <sdecugis@nict.go.jp>
    5 Build-Depends: debhelper (>=7.0.50~),
     5Build-Depends: debhelper ( >= 7),
    66 cmake, make, gcc, bison, flex,
    77 libsctp-dev, libgnutls-dev, libgcrypt-dev, libpq-dev
    8 Standards-Version: 3.8.4
     8Standards-Version: 3.8.3
    99Homepage: http://aaa.koganei.wide.ad.jp
    1010
     
    1919 See 'freeDiameter-dev' package to retrieve the API for the library.
    2020
    21 Package: freediameter-daemon
    22 Architecture: any
    23 Depends: ${shlibs:Depends}, ${misc:Depends}, freediameter-common (= ${binary:Version})
    24 Suggests: ssl-cert, freediameter-dictionary-RFC4005, freediameter-dictionary-RFC4072
    25 Description: The freeDiameter daemon.
    26  The freeDiameter daemon provides support for the Diameter
    27  Base Protocol. Without any extension, the daemon can only
    28  be used as a Diameter routing agent. You probably want to
    29  install some freeDiameter extension to extend its features.
    30  .
    31  The daemon is shipped with a small set of extensions, for
    32  example to configure the routing behavior. See the
    33  documentation for more details.
    34 
    3521Package: freediameter-dev
    3622Architecture: any
     
    3824Description: This package provides the development files for freeDiameter.
    3925
     26Package: freediameter-daemon
     27Architecture: any
     28Depends: ${shlibs:Depends}, ${misc:Depends}, freediameter-common (= ${binary:Version})
     29Suggests: ssl-cert, freediameter-dictionary-rfc4005, freediameter-dictionary-rfc4072
     30Description: 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
    4041Package: freediameter-debug-tools
    4142Architecture: any
    42 Depends: freediameter-daemon (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
     43Depends: ${misc:Depends}, freediameter-daemon (= ${binary:Version})
    4344Description: freeDiameter debug tools.
    4445 This package provides useful tools to help tracking
    4546 problems in freeDiameter installation.
    4647
    47 Package: freediameter-dictionary-RFC4005
     48Package: freediameter-dictionary-rfc4005
    4849Architecture: any
    49 Depends: ${shlibs:Depends}, ${misc:Depends}, freediameter-daemon (= ${binary:Version})
     50Depends: ${misc:Depends}, freediameter-daemon (= ${binary:Version})
    5051Description: RFC4005 (NASREQ) dictionary support.
    5152 This freeDiameter extension provides the dictionary support
     
    5859 This extension does not require a configuration file.
    5960
    60 Package: freediameter-dictionary-RFC4072
     61Package: freediameter-dictionary-rfc4072
    6162Architecture: any
    62 Depends: ${shlibs:Depends}, ${misc:Depends}, freediameter-dictionary-RFC4005 (= ${binary:Version})
     63Depends: ${misc:Depends}, freediameter-dictionary-rfc4005 (= ${binary:Version})
    6364Description: RFC4072 (Diameter EAP) dictionary support.
    6465 This freeDiameter extension provides the dictionary support
     
    7172 This extension does not require a configuration file.
    7273
     74Package: freediameter-radius-gateway
     75Architecture: any
     76Depends: ${misc:Depends}, freediameter-dictionary-rfc4072 (= ${binary:Version})
     77Description: 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
    73101Package: freediameter-accounting-server
    74102Architecture: any
    75 Depends: freediameter-daemon (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
     103Depends: ${misc:Depends}, freediameter-daemon (= ${binary:Version}), libpq5
    76104Description: freeDiameter simple Accounting server.
    77105 This freeDiameter extension implements the Diameter Base
Note: See TracChangeset for help on using the changeset viewer.