Source: libosmo-abis
Maintainer: Osmocom team <openbsc@lists.osmocom.org>
Section: libs
Priority: optional
# NOTE: libosmo-netif-dev is also in Depends of libosmo-abis-dev below,
# as libosmoabis.pc.in has "Requires.private: libosmo-netif"
Build-Depends: debhelper (>= 10),
               autotools-dev,
               autoconf,
               automake,
               dahdi-source,
               libtool,
               dh-autoreconf,
               libdpkg-perl,
               git,
               libosmocore-dev (>= 1.11.0),
               libosmo-netif-dev (>= 1.6.0),
               pkg-config,
               libortp-dev
Standards-Version: 3.9.7
Vcs-Git: https://gitea.osmocom.org/osmocom/libosmo-abis
Vcs-Browser: https://gitea.osmocom.org/osmocom/libosmo-abis
Homepage: https://projects.osmocom.org/projects/libosmo-abis

Package: libosmo-abis
Section: oldlibs
Architecture: any
Depends: libosmoabis15 (= ${binary:Version}), libosmotrau11 (= ${binary:Version}), ${misc:Depends}
Multi-Arch: same
Description: Legacy package for libosmo-abis
 libosmo-abis is an empty package helping in the transition to one
 package per DSO.

Package: libosmoabis15
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: GSM A-bis handling
 This library contains common/shared code regarding the A-bis interface between
 the GSM Base transceiver station (BTS) and the GSM Base station controller BSC.
 .
 It also implements drivers for mISDN and DAHDI based E1 cards, as well as some
 A-bis/IP dialects.

Package: libosmotrau11
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: GSM trau handling
 This library implements the Transcoder and Rate Adaptation Unit (TRAU) for
 GSM systems. It is closely related to the libosmo-abis library.
 .
 TRAU performs transcoding function for speech channels and rate adaptation (RA)
 for data channels in the GSM network.

Package: libosmo-abis-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
         libosmotrau11 (= ${binary:Version}),
         libosmoabis15 (= ${binary:Version}),
         libosmo-netif-dev (>= 1.6.0),
         libosmocore-dev,
Description: Development headers for A-bis interface
 The libosmo-abis library contains common/shared code regarding the A-bis
 interface between GSM BTS and BSC. This package in particular contains the
 development files needed to develop with the libosmoabis and libosmotrau
 libraries.

Package: libosmo-abis-dbg
Architecture: any
Multi-Arch: same
Section: debug
Priority: extra
Depends: libosmoabis15 (= ${binary:Version}),
         libosmotrau11 (= ${binary:Version}),
         ${misc:Depends}
Description: Debug symbols for A-bis interface
 The libosmo-abis library contains common/shared code regarding the A-bis
 interface between GSM BTS and BSC. This package in particular contains the
 debug symbols for the two libraries libosmoabis and libosmotrau.