8240d467412e88f0cce0b9d4f6faaed49b8437bb
[debian/gnuradio] / debian / control
1 ################################################################################
2 # Single source deb for entire distribution                                    #
3 ################################################################################
4
5 Source: gnuradio
6 Section: comm
7 Priority: optional
8 Maintainer: Bdale Garbee <bdale@gag.com>
9 Build-Conflicts: automake1.8, automake1.9
10 Build-Depends: automake, debhelper (>= 5), doxygen, ghostscript, guile-1.8, libasound2-dev, libaudio-dev, libblas-dev, libboost-dev, libboost-program-options-dev, libboost-thread-dev, libcppunit-dev, libfftw3-dev, libfontconfig1-dev, libfreetype6-dev, libglib2.0-dev, libgsl0-dev, libjack-dev, libpng12-dev, libqt4-dev, libqt4-opengl-dev, libqwt5-qt4-dev, libqwtplot3d-qt4-dev, libsdl1.2-dev, libtool, libusb-dev, libwxgtk2.8-dev, libxext-dev, libxrender-dev, libxt-dev, pkg-config, portaudio19-dev, python-central, python-cheetah, python-dev, python-gtk2, python-lxml, python-numpy, python-qt4, python-qt4-dev, python-wxgtk2.8, sdcc, swig, texlive-latex-base, xdg-utils, xmlto
11 Standards-Version: 3.8.3
12 XS-Python-Version: >=2.5
13
14 ################################################################################
15 # C++ auxiliary libraries                                                      #
16 ################################################################################
17
18 Package: libgruel0
19 Section: libs
20 Architecture: any
21 Depends: ${shlibs:Depends}
22 Description: GNU Radio Utility Etcetera Library
23  This package implements a variety of low-level utility
24  routines for GNU Radio.
25
26 Package: libgruel-dev
27 Section: libdevel
28 Architecture: any
29 Depends: libgruel0 (= ${binary:Version})
30 Description: GNU Radio Utility Etcetera Library
31  This package implements a variety of low-level utility
32  routines for GNU Radio.
33  .
34  This package contains header files needed by developers.
35
36 Package: libgromnithread0
37 Section: libs
38 Architecture: any
39 Replaces: libgnuradio-omnithread0c2a
40 Conflicts: libgnuradio-omnithread0c2a
41 Depends: ${shlibs:Depends}
42 Description: GNU Radio Omnithreads Abstraction Library
43  This package is a fork of the omniORB-4.0.1 threading library
44  for use with GNU Radio.
45
46 Package: libgromnithread-dev
47 Section: libdevel
48 Architecture: any
49 Replaces: libgnuradio-omnithread0-dev
50 Conflicts: libgnuradio-omnithread0-dev
51 Depends: libgromnithread0 (= ${binary:Version})
52 Description: GNU Radio Omnithreads Abstraction Library
53  This package is a fork of the omniORB-4.0.1 threading library
54  for use with GNU Radio.
55  .
56  This package contains header files needed by developers.
57
58 Package: libpmt0
59 Section: libs
60 Architecture: any
61 Replaces: libpmt0c2a
62 Conflicts: libpmt0c2a
63 Depends: libgromnithread0 (= ${binary:Version}), ${shlibs:Depends}
64 Description: GNU Radio Polymorphic Type Library
65  This package implements polymorphic types.  These are similar 
66  to lisp or Python data objects, and implement transparent
67  reference counting using the boost shared_ptr templates.
68
69 Package: libpmt-dev
70 Section: libdevel
71 Architecture: any
72 Replaces: libpmt0-dev
73 Conflicts: libpmt0-dev
74 Depends: libpmt0 (= ${binary:Version}), libgromnithread-dev (= ${binary:Version})
75 Description: GNU Radio Polymorphic Type Library
76  This package implements polymorphic types.  These are similar 
77  to lisp or Python data objects, and implement transparent
78  reference counting using the boost shared_ptr templates.
79  .
80  This package contains header files needed by developers.
81
82 ################################################################################
83 # C++ M-Block library packages                                                 #
84 ################################################################################
85
86 Package: libmblock0
87 Section: libs 
88 Architecture: any
89 Replaces: libmblock0c2a
90 Conflicts: libmblock0c2a
91 Depends: libpmt0 (= ${binary:Version}), libgromnithread0 (= ${binary:Version}), ${shlibs:Depends}, guile-1.8
92 Description: GNU Radio Message Block Library 
93  This package provides the GNU Radio message block library. 
94
95 Package: libmblock-dev
96 Section: libdevel
97 Architecture: any
98 Replaces: libmblock0-dev
99 Conflicts: libmblock0-dev
100 Depends: libmblock0 (= ${binary:Version}), libgromnithread-dev (= ${binary:Version}), libpmt-dev (= ${binary:Version})
101 Description: GNU Radio Message Block Library
102  This package provides the GNU Radio message block library.
103  .
104  This package contains header files needed by developers.
105
106 ################################################################################
107 # C++ USRP/USRP2 library packages                                              #
108 ################################################################################
109
110 Package: libusrp0
111 Section: comm
112 Architecture: any
113 Depends: ${shlibs:Depends}, adduser
114 Replaces: libusrp0c2a, usrp-firmware
115 Conflicts: usrp-firmware
116 Suggests: usrp-doc
117 Description: Client side library for the USRP(1) hardware
118  The Universal Software Radio Peripheral (USRP) is an USB-connected,
119  low-cost and open board. It features four high-speed analog-to-digital
120  and digital-to-analog converters, an FPGA and a microcontroller. It's
121  ideal for capturing or transmitting various signals, usually in
122  combination with GNU Radio. The design schemas are available under a
123  free license.
124  .
125  This package contains the client-side library, providing an easy interface
126  for communicating with the USRP.
127
128 Package: libusrp-dev
129 Section: libdevel
130 Architecture: any
131 Replaces: libusrp0-dev
132 Depends: libusrp0 (= ${binary:Version}), libusb-dev, libboost-thread-dev
133 Description: Client side library for the USRP(1) hardware
134  The Universal Software Radio Peripheral (USRP) is an USB-connected,
135  low-cost and open board. It features four high-speed analog-to-digital
136  and digital-to-analog converters, an FPGA and a microcontroller. It's
137  ideal for capturing or transmitting various signals, usually in
138  combination with GNU Radio. The design schemas are available under a
139  free license.
140  .
141  This package contains the client-side library, providing an easy interface
142  for communicating with the USRP.
143  .
144  This package contains header files needed by developers.
145
146 Package: libusrp2-0
147 Section: comm
148 Architecture: any
149 Depends: libgruel0 (= ${binary:Version}), libgromnithread0 (= ${binary:Version}), ${shlibs:Depends}, adduser
150 Description: Client side library for the USRP2 hardware
151  The Universal Software Radio Peripheral 2 (USRP2) is a GbE-connected,
152  low-cost and open board. It features two high-speed analog-to-digital
153  and digital-to-analog converters, an FPGA and a microcontroller. It's
154  ideal for capturing or transmitting various signals, usually in
155  combination with GNU Radio. The design schemas are available under a
156  free license.
157  .
158  This package contains the client-side C++ library, providing the low-
159  level (non-GNU Radio) hardware interface.
160
161 Package: libusrp2-dev
162 Section: libdevel
163 Architecture: any
164 Depends: libusrp2-0 (= ${binary:Version}), libboost-thread-dev, libgromnithread-dev (= ${binary:Version}), libgruel-dev (= ${binary:Version})
165 Description: Client side library for the USRP2 hardware
166  The Universal Software Radio Peripheral 2 (USRP2) is a GbE-connected,
167  low-cost and open board. It features two high-speed analog-to-digital
168  and digital-to-analog converters, an FPGA and a microcontroller. It's
169  ideal for capturing or transmitting various signals, usually in
170  combination with GNU Radio. The design schemas are available under a
171  free license.
172  .
173  This package contains the client-side C++ library, providing the low-
174  level (non-GNU Radio) hardware interface.
175  .
176  This package contains header files needed by developers.
177
178 ################################################################################
179 # C++ GNU Radio block library packages                                         #
180 ################################################################################
181
182 Package: libgnuradio-core0
183 Section: libs
184 Architecture: any
185 Depends: libgruel0 (= ${binary:Version}), libgromnithread0 (= ${binary:Version}), ${shlibs:Depends}
186 Conflicts:  libgnuradio-core0c2, libgnuradio-core0c2a
187 Replaces:  libgnuradio-core0c2, libgnuradio-core0c2a
188 Suggests: gnuradio-doc
189 Description: The GNU Sofware Radio Core Library
190  This package contains the core GNU Radio libraries.
191
192 Package: libgnuradio-core-dev
193 Section: libdevel
194 Architecture: any 
195 Replaces: libgnuradio-core0-dev
196 Conflicts: libgnuradio-core0-dev
197 Depends: libgnuradio-core0 (= ${binary:Version}), libgruel-dev (= ${binary:Version}), libgromnithread-dev (= ${binary:Version}), libboost-thread-dev, libboost-date-time-dev, libgsl0-dev, libatlas-base-dev, libfftw3-dev, swig
198 Description: The GNU Software Radio Core Library
199  This package contains the core GNU Radio libraries.
200  .
201  This package contains header files needed by developers.
202
203 Package: libgnuradio-audio-alsa0
204 Section: libs
205 Architecture: any
206 Depends: libgnuradio-core0 (= ${binary:Version}), ${shlibs:Depends}
207 Description: GNU Radio C++ block for ALSA sound system
208  This package contains the ALSA sound system driver for GNU Radio.
209
210 Package: libgnuradio-audio-alsa-dev
211 Section: libdevel
212 Architecture: any
213 Depends: libgnuradio-audio-alsa0 (= ${binary:Version}), libgnuradio-core-dev (= ${binary:Version}), libasound2-dev
214 Description: GNU Radio C++ block for ALSA sound system
215  This package contains the ALSA sound system driver for GNU Radio.
216  .
217  This package contains header files needed by developers.
218
219 Package: libgnuradio-qtgui0
220 Section: libs
221 Architecture: any
222 Depends: libgnuradio-core0 (= ${binary:Version}), ${shlibs:Depends}
223 Description: GNU Radio C++ blocks for QT-based GUI applications
224  This package contains the C++ library for using GNU Radio inside
225  QT-based GUI applications.
226
227 Package: libgnuradio-qtgui-dev
228 Section: libdevel
229 Architecture: any
230 Depends: libgnuradio-qtgui0 (= ${binary:Version}), libgnuradio-core-dev (= ${binary:Version}), libqt4-dev, libqwtplot3d-qt4-dev
231 Description: GNU Radio C++ blocks for QT-based GUI applications
232  This package contains the C++ library for using GNU Radio inside
233  QT-based GUI applications.
234  .
235  This package contains header files needed by developers.
236
237 Package: libgnuradio-usrp0
238 Section: libs
239 Architecture: any
240 Depends: libgnuradio-core0 (= ${binary:Version}), libusrp0 (= ${binary:Version}), ${shlibs:Depends}
241 Description: GNU Radio C++ blocks for USRP(1) hardware
242  This package contains the C++ API blocks for the Universal Software Radio
243  Peripheral.
244
245 Package: libgnuradio-usrp-dev
246 Section: libdevel
247 Architecture: any
248 Depends: libgnuradio-usrp0 (= ${binary:Version}), libgnuradio-core-dev (= ${binary:Version}), libusrp-dev (= ${binary:Version})
249 Description: GNU Radio C++ blocks for USRP(1) hardware
250  This package contains the C++ API blocks for the Universal Software Radio
251  Peripheral.
252  .
253  This package contains header files needed by developers.
254
255 Package: libgnuradio-usrp2-0
256 Section: libs
257 Architecture: any
258 Depends: libgnuradio-core0 (= ${binary:Version}), libusrp2-0 (= ${binary:Version}), ${shlibs:Depends}
259 Description: GNU Radio C++ blocks for USRP2 hardware
260  This package contains the C++ API blocks for the Universal Software Radio
261  Peripheral 2.
262
263 Package: libgnuradio-usrp2-dev
264 Section: libdevel
265 Architecture: any
266 Depends: libgnuradio-usrp2-0 (= ${binary:Version}), libgnuradio-core-dev (= ${binary:Version}), libusrp2-dev (= ${binary:Version})
267 Description: GNU Radio C++ blocks for USRP2 hardware
268  This package contains the C++ API blocks for the Universal Software Radio
269  Peripheral 2.
270  .
271  This package contains header files needed by developers.
272
273 ################################################################################
274 # Python libraries for USRP                                                    #
275 ################################################################################
276
277 Package: python-usrp
278 Architecture: any
279 Depends: ${python:Depends}, libusrp0 (= ${binary:Version}), ${shlibs:Depends}
280 Provides: ${python:Provides}
281 Section: python
282 XB-Python-Version: ${python:Versions}
283 Description: Python bindings for the USRP library
284  This package provides auxiliary routines in Python for manipulating the USRP
285  hardware.
286
287 ################################################################################
288 # Python libraries for GNU Radio components                                    #
289 ################################################################################
290
291 Package: python-gnuradio-core
292 Architecture: any
293 Depends: ${python:Depends}, ${shlibs:Depends}, python-numpy
294 Conflicts: python-gnuradio (< 3.2)
295 Provides: ${python:Provides}
296 Section: python
297 XB-Python-Version: ${python:Versions}
298 Description: Python bindings for GNU Radio core library
299  This package provides the modules that enable one to use gnuradio 
300  from Python scripts.
301
302 Package: python-gnuradio-wxgui
303 Architecture: any
304 Depends: ${python:Depends}, python-gnuradio-core (= ${binary:Version}), python-wxgtk2.8, python-opengl, python-numpy
305 Conflicts: python-wxgtk2.6
306 Provides: ${python:Provides}
307 Section: python
308 XB-Python-Version: ${python:Versions}
309 Description: GNU Radio Graphical Interface Routines based on wxPython
310  This package provides high level GUI construction classes based
311  upon the wxPython bindings for wxWidgets.
312
313 Package: python-gnuradio-usrp
314 Architecture: any
315 Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-core, python-usrp
316 Provides: ${python:Provides}
317 Section: python
318 XB-Python-Version: ${python:Versions}
319 Description: Python bindings for GNU Radio USRP driver
320  This package provides the Python interface to the GNU Radio USRP
321  driver and daughterboard drivers.
322
323 Package: python-gnuradio-usrp2
324 Architecture: any
325 Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-core
326 Provides: ${python:Provides}
327 Section: python
328 XB-Python-Version: ${python:Versions}
329 Description: Python bindings for GNU Radio USRP driver
330  This package provides the Python interface to the GNU Radio USRP
331  driver and daughterboard drivers.
332
333 Package: python-gnuradio-audio-alsa
334 Architecture: any
335 Depends: ${python:Depends}, ${shlibs:Depends}, libgnuradio-audio-alsa0 (= ${binary:Version}), python-gnuradio-core
336 Section: python
337 Provides: ${python:Provides}, python-gnuradio-audio
338 XB-Python-Version: ${python:Versions}
339 Description: Python bindings for GNU Radio ALSA audio driver
340  This package provides the Python wrappers around the GNU Radio ALSA
341  audio driver.
342
343 Package: python-gnuradio-audio-portaudio
344 Architecture: any
345 Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-core
346 Provides: ${python:Provides}, python-gnuradio-audio
347 Section: python
348 XB-Python-Version: ${python:Versions}
349 Description: GNU Radio Python PortAudio Driver
350  This package provides the Python interface to the GNU Radio driver
351  for the PortAudio audio system.
352
353 Package: python-gnuradio-audio-jack
354 Architecture: any
355 Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-core
356 Section: python
357 Provides: ${python:Provides}, python-gnuradio-audio
358 XB-Python-Version: ${python:Versions}
359 Description: GNU Radio Python JACK Audio Driver
360  This package provides the Python interface to the GNU Radio driver
361  for the JACK audio system.
362
363 Package: python-gnuradio-audio-oss
364 Architecture: any
365 Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-core
366 Section: python
367 Provides: ${python:Provides}, python-gnuradio-audio
368 XB-Python-Version: ${python:Versions}
369 Description: GNU Radio Python OSS Audio Driver
370  This package provides the Python interface to the GNU Radio driver
371  for the OSS audio system.
372
373 Package: python-gnuradio-cvsd-vocoder
374 Architecture: any
375 Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-core
376 Provides: ${python:Provides}
377 Section: python
378 XB-Python-Version: ${python:Versions}
379 Description: GNU Radio CVSD Vocoder
380  This package provides an implementation of a CVSD vocoder for
381  GNU Radio.
382
383 Package: python-gnuradio-gsm-fr-vocoder
384 Architecture: any
385 Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-core
386 Provides: ${python:Provides}
387 Section: python
388 XB-Python-Version: ${python:Versions}
389 Description: GNU Radio GSM Full-Rate Vocoder
390  This package provides an implementation of a full-rate GSM vocoder 
391  for GNU Radio.
392
393 Package: python-gnuradio-qtgui
394 Architecture: any
395 Depends: ${python:Depends}, ${shlibs:Depends}, libgnuradio-qtgui0 (= ${binary:Version}), python-gnuradio-core
396 Section: python
397 Provides: ${python:Provides}
398 XB-Python-Version: ${python:Versions}
399 Description: Python bindings for GNU Radio ALSA audio driver
400  This package provides the Python wrappers around the GNU Radio QT
401  GUI C++ blocks.
402
403 Package: python-gnuradio-trellis
404 Architecture: any
405 Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-core
406 Provides: ${python:Provides}
407 Section: python
408 XB-Python-Version: ${python:Versions}
409 Description: GNU Radio Trellis-Coded Modulation library
410  This package provides an implementation of trellis-coded modulation
411  for GNU Radio.
412
413 Package: python-gnuradio-video-sdl
414 Architecture: any
415 Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-core
416 Provides: ${python:Provides}
417 Section: python
418 XB-Python-Version: ${python:Versions}
419 Description: GNU Radio SDL Interface Library
420  This package provides an interface to the SDL rendering library
421  for GNU Radio.
422
423 ################################################################################
424 # GNU Radio Utilities, Examples, and Applications                              #
425 ################################################################################
426
427 Package: gnuradio-utils
428 Architecture: any
429 Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-usrp, python-gnuradio-usrp2, python-gnuradio-wxgui, python-matplotlib, python-tk, python-scipy
430 Provides: ${python:Provides}
431 Section: comm
432 XB-Python-Version: ${python:Versions}
433 Description: GNU Radio Utilities
434  This package provides commonly used utilities for GNU Radio
435
436 Package: gnuradio-examples
437 Architecture: any
438 Depends: ${python:Depends}, python-gnuradio-core
439 Provides: ${python:Provides}
440 Recommends: python-gnuradio-wxgui, python-gnuradio
441 Section: comm
442 XB-Python-Version: ${python:Versions}
443 Description: GNU Radio Example Programs
444  This package provides examples of GNU Radio usage using Python.
445
446 Package: gnuradio-pager
447 Architecture: any
448 Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-usrp
449 Provides: ${python:Provides}
450 Section: comm
451 XB-Python-Version: ${python:Versions}
452 Description: GNU Radio FLEX Pager Decoder
453  This package provides a decoder for the FLEX paging protocol for GNU Radio
454
455 Package: gnuradio-sounder
456 Architecture: any
457 Replaces: gnuradio-sounder-firmware
458 Conflicts: gnuradio-sounder-firmware
459 Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-usrp
460 Provides: ${python:Provides}
461 Section: comm
462 XB-Python-Version: ${python:Versions}
463 Description: GNU Radio Channel Sounder Application
464  This package provides an RF channel sounder application for GNU Radio
465
466 Package: gnuradio-gpio
467 Architecture: any
468 Replaces: gnuradio-gpio-firmware
469 Conflicts: gnuradio-gpio-firmware
470 Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-usrp
471 Provides: ${python:Provides}
472 Section: comm
473 XB-Python-Version: ${python:Versions}
474 Description: GNU Radio Streaming Digital Application
475  This package provides streaming digital GPIO capabilities for GNU Radio
476
477 Package: gnuradio-radar-mono
478 Architecture: any
479 Replaces: gnuradio-radar-mono-firmware
480 Conflicts: gnuradio-radar-mono-firmware
481 Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-usrp
482 Provides: ${python:Provides}
483 Section: comm
484 XB-Python-Version: ${python:Versions}
485 Description: GNU Radio Monostatic Radar Application
486  This package provides a monostatic radar application for GNU Radio
487
488 Package: gnuradio-radio-astronomy
489 Architecture: any
490 Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-usrp, python-gnuradio-wxgui
491 Provides: ${python:Provides}
492 Section: comm
493 XB-Python-Version: ${python:Versions}
494 Description: GNU Radio Radio Astronomy Applications
495  This package provides radio astronomy applications for GNU Radio
496
497 Package: gnuradio-companion
498 Architecture: any
499 Depends: ${python:Depends}, gnuradio, gnuradio-doc, usrp-doc, python-lxml, python-cheetah, python-gtk2
500 Conflicts: grc
501 Provides: ${python:Provides}
502 Section: comm
503 XB-Python-Version: ${python:Versions}
504 Description: The GNU Radio Companion
505  GRC is a graphical flowgraph editor for the GNU Software Radio
506
507 ################################################################################
508 # Documentation packages                                                       #
509 ################################################################################
510
511 Package: gnuradio-doc
512 Section: doc
513 Architecture: all
514 Description: Software Defined Radio
515  This package contains the documentation for the GNU Radio software
516  defined radio system.
517
518 Package: usrp-doc
519 Section: doc
520 Architecture: all
521 Description: Software Defined Radio
522  This package contains the documentation for the Universal Software Radio
523  Peripheral (USRP) hardware and interface library.
524
525 ################################################################################
526 # Meta-packages                                                                #
527 ################################################################################
528
529 Package: libgnuradio
530 Section: libs
531 Architecture: all
532 Depends: libgnuradio-core0
533 Recommends: libgnuradio-audio-alsa0, libgnuradio-qtqui, libgnuradio-usrp0, libgnuradio-usrp2-0
534 Description: GNU Radio C++ API libraries
535  This is a virtual package that depends, recommends, or suggests all of the
536  binary packages that make up the GNU Radio C++ API.  For development headers,
537  install libgnuradio-dev.
538
539 Package: libgnuradio-dev
540 Section: libdevel
541 Architecture: all
542 Depends: libgnuradio (= ${binary:Version}), libgnuradio-core-dev
543 Recommends: libgnuradio-audio-alsa-dev, libgnuradio-qtgui-dev, libgnuradio-usrp-dev, libgnuradio-usrp2-dev,
544 Suggests: gnuradio-doc, usrp-doc
545 Replaces: gnuradio-dev
546 Description: Development headers for GNU Radio C++ development
547  This is a virtual package that depends or recommends the development header
548  packages for the GNU Radio C++ API.  It is only needed if you intend
549  to develop custom GNU Radio signal processing blocks in C++.
550
551 Package: python-gnuradio
552 Section: python
553 Architecture: all
554 Depends: python-gnuradio-core
555 Recommends: python-gnuradio-wxgui, python-gnuradio-audio-alsa | python-gnuradio-audio, python-gnuradio-cvsd-vocoder, python-gnuradio-gsm-fr-vocoder, python-gnuradio-qtgui, python-gnuradio-trellis, python-gnuradio-video-sdl, python-gnuradio-usrp, python-gnuradio-usrp2
556 Provides: ${python:Provides}
557 XB-Python-Version: ${python:Versions}
558 Description: Python Libraries for GNU Radio Components
559  This is a virtual package that depends or recommends all of the packages that
560  make up the GNU Radio Python API.
561
562 Package: gnuradio-apps
563 Section: comm
564 Architecture: all
565 Depends: gnuradio-gpio, gnuradio-pager, gnuradio-sounder, gnuradio-radio-astronomy, gnuradio-radar-mono
566 Description: The GNU Software Radio Toolkit - applications
567  This is a virtual package that depends on top-level GNU Radio application
568  packages.
569
570 Package: gnuradio
571 Section: comm
572 Architecture: all
573 Recommends: libgnuradio, libgnuradio-dev, gnuradio-doc, python-gnuradio, gnuradio-utils, gnuradio-examples, gnuradio-apps
574 Description: The GNU Software Radio Toolkit
575  This is a virtual package that installs the entire GNU Radio and USRP software
576  set.