unixcw (2.3-4) unstable; urgency=low * Fix FTBFS on GNU/kFreeBSD. Thanks Petr Salinger. Closes: #403043. -- Joop Stakenborg Mon, 18 Dec 2006 09:45:19 +0100 unixcw (2.3-3) unstable; urgency=low * Fix FTBFS on amd64. Thanks to Andreas Henriksson. Closes: #400190, #401087. -- Joop Stakenborg Mon, 4 Dec 2006 20:16:51 +0100 unixcw (2.3-2) unstable; urgency=low * Install libcw.pc into the unixcw-dev package. -- Joop Stakenborg Wed, 29 Nov 2006 20:00:03 +0100 unixcw (2.3-1) unstable; urgency=low * New upstream. Some comments by the author follows below. * An occurrence but not problem, presumably. Closes: #229690. * The gap now limits at 80 dots. Closes: #237981. * Dictionaries are fully configurable using files read at program startup. Closes: #239001. * Probably unavoidable. To track CW speeds, the program needs to see a differential between dot and dash. If fed only, say, dots, it has no way of telling if these are dots or dashes, so cannot vary or auto-determine speeds. Closes: #261729. * I couldn't tell if this was a joke report. I could put a blank entry in the table, one side containing an ASCII ' ' and the other containing its representation in dots and dashes as " ", but it wouldn't look useful. Or perhaps I misread the request? Closes: #229694. * Fixed by holding the soundcard open in cwlib for ~10 seconds of inactivity. Closes: #230579. * Other bugs fixed. Closes: #231418, #236415, #222128, #232481, #261731, #292395. * I thought about this, and it's surprisingly hard, given the architecture of cwlib. The library's really only happy talking to a genuine sound device. Closes: #222432. * The 4WPM minimum is a careful balance between putting only a second or so of audio data into the sound card and ensuring it doesn't run out of data during the longest (dash) element. Less than 4 is tricky. Well, 3 might just be doable, but 2 is out, and frankly, anything less than 4 loses the rhythm to the point where it's not really usable anyway. So, rejected. Closes: #241973. * Not done by xcwcp because it's really a tutor, not a reader program. Adding this would bring in a whole slew of software tone filtering issues. This is just the type of program that one could write around cwlib, though, so feel free to go for it! (In fact I have a prototype from several years ago that reads raw audio files, finds tone edges, and then has a go at printing out CW read from it -- perhaps I should dust it off..). Closes: #263356. * Bugs not tackled: 222010, 222126, 236411, 261730, 261732. -- Joop Stakenborg Sun, 19 Nov 2006 19:52:38 +0100 unixcw (2.2-15) unstable; urgency=low * Added Swedish debconf templates translation by Daniel Nylander, thanks! Closes: #333594. * Cwgen optimisation by Andor Demarteau so the program can generate random groups of chars of random sizes. -- Joop Stakenborg Sun, 22 Jan 2006 19:42:52 +0100 unixcw (2.2-14) unstable; urgency=low * Fix dependencies, so we can use cdebconf. Closes: #332132. -- Joop Stakenborg Sun, 9 Oct 2005 09:54:22 +0200 unixcw (2.2-13) unstable; urgency=low * Rebuild against transitioned Qt. -- Joop Stakenborg Thu, 1 Sep 2005 19:36:55 +0200 unixcw (2.2-12) unstable; urgency=low * Migrate to debhelper. * Compile against latest qt. * Add autotools-dev to the build dependencies. -- Joop Stakenborg Sun, 14 Aug 2005 20:40:08 +0200 unixcw (2.2-11) unstable; urgency=low * Include Czech debconf translation by Miroslav Kure. Closes: #287304. -- Joop Stakenborg Mon, 27 Dec 2004 09:48:56 +0100 unixcw (2.2-10) unstable; urgency=low * xcwcp: overwrite the createPopupMenu method and delete the popup menu when right-clicking the main window. This way we can use the right-mouse button for dah's (left button is for dit's). * xcwcp: make sure it all works without a mouse. A label called 'Mode' was added just before the QComboBox mode selection widget. The combo widget can get focus by using Alt+m. You can then use the space bar or the up/down keys to change the mode. The Tab key moves to the next widget, so you can change speed, etc. Shift+Tab moves backwards. Closes: #230298. * As a consequence of this, Ctrl and Shift key's have been disabled as paddles, this would interfere with keyboard control of the program. Please use left and right cursor keys. * Some changes to the xcwcp manual page to reflect all this. Thanks again to Dan for the report. -- Joop Stakenborg Tue, 13 Jul 2004 16:40:25 +0200 unixcw (2.2-9) unstable; urgency=low * Close a bug which is still open and was fixed. Closes: #220348. * xcwcp: fixed straight key input when using the middle mouse button. The 'contents' mouse event are now called, so we call the events of the edit window instead of the scrollwindow. Closes: #230886. * Bugs reported by Dan Jacobson. Thanks! -- Joop Stakenborg Mon, 12 Jul 2004 14:30:46 +0200 unixcw (2.2-8) unstable; urgency=low * Bring back the old behaviour we had with Qt2: when first started, xcwcp will show the go button, when clicked, the stop button appears. QIconSet now contains both start and stop pixmaps, this behaviour needed for Qt3. Closes: #220350. * This also removes the first error seen at startup: "QToolButton::setOnIconSet(): This function is not supported anymore". The other error reported by Dan: "QSettings::sync: filename is null/empty" means you don't have write permissions to your ~/.qt directory. If you fix this, the error will dissapear. Closes: #220352. * The bug reported by Dan as: "/usr/bin/cw: hear a few chars, then poops out" most probably related to the sound card driver. I have tested unixcw with different systems and simple cannot reproduce this behaviour. As Dan reports: with alsa properly installed, the program behaves correctly. Closes: #218556. * Both errors reported by Dan concerning the cw.1 and cw.7 manpages are related to language settings, which are not able to display iso8859-1 accented characters. To properly display these manual pages, you must configure your environment, so they can display accented characters. Try setting LANG=en_US.ISO-8859-1 or similar and make sure to generate that locale using 'dpkg-reconfigure locales'. Closes: #218555, #218554. * Correct an error in cw.1 manpage to show correct timings when testing itimer. Closes: #222129. * Append a newline when cw exits. Closes: #222415. * Thanks to Dan Jacobson , for reporting all these bugs. It is much appreciated. In the next upload I will address the remaining wishlist items or forward them to the upstream author. -- Joop Stakenborg Sun, 25 Jan 2004 19:27:35 +0100 unixcw (2.2-7) unstable; urgency=low * Correct debian/rules and call po2debconf for every template. * Include templates and conf for every package. Somehow it got deleted during the upgrade to debconf-po. -- Joop Stakenborg Thu, 7 Aug 2003 20:59:52 +0200 unixcw (2.2-6) unstable; urgency=low * Correct debian/rules so it doesn't remove debian/po. Closes: #199667. * French translation for the templates by Michel. Closes: #200583. -- Joop Stakenborg Wed, 9 Jul 2003 17:42:16 +0200 unixcw (2.2-5) unstable; urgency=low * Patch by Michel Grentzinger which adds gettext support for the debconf templates. Thanks Michel. Closes: #199667. -- Joop Stakenborg Sun, 6 Jul 2003 16:37:51 +0200 unixcw (2.2-4) unstable; urgency=low * Okay, build against qt-mt. Closes: #180677. -- Joop Stakenborg Wed, 12 Feb 2003 18:34:36 +0100 unixcw (2.2-3) unstable; urgency=low * Fixed override disparity. * Couple of lintian fixes. * Compile xcwcp against qt, not qt-mt. -- Joop Stakenborg Tue, 4 Feb 2003 19:31:55 +0100 unixcw (2.2-2) unstable; urgency=low * Fixed the menu entries. Closes: #178644. * Update standards version. * Compile against libqt3-mt. -- Joop Stakenborg Sat, 1 Feb 2003 11:39:17 +0100 unixcw (2.2-1) unstable; urgency=low * New upstream release. * Fixes issues with /dev/mixer on OSS architecture. -- Joop Stakenborg Sat, 18 May 2002 18:17:29 +0200 unixcw (2.1-2) unstable; urgency=low * Autoconf not needed. Closes: #145158. -- Joop Stakenborg Tue, 30 Apr 2002 15:33:11 +0200 unixcw (2.1-1) unstable; urgency=low * New upstream release, soundcard support. -- Joop Stakenborg Fri, 19 Apr 2002 21:25:15 +0200 unixcw (2.0-6) unstable; urgency=low * Russian template for cwcp by Ilgiz Kalmetev. Closes: #137631. * Russian template for xcwcp by Ilgiz Kalmetev. Closes: #137703. -- Joop Stakenborg Mon, 18 Mar 2002 13:10:38 +0100 unixcw (2.0-5) unstable; urgency=low * Make the prebuild scripts executable, so the debconf templates actually get installed. * Fix a couple of lintian errrors. -- Joop Stakenborg Mon, 25 Feb 2002 09:28:55 +0100 unixcw (2.0-4) unstable; urgency=low * Fix from Maitland Bottoms to fix build on hppa. Closes: #134041. -- Joop Stakenborg Mon, 18 Feb 2002 14:40:09 +0100 unixcw (2.0-3) unstable; urgency=low * Russian template file for cw. Thanks to Ilgiz Kalmetev . Closes: #114306. * Fix a spelling error. Thanks to Matt Zimmerman . Closes: #125524. -- Joop Stakenborg Mon, 18 Feb 2002 14:39:53 +0100 unixcw (2.0-2) unstable; urgency=low * Spanish translation of the templates. Closes #104119. * Change cwcp, so it uses red by default as a background. This fixes colors of cwcp in a x-terminal. * Remove libc6-dev and gzip from the Build-Depends line since they are build-essential. * Correct the depends line for the unixcw package. -- Joop Stakenborg Thu, 12 Jul 2001 19:38:27 +0200 unixcw (2.0-1) unstable; urgency=low * New upstream. * Lintian seems to like short binary names now, so I can revert to 'cw' instead of 'unixcw'. Saves me lots of work. * Split up the package into 5 different ones, since Simon now also provides a seperate library which we could use for development. So we have unixcw, containing the shared lib, unixcw-dev: static lib and headers and three different binary packages to choose from who all interface to libcw. * Use dpkg-statoverride for registering the bins suid root. They all need KIOCSOUND ioctl. * Debconf is used to ask the user is he wants to use the suid bit. -- Joop Stakenborg Wed, 20 Jun 2001 09:44:23 +0200 unixcw (1.1a-7) unstable; urgency=low * Add build-depends. * Update standards version. * Stop using suidregister. Instead, make unixcw binary of group audio. -- Joop Stakenborg Sun, 18 Feb 2001 12:35:05 +0100 unixcw (1.1a-6) unstable; urgency=low * Fixed lintian errors. * Recompile for new ncurses lib. * Removed cw manpage. Closes bug #62518 -- Joop Stakenborg Sat, 29 Jul 2000 14:19:29 +0200 unixcw (1.1a-5) unstable; urgency=low * Some work on the menu entry. Had bad quotes. -- Joop Stakenborg Thu, 14 Oct 1999 18:50:39 +0200 unixcw (1.1a-4) unstable; urgency=low * Typo. -- Joop Stakenborg Thu, 14 Oct 1999 18:49:45 +0200 unixcw (1.1a-3) unstable; urgency=low * Updated standards version. * FHS. -- Joop Stakenborg Thu, 7 Oct 1999 18:04:38 +0200 unixcw (1.1a-2) unstable; urgency=low * Unixcw builds OK on alpha, so architecture can be 'any'. Thanks to paul@debian.org. Fixes bug #27939. * Compile with new version of ncurses. -- Joop Stakenborg Tue, 27 Oct 1998 10:31:37 +0100 unixcw (1.1a-1) unstable; urgency=low * Unixcw is now really GPL and can go into main. * Hamradio menu added. * I have set the SUID bit, so any user can access the PC speaker. -- Joop Stakenborg Tue, 25 Aug 1998 08:42:09 +0200 unixcw (1.1-3) frozen; urgency=low * Copyright fails #1 of DFSG, so unixcw has to go into non-free. The copyright file now reflects the copyright of the package. This fixes bug #19690. -- Joop Stakenborg Mon, 16 Mar 1998 20:06:14 +0100 unixcw (1.1-2) unstable; urgency=low * Lintian complains about possible name space pollution. Changed the name of the cw binary to unixcw. Manual pages are adapted because of the new binary name. * Previous build was done with a buggy debstd/debmake and showed a file in the md5sums control file which did not exist. -- Joop Stakenborg Tue, 17 Feb 1998 20:45:42 +0100 unixcw (1.1-1) unstable; urgency=low * Initial Release. -- Joop Stakenborg Mon, 12 Jan 1998 21:09:01 +0100 Local variables: mode: debian-changelog End: