Source: freediameter Maintainer: Debian Mobcom Maintainers Uploaders: Ruben Undheim 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.