aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
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/