blob: 24a082e48181f024894abb6228385531bab25bb2 [file] [log] [blame]
Eric Butler91ffa2b2012-08-14 18:07:48 -07001Source: libosmo-abis
Max5f3871e2016-12-21 14:18:34 +01002Maintainer: Harald Welte <laforge@gnumonks.org>
Eric Butler91ffa2b2012-08-14 18:07:48 -07003Section: libs
4Priority: optional
Max5f3871e2016-12-21 14:18:34 +01005Build-Depends: debhelper (>= 9),
6 autotools-dev,
7 autoconf,
8 automake,
9 libtool,
10 dh-autoreconf,
11 libdpkg-perl,
12 git,
Harald Welte176a1fb2019-01-19 22:20:47 +010013 libosmocore-dev (>= 1.0.0),
Max5f3871e2016-12-21 14:18:34 +010014 pkg-config,
15 libortp-dev
16Standards-Version: 3.9.7
Eric Butler91ffa2b2012-08-14 18:07:48 -070017Vcs-Git: git://git.osmocom.org/libosmo-abis.git
Harald Weltef2a16072018-02-09 12:09:41 +010018Vcs-Browser: http://git.osmocom.org/libosmo-abis/
Max5f3871e2016-12-21 14:18:34 +010019Homepage: https://projects.osmocom.org/projects/libosmo-abis
Eric Butler91ffa2b2012-08-14 18:07:48 -070020
21Package: libosmo-abis
Holger Hans Peter Freytherece53232013-12-12 12:05:14 +010022Section: oldlibs
23Architecture: any
Pau Espin Pedrol9540f592018-08-30 14:21:58 +020024Depends: libosmoabis6 (= ${binary:Version}), libosmotrau2 (= ${binary:Version}), ${misc:Depends}
Holger Hans Peter Freyther050d60a2015-03-14 20:01:48 +010025Multi-Arch: same
Holger Hans Peter Freytherece53232013-12-12 12:05:14 +010026Description: Legacy package for libosmo-abis
27 libosmo-abis is an empty package helping in the transition to one
28 package per DSO.
29
Pau Espin Pedrol9540f592018-08-30 14:21:58 +020030Package: libosmoabis6
Eric Butler91ffa2b2012-08-14 18:07:48 -070031Section: libs
32Architecture: any
Holger Hans Peter Freyther050d60a2015-03-14 20:01:48 +010033Multi-Arch: same
Pau Espin Pedrol47e9e632018-09-04 17:33:06 +020034# Due to previous release issues, libosmoabis5 actually installed same libosmoabis.so.6 file.
35# Once major is increased to 7, following two lines below can be dropped:
36Conflicts: libosmoabis5
37Replaces: libosmoabis5
Max5f3871e2016-12-21 14:18:34 +010038Depends: ${shlibs:Depends},
39 ${misc:Depends}
Holger Hans Peter Freytherece53232013-12-12 12:05:14 +010040Description: GSM A-bis handling
Max5f3871e2016-12-21 14:18:34 +010041 This library contains common/shared code regarding the A-bis interface between
42 the GSM Base transceiver station (BTS) and the GSM Base station controller BSC.
43 .
44 It also implements drivers for mISDN and DAHDI based E1 cards, as well as some
45 A-bis/IP dialects.
Holger Hans Peter Freytherece53232013-12-12 12:05:14 +010046
Pau Espin Pedrol7b89f122018-05-03 16:12:04 +020047Package: libosmotrau2
Holger Hans Peter Freytherece53232013-12-12 12:05:14 +010048Section: libs
49Architecture: any
Holger Hans Peter Freyther050d60a2015-03-14 20:01:48 +010050Multi-Arch: same
Max5f3871e2016-12-21 14:18:34 +010051Depends: ${shlibs:Depends},
52 ${misc:Depends}
Holger Hans Peter Freytherece53232013-12-12 12:05:14 +010053Description: GSM trau handling
Max5f3871e2016-12-21 14:18:34 +010054 This library implements the Transcoder and Rate Adaptation Unit (TRAU) for
55 GSM systems. It is closely related to the libosmo-abis library.
56 .
57 TRAU performs transcoding function for speech channels and rate adaptation (RA)
58 for data channels in the GSM network.
Eric Butler91ffa2b2012-08-14 18:07:48 -070059
60Package: libosmo-abis-dev
Eric Butler91ffa2b2012-08-14 18:07:48 -070061Architecture: any
Holger Hans Peter Freyther050d60a2015-03-14 20:01:48 +010062Multi-Arch: same
Max5f3871e2016-12-21 14:18:34 +010063Section: libdevel
64Depends: ${misc:Depends},
Pau Espin Pedrol7b89f122018-05-03 16:12:04 +020065 libosmotrau2 (= ${binary:Version}),
Pau Espin Pedrol9540f592018-08-30 14:21:58 +020066 libosmoabis6 (= ${binary:Version})
Max5f3871e2016-12-21 14:18:34 +010067Description: Development headers for A-bis interface
68 The libosmo-abis library contains common/shared code regarding the A-bis
69 interface between GSM BTS and BSC. This package in particular contains the
70 development files needed to develop with the libosmoabis and libosmotrau
71 libraries.
Holger Hans Peter Freythercf5b08b2013-02-13 20:12:36 +010072
73Package: libosmo-abis-dbg
Holger Hans Peter Freythercf5b08b2013-02-13 20:12:36 +010074Architecture: any
Holger Hans Peter Freyther050d60a2015-03-14 20:01:48 +010075Multi-Arch: same
Max5f3871e2016-12-21 14:18:34 +010076Section: debug
77Priority: extra
Pau Espin Pedrol9540f592018-08-30 14:21:58 +020078Depends: libosmoabis6 (= ${binary:Version}),
Pau Espin Pedrol7b89f122018-05-03 16:12:04 +020079 libosmotrau2 (= ${binary:Version}),
Max5f3871e2016-12-21 14:18:34 +010080 ${misc:Depends}
81Description: Debug symbols for A-bis interface
82 The libosmo-abis library contains common/shared code regarding the A-bis
83 interface between GSM BTS and BSC. This package in particular contains the
84 debug symbols for the two libraries libosmoabis and libosmotrau.