[MERGED] osmo-iuh[master]: Tag/Release 0.2.0 + Update LIBVERSION + Debian packaging

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Fri Oct 27 20:48:58 UTC 2017


Harald Welte has submitted this change and it was merged.

Change subject: Tag/Release 0.2.0 + Update LIBVERSION + Debian packaging
......................................................................


Tag/Release 0.2.0 + Update LIBVERSION + Debian packaging

Change-Id: I4fe653fdde6acda59485c73cee63bfc5326edf28
---
M debian/changelog
M debian/control
R debian/libosmo-ranap1.install
M src/Makefile.am
4 files changed, 10 insertions(+), 4 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/debian/changelog b/debian/changelog
index 91bd155..e8fb68e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+osmo-iuh (0.2.0) UNRELEASED; urgency=low
+
+  * Upstream 0.2.0 release
+
+ -- Harald Welte <laforge at gnumonks.org>  Fri, 27 Oct 2017 22:19:00 +0000
+
 osmo-iuh (0.1.0) UNRELEASED; urgency=low
 
   * Initial release.
diff --git a/debian/control b/debian/control
index bc9b221..3330f55 100644
--- a/debian/control
+++ b/debian/control
@@ -37,7 +37,7 @@
 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 @@
 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)
diff --git a/debian/libosmo-ranap0.install b/debian/libosmo-ranap1.install
similarity index 100%
rename from debian/libosmo-ranap0.install
rename to debian/libosmo-ranap1.install
diff --git a/src/Makefile.am b/src/Makefile.am
index 62f09e5..d815394 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -49,7 +49,7 @@
 
 # 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) \

-- 
To view, visit https://gerrit.osmocom.org/4466
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I4fe653fdde6acda59485c73cee63bfc5326edf28
Gerrit-PatchSet: 1
Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list