Commit Graph

28 Commits

Author SHA1 Message Date
Pau Espin 656f135ed0 Bump version: 1.3.0.31-1950-dirty → 1.4.0
Change-Id: Ib6738f44e8a7495ac7eddc10b0a68b76c33dc0dd
2023-02-07 13:15:26 +01:00
Pau Espin 59a0c91904 Bump version: 1.2.0.14-dcbc-dirty → 1.3.0
Change-Id: I14b709d38d655d9c6f5238462da2f7b21c103898
2022-06-28 17:59:38 +02:00
Harald Welte 3d41fc6815 update git URLs (git -> https; gitea)
Change-Id: I9edabaefe7081493fb639760d311f02c01da0155
2022-06-17 23:12:04 +02:00
Pau Espin a6eda5ae01 Bump version: 1.1.1.14-57ff-dirty → 1.2.0
Change-Id: I0536137e6221fd322536111dfda6e19d3c57de6c
2021-11-16 14:18:45 +01:00
Pau Espin de169199b9 Bump version: 1.0.0.34-2163-dirty → 1.1.0
Change-Id: Ic66eb67254d35f02ec8cdea4d79fa4b1899e8230
2021-02-23 16:21:49 +01:00
Harald Welte 6c24d6cb43 Revert "debian: Build libosmo-abis with osmo-e1d support"
This reverts commit f62da4798c.

It introduced lots of fall-uot in osmo-remsim, smo-hlr, simtrace2 OBS
builds:

[  432s] libtool: link: ranlib .libs/libifd_remsim_client.a
[  432s] /bin/sed: can't read /usr/lib/i386-linux-gnu/libosmo-e1d.la: No such file or directory
[  432s] libtool:   error: '/usr/lib/i386-linux-gnu/libosmo-e1d.la' is not a valid libtool archive

[  327s] libtool: link: ranlib .libs/libosmo-gsup-client.a
[  327s] /bin/sed: can't read /usr/lib/i386-linux-gnu/libosmo-e1d.la: No such file or directory
[  327s] libtool:   error: '/usr/lib/i386-linux-gnu/libosmo-e1d.la' is not a valid libtool archive
[  327s] Makefile:456: recipe for target 'libosmo-gsup-client.la' failed

Change-Id: I63596664ae709e0059312c65b79d4bd8e53d56e2
2020-08-29 10:06:04 +02:00
Harald Welte f62da4798c debian: Build libosmo-abis with osmo-e1d support
We've supported building with osmo-e1d support for quite some time, but
our Debian packages have not been upgraded to include that support.
Let's change that.

Related: OS#2547
Change-Id: I2f365c3fbd44457033e922257cf040408d0c7058
2020-08-24 15:23:32 +02:00
Vadim Yanitskiy 297a3be6cb debian/control: change maintainer to the Osmocom team / mailing list
Change-Id: I8bd677d2028677efbd6913adefa92066af67d5c6
2020-08-13 15:01:20 +00:00
Harald Welte 2a8a34cd01 Bump version: 0.8.0.59-1f92-dirty → 1.0.0
Change-Id: Iffbb96739f53c7e005f440bc1615f158f7c661eb
2020-08-13 12:09:39 +02:00
Pau Espin 5196cd5641 e1_input: Use osmo_use_count in e1inp_line
osmo_use_count is available since libosmocore 1.1.0 release, so bump
required libosmocore version in autotools and packages.

struct e1inp_line field refcnt is kept in order to keep ABI
compatibility accessing struct fields. The new use_count is added at the
end. Size of struct changing is fine since it is allocated through
an API and a pointer should be used by clients.

e1inp_line_clone API is changed but it's not used by anyone outside
libosmo-abis, so it's fine.

Related: OS#4624
Change-Id: I0658b2e9c452598025cc0f1d0b060076171767cc
2020-07-15 15:39:33 +02:00
Harald Welte d4be696bbc Enable DAHDI support by default; require --disable-dahdi otherwise
libosmo-abis was built with DAHDI support, if the related header files
were present at built time, and without if not.  This kind of automagic
enabling/disabling of features is wrong.  Let's require DAHDI support by
default, and force the user to take a conscious decision by using an
explicit --disable-dahdi if he doesn't want it.

At the same time, update debian/control to list dahdi-source as build
dependency.

