debian: split osmo-remsim-client into osmo-remsim-client-{shell,st2}

The -shell client has no dependency to libosmo-simtrace2, so it makes
sense to package it separately.

Change-Id: I6c634572af5036fd7f9ce1fee6d1474e06bdaa5a
This commit is contained in:
Harald Welte 2020-03-04 18:33:54 +01:00
parent 753d2b585a
commit d9dfb72662
3 changed files with 11 additions and 2 deletions

12
debian/control vendored
View File

@ -61,16 +61,24 @@ Description: Osmocom Remote SIM - Bank Daemon
respective cards. It establishes a control connection to remsim-server
and receives inbound connections from remsim-clients.
Package: osmo-remsim-client
Package: osmo-remsim-client-st2
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Osmocom Remote SIM - Client
Description: Osmocom Remote SIM - Client for SIMtrace2 cardem firmware
The remsim-client is managing a given phone/modem. It attaches to the
'cardem' firmware of a SIMtrcace2 (or compatible, such as sysmoQMOD)
hardware and forwards the SIM card communication to a remsim-bankd,
under the control of remsim-server.
Package: osmo-remsim-client-shell
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Osmocom Remote SIM - Interactive Client
The remsim-client-shell is for manually interacting with a remote SIM
card via remsim-bankd + remsim-server. It's mostly a test/debug tool.
Package: libifd-osmo-remsim-client0
Architecture: any
Multi-Arch: same

View File

@ -0,0 +1 @@
usr/bin/osmo-remsim-client-shell