Revision 9ccd0ffb debian/control

b/debian/control
90 90
Package: python-gnuradio-core
91 91
Architecture: any
92 92
Depends: ${python:Depends}, libgnuradio-core0c2a, python-numpy
93
Conflicts: python-gnuradio 
94
Replaces: python-gnuradio
95 93
Provides: ${python:Provides}
96 94
Section: python
97 95
XB-Python-Version: ${python:Versions}
......
103 101
Architecture: any
104 102
Depends: ${python:Depends}, python-gnuradio-core, libasound2
105 103
Section: python
104
Provides: python-gnuradio-audio
106 105
XB-Python-Version: ${python:Versions}
107 106
Description: Python bindings for GNU Radio ALSA audio driver
108 107
 This package provides the Python interface to the GNU Radio ALSA
......
115 114
Conflicts: libusrp0
116 115
Replaces: libusrp0
117 116
Suggests: usrp-doc
117
Recommends: usrp-firmware
118 118
Description: Client side library for the USRP
119 119
 The Universal Software Radio Peripheral (USRP) is an USB-connected,
120 120
 low-cost and open board. It features four high-speed analog-to-digital
......
224 224
Architecture: any
225 225
Depends: ${python:Depends}, python-gnuradio-core, libjack0.100.0-0
226 226
Section: python
227
Provides: python-gnuradio-audio
227 228
XB-Python-Version: ${python:Versions}
228 229
Description: GNU Radio Python JACK Audio Driver
229 230
 This package provides the Python interface to the GNU Radio driver
......
233 234
Architecture: any
234 235
Depends: ${python:Depends}, python-gnuradio-core
235 236
Section: python
237
Provides: python-gnuradio-audio
236 238
XB-Python-Version: ${python:Versions}
237 239
Description: GNU Radio Python OSS Audio Driver
238 240
 This package provides the Python interface to the GNU Radio driver
......
242 244
Architecture: any
243 245
Depends: ${python:Depends}, python-gnuradio-core, libportaudio2
244 246
Section: python
247
Provides: python-gnuradio-audio
245 248
XB-Python-Version: ${python:Versions}
246 249
Description: GNU Radio Python PortAudio Driver
247 250
 This package provides the Python interface to the GNU Radio driver
......
288 291
Depends: ${python:Depends}, python-gnuradio-core, libsdl1.2debian
289 292
Section: python
290 293
XB-Python-Version: ${python:Versions}
294
Description: GNU SDL Interface Library
295
 This package provides an interface to the SDL rendering library
296
 for GNU Radio.
297

298
Package: python-gnuradio-utils
299
Architecture: any
300
Depends: ${python:Depends}, python-gnuradio-usrp, python-gnuradio-wxgui
301
Section: python
302
XB-Python-Version: ${python:Versions}
291 303
Description: GNU Radio Trellis-Coded Modulation library
292
 This package provides an implementation of trellis-coded modulation
304
 This package provides commonly used utilities for GNU Radio
305

306
Package: gnuradio-examples
307
Architecture: any
308
Depends: ${python:Depends}, python-gnuradio-core, python-gnuradio-usrp, python-gnuradio-wxgui, python-gnuradio-audio
309
Section: comm
310
XB-Python-Version: ${python:Versions}
311
Description: GNU Radio Example Programs
312
 This package provides examples of GNU Radio usage using Python
313

314
Package: gnuradio-pager
315
Architecture: any
316
Depends: ${python:Depends}, python-gnuradio-core, python-gnuradio-usrp
317
Section: comm
318
XB-Python-Version: ${python:Versions}
319
Description: GNU Radio FLEX Pager Decoder
320
 This package provides a decoder for the FLEX paging protocol for GNU Radio
321

322
Package: gnuradio-radio-astronomy
323
Architecture: any
324
Depends: ${python:Depends}, python-gnuradio-core, python-gnuradio-usrp, python-gnuradio-wxgui
325
Section: comm
326
XB-Python-Version: ${python:Versions}
327
Description: GNU Radio Radio Astronomy Applications
328
 This package provides radio astronomy applications for GNU Radio
329

330
Package: gnuradio-radar-mono
331
Architecture: any
332
Depends: ${python:Depends}, python-gnuradio-core, python-gnuradio-usrp
333
Recommends: gnuradio-radar-mono-firmware
334
Section: comm
335
XB-Python-Version: ${python:Versions}
336
Description: GNU Radio Mono-static Radar Application
337
 This package provides a mono-static radar application for GNU Radio
338

339
Package: gnuradio-radar-mono-firmware
340
Section: contrib/comm
341
Architecture: all
342
Description: GNU Radio Mono-static Radar Firmware
343
 This package provides a mono-static radar application for GNU Radio
344
 .
345
 This package contains the FPGA bitstrings for the USRP, which require
346
 non-free tools to build.
347

348
Package: gnuradio-sounder
349
Architecture: any
350
Depends: ${python:Depends}, python-gnuradio-core, python-gnuradio-usrp
351
Recommends: gnuradio-sounder-firmware
352
Section: comm
353
XB-Python-Version: ${python:Versions}
354
Description: GNU Radio Channel Sounder Application
355
 This package provides an RF channel sounder application for GNU Radio
356

357
Package: gnuradio-sounder-firmware
358
Section: contrib/comm
359
Architecture: all
360
Description: GNU Radio Channel Sounder Application
361
 This package provides an RF channel sounder application for GNU Radio
362
 .
363
 This package contains the FPGA bitstrings for the USRP, which require
364
 non-free tools to build.
365

366
Package: python-gnuradio
367
Section: python
368
Architecture: all
369
Depends: python-gnuradio-atsc, python-gnuradio-audio-alsa, python-gnuradio-audio-jack, python-gnuradio-audio-oss, python-gnuradio-audio-portaudio, python-gnuradio-comedi, python-gnuradio-core, python-gnuradio-cvsd-vocoder, python-gnuradio-gsm-fr-vocoder, python-gnuradio-trellis, python-gnuradio-usrp, python-gnuradio-utils, python-gnuradio-video-sdl, python-gnuradio-wxgui
370
Description: Python Libraries for GNU Radio Components
371
 This is a virtual package that depends upon all the Python components 
293 372
 for GNU Radio.
373

374
Package: gnuradio
375
Section: comm
376
Architecture: all
377
Depends: gnuradio-doc, gnuradio-examples, python-gnuradio, gnuradio-pager, gnuradio-radar-mono, gnuradio-radio-astronomy, gnuradio-sounder
378
Suggests: usrp
379
Descripton: GNU Software Defined Radio
380
 This is a virtual package that depends the entire GNU Radio collection of
381
 components.  If you are using a USRP, you should also install the usrp package.
382

383
Package: gnuradio-dev
384
Section: libdevel
385
Architecture: all
386
Depends: libgnuradio-core0-dev, libgnuradio-omnithread0-dev, libmblock0-dev, libpmt0-dev
387
Description: Development headers for GNU Radio C++ development
388
 This is a virtual package that depends on all the development header packages
389
 for the various GNU Radio components.  It is only needed if you intend to develop
390
 custom GNU Radio signal processing blocks in C++.
391

392
Package: usrp
393
Section: comm
394
Architecture: all
395
Depends: libusrp0c2a, python-usrp, usrp-doc
396
Description: The Univeral Software Radio Peripheral
397
 This is a virtual package that depends on the entire USRP software collection. You will
398
 still need to install package usrp-firmware, in contrib/comm, however.

Also available in: Unified diff