aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-08-13 12:14:36 +0200
committerHarald Welte <laforge@osmocom.org>2020-08-13 12:14:36 +0200
commit072ec6f13325f9b4fa084a482bb28e05439d898f (patch)
tree656d511fec23a7b711e4542bf05c3c432d70f455 /debian/control
parenttrau_sync: make sync pattern configurable (diff)
parentBump version: 0.8.0.59-1f92-dirty → 1.0.0 (diff)
downloadlibosmo-abis-072ec6f13325f9b4fa084a482bb28e05439d898f.tar.xz
libosmo-abis-072ec6f13325f9b4fa084a482bb28e05439d898f.zip
Merge branch '1.0.0' into master
We tagged 1.0.0 off a non-master version in the commit history in order to keep the new TRAU frame handling out of the 1.0.0 release, but to have all of the other fixes in a tagged release. This merge brings master in sync with those changes. Change-Id: If8fc996f385f4127204ad773b991c49d853dfc5b
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control14
1 files changed, 5 insertions, 9 deletions
diff --git a/debian/control b/debian/control
index 7039bfe..12f4a4f 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 9),
dh-autoreconf,
libdpkg-perl,
git,
- libosmocore-dev (>= 1.1.0),
+ libosmocore-dev (>= 1.4.0),
pkg-config,
libortp-dev
Standards-Version: 3.9.7
@@ -22,20 +22,16 @@ Homepage: https://projects.osmocom.org/projects/libosmo-abis
Package: libosmo-abis
Section: oldlibs
Architecture: any
-Depends: libosmoabis6 (= ${binary:Version}), libosmotrau2 (= ${binary:Version}), ${misc:Depends}
+Depends: libosmoabis9 (= ${binary:Version}), libosmotrau2 (= ${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: libosmoabis6
+Package: libosmoabis9
Section: libs
Architecture: any
Multi-Arch: same
-# Due to previous release issues, libosmoabis5 actually installed same libosmoabis.so.6 file.
-# Once major is increased to 7, following two lines below can be dropped:
-Conflicts: libosmoabis5
-Replaces: libosmoabis5
Depends: ${shlibs:Depends},
${misc:Depends}
Description: GSM A-bis handling
@@ -64,7 +60,7 @@ Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
libosmotrau2 (= ${binary:Version}),
- libosmoabis6 (= ${binary:Version})
+ libosmoabis9 (= ${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
@@ -76,7 +72,7 @@ Architecture: any
Multi-Arch: same
Section: debug
Priority: extra
-Depends: libosmoabis6 (= ${binary:Version}),
+Depends: libosmoabis9 (= ${binary:Version}),
libosmotrau2 (= ${binary:Version}),
${misc:Depends}
Description: Debug symbols for A-bis interface