Tag/Release 0.2.0 + Update LIBVERSION + Debian packaging

Change-Id: I4fe653fdde6acda59485c73cee63bfc5326edf28
This commit is contained in:
Harald Welte
2017-10-27 22:20:16 +02:00
parent 257771ca65
commit cc1afdfb7e
4 changed files with 10 additions and 4 deletions

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
osmo-iuh (0.2.0) UNRELEASED; urgency=low
* Upstream 0.2.0 release
-- Harald Welte <laforge@gnumonks.org> Fri, 27 Oct 2017 22:19:00 +0000
osmo-iuh (0.1.0) UNRELEASED; urgency=low
* Initial release.

6
debian/control vendored
View File

@@ -37,7 +37,7 @@ Pre-Depends: ${misc:Pre-Depends}
Depends: osmo-hnbgw (= ${binary:Version}), ${misc:Depends}
Description: osmocom Home Node B Gateway
Package: libosmo-ranap0
Package: libosmo-ranap1
Section: libs
Architecture: any
Multi-Arch: same
@@ -49,12 +49,12 @@ Package: libosmo-ranap-dbg
Section: debug
Architecture: any
Multi-Arch: same
Depends: libosmo-ranap0 (= ${binary:Version}), ${misc:Depends}
Depends: libosmo-ranap1 (= ${binary:Version}), ${misc:Depends}
Description: Osmocom code for the Iuh interface (HNBAP, RUA, RANAP)
Package: libosmo-ranap-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libosmo-ranap0 (= ${binary:Version}), ${misc:Depends}
Depends: libosmo-ranap1 (= ${binary:Version}), ${misc:Depends}
Description: Osmocom code for the Iuh interface (HNBAP, RUA, RANAP)

View File

@@ -49,7 +49,7 @@ COMMON_LDADD = -lsctp
# build the shared RANAP library
#
RANAP_LIBVERSION=0:0:0
RANAP_LIBVERSION=1:0:0
lib_LTLIBRARIES = libosmo-ranap.la
libosmo_ranap_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(RANAP_LIBVERSION)
libosmo_ranap_la_LIBADD = $(OSMOCORE_LIBS) $(OSMOGSM_LIBS) $(OSMOSIGTRAN_LIBS) \