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 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
Source: gr-dab
Maintainer: Ruben Undheim <ruben.undheim@gmail.com>
Uploaders: A. Maitland Bottoms <bottoms@debian.org>
Section: hamradio
Priority: optional
Build-Depends-Indep: doxygen-latex, graphviz
Build-Depends: cmake,
debhelper (>= 12),
dh-python,
gnuradio-dev,
libfaad-dev,
libgmp-dev,
liborc-0.4-dev,
pkgconf,
python3-dev,
python3-numpy,
txt2man
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/rubund/gr-dab
Vcs-Git: https://salsa.debian.org/rubund/gr-dab.git
Homepage: https://github.com/andrmuel/gr-dab
Package: gr-dab
Architecture: any
Depends: gnuradio,
gr-osmosdr,
libgnuradio-dab3.10.0 (= ${binary:Version}),
python3,
python3-yaml,
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Description: GNU Radio blocks and tools for receiving DAB and DAB+ radio
Contains necessary DSP blocks for receiving DAB and DAB+ transmissions
using a software defined radio such as hackrf, rtl-sdr, USRP etc.
.
GNU Radio Companion modules are also included.
Package: libgnuradio-dab3.10.0
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: Shared library for gr-dab (DAB/DAB+ receiver)
Contains necessary DSP blocks for receiving DAB and DAB+ transmissions
using a software defined radio such as hackrf, rtl-sdr, USRP etc.
.
This package contains the shared library for gr-dab.
Package: gr-dab-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: gnuradio-dev,
libgnuradio-dab3.10.0 (= ${binary:Version}),
${misc:Depends}
Description: Development files for gr-dab (DAB/DAB+ receiver)
Contains necessary DSP blocks for receiving DAB and DAB+ transmissions
using a software defined radio such as hackrf, rtl-sdr, USRP etc.
.
This package contains the development files for gr-dab
Package: gr-dab-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: Documentation files for gr-dab (DAB/DAB+ receiver)
Contains necessary DSP blocks for receiving DAB and DAB+ transmissions
using a software defined radio such as hackrf, rtl-sdr, USRP etc.
.
This package contains the Doxygen generated HTML documentation for gr-dab.
|