debian: Fix OBS build

osmo-trx is a metapackage, no need for .install file.
Debug files are always put into osmo-trx-dbg, no osmo-trx-*-dbg.

Change-Id: I160dd83b265dcda52762a9f9c7eac9337928da35
diff --git a/debian/control b/debian/control
index cae44d4..73e2a7a 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,15 @@
 Maintainer: Ivan Klyuchnikov <ivan.kluchnikov@fairwaves.ru>
 Depends: osmo-trx-uhd
 Architecture: all
-Description: Virtual package for osmo-trx-uhd
+Description: Metapackage for osmo-trx-uhd
+
+Package: osmo-trx-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: osmo-trx-uhd (= ${binary:Version}), osmo-trx-usrp1 (= ${binary:Version}), ${misc:Depends}
+Description: Debug symbols for the osmo-trx-*
+ Make debugging possible
 
 Package: osmo-trx-uhd
 Architecture: any
@@ -43,14 +51,6 @@
  between different telecommunication associations for developing new
  generations of mobile phone networks. (post-2G/GSM)
 
-Package: osmo-trx-uhd-dbg
-Architecture: any
-Section: debug
-Priority: extra
-Depends: osmo-trx-uhd (= ${binary:Version}), ${misc:Depends}
-Description: Debug symbols for the osmo-trx-uhd
- Make debugging possible
-
 Package: osmo-trx-usrp1
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -69,11 +69,3 @@
  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-usrp1-dbg
-Architecture: any
-Section: debug
-Priority: extra
-Depends: osmo-trx-usrp1 (= ${binary:Version}), ${misc:Depends}
-Description: Debug symbols for the osmo-trx-usrp1
- Make debugging possible