--- tk5-0.6.orig/debian/README.Debian +++ tk5-0.6/debian/README.Debian @@ -0,0 +1,29 @@ +tk5 for Debian +-------------- + +On Bob's website at http://parnass.org/ you can find utilities for various +scanners and receivers. If needed I can package them for you. However, please +do not send me a request unless you can actually test the package on a +live receiver. + +The README for this package is in /usr/share/tk5, but you can also open it +from the help menu. + +To be able to access the serial port on your system it is best if you add +yourself to dialout group. First, check if the serial port is owned by +group dialout: + +$ ls -al /dev/ttyS0 +crw-rw---- 1 root dialout 4, 64 2006-04-17 11:39 /dev/ttyS0 + +Next, as root add yourself to the dialout group using the 'vigr' command, +e.g. after adding user pg4i, the line looks like this: + +dialout:x:20:pg4i + +Dan Jacobson says: +In case one loses the paper IC-R5 manual, note no special cloning +buttons need to be pressed on the R5 to use tk5. Just turn it on. +Also see http://jidanni.org/comm/radio/icom_r5/ + + -- Joop Stakenborg Sun, 19 Nov 2006 20:40:39 +0100 --- tk5-0.6.orig/debian/changelog +++ tk5-0.6/debian/changelog @@ -0,0 +1,56 @@ +tk5 (0.6-6.2) unstable; urgency=low + + * Non-maintainer upload. + * Replaced tk8.4|tk8.3 by tk in dependencies list. Closes: #726085. + + -- Sergei Golovan Thu, 31 Oct 2013 09:00:57 +0400 + +tk5 (0.6-6.1) unstable; urgency=low + + * Retiring - remove myself from the uploaders list. + + -- Joop Stakenborg Mon, 16 Nov 2009 18:29:41 +0000 + +tk5 (0.6-6) unstable; urgency=low + + * Fix manpage, so it talks about the R5 receiver. Thanks Dan Jacobson. + Closes: #474936. + + -- Joop Stakenborg Wed, 09 Apr 2008 18:21:04 +0200 + +tk5 (0.6-5) unstable; urgency=low + + * Menu transition. + * Several lintian fixes. + + -- Joop Stakenborg Sun, 10 Feb 2008 19:17:43 +0100 + +tk5 (0.6-4) unstable; urgency=low + + * Transfer ownership to Debian-Hams. + + -- Joop Stakenborg Sun, 1 Apr 2007 20:25:09 +0200 + +tk5 (0.6-3) unstable; urgency=low + + * Make sure README.Debian does not get deleted. Closes: #404492. + + -- Joop Stakenborg Wed, 27 Dec 2006 09:24:13 +0100 + +tk5 (0.6-2) unstable; urgency=low + + * Fix man page (tk2->tk5). Added note by Dan to README.Debian. + Do not distribute README in /usr/share/doc/tk5, because it is + already in /usr/share/tk5. Closes: #401087. + + -- Joop Stakenborg Mon, 18 Dec 2006 09:36:11 +0100 + +tk5 (0.6-1) unstable; urgency=low + + * Initial release (Closes: #398931). + * Adjust copyright so it now includes the years of copyright. Also, + done some investigation where misclib.tcl comes from and mention + that. + + -- Joop Stakenborg Sun, 19 Nov 2006 20:56:59 +0100 + --- tk5-0.6.orig/debian/compat +++ tk5-0.6/debian/compat @@ -0,0 +1 @@ +5 --- tk5-0.6.orig/debian/control +++ tk5-0.6/debian/control @@ -0,0 +1,23 @@ +Source: tk5 +Section: hamradio +Priority: optional +Maintainer: Debian Hamradio Maintainers +Uploaders: Jaime Robles , Patrick Ouellette , Hamish Moffatt +Build-Depends: debhelper (>= 5) +Standards-Version: 3.7.3 + +Package: tk5 +Architecture: all +Depends: tk +Description: Experimental Software for the ICOM IC-R5 Receiver + tk5 is open source software designed for the ICOM IC-R5 receiver. + The current version can: + . + Read a memory image from an IC-R5 receiver, an ICF file, an IC5 file, or a + native tr5 file. + Using a graphical interface, display data from a memory image and let a user + change the limit search bank, television bank, and most other settings. + Import memory channel data from a csv (comma-separated values) file. + Export memory channel data to a csv file. + Enable a hidden 70-channel Television bank. + Write the results back to the radio. --- tk5-0.6.orig/debian/copyright +++ tk5-0.6/debian/copyright @@ -0,0 +1,59 @@ +This package was debianized by Joop Stakenborg on +Sun, 19 Nov 2006 20:40:39 +0100. + +It was downloaded from http://parnass.org/tk5. +Author e-mail: bob@parnass.com + +From tk5.tcl: +################################################################### +# This file is part of tk5, a utility program for the +# ICOM IC-R5 receiver. +# +# Copyright (C) 2001 - 2004, Bob Parnass +# AJ9S +# +# tk5 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. +# +# tk5 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 tk5; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, +# MA 02110-1301, USA. +################################################################### + +Tk5 is released under the terms of the GNU General Public +License, see /usr/share/common-licenses/GPL on your Debian system. + +misclib.tcl is from the book 'Effective Tcl/Tk Programming', it is available +in the public domain and can be downloaded freely from the internet, +the header reads: + +# Effective Tcl/Tk Programming +# Mark Harrison, DSC Communications Corp. +# Michael McLennan, Bell Labs Innovations for Lucent Technologies +# Addison-Wesley Professional Computing Series +# ====================================================================== +# Copyright (c) 1996-1997 Lucent Technologies Inc. and Mark Harrison +# ====================================================================== + +From the README included with the source code which goes with this book: +---------------------------------------------------------------------- + Part of the Addison-Wesley Professional Computing Series + Copyright (c) 1996-1997 Lucent Technologies Inc. and Mark Harrison +---------------------------------------------------------------------- + +This distribution contains examples from the "Effective Tcl/Tk +Programming" book. You can study these examples as you read +through the book, and you can steal the code for your own +applications! + + +The Debian packaging is (C) 2006, Joop Stakenborg and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- tk5-0.6.orig/debian/dirs +++ tk5-0.6/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +usr/share/tk5 --- tk5-0.6.orig/debian/docs +++ tk5-0.6/debian/docs @@ -0,0 +1 @@ +README --- tk5-0.6.orig/debian/rules +++ tk5-0.6/debian/rules @@ -0,0 +1,65 @@ +#!/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 + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + + touch configure-stamp + + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples sample.csv + dh_install + chmod -x debian/tk5/usr/share/tk5/api5.tcl \ + debian/tk5/usr/share/tk5/gui5.tcl debian/tk5/usr/share/tk5/misclib.tcl \ + debian/tk5/usr/share/tk5/mylib.tcl + rm -f debian/tk5/usr/share/doc/tk5/README + dh_installmenu + dh_installman tk5.1 + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: build install + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- tk5-0.6.orig/debian/tk5.install +++ tk5-0.6/debian/tk5.install @@ -0,0 +1,7 @@ +api5.tcl usr/share/tk5 +gui5.tcl usr/share/tk5 +misclib.tcl usr/share/tk5 +mylib.tcl usr/share/tk5 +tk5 usr/bin +tk5.tcl usr/share/tk5 +README usr/share/tk5 --- tk5-0.6.orig/debian/tk5.links +++ tk5-0.6/debian/tk5.links @@ -0,0 +1,2 @@ +usr/share/common-licenses/GPL usr/share/tk5/COPYING + --- tk5-0.6.orig/debian/tk5.menu +++ tk5-0.6/debian/tk5.menu @@ -0,0 +1,2 @@ +?package(tk5):needs="X11" section="Applications/Amateur Radio"\ + title="Tk5" command="/usr/bin/tk5" --- tk5-0.6.orig/tk5 +++ tk5-0.6/tk5 @@ -0,0 +1,4 @@ +#!/bin/sh +export tk5=/usr/share/tk5 +exec /usr/share/tk5/tk5.tcl +exit 0 --- tk5-0.6.orig/tk5.1 +++ tk5-0.6/tk5.1 @@ -0,0 +1,7 @@ +.TH TK5 1 +.SH NAME +tk5 \- Tk GUI for the ICOM IC-R5 receiver +.SH SYNOPSIS +.B tk5 +.SH SEE ALSO +/usr/share/tk5/README and /usr/share/doc/tk5