aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-10-27 22:20:16 +0200
committerHarald Welte <laforge@gnumonks.org>2017-10-27 22:35:49 +0200
commitcc1afdfb7e20b4b3a87b3c64382181b09b74e1c3 (patch)
treeb80fdd3817659c155da4055680a1f87055a9819c
parent257771ca6547c78981b00d1cdabbee0e59f66c16 (diff)
Tag/Release 0.2.0 + Update LIBVERSION + Debian packaging0.2.0
-rw-r--r--debian/changelog6
-rw-r--r--debian/control6
-rw-r--r--debian/libosmo-ranap1.install (renamed from debian/libosmo-ranap0.install)0
-rw-r--r--src/Makefile.am2
4 files changed, 10 insertions, 4 deletions
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@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 @@ 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)
diff --git a/debian/libosmo-ranap0.install b/debian/libosmo-ranap1.install
index 3de3b10..3de3b10 100644
--- a/debian/libosmo-ranap0.install
+++ b/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 @@ 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) \