This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Review at https://gerrit.osmocom.org/7946
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
---
M debian/control
1 file changed, 9 insertions(+), 17 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/46/7946/1
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 at 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
--
To view, visit https://gerrit.osmocom.org/7946
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I160dd83b265dcda52762a9f9c7eac9337928da35
Gerrit-PatchSet: 1
Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>