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
--
To view, visit
https://gerrit.osmocom.org/c/osmo-iuh/+/40878?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
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(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>