aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-02-07 16:39:24 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2023-02-07 16:39:50 +0100
commitf0b84cc200f9486700e3051dd079517e3e1dd88a (patch)
treec60af33a7998d718251b4762dd2c994751524c23 /debian
parenta3193e4daa43ff0a99e9c5525a0cdcad95e02c0e (diff)
Bump version: 1.3.0.16-a319-dirty → 1.4.01.4.0
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog24
-rw-r--r--debian/control14
-rw-r--r--debian/libosmo-ranap7.install (renamed from debian/libosmo-ranap5.install)0
-rwxr-xr-xdebian/rules2
4 files changed, 32 insertions, 8 deletions
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 <pespin@sysmocom.de> 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-ranap7.install
index 56abca6..56abca6 100644
--- a/debian/libosmo-ranap5.install
+++ b/debian/libosmo-ranap7.install
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