[MERGED] openbsc[master]: deb: unbreak nightly builds

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Thu Jan 19 13:35:20 UTC 2017


Neels Hofmeyr has submitted this change and it was merged.

Change subject: deb: unbreak nightly builds
......................................................................


deb: unbreak nightly builds

Add openbsc-dev with source and header files necessary for osmo-bts builds.

Max's note: extracted from Debian packaging work into separate commit.

Change-Id: I25f8c639d2dc525ca280a7cd09de3ca6358d2568
---
M debian/control
A debian/openbsc-dev.install
2 files changed, 13 insertions(+), 0 deletions(-)

Approvals:
  Neels Hofmeyr: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/debian/control b/debian/control
index 79f18df..44262b9 100644
--- a/debian/control
+++ b/debian/control
@@ -98,6 +98,17 @@
  .
  This package is part of OpenBSC and closely related to osmocom-bsc.
 
+Package: openbsc-dev
+Architecture: all
+Depends: ${misc:Depends}
+Description: Header file needed by tools tightly integrated
+ Some other programs depend on gsm_data_shared.h and gsm_data_shared.c
+ from OpenBSC. This package installs these files to your file system so
+ that the other packages can build-depend on this package.
+ .
+ The header file is installed to /usr/include/osmocom/openbsc, while
+ the .c file is installed to /usr/src/osmocom/openbsc.
+
 Package: osmo-gtphub
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
diff --git a/debian/openbsc-dev.install b/debian/openbsc-dev.install
new file mode 100644
index 0000000..557aea1
--- /dev/null
+++ b/debian/openbsc-dev.install
@@ -0,0 +1,2 @@
+openbsc/include/openbsc/gsm_data_shared.h usr/include/osmocom/openbsc/
+openbsc/src/libcommon/gsm_data_shared.c usr/src/osmocom/openbsc/libcommon/

-- 
To view, visit https://gerrit.osmocom.org/1621
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I25f8c639d2dc525ca280a7cd09de3ca6358d2568
Gerrit-PatchSet: 2
Gerrit-Project: openbsc
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Ruben Undheim <ruben.undheim at gmail.com>



More information about the gerrit-log mailing list