debian/0000755000000000000000000000000012107275112007164 5ustar debian/source/0000755000000000000000000000000012105054416010464 5ustar debian/source/format0000644000000000000000000000001412105054416011672 0ustar 3.0 (quilt) debian/tlf.install0000644000000000000000000000011712107032621011334 0ustar scripts/play_vk usr/share/tlf/examples scripts/soundlog usr/share/tlf/examples debian/control0000644000000000000000000000272212107274713010600 0ustar Source: tlf Section: hamradio Priority: extra Maintainer: Debian Hams group Uploaders: John T. Nogatch , Kamal Mostafa Build-Depends: debhelper (>= 8.0.0), pkg-config, autotools-dev, libhamlib-dev, libncurses5-dev, libglib2.0-dev Standards-Version: 3.9.4 Homepage: https://github.com/Tlf/tlf/archive/tlf-1.1-maintenance.zip #Vcs-Git: git://git.debian.org/collab-maint/tlf.git #Vcs-Browser: http://git.debian.org/?p=collab-maint/tlf.git;a=summary Package: tlf Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: sox Description: console based ham radio contest logger Tlf is a console (ncurses) mode general purpose CW/VOICE keyer, logging and contest program for hamradio. It supports the CQWW, the WPX, the ARRL-DX , the ARRL-FD, the PACC and the EU SPRINT contests (single operator) as well as a LOT MORE basic contests, general QSO and DXpedition mode. It interfaces with a morse code generator, your sound card, a number of radios, and with a DX Cluster. Tlf can project cluster data into the excellent Xplanet program, written by Hari Nair. Contest operation mimics the popular TR-Log program for DOS, the output file is TR- as well as CABRILLO compatible. The user interface was designed with over 30 years of experience in CW contesting. The program was written for console mode on purpose, to make it run also on smaller machines, or remotely via a modem link. debian/docs0000644000000000000000000000001412105054416010032 0ustar NEWS README debian/compat0000644000000000000000000000000212105054416010362 0ustar 8 debian/README.source0000644000000000000000000000042212105525304011340 0ustar tlf for Debian -------------- The source for this version of wsjt was obtained from: https://github.com/Tlf/tlf/tree/tlf-1.1-maintenance As described in the INSTALL file, the following command was issued, before making the .orig.tar.gz file: autoreconf --install debian/patches/0000755000000000000000000000000012107014453010612 5ustar debian/patches/soundlog.patch0000644000000000000000000000120312107014447013464 0ustar Description: soundlog cleanup Author: John AC6SL Changed /home/rein to $HOME in 2 places. Removed -d /dev/dsp1 in favor of default . --- --- tlf-1.1.5.orig/scripts/soundlog +++ tlf-1.1.5/scripts/soundlog @@ -1,12 +1,12 @@ #!/bin/sh -while [[ -f /home/rein/.VRlock ]] +while [[ -f $HOME/.VRlock ]] do - filename="/home/rein/tlf/soundlogs/"`eval date +%d%H%M`".au" + filename="$HOME/tlf/soundlogs/"`eval date +%d%H%M`".au" if test -f $filename then sleep 10s else - rec -w -r 8000 -d /dev/dsp1 $filename > /dev/null 2> /dev/null + rec -w -r 8000 $filename > /dev/null 2> /dev/null fi done debian/patches/scripts.patch0000644000000000000000000000152112107014376013325 0ustar Description: do not install audio scripts in /usr/bin Author: John AC6SL play_vk & soundlog will not be installed in /usr/bin, but are available in /usr/share/tlf/examples, & can be installed in user's directory. . --- --- tlf-1.1.5.orig/scripts/Makefile.in +++ tlf-1.1.5/scripts/Makefile.in @@ -182,7 +182,9 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SCRIPT_FILES = soundlog play_vk -bin_SCRIPTS = $(SCRIPT_FILES) + +# bin_SCRIPTS = $(SCRIPT_FILES) +bin_SCRIPTS = EXTRA_DIST = $(SCRIPT_FILES) CLEANFILES = *~ all: all-am --- tlf-1.1.5.orig/scripts/Makefile.am +++ tlf-1.1.5/scripts/Makefile.am @@ -1,6 +1,7 @@ SCRIPT_FILES = soundlog play_vk -bin_SCRIPTS = $(SCRIPT_FILES) +# bin_SCRIPTS = $(SCRIPT_FILES) +bin_SCRIPTS = EXTRA_DIST = $(SCRIPT_FILES) debian/patches/series0000644000000000000000000000003512106304766012035 0ustar soundlog.patch scripts.patch debian/copyright0000644000000000000000000000212012105555407011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: tlf Source: https://github.com/Tlf/tlf/tree/tlf-1.1-maintenance Files: * Copyright: 2001-2005 Rein Couperus , 2010-2013 Thomas Beierlein License: GPL-2+ Files: rules.* Copyright: 2003 by lz3ny License: GPL-2+ License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License can be found in "/usr/share/common-licenses/GPL-2". debian/changelog0000644000000000000000000002447312105552121011044 0ustar tlf (1.1.5-1) unstable; urgency=low * Update from upstream git * LP: #854080, #514303 -- John T. Nogatch Sat, 09 Feb 2013 14:56:34 -0800 tlf (0.9.32.3-6) unstable; urgency=low * QA upload. * Remove build-dep on automake. (Closes: #549154). * Bump debhelper build-dep and compat to 5. * Bump Standards Version to 3.8.3. -- Barry deFreese Wed, 23 Dec 2009 21:43:41 -0500 tlf (0.9.32.3-5) unstable; urgency=low * Retiring - set the package maintainer to Debian QA Group. -- Joop Stakenborg Tue, 03 Nov 2009 07:07:08 +0000 tlf (0.9.32.3-4) unstable; urgency=low * Fix description of the package. Thanks Ivan Shmakov. Closes: #508691. -- Joop Stakenborg Sun, 14 Dec 2008 11:43:53 +0100 tlf (0.9.32.3-3) unstable; urgency=low * Remove the soundlog script from the package, don't know what it is for. Closes: #465371. -- Joop Stakenborg Tue, 12 Feb 2008 17:40:23 +0100 tlf (0.9.32.3-2) unstable; urgency=low * Recommends cwdaemon or winkeydaemon. -- Joop Stakenborg Sun, 10 Feb 2008 19:08:08 +0100 tlf (0.9.32.3-1) unstable; urgency=low * Another Debian minor release to fix building issues. Closes: #457558. -- Joop Stakenborg Wed, 26 Dec 2007 11:26:09 +0100 tlf (0.9.32.2-2) unstable; urgency=low * Another upload to fix an incorrect path. -- Joop Stakenborg Sun, 23 Dec 2007 19:14:43 +0100 tlf (0.9.32.2-1) unstable; urgency=low * New upstream release -- Joop Stakenborg Sun, 23 Dec 2007 15:08:36 +0100 tlf (0.9.31.1-2) unstable; urgency=low * Fix configure.in so PACKAGE_DATA_DIR will be set correctly. -- Joop Stakenborg Wed, 19 Dec 2007 21:53:13 +0100 tlf (0.9.31.1-1) unstable; urgency=low * New upstream release, sort of. * Upstream maintainer has uploaded the wrong archive, so I grabbed the correct one and named it 0.9.31.1.... :-) -- Joop Stakenborg Tue, 18 Dec 2007 20:47:56 +0100 tlf (0.9.31-1) unstable; urgency=low * New upstream release * Lintian fixes * Update standards version -- Joop Stakenborg Tue, 18 Dec 2007 16:32:40 +0100 tlf (0.9.30-1) unstable; urgency=low * New upstream release * Use libhamlib-dev as a build dependency from now on. -- Joop Stakenborg Wed, 19 Apr 2006 19:07:28 +0200 tlf (0.9.27-1) unstable; urgency=low * New upstream release. Closes: 343669. -- Joop Stakenborg Sat, 21 Jan 2006 20:36:14 +0100 tlf (0.9.25-1) unstable; urgency=low * New upstream release -- Joop Stakenborg Sat, 10 Dec 2005 19:55:15 +0100 tlf (0.9.24-1) unstable; urgency=low * New upstream. -- Joop Stakenborg Tue, 25 Oct 2005 00:03:57 +0200 tlf (0.9.23-6) unstable; urgency=low * Build depends on automake1.4 in case it is needed during th build process. -- Joop Stakenborg Sun, 21 Aug 2005 09:17:18 +0200 tlf (0.9.23-5) unstable; urgency=low * Migrate to debhelper. * Do not suggest tlfmanual anymore. Please stick to the manual page from now on. * Patch by Patrick Ouellette to fix reading of CHANGE_RST in logcfg.dat. Closes: #311010. -- Joop Stakenborg Sat, 20 Aug 2005 14:54:38 +0200 tlf (0.9.23-4) unstable; urgency=low * Fixed a crash after compilation with gcc-4.0. -- Joop Stakenborg Sat, 16 Jul 2005 11:17:58 +0200 tlf (0.9.23-3) unstable; urgency=low * Correct Build-Depends line. -- Joop Stakenborg Tue, 5 Apr 2005 19:10:15 +0200 tlf (0.9.23-2) unstable; urgency=low * Compile against latest hamlib. -- Joop Stakenborg Tue, 5 Apr 2005 08:54:32 +0200 tlf (0.9.23-1) unstable; urgency=low * New upstream release -- Joop Stakenborg Tue, 29 Mar 2005 20:40:53 +0200 tlf (0.9.22-1) unstable; urgency=low * New upstream release -- Joop Stakenborg Mon, 24 Jan 2005 20:30:43 +0100 tlf (0.9.21-2) unstable; urgency=low * Patch by Andreas Jochens for AMD64/gcc-4.0, thanks! Closes; #288600. -- Joop Stakenborg Sat, 8 Jan 2005 15:35:30 +0100 tlf (0.9.21-1) unstable; urgency=low * New upstream release -- Joop Stakenborg Thu, 9 Dec 2004 17:16:45 +0100 tlf (0.9.20-5) unstable; urgency=low * Remove README.debian, it contains incorrect information. * Do not distribute the NEWS file, upstream stopped using it. * Ditto for the Changelog. * The README is in /usr/share/tlf/doc, so there is no need to add it in /usr/share/doc/tlf. -- Joop Stakenborg Sat, 27 Nov 2004 13:28:25 +0100 tlf (0.9.20-4) unstable; urgency=low * Compile against latest hamlib. -- Joop Stakenborg Sun, 3 Oct 2004 09:07:45 +0200 tlf (0.9.20-3) unstable; urgency=low * Fix for compilation against gcc-3.4 by Andreas Jochens, thanks! Closes: #263737. * Watch file added. -- Joop Stakenborg Sat, 7 Aug 2004 09:11:41 +0200 tlf (0.9.20-2) unstable; urgency=low * Upstream patch to fix CWBANDWIDTH. -- Joop Stakenborg Wed, 21 Jul 2004 20:26:14 +0200 tlf (0.9.20-1) unstable; urgency=low * New upstream release -- Joop Stakenborg Thu, 15 Jul 2004 16:35:39 +0200 tlf (0.9.19-1) unstable; urgency=low * New upstream release -- Joop Stakenborg Sun, 27 Jun 2004 11:24:00 +0200 tlf (0.9.18-1) unstable; urgency=low * New upstream release -- Joop Stakenborg Sat, 8 May 2004 13:34:10 +0200 tlf (0.9.17-1) unstable; urgency=low * New upstream release -- Joop Stakenborg Sun, 25 Apr 2004 09:50:05 +0200 tlf (0.9.16-1) unstable; urgency=low * New upstream release -- Joop Stakenborg Mon, 1 Mar 2004 16:15:52 +0100 tlf (0.9.15-1) unstable; urgency=low * New upstream release. * Depends on hamlib2. -- Joop Stakenborg Sun, 29 Feb 2004 20:26:24 +0100 tlf (0.9.13-1) unstable; urgency=low * New upstream release -- Joop Stakenborg Fri, 9 Jan 2004 00:19:22 +0100 tlf (0.9.9-1) unstable; urgency=low * New upstream release -- Joop Stakenborg Sun, 23 Nov 2003 13:10:04 +0100 tlf (0.9.8-1) unstable; urgency=low * New upstream release -- Joop Stakenborg Sat, 15 Nov 2003 13:50:21 +0100 tlf (0.9.7-1) unstable; urgency=low * New upstream release -- Joop Stakenborg Sat, 8 Nov 2003 13:37:49 +0100 tlf (0.9.6-1) unstable; urgency=low * New upstream release -- Joop Stakenborg Tue, 4 Nov 2003 16:23:42 +0100 tlf (0.9.5-2) unstable; urgency=low * Compile against correct hamlib version. * Compilation fix for gcc-3.3.2. -- Joop Stakenborg Mon, 3 Nov 2003 16:44:47 +0100 tlf (0.9.5-1) unstable; urgency=low * New upstream release -- Joop Stakenborg Fri, 31 Oct 2003 09:16:50 +0100 tlf (0.9.4-1) unstable; urgency=low * New upstream release -- Joop Stakenborg Tue, 28 Oct 2003 16:22:48 +0100 tlf (0.9.3-1) unstable; urgency=low * New upstream release -- Joop Stakenborg Sun, 12 Oct 2003 19:50:29 +0200 tlf (0.9.2-1) unstable; urgency=low * New upstream release -- Joop Stakenborg Sun, 5 Oct 2003 21:18:57 +0200 tlf (0.9.1-1) unstable; urgency=low * New upstream release -- Joop Stakenborg Sun, 20 Jul 2003 12:27:22 +0200 tlf (0.8.23-1) unstable; urgency=low * New upstream release -- Joop Stakenborg Mon, 26 May 2003 17:07:38 +0200 tlf (0.8.22-1) unstable; urgency=low * New upstream release supporting cwdaemon-0.5. -- Joop Stakenborg Mon, 19 May 2003 19:28:04 +0200 tlf (0.8.20-1) unstable; urgency=low * New upstream release. * First build with hamlib. -- Joop Stakenborg Thu, 8 May 2003 16:45:14 +0200 tlf (0.8.19-2) unstable; urgency=low * Update dependencies to the latest cwdaemon and tlfmanual. -- Joop Stakenborg Mon, 21 Apr 2003 18:03:05 +0200 tlf (0.8.19-1) unstable; urgency=low * New upstream. * Remove cwkeyer-source recommendation because cwdaemon supports serial ports now. -- Joop Stakenborg Wed, 9 Apr 2003 20:57:29 +0200 tlf (0.8.18-1) unstable; urgency=low * New upstream. -- Joop Stakenborg Sat, 8 Mar 2003 20:26:47 +0100 tlf (0.8.17-1) unstable; urgency=low * New upstream. -- Joop Stakenborg Tue, 18 Feb 2003 19:09:32 +0100 tlf (0.8.16-1) unstable; urgency=low * New upstream release -- Joop Stakenborg Mon, 17 Feb 2003 19:09:41 +0100 tlf (0.8.15-1) unstable; urgency=low * New upstream. -- Joop Stakenborg Sat, 11 Jan 2003 13:25:27 +0100 tlf (0.8.14-1) unstable; urgency=low * New upstream. -- Joop Stakenborg Tue, 31 Dec 2002 01:14:28 +0100 tlf (0.8.10-1) unstable; urgency=low * New upstream. -- Joop Stakenborg Tue, 31 Dec 2002 01:08:48 +0100 tlf (0.8.7-1) unstable; urgency=low * New upstream. Compiled without hamlib support. See README.debian. * Include doc/README instead of the README (Closes: #156998). * Include a manual page which points to the tlfmanual package (Closes: #156995). * Correctly package tlf, so it includes the upstream and debian changelog (Closes: #156997). * Tlf now issues a warning when no logcfg.dat is present (Closes: #157000). * Update standards version. -- Joop Stakenborg Thu, 14 Nov 2002 21:26:27 +0100 tlf (0.6.1) unstable; urgency=low * New, stable upstream. Lots of speed improvements. -- Joop Stakenborg Tue, 13 Aug 2002 17:18:28 +0200 tlf (0.5.4.2-1) unstable; urgency=low * New upstream release. * Add cwkeyset. * Include a Build-Depends line. Closes: #152346. -- Joop Stakenborg Tue, 9 Jul 2002 19:25:59 +0200 tlf (0.5.4.1-1) unstable; urgency=low * First version for debian. -- Joop Stakenborg Fri, 5 Jul 2002 17:20:32 +0200 Local variables: mode: debian-changelog End: debian/rules0000755000000000000000000000125712105763124010254 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # This has to be exported to make some magic below work. export DH_OPTIONS configure_flags += $(shell dpkg-buildflags --export=configure) configure_flags += --enable-hamlib override_dh_auto_configure: dh_auto_configure -- $(configure_flags) %: dh $@