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