osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-bts/+/27543 )
Change subject: debian/control: add osmo-bts meta-package
......................................................................
debian/control: add osmo-bts meta-package
Add an osmo-bts meta-package that depends on the subpackages
osmo-bts-trx and osmo-bts-virtual. This is important, because the
downstream packaging of debian does not split osmo-bts in subpackages,
it has only one osmo-bts package. So without this, when installing
"osmo-bts" in debian while having the Osmocom binary package repository
installed and expecting to get the newer version, the user will actually
get the older version from debian.
Closes: OS#5319
Related:
https://salsa.debian.org/debian-mobcom-team/osmo-bts/-/blob/master/debian/c…
Change-Id: I1a6edf2eb146616ac51b7957368a8d057caa685f
(cherry picked from commit a271ca7fc733e7487f8bc9e3f825f158526f19fb)
---
M debian/control
1 file changed, 17 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/43/27543/1
diff --git a/debian/control b/debian/control
index 0bdf48c..2cb152d 100644
--- a/debian/control
+++ b/debian/control
@@ -17,9 +17,25 @@
Vcs-Git:
git://git.osmocom.org/osmo-bts
Homepage:
https://projects.osmocom.org/projects/osmobts
+Package: osmo-bts
+Architecture: any
+Depends: osmo-bts-trx, osmo-bts-virtual, ${misc:Depends}
+Description: Base Transceiver Station for GSM
+ OsmoBTS is a software implementation of Layer2/3 of a BTS. It implements the
+ following protocols/interfaces:
+ LAPDm (GSM 04.06)
+ RTP
+ A-bis/IP in IPA multiplex
+ OML (GSM TS 12.21)
+ RSL (GSM TS 08.58)
+ .
+ OsmoBTS is modular and has support for multiple back-ends. A back-end talks to
+ a specific L1/PHY implementation of the respective BTS hardware. Based on this
+ architecture, it should be relatively easy to add a new back-end to support
+ so-far unsupported GSM PHY/L1 and associated hardware.
+
Package: osmo-bts-trx
Architecture: any
-Conflicts: osmo-bts
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: osmo-bts-trx GSM BTS with osmo-trx
osmo-bts-trx to be used with the osmo-trx application
@@ -34,7 +50,6 @@
Package: osmo-bts-virtual
Architecture: any
-Conflicts: osmo-bts
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Virtual Osmocom GSM BTS (no RF hardware; GSMTAP/UDP)
This version of OsmoBTS doesn't use actual GSM PHY/Hardware/RF, but
--
To view, visit
https://gerrit.osmocom.org/c/osmo-bts/+/27543
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts
Gerrit-Branch: osmith/1.4.1
Gerrit-Change-Id: I1a6edf2eb146616ac51b7957368a8d057caa685f
Gerrit-Change-Number: 27543
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange