debian: add osmo-trx-ms-blade

Related: OS#6409
Change-Id: I85d24355975f292610bcde61a8917aec852043ca
diff --git a/debian/control b/debian/control
index b1bb6c0..1186479 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,7 @@
                libtalloc-dev,
                libusrp-dev,
                liblimesuite-dev,
+               libbladerf-dev,
                libosmocore-dev (>= 1.9.0),
                osmo-gsm-manuals-dev (>= 1.5.0)
 Standards-Version: 3.9.6
@@ -110,6 +111,25 @@
  between different telecommunication associations for developing new
  generations of mobile phone networks. (post-2G/GSM)
 
+Package: osmo-trx-ms-blade
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: MS side transceiver (bladeRF)
+ OsmoTRX is a software-defined radio transceiver that implements the Layer 1
+ physical layer of a BTS comprising the following 3GPP specifications:
+ .
+ TS 05.01 "Physical layer on the radio path"
+ TS 05.02 "Multiplexing and Multiple Access on the Radio Path"
+ TS 05.04 "Modulation"
+ TS 05.10 "Radio subsystem synchronization"
+ .
+ In this context, BTS is "Base transceiver station". It's the stations that
+ connect mobile phones to the mobile network.
+ .
+ 3GPP is the "3rd Generation Partnership Project" which is the collaboration
+ between different telecommunication associations for developing new
+ generations of mobile phone networks. (post-2G/GSM)
+
 Package: osmo-trx-doc
 Architecture: all
 Section: doc
diff --git a/debian/osmo-trx-ms-blade.install b/debian/osmo-trx-ms-blade.install
new file mode 100644
index 0000000..0a3f163
--- /dev/null
+++ b/debian/osmo-trx-ms-blade.install
@@ -0,0 +1 @@
+/usr/bin/osmo-trx-ms-blade
diff --git a/debian/rules b/debian/rules
index e6cac87..5d4c73d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,8 +12,10 @@
 	dh_auto_configure -- \
 		--enable-manuals \
 		--with-systemdsystemunitdir=/lib/systemd/system \
+		--with-bladerf \
 		--with-ipc \
 		--with-lms \
+		--with-mstrx \
 		--with-uhd \
 		--with-usrp1 \
 		$(NULL)