summaryrefslogtreecommitdiff
path: root/debian/control
blob: 0760ddaec682887a9387a4b6e232dc0deb1404c3 (plain)
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
################################################################################
# Single source deb for entire distribution                                    #
################################################################################

Source: gnuradio
Section: comm
Priority: optional
Maintainer: Bdale Garbee <bdale@gag.com>
Build-Conflicts: automake1.8, automake1.9
Build-Depends: automake, debhelper (>= 5), doxygen, ghostscript, guile-1.8, libasound2-dev, libaudio-dev, libblas-dev, libboost-date-time1.37-dev | libboost-date-time-dev, libboost-program-options-dev | libboost-program-options1.37-dev, libboost-thread-dev | libboost-thread1.37-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
Standards-Version: 3.8.3
XS-Python-Version: >=2.5

################################################################################
# C++ auxiliary libraries                                                      #
################################################################################

Package: libgruel0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Replaces: libpmt0
Conflicts: libpmt0
Description: GNU Radio Utility Etcetera Library
 This package implements a variety of low-level utility
 routines for GNU Radio.

Package: libgruel-dev
Section: libdevel
Architecture: any
Depends: libgruel0 (= ${binary:Version}), libboost-date-time1.37-dev | libboost-date-time-dev
Replaces: libpmt-dev
Conflicts: libpmt-dev
Description: GNU Radio Utility Etcetera Library
 This package implements a variety of low-level utility
 routines for GNU Radio.
 .
 This package contains header files needed by developers.

Package: libgromnithread0
Section: libs
Architecture: any
Replaces: libgnuradio-omnithread0c2a
Conflicts: libgnuradio-omnithread0c2a
Depends: ${shlibs:Depends}
Description: GNU Radio Omnithreads Abstraction Library
 This package is a fork of the omniORB-4.0.1 threading library
 for use with GNU Radio.

Package: libgromnithread-dev
Section: libdevel
Architecture: any
Replaces: libgnuradio-omnithread0-dev
Conflicts: libgnuradio-omnithread0-dev
Depends: libgromnithread0 (= ${binary:Version})
Description: GNU Radio Omnithreads Abstraction Library
 This package is a fork of the omniORB-4.0.1 threading library
 for use with GNU Radio.
 .
 This package contains header files needed by developers.

################################################################################
# C++ M-Block library packages                                                 #
################################################################################

Package: libmblock0
Section: libs 
Architecture: any
Replaces: libmblock0c2a
Conflicts: libmblock0c2a
Depends: libpmt0 (= ${binary:Version}), libgromnithread0 (= ${binary:Version}), ${shlibs:Depends}
Description: GNU Radio Message Block Library 
 This package provides the GNU Radio message block library. 

Package: libmblock-dev
Section: libdevel
Architecture: any
Replaces: libmblock0-dev
Conflicts: libmblock0-dev
Depends: libmblock0 (= ${binary:Version}), libgromnithread-dev (= ${binary:Version}), libgruel-dev (= ${binary:Version})
Description: GNU Radio Message Block Library
 This package provides the GNU Radio message block library.
 .
 This package contains header files needed by developers.

################################################################################
# C++ USRP/USRP2 library packages                                              #
################################################################################

Package: libusrp0
Section: comm
Architecture: any
Depends: ${shlibs:Depends}
Replaces: libusrp0c2a, usrp-firmware
Conflicts: usrp-firmware
Suggests: usrp-doc
Description: Client side library for the USRP(1) hardware
 The Universal Software Radio Peripheral (USRP) is an USB-connected,
 low-cost and open board. It features four high-speed analog-to-digital
 and digital-to-analog converters, an FPGA and a microcontroller. It's
 ideal for capturing or transmitting various signals, usually in
 combination with GNU Radio. The design schemas are available under a
 free license.
 .
 This package contains the client-side library, providing an easy interface
 for communicating with the USRP.

Package: libusrp-dev
Section: libdevel
Architecture: any
Replaces: libusrp0-dev
Depends: libusrp0 (= ${binary:Version}), libusb-dev, libboost-thread1.37-dev | libboost-thread-dev
Description: Client side library for the USRP(1) hardware
 The Universal Software Radio Peripheral (USRP) is an USB-connected,
 low-cost and open board. It features four high-speed analog-to-digital
 and digital-to-analog converters, an FPGA and a microcontroller. It's
 ideal for capturing or transmitting various signals, usually in
 combination with GNU Radio. The design schemas are available under a
 free license.
 .
 This package contains the client-side library, providing an easy interface
 for communicating with the USRP.
 .
 This package contains header files needed by developers.

