aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorIvan Kluchnikov <kluchnikovi@gmail.com>2015-05-29 13:07:08 -0400
committerIvan Kluchnikov <kluchnikovi@gmail.com>2017-02-07 18:57:31 +0300
commitc6e735fd00186778014bd7891781a611da132c72 (patch)
tree6689502117a392b5496dd5e0f96dafbd3c4562ab /debian
parentcc75a7f014e25ca69bdd6b409a0e3690db6a9c33 (diff)
debian: Add osmocom-meas-utils package
Diffstat (limited to 'debian')
-rw-r--r--debian/control21
-rw-r--r--debian/osmocom-meas-utils.install4
-rwxr-xr-xdebian/rules1
3 files changed, 25 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index c7931b6c0..11f864d10 100644
--- a/debian/control
+++ b/debian/control
@@ -32,10 +32,29 @@ Description: GSM Network-in-a-Box, implements BSC, MSC, SMSC, HLR, VLR
components bundled together. When using osmocom-nitb, there is no need for a
Mobile Switching Center (MSC) which is needed when using osmocom-bsc.
+Package: osmocom-meas-utils
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ libcdk5,
+ sqlite3
+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}
+Depends: osmocom-nitb (= ${binary:Version}),
+ ${misc:Depends}
Description: Debug symbols for the OpenBSC NITB
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
diff --git a/debian/osmocom-meas-utils.install b/debian/osmocom-meas-utils.install
new file mode 100644
index 000000000..09442ddb1
--- /dev/null
+++ b/debian/osmocom-meas-utils.install
@@ -0,0 +1,4 @@
+/usr/bin/osmo-meas-udp2db
+/usr/bin/osmo-meas-pcap2db
+/usr/bin/meas_vis
+/usr/bin/meas_json
diff --git a/debian/rules b/debian/rules
index 0d57d8cba..19b71be2d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,6 +18,7 @@ override_dh_autoreconf:
override_dh_strip:
dh_strip -posmocom-nitb --dbg-package=osmocom-nitb-dbg
+ dh_strip -posmocom-meas-utils --dbg-package=osmocom-meas-utils-dbg
override_dh_auto_configure:
echo $(VERSION) > openbsc/.tarball-version