mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-iuh.git
synced 2025-11-02 05:03:24 +00:00
Tag/Release 0.2.0 + Update LIBVERSION + Debian packaging
Change-Id: I4fe653fdde6acda59485c73cee63bfc5326edf28
This commit is contained in:
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -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
6
debian/control
vendored
@@ -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)
|
||||
|
||||
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user