From f0b84cc200f9486700e3051dd079517e3e1dd88a Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 7 Feb 2023 16:39:24 +0100 Subject: =?UTF-8?q?Bump=20version:=201.3.0.16-a319-dirty=20=E2=86=92=201.4?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1fa8e30166bb9dce402b636d20985946dee159aa --- debian/changelog | 24 ++++++++++++++++++++++++ debian/control | 14 +++++++------- debian/libosmo-ranap5.install | 1 - debian/libosmo-ranap7.install | 1 + debian/rules | 2 +- 5 files changed, 33 insertions(+), 9 deletions(-) delete mode 100644 debian/libosmo-ranap5.install create mode 100644 debian/libosmo-ranap7.install (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 85fb926..e078277 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,27 @@ +osmo-iuh (1.4.0) unstable; urgency=medium + + [ Vadim Yanitskiy ] + * libosmo-rua: fix copy-pasted -version-info: {HNBAP->RUA}_LIBVERSION + * libosmo-{hnbap,ranap,rua,sabp}: add -no-undefined to *_la_LDFLAGS + + [ Oliver Smith ] + * move-asn1-header-files: error for wrong asn1c + * asn1: fix visibility warnings from generated code + * tests/hnb-test-rua: add missing include + * tests/test-hnbap: add missing include + * tests/test-ranap: fix missing (void **) cast + * ranap_common_cn: remove unused ctx args + * ranap_common_cn: rename ctx -> priv + * tests/hnb-test-rua: fix incompat pointer type + * test-hnbap: fix defined but not used error + * hnbap_common: hnbap_cause_str: handle nothing val + * asn1tostruct: fix defines getting redefined + * contrib/jenkins.sh: use --enable-werror + * asn1tostruct: don't use f-strings + * contrib/jenkins.sh: werror with WITH_MANUALS too + + -- Pau Espin Pedrol Tue, 07 Feb 2023 16:39:24 +0100 + osmo-iuh (1.3.0) unstable; urgency=medium [ Philipp Maier ] diff --git a/debian/control b/debian/control index 8e994a6..e2f9543 100644 --- a/debian/control +++ b/debian/control @@ -11,10 +11,10 @@ Build-Depends: debhelper (>=9), git, libasn1c-dev, libsctp-dev, - libosmocore-dev (>= 1.7.0), - libosmo-netif-dev (>= 1.2.0), - libosmo-sigtran-dev (>= 1.6.0), - osmo-gsm-manuals-dev (>= 1.3.0), + libosmocore-dev (>= 1.8.0), + libosmo-netif-dev (>= 1.3.0), + libosmo-sigtran-dev (>= 1.7.0), + osmo-gsm-manuals-dev (>= 1.4.0), python3 Standards-Version: 3.9.8 Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-iuh @@ -43,7 +43,7 @@ Multi-Arch: same Depends: libosmo-hnbap0 (= ${binary:Version}), ${misc:Depends} Description: Osmocom code for the Iuh interface (HNBAP, RUA, RANAP) -Package: libosmo-ranap5 +Package: libosmo-ranap7 Section: libs Architecture: any Multi-Arch: same @@ -55,14 +55,14 @@ Package: libosmo-ranap-dbg Section: debug Architecture: any Multi-Arch: same -Depends: libosmo-ranap5 (= ${binary:Version}), ${misc:Depends} +Depends: libosmo-ranap7 (= ${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-ranap5 (= ${binary:Version}), ${misc:Depends} +Depends: libosmo-ranap7 (= ${binary:Version}), ${misc:Depends} Description: Osmocom code for the Iuh interface (HNBAP, RUA, RANAP) Package: libosmo-rua0 diff --git a/debian/libosmo-ranap5.install b/debian/libosmo-ranap5.install deleted file mode 100644 index 56abca6..0000000 --- a/debian/libosmo-ranap5.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/*/libosmo-ranap*.so.* diff --git a/debian/libosmo-ranap7.install b/debian/libosmo-ranap7.install new file mode 100644 index 0000000..56abca6 --- /dev/null +++ b/debian/libosmo-ranap7.install @@ -0,0 +1 @@ +usr/lib/*/libosmo-ranap*.so.* diff --git a/debian/rules b/debian/rules index aa1ed32..a1b7e18 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/[+-].*//' -e 's/~//g') # See https://www.debian.org/doc/manuals/developers-reference/best-pkging-practices.html#bpp-dbg override_dh_strip: dh_strip -plibosmo-hnbap0 --dbg-package=libosmo-hnbap-dbg - dh_strip -plibosmo-ranap5 --dbg-package=libosmo-ranap-dbg + dh_strip -plibosmo-ranap7 --dbg-package=libosmo-ranap-dbg dh_strip -plibosmo-rua0 --dbg-package=libosmo-rua-dbg dh_strip -plibosmo-sabp1 --dbg-package=libosmo-sabp-dbg -- cgit v1.2.3