osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-iuh/+/40878?usp=email )
Change subject: debian: fix installing osmocom/iuh/common.h ......................................................................
debian: fix installing osmocom/iuh/common.h
Add a libosmo-iuh-dev subpackage that contains the new common.h file and let libosmo-ranap-dev depend on it as ranap/iu_client.h includes this file.
Fixes: 5267242b ("move general asn debug options into iu_helpers") Change-Id: I4f7df05bf8b66d1be866895d7fe4158a7b555265 --- M debian/control A debian/libosmo-iuh-dev.install 2 files changed, 9 insertions(+), 1 deletion(-)
Approvals: osmith: Looks good to me, approved Jenkins Builder: Verified
diff --git a/debian/control b/debian/control index 8e5d1a0..a4b3f8e 100644 --- a/debian/control +++ b/debian/control @@ -62,7 +62,7 @@ Section: libdevel Architecture: any Multi-Arch: same -Depends: libosmo-ranap7 (= ${binary:Version}), ${misc:Depends} +Depends: libosmo-ranap7 (= ${binary:Version}), ${misc:Depends}, libosmo-iuh-dev Description: Osmocom code for the Iuh interface (HNBAP, RUA, RANAP)
Package: libosmo-rua0 @@ -108,3 +108,10 @@ Multi-Arch: same Depends: libosmo-sabp1 (= ${binary:Version}), ${misc:Depends} Description: Osmocom code for the Iuh interface (SABP) + +Package: libosmo-iuh-dev +Section: libdevel +Architecture: any +Multi-Arch: same +Depends: ${misc:Depends} +Description: Osmocom code for the Iuh interface (common header files) diff --git a/debian/libosmo-iuh-dev.install b/debian/libosmo-iuh-dev.install new file mode 100644 index 0000000..89b50c5 --- /dev/null +++ b/debian/libosmo-iuh-dev.install @@ -0,0 +1 @@ +usr/include/osmocom/iuh