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
This commit is contained in:
Ruben Undheim 2017-01-18 10:51:49 +01:00 committed by Neels Hofmeyr
parent 04db87a89f
commit c8fc41c2f6
2 changed files with 13 additions and 0 deletions

11
debian/control vendored
View File

@ -98,6 +98,17 @@ Description: Osmocom Base Station Controller Network Address Translation
. .
This package is part of OpenBSC and closely related to osmocom-bsc. 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 Package: osmo-gtphub
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}

2
debian/openbsc-dev.install vendored Normal file
View File

@ -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/