File: control

package info (click to toggle)
unixcw 3.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,564 kB
  • sloc: ansic: 20,921; sh: 4,365; cpp: 1,629; awk: 293; makefile: 269
file content (135 lines) | stat: -rw-r--r-- 3,626 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
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
Source: unixcw
Section: hamradio
Priority: optional
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Uploaders:
 Kamil Ignacak <acerion@wp.pl>,
 Federico Grau <donfede@casagrau.org>,
Standards-Version: 4.6.2
Build-Depends:
 debhelper-compat (= 13),
 libasound2-dev,
 libncurses-dev,
 libpulse-dev,
 mawk | gawk,
 po-debconf,
 qtbase5-dev,
Homepage: http://unixcw.sourceforge.net/
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian-hamradio-team/unixcw
Vcs-Git: https://salsa.debian.org/debian-hamradio-team/unixcw.git

Package: libcw8
Section: libs
Architecture: hurd-any linux-any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Replaces:
 libcw3,
 libcw4,
 libcw5,
 libcw6,
 libcw7,
 unixcw,
Breaks:
 libcw3,
 libcw4,
 libcw5,
 libcw6,
 libcw7,
 unixcw,
Suggests:
 cw,
 cwcp,
 xcwcp,
Description: Morse code tutor - shared library
 The unixcw project provides support for learning to use Morse code.
 .
 This package provides shared library files to handle Morse code
 signals and to generate sound on the console buzzer or a sound card
 through OSS, ALSA or PulseAudio.

Package: libcw-dev
Section: libdevel
Architecture: hurd-any linux-any
Multi-Arch: same
Depends:
 libcw8 (= ${binary:Version}),
 ${misc:Depends},
Replaces:
 libcw3-dev,
 libcw4-dev,
 libcw5-dev,
 libcw6-dev,
 unixcw-dev,
Breaks:
 libcw3-dev,
 libcw4-dev,
 libcw5-dev,
 libcw6-dev,
 unixcw-dev,
Description: Morse code tutor - development files
 The unixcw project provides support for learning to use Morse code.
 .
 This package provides the static library, headers, and manual page for
 development of programs that handle (i.e. send and receive) Morse code.

Package: cw
Architecture: hurd-any linux-any
Multi-Arch: foreign
Depends:
 debconf | debconf-2.0,
 libcw8,
 ${misc:Depends},
 ${shlibs:Depends},
Conflicts:
 libcw7,
Description: Morse code tutor - command line user interface
 The unixcw project provides support for learning to use Morse.
 .
 This package provides two executables:
  * cw - a simple command line application that converts key-presses
    to Morse code that can be heard through the console buzzer or a
    sound card;
  * cwgen - a program that generates groups of random characters for
    Morse code practice, which can be piped to the cw program.
 .
 It also includes example files (with the extension "cw") containing
 commands which can be used to change properties such as the speed,
 tone, and spacing of characters.

Package: cwcp
Architecture: hurd-any linux-any
Multi-Arch: foreign
Depends:
 debconf | debconf-2.0,
 libcw8,
 ${misc:Depends},
 ${shlibs:Depends},
Description: Morse code tutor - text user interface
 The unixcw project provides support for learning to use Morse code.
 .
 This package provides an interactive Morse code tutor with a
 full-screen text-based (ncurses) user interface. It offers menu
 selection of sending modes, and keyboard control of character
 sounding options such as the sending speed and pitch.

Package: xcwcp
Architecture: hurd-any linux-any
Multi-Arch: foreign
Depends:
 debconf | debconf-2.0,
 libcw8,
 ${misc:Depends},
 ${shlibs:Depends},
Description: Morse code tutor - graphical user interface
 The unixcw project provides support for learning to use Morse code.
 .
 This package provides an interactive Morse code tutor with a Qt5
 user interface. It allows choosing from a number of options for
 practice, including sending random characters, random words, and
 characters from the keyboard. It will also receive Morse code sent
 using the keyboard or mouse as a Morse keyer, and display the
 characters it sees.