summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorThorsten Alteholz <debian@alteholz.de>2017-11-28 18:55:37 +0100
committerThorsten Alteholz <debian@alteholz.de>2017-11-28 18:55:37 +0100
commit0490d1b8c10c443c2b6cf014821f8b1a0a0a30de (patch)
tree7d8c2eaeea7e9e39e15a19ca975dc8c884d11330 /debian/control
Import libosmo-abis_0.4.0.orig.tar.xz
[dgit import orig libosmo-abis_0.4.0.orig.tar.xz]
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control80
1 files changed, 80 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..5df6c95
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,80 @@
+Source: libosmo-abis
+Maintainer: Harald Welte <laforge@gnumonks.org>
+Section: libs
+Priority: optional
+Build-Depends: debhelper (>= 9),
+ autotools-dev,
+ autoconf,
+ automake,
+ libtool,
+ dh-autoreconf,
+ libdpkg-perl,
+ git,
+ libosmocore-dev (>= 0.6.4),
+ pkg-config,
+ libortp-dev
+Standards-Version: 3.9.7
+Vcs-Git: git://git.osmocom.org/libosmo-abis.git
+Vcs-Browser: http://git.osmocom.org/gitweb?p=libosmo-abis.git;a=summary
+Homepage: https://projects.osmocom.org/projects/libosmo-abis
+
+Package: libosmo-abis
+Section: oldlibs
+Architecture: any
+Depends: libosmoabis5 (= ${binary:Version}), libosmotrau1 (= ${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: libosmoabis5
+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: libosmotrau1
+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},
+ libosmotrau1 (= ${binary:Version}),
+ libosmoabis5 (= ${binary:Version})
+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: libosmoabis5 (= ${binary:Version}),
+ libosmotrau1 (= ${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.