Change-Id: Id9f7f063e7ca9e3ab4aa96fc93f243caf50fb66a
Closes: OS#4248
2019-12-01 20:03:39 +00:00
Harald Welte 176a1fbab6 Bump version: 0.5.1.20-de57 → 0.6.0
Change-Id: I417065deb06ac7e8b3b8468b88cc803a41098c2d
2019-01-20 09:10:13 +00:00
Pau Espin 47e9e63bd5 debian: Conflict libosmoabis6 with libosmoabis5
In previous commit 9540f59b1d, libosmoabis
packaging was fixed to match its contained major lib version.
However, systems using nightly may run into issues when upgrading since
now libosmoabis6 in repo tries to overwrite libosmoabis5 in their system
and fails. By using Conflicts + Replaces it should do it now without
erroring.

Fixes: OS#3365
Change-Id: If98ae21670f13554da5aa46fe30741d56631fd8c
2018-09-04 17:31:34 +00:00
Pau Espin 9540f59b1d debian: Fix libosmoabis soname package version
LIBVERSION for libosmoabis was increased during v0.4.0 release, but
didn't update the debian package name accordingly to match major.

Change-Id: I7ead154d72e6dadf795414c47fe276edadd08580
Fixes: OS#3365
2018-08-30 14:27:02 +02:00
Pau Espin 7b89f12e66 Bump version: 0.4.0.21-60fd-dirty → 0.5.0
libosmotrau library version in debian package was wrong, fix it while
releasing.

Change-Id: I399618c7353a4150e3d571758b522dd2e9d9724f
2018-05-03 16:12:04 +02:00
Harald Welte f2a1607e27 debian/control: Fix Vcs-Browser
Change-Id: Ibcc861fe2125ee81097d0209b95dcbdc98c819a8
2018-02-09 13:31:48 +00:00
Max 5f3871e362 Integrate Debian packaging changes
debian/control:
    * restructure to make it easier to incorporate further changes
    * update package descriptions
    * update project URL

debian/rules:
    * use proper hardening syntax
    * restructure to make it easier to incorporate further changes
    * add cleanup override

debian/copyright: add file matching Debian format

Change-Id: I6af8ab7f5c75b4d161cebf492f3de5d9dbd00220
Related: OS#1694
2016-12-21 18:04:27 +01:00
Holger Hans Peter Freyther 3cef39b03c debian: Bump so version to link against new libosmovty2
Debian doesn't have reverse dependencies so we need to bump the
SO version to have libosmoabis and libosmotrau link against our
new version.
2015-11-03 09:42:24 +01:00
Holger Hans Peter Freyther 050d60a9a1 debian: Switch to multi-arch support 2015-03-14 20:01:48 +01:00
Holger Hans Peter Freyther b6d2834eef Prepare a new release of libosmo-abis 2014-09-08 07:57:09 +02:00
Holger Hans Peter Freyther ecd0a36ce8 release: Prepare the 0.2.0 release of libosmo-abis 2014-03-31 15:49:13 +02:00
Holger Hans Peter Freyther ba9aa8941b Prepare the v0.1.6 release of libosmo-abis 2014-01-20 10:22:45 +01:00
Holger Hans Peter Freyther 7ae8503370 debian: Depend directly on the two libraries needed for libosmo-abis
Do not pull in libosmocore but let the abis/trau library pull in
the DSO that is actually linked to.
2013-12-12 12:43:15 +01:00
Holger Hans Peter Freyther 05a337c8b4 debian: Address warnings and increase standards version 2013-12-12 12:23:10 +01:00
Holger Hans Peter Freyther ece5323fd3 debian: Split the libraries into separate packages
This way one can install two ABI incompatible versions of the
library at the same time. This will ease future transition. Create
a dummy/compatible package.
2013-12-12 12:12:22 +01:00
Holger Hans Peter Freyther 91de2d0065 debian: Add depedency to newer libosmocore and update the changelog 2013-12-12 12:08:59 +01:00
Holger Hans Peter Freyther cf5b08bcd2 debian: Create a debug package for the libosmo-abis code 2013-02-13 20:14:53 +01:00
Eric Butler 91ffa2b5c1 Add debian/ubuntu packaging files. 2012-08-14 18:07:48 -07:00