Package: libusrp2-0
Section: comm
Architecture: any
Depends: libgruel0 (= ${binary:Version}), libgromnithread0 (= ${binary:Version}), ${shlibs:Depends}
Description: Client side library for the USRP2 hardware
 The Universal Software Radio Peripheral 2 (USRP2) is a GbE-connected,
 low-cost and open board. It features two high-speed analog-to-digital
 and digital-to-analog converters, an FPGA and a microcontroller. It's
 ideal for capturing or transmitting various signals, usually in
 combination with GNU Radio. The design schemas are available under a
 free license.
 .
 This package contains the client-side C++ library, providing the low-
 level (non-GNU Radio) hardware interface.

Package: libusrp2-dev
Section: libdevel
Architecture: any
Depends: libusrp2-0 (= ${binary:Version}), libboost-thread1.37-dev | libboost-thread-dev, libgromnithread-dev (= ${binary:Version}), libgruel-dev (= ${binary:Version})
Description: Client side library for the USRP2 hardware
 The Universal Software Radio Peripheral 2 (USRP2) is a GbE-connected,
 low-cost and open board. It features two high-speed analog-to-digital
 and digital-to-analog converters, an FPGA and a microcontroller. It's
 ideal for capturing or transmitting various signals, usually in
 combination with GNU Radio. The design schemas are available under a
 free license.
 .
 This package contains the client-side C++ library, providing the low-
 level (non-GNU Radio) hardware interface.
 .
 This package contains header files needed by developers.

################################################################################
# C++ GNU Radio block library packages                                         #
################################################################################

Package: libgnuradio-core0
Section: libs
Architecture: any
Depends: libgruel0 (= ${binary:Version}), ${shlibs:Depends}
Conflicts:  libgnuradio-core0c2, libgnuradio-core0c2a
Replaces:  libgnuradio-core0c2, libgnuradio-core0c2a
Suggests: gnuradio-doc
Description: The GNU Sofware Radio Core Library
 This package contains the core GNU Radio libraries.

Package: libgnuradio-core-dev
Section: libdevel
Architecture: any 
Replaces: libgnuradio-core0-dev
Conflicts: libgnuradio-core0-dev
Depends: libgnuradio-core0 (= ${binary:Version}), libgruel-dev (= ${binary:Version}), libboost-thread1.37-dev | libboost-thread-dev, libboost-date-time1.37-dev | libboost-date-time-dev, libboost-program-options1.37-dev | libboost-program-options-dev, libgsl0-dev, libatlas-base-dev, libfftw3-dev, swig
Description: The GNU Software Radio Core Library
 This package contains the core GNU Radio libraries.
 .
 This package contains header files needed by developers.

Package: libgnuradio-audio-alsa0
Section: libs
Architecture: any
Depends: libgnuradio-core0 (= ${binary:Version}), ${shlibs:Depends}
Description: GNU Radio C++ block for ALSA sound system
 This package contains the ALSA sound system driver for GNU Radio.

Package: libgnuradio-audio-alsa-dev
Section: libdevel
Architecture: any
Depends: libgnuradio-audio-alsa0 (= ${binary:Version}), libgnuradio-core-dev (= ${binary:Version}), libasound2-dev
Description: GNU Radio C++ block for ALSA sound system
 This package contains the ALSA sound system driver for GNU Radio.
 .
 This package contains header files needed by developers.

Package: libgnuradio-audio-jack0
Section: libs
Architecture: any
Depends: libgnuradio-core0 (= ${binary:Version}), ${shlibs:Depends}
Description: GNU Radio C++ block for JACK sound system
 This package contains the JACK sound system driver for GNU Radio.

Package: libgnuradio-audio-jack-dev
Section: libdevel
Architecture: any
Depends: libgnuradio-audio-jack0 (= ${binary:Version}), libgnuradio-core-dev (= ${binary:Version}), libjack-dev
Description: GNU Radio C++ block for JACK sound system
 This package contains the JACK sound system driver for GNU Radio.
 .
 This package contains header files needed by developers.

Package: libgnuradio-audio-oss0
Section: libs
Architecture: any
Depends: libgnuradio-core0 (= ${binary:Version}), ${shlibs:Depends}
Description: GNU Radio C++ block for OSS sound system
 This package contains the OSS sound system driver for GNU Radio.

