1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133
|
Source: freediameter
Maintainer: Debian Mobcom Maintainers <Debian-mobcom-maintainers@lists.alioth.debian.org>
Uploaders: Ruben Undheim <ruben.undheim@gmail.com>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 11),
cmake,
libsctp-dev,
bison,
flex,
libidn11-dev,
libgcrypt20-dev,
libgnutls28-dev,
pkg-config,
txt2man
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/debian-mobcom-team/freediameter
Vcs-Git: https://salsa.debian.org/debian-mobcom-team/freediameter.git
Homepage: http://www.freediameter.net/trac/
Package: libfdproto6
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: Library for manipulating Diameter messages and dictionary
Diameter is a protocol designed to carry Authentication, Authorization and
Accounting (AAA) payload. It is an evolution of the RADIUS protocol (as the
name suggests).
.
freeDiameter is an implementation of the Diameter protocol
.
The shared library libfdproto provides the functions to manipulate Diameter
messages and dictionary. This library is meant to be re-used by other projects
that would require parsing or manipulating Diameter messages.
Package: libfdcore6
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Breaks: freediameterd (<< 1.2.1-3)
Multi-Arch: same
Description: FreeDiameter - library for the Diameter protocol
Diameter is a protocol designed to carry Authentication, Authorization and
Accounting (AAA) payload. It is an evolution of the RADIUS protocol (as the
name suggests).
.
freeDiameter is an implementation of the Diameter protocol.
.
This shared library contains the core of the framework. It establishes the
network connections with other Diameter peers and performs the tasks described
in Diameter Base Protocol, such as watchdogs, basic routing, ... It also
handles the loading of extensions (see below)
Package: libfreediameter-dev
Architecture: any
Section: libdevel
Depends: libfdcore6 (= ${binary:Version}),
libfdproto6 (= ${binary:Version}),
libgnutls28-dev,
libgcrypt20-dev,
libidn11-dev,
libsctp-dev,
${misc:Depends}
Description: Library for the Diameter protocol (development files)
Diameter is a protocol designed to carry Authentication, Authorization and
Accounting (AAA) payload. It is an evolution of the RADIUS protocol (as the
name suggests).
.
freeDiameter is an implementation of the Diameter protocol.
.
This shared library contains the development files for libfdcoreX and
libfdprotoX
Package: freediameterd
Architecture: any
Section: utils
Depends: libfdcore6 (= ${binary:Version}),
libfdproto6 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Breaks: libfdcore6 (<< 1.2.1-3)
Replaces: libfdcore6 (<< 1.2.1-3)
Description: Daemon for the Diameter protocol
Diameter is a protocol designed to carry Authentication, Authorization and
Accounting (AAA) payload. It is an evolution of the RADIUS protocol (as the
name suggests).
.
freeDiameter is an implementation of the Diameter protocol.
.
This simple daemon parses the command line and initializes the freeDiameter
framework. Use it for your Diameter server & agent components. In case of
Diameter clients, you probably will prefer linking the libfdcore directly with
your client application that must be made Diameter-aware.
Package: freediameter-extensions
Architecture: any
Depends: libfdcore6 (= ${binary:Version}),
libfdproto6 (= ${binary:Version}),
libc6,
${shlibs:Depends},
${misc:Depends}
Description: Extensions for the Diameter protocol
Diameter is a protocol designed to carry Authentication, Authorization and
Accounting (AAA) payload. It is an evolution of the RADIUS protocol (as the
name suggests).
.
freeDiameter is an implementation of the Diameter protocol.
.
The extensions provide the mean to augment the features of the freeDiameterd
framework. Extensions can provide the handling of a Diameter server
application, but also advanced routing features, peer management, etc.
Package: freediameter
Architecture: all
Section: utils
Depends: freediameterd,
freediameter-extensions,
${misc:Depends}
Multi-Arch: foreign
Description: Implementation of the freeDiameter protocol - metapackage
Diameter is a protocol designed to carry Authentication, Authorization and
Accounting (AAA) payload. It is an evolution of the RADIUS protocol (as the
name suggests).
.
freeDiameter is an implementation of the Diameter protocol.
.
This is a metapackage which will install the shared libraries, the daemon
and the extensions for freeDiameter.
|