--- klog-0.6.1.orig/README +++ klog-0.6.1/README @@ -31,6 +31,15 @@ You can find the last hamlib package at: http://hamlib.sourceforge.net/ +You can find, in the files directory some useful files for KLog: + cty.dat Contains the Entity data and you should copy it to your +.klog directory. + tpea.awa Contains the TPEA (EA All Provinces) award data. Copy it in +your .klog directory. + + If you build any other AWA file, please send it to me and I will add +it to the official KLog release files. + Thanks for using KLog! 73 de Jaime, EA4TV --- klog-0.6.1.orig/debian/rules +++ klog-0.6.1/debian/rules @@ -0,0 +1,18 @@ +#! /usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/pkg-kde-tools/makefiles/1/cdbs/kde.mk + +DEB_CONFIGURE_EXTRA_FLAGS = --disable-debug +DEB_INSTALL_MANPAGES_klog = debian/klog.1 + +install/klog:: + # Install pixmaps. +# dh_install debian/klog.xpm usr/share/pixmaps + + # Generate HTML docs. + for i in `find $(DEB_DESTDIR) -name index.docbook`; do \ + cd `dirname $$i`; \ + meinproc `basename $$i`; \ + done + --- klog-0.6.1.orig/debian/compat +++ klog-0.6.1/debian/compat @@ -0,0 +1 @@ +7 --- klog-0.6.1.orig/debian/links +++ klog-0.6.1/debian/links @@ -0,0 +1 @@ +/usr/share/doc/kde4/HTML/en/klog /usr/share/doc/klog/html --- klog-0.6.1.orig/debian/watch +++ klog-0.6.1/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://jaime.robles.es/download/klog-(.+).tar.gz + --- klog-0.6.1.orig/debian/control +++ klog-0.6.1/debian/control @@ -0,0 +1,18 @@ +Source: klog +Section: hamradio +Priority: optional +Maintainer: Jaime Robles +Build-Depends: debhelper (>= 9.20120909), cdbs (>= 0.4.115+deb7u1), cmake (>= 2.8.9-1), kdelibs5-dev (>= 4:4.8.4-4), libhamlib-dev (>= 1.2.15.1-1), pkg-kde-tools (>= 0.15.3) +Standards-Version: 3.9.1 +Homepage: http://jaime.robles.es/klog/ + +Package: klog +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: KDE ham radio logging program + This package provides a ham radio logging program for KDE. + This application supports logging for HF and VHF operations. + It supports many features like QSL, DXCC, IOTA, WAZ and awards. + KLog imports from TLF and produces ADIF as default file format. + This application also includes a DX-Cluster client fully integrated + into the main interface. --- klog-0.6.1.orig/debian/klog.manpages +++ klog-0.6.1/debian/klog.manpages @@ -0,0 +1 @@ +debian/klog.1 --- klog-0.6.1.orig/debian/klog.1 +++ klog-0.6.1/debian/klog.1 @@ -0,0 +1,82 @@ +.TH KLog 1 "version 0.5.9" "Jaime Robles, EA4TV" "Hamradio" +.SH "NAME" +klog \- The KDE Ham Radio Logging program + +.SH SYNOPSIS +\fBklog\fR \fI[option]\fR +.SH OPTIONS +A summary of options is included below. +.TP +\fB\-\-help\fR Show summary of options. +.TP +\fB\-\-version\fR Output version information and exit. +.SH DESCRIPTION +\fBklog\fR +is a ham radio logging program for KDE. +With KLog you can log your QSOs and save it in ADIF format. KLog +helps you to manage DXCC, WAZ and IOTA award. +.SH USAGE +Enter you QSO data in the top left box while entity data, direction and +other usefull information will be shown in the top right box. +.P +Previous QSOs are shown in the botton box where you can click to edit them. +.P +KLog can also import tlf (linux ham radio contest program) to your current +log file. +.P +Here is a list of keys that can be used to navigate +through klog: + + +.TP +\fIControl a\fR: Add a QSO. +.TP +\fIControl d\fR: Delete a selected QSO. +.TP +\fIControl n\fR: Create a new log. +.TP +\fIControl o\fR: Open a log. +.TP +\fIControl q\fR: Close a log. +.TP +\fIControl u\fR: Update a selected QSO. +.TP +\fIControl s\fR: Save the log. +.TP +\fIControl y\fR: Clear the QSO frame. +.TP +\fIControl f\fR: Find a QSO in the log. +.TP +\fITab\fR: Move around the fields in the QSO frame. +.TP +\fIPgUp\fR: Scroll the log up. +.TP +\fIPgDn\fR: Scroll the log down. +.TP +\fIUp Arrow\fR: Select previous QSO. +.TP +\fIDown Arrow\fR: Select next QSO. +.SH PRINTING +KLog has a very basic printing feature implemented. + + +.SH PREFERENCES +You can edit the ~/.klog/klogrc file to setup you call and locator. + +.P +All the data files are saved in the KLog home directory (~/.klog) by +default. + +.SH FILES +\fI/usr/share/klog/cty.dat\fR +contains the DXCC entries read by KLog. + +.SH AUTHORS +KLog was written by Jaime Robles, EA4TV + aka + +Download the last version from: http://jaime.robles.es + +Calculation of heading and distance was taken from Loccalc code +by Marco Bersani, IK2PIH. + --- klog-0.6.1.orig/debian/menu +++ klog-0.6.1/debian/menu @@ -0,0 +1,6 @@ +?package(klog):\ + needs="x11"\ + section="Applications/Amateur Radio"\ + hints="hamradio,ham,amateur,log,radio"\ + title="KLog: HamRadio Logging"\ + command="/usr/bin/klog" --- klog-0.6.1.orig/debian/docs +++ klog-0.6.1/debian/docs @@ -0,0 +1,2 @@ +README +TODO --- klog-0.6.1.orig/debian/copyright +++ klog-0.6.1/debian/copyright @@ -0,0 +1,16 @@ +This package was debianized by Jaime Robles on +Mon, 5 May 2003 14:43:46 +0000. + +It was downloaded from http://jaime.robles.es/klog + +Upstream Author: Jaime Robles + +Copyright: + +This software is copyright (c) 2003 by Jaime Robles + +You are free to distribute this software under the terms of +the GNU General Public License. +On Debian systems, the complete text of the GNU General Public +License can be found in /usr/share/common-licenses/GPL file. + --- klog-0.6.1.orig/debian/changelog +++ klog-0.6.1/debian/changelog @@ -0,0 +1,288 @@ +klog (0.6.1-1.1) unstable; urgency=low + + * Built with the proper and updated system (Closes: #712928) + + -- Jaime Robles Fri, 21 Jun 2013 19:36:12 +0000 + +klog (0.6.1-1) unstable; urgency=low + + * New upstream release + + -- Jaime Robles Thu, 20 Jun 2013 17:41:55 +0000 + +klog (0.6.0-1) unstable; urgency=low + + * New upstream release + * Typo "Frecuency" changed to "Frequency" in a tooltip. (Closes: #654328) + * Bug fixed: Typo/wishlist "Numb" changed to "Number" in main table. (Closes: #654331) + * Bug fixed: Typo/wishlist "UTC" changed to "Time" in main table. (Closes: #654331) + + + -- Jaime Robles Wed, 30 Jan 2013 20:07:14 +0000 + +klog (0.5.9-1) unstable; urgency=low + + * New upstream release (Closes: #653697, #653698) + * Changed the watch file to the right one. + + -- Jaime Robles Mon, 02 Jan 2012 18:23:20 +0000 + +klog (0.5.8-1) unstable; urgency=low + + * New upstream release + + -- Jaime Robles Sun, 18 Dec 2011 19:15:34 +0000 + +klog (0.5.7-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix "FTBFS with gold / ld --no-add-needed": + apply patch from Ubuntu / Felix Geyer: + + Fix FTBFS due to indirect linking. + - Link against QtNetwork in src/CMakeLists.txt + (Closes: #608927) + + -- gregor herrmann Fri, 25 Nov 2011 14:27:39 +0100 + +klog (0.5.7-1) unstable; urgency=low + + * New upstream release + * Removed the Conflicts: openafs-client after checking the openafs.client + and confirming that there is no klog binary and no conflict exist anymore. + + -- Jaime Robles Sat, 13 Nov 2010 11:35:42 +0000 + +klog (0.5.6-1) unstable; urgency=low + + * New upstream release + + -- Jaime Robles Sat, 24 Jul 2010 16:21:10 +0000 + +klog (0.5.5-1) unstable; urgency=low + + * New upstream release + + -- Jaime Robles Sun, 16 May 2010 10:26:40 +0000 + +klog (0.5.4-1) unstable; urgency=low + + * New upstream release + + -- Jaime Robles Wed, 24 Mar 2010 21:42:16 +0000 + +klog (0.5.3-1) unstable; urgency=low + + * New upstream release + * Updated the source code to fix the gcc-4.5 issue (Closes: #565016) + + -- Jaime Robles Sun, 28 Feb 2010 17:21:37 +0000 + +klog (0.5.2-1.1) unstable; urgency=low + + * Cleaned one lintian warning about the INSTALL file. + + -- Jaime Robles Sat, 27 Feb 2010 19:55:44 +0000 + +klog (0.5.2-1) unstable; urgency=low + + * New upstream release + + -- Jaime Robles Fri, 26 Feb 2010 20:54:17 +0000 + +klog (0.5.1-1) unstable; urgency=low + + * New upstream release + + -- Jaime Robles Sun, 03 Jan 2010 13:44:36 +0000 + +klog (0.5.0-1) unstable; urgency=low + + * New upstream release + + -- Jaime Robles Wed, 30 Dec 2009 17:46:16 +0000 + +klog (0.4.7-1) unstable; urgency=low + + * New upstream release + + -- Jaime Robles Sat, 11 Apr 2009 18:11:01 +0000 + +klog (0.4.6-2) unstable; urgency=low + + * Update to compile on alpha. + + -- Jaime Robles Wed, 21 Jan 2009 20:46:06 +0000 + +klog (0.4.6-1.1) unstable; urgency=low + + * Minor update to make it to compile on alpha. + + -- Jaime robles Sat, 17 Jan 2009 21:47:03 +0000 + +klog (0.4.6-1) unstable; urgency=low + + * New upstream release + + -- Jaime Robles Sat, 20 Dec 2008 11:44:26 +0000 + +klog (0.4.5-1) unstable; urgency=low + + * New upstream release + + -- Jaime Robles Sun, 23 Nov 2008 20:17:13 +0000 + +klog (0.4.4-1) unstable; urgency=low + + * New upstream release + + -- Jaime Robles Mon, 08 Sep 2008 17:44:57 +0000 + +klog (0.4.3-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix gcc-4.3 FTBFS, patch by KiBi (Closes: #455610) + + -- Marc 'HE' Brockschmidt Sun, 16 Mar 2008 19:18:10 +0100 + +klog (0.4.3-1) unstable; urgency=low + + * New upstream release + + -- Jaime Robles Sat, 26 Jan 2008 09:59:42 +0000 + +klog (0.4.2-1) unstable; urgency=low + + * New upstream release + + -- Jaime Robles Fri, 14 Sep 2007 12:34:04 +0000 + +klog (0.4.1-1) unstable; urgency=low + + * New upstream release + + -- Jaime Robles Sat, 16 Dec 2006 17:57:54 +0000 + +klog (0.4.0-1) unstable; urgency=low + + * New upstream release + (Closes: #379492, #379815) + + -- Jaime Robles Sun, 10 Sep 2006 17:21:03 +0000 + +klog (0.3.3-2.1) unstable; urgency=medium + + * Non-maintainer upload to fix Failure To Build From Source due to the lack + of support of autoconf 2.6. Thanks to Arjan Oosting for the patch. + (Closes: #379492, #379815) + + -- Margarita Manterola Tue, 1 Aug 2006 12:36:38 -0300 + +klog (0.3.3-2) unstable; urgency=low + + * Built against new hamlib. (Closes: #360197) + + -- Jaime Robles Tue, 18 Apr 2006 20:04:57 +0000 + +klog (0.3.3-1) unstable; urgency=low + + * New upstream release + (Closes: #327972) + + -- Jaime Robles Wed, 18 Jan 2006 09:56:18 +0000 + +klog (0.3.2-2) unstable; urgency=low + + * Xlibs-dev bug update. (Closes: #347016) + + -- Jaime Robles Sat, 14 Jan 2006 21:25:03 +0100 + +klog (0.3.2-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Trigger rebuild for the Qt/KDE transition, no source changes needed. + (Closes: #327972) + + -- Adeodato Simó Tue, 27 Sep 2005 16:07:52 +0200 + +klog (0.3.2-1) unstable; urgency=low + + * New upstream release + + -- Jaime Robles Wed, 27 Apr 2005 10:55:37 +0000 + +klog (0.3.1-1) unstable; urgency=low + + * New upstream release + + -- Jaime Robles Sun, 16 Jan 2005 20:27:20 +0000 + +klog (0.3.0-2) unstable; urgency=low + + * Updates the desktop file (Closes: #280590) + + -- Jaime Robles Fri, 19 Nov 2004 18:05:30 +0000 + +klog (0.3.0-1) unstable; urgency=low + + * New upstream release + * Added dependency on new kdelibs4-dev (Closes: #268752) + * Added Conflics to openafs-client, dirty fix while thinking for better solution. (Closes: #274791) + + -- Jaime Robles Sat, 6 Nov 2004 12:18:45 +0000 + +klog (0.2.9-2) unstable; urgency=low + + * Fixes FTBS. (Closes: #259224) + * Fixes FTBS. (Closes: #265675) + + -- Jaime Robles Sun, 15 Aug 2004 16:21:26 +0000 + +klog (0.2.9-1) unstable; urgency=low + + * New upstream release + + -- Jaime Robles Sun, 2 May 2004 19:43:35 +0000 + +klog (0.2.8-1) unstable; urgency=low + + * New upstream release + + -- Jaime Robles Sat, 27 Mar 2004 20:03:03 +0000 + +klog (0.2.7-1) unstable; urgency=low + + * New upstream release + + -- Jaime Robles Mon, 5 Jan 2004 19:40:48 +0000 + +klog (0.2.5-1) unstable; urgency=low + + * New upstream release + * Upload on behalf of Jaime Robles, who I am sponsoring. + + -- Joop Stakenborg Tue, 26 Aug 2003 16:02:57 +0200 + +klog (0.2.4-1) unstable; urgency=low + + * New upstream release + + -- Jaime Robles Thu, 31 Jul 2003 11:16:36 +0000 + +klog (0.2.3-1) unstable; urgency=low + + * New upstream release + + -- Jaime Robles Thu, 24 Jul 2003 16:14:06 +0000 + +klog (0.2.2-1) unstable; urgency=low + + * New upstream release + + -- Jaime Robles Mon, 30 Jun 2003 20:15:38 +0000 + +klog (0.2.1-1) unstable; urgency=low + + * Initial Release. + + -- Jaime Robles Mon, 5 May 2003 14:43:46 +0000 + --- klog-0.6.1.orig/src/CMakeLists.txt +++ klog-0.6.1/src/CMakeLists.txt @@ -34,3 +34,4 @@ install( FILES klog.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) install( FILES klogui.rc DESTINATION ${DATA_INSTALL_DIR}/klog ) +