Package: libgnuradio-audio-oss-dev
Section: libdevel
Architecture: any
Depends: libgnuradio-audio-oss0 (= ${binary:Version}), libgnuradio-core-dev (= ${binary:Version})
Description: GNU Radio C++ block for OSS sound system
 This package contains the OSS sound system driver for GNU Radio.
 .
 This package contains header files needed by developers.

Package: libgnuradio-audio-portaudio0
Section: libs
Architecture: any
Depends: libgnuradio-core0 (= ${binary:Version}), ${shlibs:Depends}
Description: GNU Radio C++ block for PORTAUDIO sound system
 This package contains the PORTAUDIO sound system driver for GNU Radio.

Package: libgnuradio-audio-portaudio-dev
Section: libdevel
Architecture: any
Depends: libgnuradio-audio-portaudio0 (= ${binary:Version}), libgnuradio-core-dev (= ${binary:Version}), portaudio19-dev
Description: GNU Radio C++ block for PORTAUDIO sound system
 This package contains the PORTAUDIO sound system driver for GNU Radio.
 .
 This package contains header files needed by developers.

Package: libgnuradio-cvsd-vocoder0
Section: libs
Architecture: any
Depends: libgnuradio-core0 (= ${binary:Version}), ${shlibs:Depends}
Description: GNU Radio C++ block implementing the CVSD vocoder
 This package provides an implementation of a CVSD vocoder for
 GNU Radio.

Package: libgnuradio-cvsd-vocoder-dev
Section: libdevel
Architecture: any
Depends: libgnuradio-cvsd-vocoder0 (= ${binary:Version}), libgnuradio-core-dev (= ${binary:Version})
Description: GNU Radio C++ block implement the CVSD vocoder
 This package provides an implementation of a CVSD vocoder for
 GNU Radio.
 .
 This package contains header files needed by developers.

Package: libgnuradio-gsm-fr-vocoder0
Section: libs
Architecture: any
Depends: libgnuradio-core0 (= ${binary:Version}), ${shlibs:Depends}
Description: GNU Radio C++ block implementing the GSM full rate vocoder
 This package provides an implementation of a GSM-FR vocoder for
 GNU Radio.

Package: libgnuradio-gsm-fr-vocoder-dev
Section: libdevel
Architecture: any
Depends: libgnuradio-gsm-fr-vocoder0 (= ${binary:Version}), libgnuradio-core-dev (= ${binary:Version})
Description: GNU Radio C++ block implementing the GSM full rate vocoder
 This package provides an implementation of a GSM-FR vocoder for
 GNU Radio.
 .
 This package contains header files needed by developers.

Package: libgnuradio-pager0
Section: libs
Architecture: any
Depends: libgnuradio-core0 (= ${binary:Version}), ${shlibs:Depends}
Description: GNU Radio C++ block implementing the FLEX one-way pager protocol
 This package provides an implementation of the FLEX one-way pager protocol
 for GNU Radio.

Package: libgnuradio-pager-dev
Section: libdevel
Architecture: any
Depends: libgnuradio-pager0  (= ${binary:Version}), libgnuradio-core-dev (= ${binary:Version})
Description: GNU Radio C++ block implementing the FLEX one-way pager protocol
 This package provides an implementation of the FLEX one-way pager protocol
 for GNU Radio.
 .
 This package contains header files needed by developers.

Package: libgnuradio-qtgui0
Section: libs
Architecture: any
Depends: libgnuradio-core0 (= ${binary:Version}), ${shlibs:Depends}
Description: GNU Radio C++ blocks fro QT-based GUI applications
 This package contains the C++ library for using GNU Radio inside
 QT-based GUI applications.

Package: libgnuradio-qtgui-dev
Section: libdevel
Architecture: any
Depends: libgnuradio-qtgui0 (= ${binary:Version}), libgnuradio-core-dev (= ${binary:Version}), libqt4-dev, libqwtplot3d-qt4-dev
Description: GNU Radio C++ blocks fro QT-based GUI applications
 This package contains the C++ library for using GNU Radio inside
 QT-based GUI applications.
 .
 This package contains header files needed by developers.

Package: libgnuradio-trellis0
Section: libs
Architecture: any
Depends: libgnuradio-core0 (= ${binary:Version}), ${shlibs:Depends}
Description: GNU Radio C++ block implementing trellis-coded modulation
 This package provides an implementation of tellis-coded modulation
 for GNU Radio.

