1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
Source: soapyremote
Section: hamradio
Priority: optional
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Uploaders: Andreas Bombe <aeb@debian.org>
Build-Depends:
debhelper-compat (= 13),
cmake,
libsoapysdr0.7-dev,
libavahi-client-dev
Standards-Version: 4.5.0
Homepage: https://github.com/pothosware/SoapyRemote/wiki
Vcs-Browser: https://salsa.debian.org/debian-hamradio-team/soapysdr/soapyremote
Vcs-Git: https://salsa.debian.org/debian-hamradio-team/soapysdr/soapyremote.git
Package: soapysdr0.7-module-remote
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: soapysdr0.7-module
Description: Use SoapySDR devices over network (client module)
The SoapyRemote project provides a client module and a server that make it
possible on the client side to list and access hardware supported by SoapySDR
modules on the server as if they were local modules.
.
This package contains the client module.
Package: soapysdr-module-remote
Architecture: any
Multi-Arch: same
Depends: soapysdr0.7-module-remote, ${misc:Depends}
Description: Use SoapySDR devices over network (default client module)
The SoapyRemote project provides a client module and a server that make it
possible on the client side to list and access hardware supported by SoapySDR
modules on the server as if they were local modules.
.
This is an empty dependency package that pulls in the client module for the
default version of libsoapysdr.
Package: soapyremote-server
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Use SoapySDR devices over network (server)
The SoapyRemote project provides a client module and a server that make it
possible on the client side to list and access hardware supported by SoapySDR
modules on the server as if they were local modules.
.
This package contains the server.
|