aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control19
1 files changed, 17 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index b72299505..a76bb90a5 100644
--- a/debian/control
+++ b/debian/control
@@ -10,14 +10,29 @@ Vcs-Browser: http://openbsc.osmocom.org/trac/browser
Package: osmocom-nitb
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends} libdbd-sqlite3
+Depends: ${shlibs:Depends}, ${misc:Depends}, libdbd-sqlite3
Description: GSM Network-in-a-Box, implements BSC, MSC, SMSC, HLR, VLR
All the GSM network components bundled together.
+Package: osmocom-meas-utils
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libcdk5-dev, libsqlite3-dev
+Description: Measurement utilities for the OpenBSC
+ Measurement utilities for the OpenBSC.
+
Package: osmocom-nitb-dbg
Architecture: any
Section: debug
Priority: extra
Depends: osmocom-nitb (= ${binary:Version}), ${misc:Depends}
Description: Debug symbols for the OpenBSC NITB
- Make debugging possible \ No newline at end of file
+ Make debugging possible
+
+Package: osmocom-meas-utils-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: osmocom-meas-utils (= ${binary:Version}), ${misc:Depends}
+Description: Debug symbols for the OpenBSC measurement utilities
+ Make debugging possible
+