From c6e735fd00186778014bd7891781a611da132c72 Mon Sep 17 00:00:00 2001 From: Ivan Kluchnikov Date: Fri, 29 May 2015 13:07:08 -0400 Subject: debian: Add osmocom-meas-utils package --- debian/control | 21 ++++++++++++++++++++- debian/osmocom-meas-utils.install | 4 ++++ debian/rules | 1 + 3 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 debian/osmocom-meas-utils.install (limited to 'debian') 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 -- cgit v1.2.3