osmith submitted this change.

View Change

Approvals: osmith: Looks good to me, approved Jenkins Builder: Verified
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(-)

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

To view, visit change 40878. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Change-Id: I4f7df05bf8b66d1be866895d7fe4158a7b555265
Gerrit-Change-Number: 40878
Gerrit-PatchSet: 3
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: lynxis lazus <lynxis@fe80.eu>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>