Package: libgnuradio-trellis-dev
Section: libdevel
Architecture: any
Depends: libgnuradio-trellis0 (= ${binary:Version}), libgnuradio-core-dev (= ${binary:Version})
Description: GNU Radio C++ block implementing trellis-coded modulation
 This package provides an implementation of trellis-coded modulation
 for GNU Radio.
 .
 This package contains header files needed by developers.

Package: libgnuradio-video-sdl0
Section: libs
Architecture: any
Depends: libgnuradio-core0 (= ${binary:Version}), ${shlibs:Depends}
Description: GNU Radio C++ block implementing video-sdl-coded modulation
 This package provides an interface to the SDL rendering library
 for GNU Radio.

Package: libgnuradio-video-sdl-dev
Section: libdevel
Architecture: any
Depends: libgnuradio-video-sdl0 (= ${binary:Version}), libgnuradio-core-dev (= ${binary:Version})
Description: GNU Radio C++ block implementing video-sdl-coded modulation
 This package provides an interface to the SDL rendering library
 for GNU Radio.
 .
 This package contains header files needed by developers.

Package: libgnuradio-usrp0
Section: libs
Architecture: any
Depends: libgnuradio-core0 (= ${binary:Version}), libusrp0 (= ${binary:Version}), ${shlibs:Depends}
Description: GNU Radio C++ blocks for USRP(1) hardware
 This package contains the C++ API blocks for the Universal Software Radio
 Peripheral.

Package: libgnuradio-usrp-dev
Section: libdevel
Architecture: any
Depends: libgnuradio-usrp0 (= ${binary:Version}), libgnuradio-core-dev (= ${binary:Version}), libusrp-dev (= ${binary:Version})
Description: GNU Radio C++ blocks for USRP(1) hardware
 This package contains the C++ API blocks for the Universal Software Radio
 Peripheral.
 .
 This package contains header files needed by developers.

Package: libgnuradio-usrp2-0
Section: libs
Architecture: any
Depends: libgnuradio-core0 (= ${binary:Version}), libusrp2-0 (= ${binary:Version}), ${shlibs:Depends}
Description: GNU Radio C++ blocks for USRP2 hardware
 This package contains the C++ API blocks for the Universal Software Radio
 Peripheral 2.

Package: libgnuradio-usrp2-dev
Section: libdevel
Architecture: any
Depends: libgnuradio-usrp2-0 (= ${binary:Version}), libgnuradio-core-dev (= ${binary:Version}), libusrp2-dev (= ${binary:Version})
Description: GNU Radio C++ blocks for USRP2 hardware
 This package contains the C++ API blocks for the Universal Software Radio
 Peripheral 2.
 .
 This package contains header files needed by developers.

################################################################################
# Python libraries for USRP                                                    #
################################################################################

Package: python-usrp
Architecture: any
Depends: ${python:Depends}, libusrp0 (= ${binary:Version}), ${shlibs:Depends}
Provides: ${python:Provides}
Section: python
XB-Python-Version: ${python:Versions}
Description: Python bindings for the USRP library
 This package provides auxiliary routines in Python for manipulating the USRP
 hardware.

################################################################################
# Python libraries for GNU Radio components                                    #
################################################################################

Package: python-gnuradio-core
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, python-numpy
Conflicts: python-gnuradio (< 3.2)
Provides: ${python:Provides}
Section: python
XB-Python-Version: ${python:Versions}
Description: Python bindings for GNU Radio core library
 This package provides the modules that enable one to use gnuradio 
 from Python scripts.

Package: python-gnuradio-wxgui
Architecture: any
Depends: ${python:Depends}, python-gnuradio-core (= ${binary:Version}), python-wxgtk2.8, python-opengl, python-numpy
Conflicts: python-wxgtk2.6
Provides: ${python:Provides}
Section: python
XB-Python-Version: ${python:Versions}
Description: GNU Radio Graphical Interface Routines based on wxPython
 This package provides high level GUI construction classes based
 upon the wxPython bindings for wxWidgets.

Package: python-gnuradio-usrp
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-core, python-usrp
Provides: ${python:Provides}
Section: python
XB-Python-Version: ${python:Versions}
Description: Python bindings for GNU Radio USRP driver
 This package provides the Python interface to the GNU Radio USRP
 driver and daughterboard drivers.

