Please find, for review, the debconf templates and packages descriptions for the unixcw source package.
These include Justin's comments.... This review will last from Sunday, December 25, 2011 to Wednesday, January 04, 2012. Please send reviews as unified diffs (diff -u) against the original files. Comments about your proposed changes will be appreciated. Your review should be sent as an answer to this mail. When appropriate, I will send intermediate requests for review, with "[RFRn]" (n>=2) as a subject tag. When we will reach a consensus, I send a "Last Chance For Comments" mail with "[LCFC]" as a subject tag. Finally, a summary will be sent to the review bug report, and a mail will be sent to this list with "[BTS]" as a subject tag. Rationale: --- unixcw.old/debian/cw.templates 2011-12-18 07:47:46.031035453 +0100 +++ unixcw/debian/cw.templates 2011-12-25 08:36:32.108777546 +0100 @@ -1,10 +1,13 @@ Template: cw/suid_bit Type: boolean Default: false -_Description: Make cw setuid root? - cw can produce sounds using console buzzer, but this feature - is available only if cw is run by root user. - You can achieve this by setting setuid bit here (not recommended) - or by running cw with sudo (also not recommended). You can also - use soundcard output instead of console buzzer output and - eliminate this problem completely. +_Description: Run cw with root privileges? + If run with elevated privileges (which is not recommended), cw can + produce sounds using the console buzzer. + . + Please choose whether this should be achieved by giving the + executable the "setuid" attribute. + . + Alternative include running the program with sudo or eliminating this + issue completely by using output via a soundcard instead of the + buzzer. --- unixcw.old/debian/control 2011-12-18 07:47:46.031035453 +0100 +++ unixcw/debian/control 2011-12-25 08:40:04.421634208 +0100 @@ -12,55 +12,66 @@ Depends: ${shlibs:Depends}, ${misc:Depends} Replaces: unixcw Recommends: cw | cwcp | xcwcp -Description: Shared library for Morse programs - Shared library files for cw, cwcp and xcwcp programs. - The library handles Morse code signals and generates sound - on console buzzer or sound card through OSS or ALSA. +Description: Morse code tutor - shared library + The unixcw project provides support for learning to use Morse code + over Continuous Wave radio. + . + 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 or ALSA. Package: libcw3-dev Section: libdevel Architecture: any Depends: libcw3 (= ${binary:Version}), ${misc:Depends} Replaces: unixcw-dev -Description: Development files for Morse programs - Static library, headers and manual page for development of - programs that handle (i.e. send and receive) Morse code. +Description: Morse code tutor - development files + The unixcw project provides support for learning to use Morse code + over Continuous Wave radio. + . + 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: any Depends: libcw3, ${shlibs:Depends}, ${misc:Depends}, debconf|debconf-2.0 -Description: Morse code tutor with command line user interface - The package provides two executables: - * cw - simple command line application that converts - keyboard keys to Morse code that can be heard through - console buzzer or sound card. - * cwgen - program that generates groups of random - characters for Morse code practice, that can be - piped to cw program. - . - Package also includes examples files with embedded commands. - These commands can be used to change speed, tone, spacing - between characters and much more. The files have 'cw' - extension. +Description: Morse code tutor - command line user interface + The unixcw project provides support for learning to use Morse code + over Continuous Wave radio. + . + 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: any Depends: libcw3, ${shlibs:Depends}, ${misc:Depends}, debconf|debconf-2.0 -Description: Morse code tutor, text user interface - Interactive Morse code tutor with text-based (ncurses) user - interface. It allows menu selection from a number of sending - modes, and also permits character sounding options, such as - the tone pitch, and sending speed, to be varied from the - keyboard using a full-screen user interface. +Description: Morse code tutor - text user interface + The unixcw project provides support for learning to use Morse code + over Continuous Wave radio. + . + 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: any Depends: libcw3, ${shlibs:Depends}, ${misc:Depends}, debconf|debconf-2.0 -Description: Morse code tutor, X Window user interface - Interactive Morse code tutor with X Window-based (QT4) - interface. It lets you choose from a number of options for - practice, including sending random characters, random words, - and characters from the keyboard. It will also receive Morse - code that you send using the keyboard or mouse as a Morse - keyer, and display the characters it sees. - +Description: Morse code tutor - graphical user interface + The unixcw project provides support for learning to use Morse code + over Continuous Wave radio. + . + This package provides an interactive Morse code tutor with a Qt4 + 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. --
Template: cwcp/suid_bit Type: boolean Default: false _Description: Make cwcp setuid root? cwcp can produce sounds using console buzzer, but this feature is available only if cwcp is run by root user. You can achieve this by setting setuid bit here (not recommended) or by running cwcp with sudo (also not recommended). You can also use soundcard output instead of console buzzer output and eliminate this problem completely.
Template: cw/suid_bit Type: boolean Default: false _Description: Run cw with root privileges? If run with elevated privileges (which is not recommended), cw can produce sounds using the console buzzer. . Please choose whether this should be achieved by giving the executable the "setuid" attribute. . Alternative include running the program with sudo or eliminating this issue completely by using output via a soundcard instead of the buzzer.
--- unixcw.old/debian/cw.templates 2011-12-18 07:47:46.031035453 +0100 +++ unixcw/debian/cw.templates 2011-12-25 08:36:32.108777546 +0100 @@ -1,10 +1,13 @@ Template: cw/suid_bit Type: boolean Default: false -_Description: Make cw setuid root? - cw can produce sounds using console buzzer, but this feature - is available only if cw is run by root user. - You can achieve this by setting setuid bit here (not recommended) - or by running cw with sudo (also not recommended). You can also - use soundcard output instead of console buzzer output and - eliminate this problem completely. +_Description: Run cw with root privileges? + If run with elevated privileges (which is not recommended), cw can + produce sounds using the console buzzer. + . + Please choose whether this should be achieved by giving the + executable the "setuid" attribute. + . + Alternative include running the program with sudo or eliminating this + issue completely by using output via a soundcard instead of the + buzzer. --- unixcw.old/debian/control 2011-12-18 07:47:46.031035453 +0100 +++ unixcw/debian/control 2011-12-25 08:40:04.421634208 +0100 @@ -12,55 +12,66 @@ Depends: ${shlibs:Depends}, ${misc:Depends} Replaces: unixcw Recommends: cw | cwcp | xcwcp -Description: Shared library for Morse programs - Shared library files for cw, cwcp and xcwcp programs. - The library handles Morse code signals and generates sound - on console buzzer or sound card through OSS or ALSA. +Description: Morse code tutor - shared library + The unixcw project provides support for learning to use Morse code + over Continuous Wave radio. + . + 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 or ALSA. Package: libcw3-dev Section: libdevel Architecture: any Depends: libcw3 (= ${binary:Version}), ${misc:Depends} Replaces: unixcw-dev -Description: Development files for Morse programs - Static library, headers and manual page for development of - programs that handle (i.e. send and receive) Morse code. +Description: Morse code tutor - development files + The unixcw project provides support for learning to use Morse code + over Continuous Wave radio. + . + 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: any Depends: libcw3, ${shlibs:Depends}, ${misc:Depends}, debconf|debconf-2.0 -Description: Morse code tutor with command line user interface - The package provides two executables: - * cw - simple command line application that converts - keyboard keys to Morse code that can be heard through - console buzzer or sound card. - * cwgen - program that generates groups of random - characters for Morse code practice, that can be - piped to cw program. - . - Package also includes examples files with embedded commands. - These commands can be used to change speed, tone, spacing - between characters and much more. The files have 'cw' - extension. +Description: Morse code tutor - command line user interface + The unixcw project provides support for learning to use Morse code + over Continuous Wave radio. + . + 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: any Depends: libcw3, ${shlibs:Depends}, ${misc:Depends}, debconf|debconf-2.0 -Description: Morse code tutor, text user interface - Interactive Morse code tutor with text-based (ncurses) user - interface. It allows menu selection from a number of sending - modes, and also permits character sounding options, such as - the tone pitch, and sending speed, to be varied from the - keyboard using a full-screen user interface. +Description: Morse code tutor - text user interface + The unixcw project provides support for learning to use Morse code + over Continuous Wave radio. + . + 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: any Depends: libcw3, ${shlibs:Depends}, ${misc:Depends}, debconf|debconf-2.0 -Description: Morse code tutor, X Window user interface - Interactive Morse code tutor with X Window-based (QT4) - interface. It lets you choose from a number of options for - practice, including sending random characters, random words, - and characters from the keyboard. It will also receive Morse - code that you send using the keyboard or mouse as a Morse - keyer, and display the characters it sees. - +Description: Morse code tutor - graphical user interface + The unixcw project provides support for learning to use Morse code + over Continuous Wave radio. + . + This package provides an interactive Morse code tutor with a Qt4 + 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.
Source: unixcw Section: hamradio Priority: optional Maintainer: Debian Hamradio Maintainers <debian-h...@lists.debian.org> Uploaders: Kamil Ignacak <acer...@wp.pl>, Kamal Mostafa <ka...@whence.com> Standards-Version: 3.9.2 Build-Depends: debhelper (>=7), libasound2-dev, libqt4-dev, libncurses5-dev, po-debconf, autotools-dev, mawk|gawk Homepage: http://unixcw.sourceforge.net/ Package: libcw3 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Replaces: unixcw Recommends: cw | cwcp | xcwcp Description: Morse code tutor - shared library The unixcw project provides support for learning to use Morse code over Continuous Wave radio. . 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 or ALSA. Package: libcw3-dev Section: libdevel Architecture: any Depends: libcw3 (= ${binary:Version}), ${misc:Depends} Replaces: unixcw-dev Description: Morse code tutor - development files The unixcw project provides support for learning to use Morse code over Continuous Wave radio. . 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: any Depends: libcw3, ${shlibs:Depends}, ${misc:Depends}, debconf|debconf-2.0 Description: Morse code tutor - command line user interface The unixcw project provides support for learning to use Morse code over Continuous Wave radio. . 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: any Depends: libcw3, ${shlibs:Depends}, ${misc:Depends}, debconf|debconf-2.0 Description: Morse code tutor - text user interface The unixcw project provides support for learning to use Morse code over Continuous Wave radio. . 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: any Depends: libcw3, ${shlibs:Depends}, ${misc:Depends}, debconf|debconf-2.0 Description: Morse code tutor - graphical user interface The unixcw project provides support for learning to use Morse code over Continuous Wave radio. . This package provides an interactive Morse code tutor with a Qt4 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.
signature.asc
Description: Digital signature