File: control

package info (click to toggle)
gr-rds 3.7.0.2.a542331-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,224 kB
  • ctags: 2,448
  • sloc: cpp: 18,569; python: 9,458; xml: 528; makefile: 10; ansic: 9
file content (48 lines) | stat: -rw-r--r-- 1,567 bytes parent folder | download
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
Source: gr-rds
Section: libdevel
Priority: extra
Maintainer: A. Maitland Bottoms <bottoms@debian.org>
Build-Depends: cmake,
               debhelper (>= 9.0.0~),
	       doxygen,
               gnuradio-dev (>=3.7.11),
	       libboost-system-dev,
	       liblog4cpp5-dev,
               pkg-config,
               swig
Standards-Version: 4.0.0
Homepage: https://github.com/bastibl/gr-rds
Vcs-Git: https://anonscm.debian.org/git/users/bottoms/pkg-gr-rds.git
Vcs-Browser: https://anonscm.debian.org/cgit/users/bottoms/pkg-gr-rds.git/

Package: gr-rds
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: gnuradio-dev,
         libgnuradio-rds3.7.11  (=${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: GNU Radio FM RDS/TMC Transceiver
 A Radio Data System - Traffic Message Channel (RDS-TMC) block
 for GNU Radio.
 .
 Radio Data System (RDS) is a communications protocol standard for
 embedding  small amounts of digital information in conventional
 FM radio broadcasts.
 .
 gr-rds provides GNU Radio Companion flowgraphs to handle RDS data.
 
Package: libgnuradio-rds3.7.11
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: gr-rds
Description: GNU Radio FM RDS/TMC Transceiver (library)
 A Radio Data System - Traffic Message Channel (RDS-TMC) block
 for GNU Radio.
 .
 Radio Data System (RDS) is a communications protocol standard for
 embedding  small amounts of digital information in conventional
 FM radio broadcasts.
 .
 This package provides a shared library.