Package: python-gnuradio-usrp2
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-core
Provides: ${python:Provides}
Section: python
XB-Python-Version: ${python:Versions}
Description: Python bindings for GNU Radio USRP driver
 This package provides the Python interface to the GNU Radio USRP
 driver and daughterboard drivers.

Package: python-gnuradio-audio-alsa
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, libgnuradio-audio-alsa0 (= ${binary:Version}), python-gnuradio-core
Section: python
Provides: ${python:Provides}, python-gnuradio-audio
XB-Python-Version: ${python:Versions}
Description: Python bindings for GNU Radio ALSA audio driver
 This package provides the Python wrappers around the GNU Radio ALSA
 audio driver.

Package: python-gnuradio-audio-portaudio
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-core
Provides: ${python:Provides}, python-gnuradio-audio
Section: python
XB-Python-Version: ${python:Versions}
Description: GNU Radio Python PortAudio Driver
 This package provides the Python interface to the GNU Radio driver
 for the PortAudio audio system.

Package: python-gnuradio-audio-jack
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-core
Section: python
Provides: ${python:Provides}, python-gnuradio-audio
XB-Python-Version: ${python:Versions}
Description: GNU Radio Python JACK Audio Driver
 This package provides the Python interface to the GNU Radio driver
 for the JACK audio system.

Package: python-gnuradio-audio-oss
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-core
Section: python
Provides: ${python:Provides}, python-gnuradio-audio
XB-Python-Version: ${python:Versions}
Description: GNU Radio Python OSS Audio Driver
 This package provides the Python interface to the GNU Radio driver
 for the OSS audio system.

Package: python-gnuradio-cvsd-vocoder
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-core
Provides: ${python:Provides}
Section: python
XB-Python-Version: ${python:Versions}
Description: GNU Radio CVSD Vocoder
 This package provides an implementation of a CVSD vocoder for
 GNU Radio.

Package: python-gnuradio-gsm-fr-vocoder
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-core
Provides: ${python:Provides}
Section: python
XB-Python-Version: ${python:Versions}
Description: GNU Radio GSM Full-Rate Vocoder
 This package provides an implementation of a full-rate GSM vocoder 
 for GNU Radio.

Package: python-gnuradio-qtgui
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, libgnuradio-qtgui0 (= ${binary:Version}), python-gnuradio-core
Section: python
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Python bindings for GNU Radio ALSA audio driver
 This package provides the Python wrappers around the GNU Radio QT
 GUI C++ blocks.

Package: python-gnuradio-trellis
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-core
Provides: ${python:Provides}
Section: python
XB-Python-Version: ${python:Versions}
Description: GNU Radio Trellis-Coded Modulation library
 This package provides an implementation of trellis-coded modulation
 for GNU Radio.

Package: python-gnuradio-video-sdl
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-core
Provides: ${python:Provides}
Section: python
XB-Python-Version: ${python:Versions}
Description: GNU Radio SDL Interface Library
 This package provides an interface to the SDL rendering library
 for GNU Radio.

################################################################################
# GNU Radio Utilities, Examples, and Applications                              #
################################################################################

Package: gnuradio-utils
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-usrp, python-gnuradio-usrp2, python-gnuradio-wxgui, python-matplotlib, python-tk, python-scipy
Provides: ${python:Provides}
Section: comm
XB-Python-Version: ${python:Versions}
Description: GNU Radio Utilities
 This package provides commonly used utilities for GNU Radio

Package: gnuradio-pager
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-usrp
Provides: ${python:Provides}
Section: comm
XB-Python-Version: ${python:Versions}
Description: GNU Radio FLEX Pager Decoder
 This package provides a decoder for the FLEX paging protocol for GNU Radio

Package: gnuradio-sounder
Architecture: any
Replaces: gnuradio-sounder-firmware
Conflicts: gnuradio-sounder-firmware
Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-usrp
Provides: ${python:Provides}
Section: comm
XB-Python-Version: ${python:Versions}
Description: GNU Radio Channel Sounder Application
 This package provides an RF channel sounder application for GNU Radio

Package: gnuradio-gpio
Architecture: any
Replaces: gnuradio-gpio-firmware
Conflicts: gnuradio-gpio-firmware
Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-usrp
Provides: ${python:Provides}
Section: comm
XB-Python-Version: ${python:Versions}
Description: GNU Radio Streaming Digital Application
 This package provides streaming digital GPIO capabilities for GNU Radio

