aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2017-01-18 10:51:49 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-01-19 13:35:18 +0000
commitc8fc41c2f6780123658910d4b876022525e52518 (patch)
tree86e01a283ac391637bd174759ebf25a9e3c24e7d /debian
parent04db87a89fca233008be1f4263cfa37af3f245a6 (diff)
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
Diffstat (limited to 'debian')
-rw-r--r--debian/control11
-rw-r--r--debian/openbsc-dev.install2
2 files changed, 13 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 79f18dfc4..44262b9d6 100644
--- a/debian/control
+++ b/debian/control
@@ -98,6 +98,17 @@ Description: Osmocom Base Station Controller Network Address Translation
.
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 000000000..557aea10e
--- /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/