aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2015-11-18 17:09:22 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2015-11-30 11:30:36 +0100
commite5e78c21bb6e63a1fd1d2e62c042ecce867c2efc (patch)
tree3a8b36df6acc75b8f9c0408e77089c20b2c35ec1 /debian/control
parentff252bb80172826391b6286fd240266fe842cc83 (diff)
gtphub: add to debian build
By the example of osmo-sgsn, package osmo-gtphub for debian. Sponsored-by: On-Waves ehi
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 2447d2928..c37a5caf9 100644
--- a/debian/control
+++ b/debian/control
@@ -50,6 +50,12 @@ Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Osmocom Base Station Controller Network Address Translation
Network address translation for BSC.
+Package: osmo-gtphub
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Osmocom GTP Hub
+ Proxy for comms between multiple SGSNs and GGSNs.
+
Package: osmocom-bsc-dbg
Architecture: any
Section: debug
@@ -105,3 +111,11 @@ Priority: extra
Depends: osmocom-bsc-nat (= ${binary:Version}), ${misc:Depends}
Description: Debug symbols for the OpenBSC Network Address Translation
Make debugging possible
+
+Package: osmo-gtphub-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: osmo-gtphub (= ${binary:Version}), ${misc:Depends}
+Description: Debug symbols for Osmocom GTP Hub
+ Make debugging possible