Package: gnuradio-radar-mono
Architecture: any
Replaces: gnuradio-radar-mono-firmware
Conflicts: gnuradio-radar-mono-firmware
Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-usrp
Provides: ${python:Provides}
Section: comm
XB-Python-Version: ${python:Versions}
Description: GNU Radio Monostatic Radar Application
 This package provides a monostatic radar application for GNU Radio

Package: gnuradio-radio-astronomy
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-usrp, python-gnuradio-wxgui
Provides: ${python:Provides}
Section: comm
XB-Python-Version: ${python:Versions}
Description: GNU Radio Radio Astronomy Applications
 This package provides radio astronomy applications for GNU Radio

Package: gnuradio-companion
Architecture: any
Depends: ${python:Depends}, gnuradio, gnuradio-doc, usrp-doc, python-lxml, python-cheetah, python-gtk2
Provides: ${python:Provides}
Section: comm
XB-Python-Version: ${python:Versions}
Description: The GNU Radio Companion
 GRC is a graphical flowgraph editor for the GNU Software Radio

Package: gnuradio-examples
Architecture: any
Depends: ${python:Depends}, python-gnuradio-core, gnuradio-companion
Provides: ${python:Provides}
Recommends: python-gnuradio-wxgui, python-gnuradio
Section: comm
XB-Python-Version: ${python:Versions}
Description: GNU Radio Example Programs
 This package provides examples of GNU Radio usage using Python.

################################################################################
# Documentation packages                                                       #
################################################################################

Package: gnuradio-doc
Section: doc
Architecture: all
Description: Software Defined Radio
 This package contains the documentation for the GNU Radio software
 defined radio system.

Package: usrp-doc
Section: doc
Architecture: all
Description: Software Defined Radio
 This package contains the documentation for the Universal Software Radio
 Peripheral (USRP) hardware and interface library.

################################################################################
# Meta-packages                                                                #
################################################################################

Package: libgnuradio
Section: libs
Architecture: all
Depends: libgnuradio-core0
Recommends: libgnuradio-audio-alsa0, libgnuradio-cvsd-vocoder0, libgnuradio-gsm-fr-vocoder0, libgnuradio-pager0, libgnuradio-qtqui0, libgnuradio-trellis0, libgnuradio-usrp0, libgnuradio-usrp20, libgnuradio-video-sdl0
Description: GNU Radio C++ API libraries
 This is a virtual package that depends, recommends, or suggests all of the
 binary packages that make up the GNU Radio C++ API.  For development headers,
 install libgnuradio-dev.

Package: libgnuradio-dev
Section: libdevel
Architecture: all
Depends: libgnuradio0 (= ${binary:Version}), libgnuradio-core-dev
Recommends: libgnuradio-audio-alsa-dev, libgnuradio-cvsd-vocoder-dev, libgnuradio-gsm-fr-vocoder-dev, libgnuradio-pager-dev, libgnuradio-qtgui-dev, libgnuradio-trellis-dev, libgnuradio-usrp-dev, libgnuradio-usrp2-dev, libgnuradio-video-sdl-dev
Suggests: gnuradio-doc, usrp-doc
Replaces: gnuradio-dev
Description: Development headers for GNU Radio C++ development
 This is a virtual package that depends or recommends the development header
 packages for the GNU Radio C++ API.  It is only needed if you intend
 to develop custom GNU Radio signal processing blocks in C++.

Package: python-gnuradio
Section: python
Architecture: all
Depends: python-gnuradio-core
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
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Python Libraries for GNU Radio Components
 This is a virtual package that depends or recommends all of the packages that
 make up the GNU Radio Python API.

Package: gnuradio-apps
Section: comm
Architecture: all
Depends: gnuradio-gpio, gnuradio-pager, gnuradio-sounder, gnuradio-radio-astronomy, gnuradio-radar-mono
Description: The GNU Software Radio Toolkit - applications
 This is a virtual package that depends on top-level GNU Radio application
 packages.

Package: gnuradio
Section: comm
Architecture: all
Recommends: libgnuradio, libgnuradio-dev, gnuradio-doc, python-gnuradio, gnuradio-utils, gnuradio-examples, gnuradio-apps
Description: The GNU Software Radio Toolkit
 This is a virtual package that installs the entire GNU Radio and USRP software
 set.