--- xtlf-0.0+1.03beta.orig/debian/dirs
+++ xtlf-0.0+1.03beta/debian/dirs
@@ -0,0 +1,6 @@
+usr/bin
+usr/share/xtlf
+usr/share/xtlf/scoring
+usr/share/xtlf/scoring/rules
+usr/share/xtlf/config
+usr/share/pixmaps
--- xtlf-0.0+1.03beta.orig/debian/xtlf.install
+++ xtlf-0.0+1.03beta/debian/xtlf.install
@@ -0,0 +1,57 @@
+xtlf.pl usr/share/xtlf
+tlf_lib.pm usr/share/xtlf
+xtlf-1.0.1.glade usr/share/xtlf
+xtlfstart.glade usr/share/xtlf
+pixmaps/xtlf.png usr/share/pixmaps
+scoring/calls.pm usr/share/xtlf/scoring
+scoring/check_ctydat.pl usr/share/xtlf/scoring
+scoring/contest.pm usr/share/xtlf/scoring
+scoring/countries.pm usr/share/xtlf/scoring
+scoring/cqzones.pm usr/share/xtlf/scoring
+scoring/cty.dat usr/share/xtlf/scoring
+scoring/ctyinfo.pm usr/share/xtlf/scoring
+scoring/foc.pm usr/share/xtlf/scoring
+scoring/iota.pm usr/share/xtlf/scoring
+scoring/ituzones.pm usr/share/xtlf/scoring
+scoring/make_adif.pl usr/share/xtlf/scoring
+scoring/make_adif.pm usr/share/xtlf/scoring
+scoring/make_cbr.pm usr/share/xtlf/scoring
+scoring/prefix.pm usr/share/xtlf/scoring
+scoring/printcqzones.pm usr/share/xtlf/scoring
+scoring/printmults.pm usr/share/xtlf/scoring
+scoring/printsections.pm usr/share/xtlf/scoring
+scoring/qso.pm usr/share/xtlf/scoring
+scoring/README usr/share/xtlf/scoring
+scoring/result.pm usr/share/xtlf/scoring
+scoring/scoring.pm usr/share/xtlf/scoring
+scoring/sections.pm usr/share/xtlf/scoring
+scoring/testinput.pl usr/share/xtlf/scoring
+scoring/testsections.pl usr/share/xtlf/scoring
+scoring/wysiwyg.pm usr/share/xtlf/scoring
+scoring/yudx.pm usr/share/xtlf/scoring
+scoring/rules/cqww.rules usr/share/xtlf/scoring/rules
+scoring/rules/dxp.rules usr/share/xtlf/scoring/rules
+scoring/rules/foc.rules usr/share/xtlf/scoring/rules
+scoring/rules/iaru_fd.rules usr/share/xtlf/scoring/rules
+scoring/rules/iaru.rules usr/share/xtlf/scoring/rules
+scoring/rules/iota.rules usr/share/xtlf/scoring/rules
+scoring/rules/qso.rules usr/share/xtlf/scoring/rules
+scoring/rules/spdxrtty.rules usr/share/xtlf/scoring/rules
+scoring/rules/sprint.rules usr/share/xtlf/scoring/rules
+scoring/rules/sqp.rules usr/share/xtlf/scoring/rules
+scoring/rules/wpx.rules usr/share/xtlf/scoring/rules
+scoring/rules/yudx.rules usr/share/xtlf/scoring/rules
+config/callmaster usr/share/xtlf/config
+config/config usr/share/xtlf/config
+config/cty.dat usr/share/xtlf/config
+config/cwdaemon_defaults usr/share/xtlf/config
+config/logfiles usr/share/xtlf/config
+config/messages usr/share/xtlf/config
+config/qso.log usr/share/xtlf/config
+config/rules.pm usr/share/xtlf/config
+config/sections usr/share/xtlf/config
+config/summarydata usr/share/xtlf/config
+config/trxcontrol usr/share/xtlf/config
+config/xplanetmarkers usr/share/xtlf/config
+config/xplanetmarkers_px usr/share/xtlf/config
+
--- xtlf-0.0+1.03beta.orig/debian/rules
+++ xtlf-0.0+1.03beta/debian/rules
@@ -0,0 +1,73 @@
+#!/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
+
+	# Add here commands to compile the package.
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+
+	# Add here commands to clean up after the build process.
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+
+	# Add here commands to install the package into debian/xtlf.
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs
+	dh_installdocs
+	dh_installexamples
+	dh_install
+	chmod +x debian/xtlf/usr/share/xtlf/scoring/rules/*
+	install xtlf.debian debian/xtlf/usr/bin/xtlf
+	dh_installmenu
+	dh_installman
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_perl
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+# Build architecture-dependent files here.
+binary-arch: build install
+
+binary: binary-indep
+.PHONY: build clean binary-indep install configure
--- xtlf-0.0+1.03beta.orig/debian/control
+++ xtlf-0.0+1.03beta/debian/control
@@ -0,0 +1,14 @@
+Source: xtlf
+Section: hamradio
+Priority: optional
+Maintainer: Debian QA Group <packages@qa.debian.org>
+Build-Depends: debhelper (>= 4.0.0)
+Standards-Version: 3.7.3
+
+Package: xtlf
+Architecture: all
+Depends: perl, libgtk2-perl, libgtk2-gladexml-perl
+Suggests: xdx, cwdaemon|winkeydaemon, xplanet
+Description: single user (single node) version of tlf
+ xtlf is a hamradio contest logging program with the look and feel of tlf.
+ It uses a perl based GTK+ X-based gui.
--- xtlf-0.0+1.03beta.orig/debian/docs
+++ xtlf-0.0+1.03beta/debian/docs
@@ -0,0 +1 @@
+README
--- xtlf-0.0+1.03beta.orig/debian/copyright
+++ xtlf-0.0+1.03beta/debian/copyright
@@ -0,0 +1,33 @@
+This package was debianized by Joop Stakenborg <pa3aba@debian.org> on
+Mon, 22 May 2006 10:48:59 +0200.
+
+It was downloaded from http://www.pskmail.org/Xtlf/
+
+Copyright Holder:  Copyright (C) 2006 Rein Couperus PA0R (rein at couperus.com)
+
+License, from xtlf.pl:
+
+# Ham contest logger Xtlf.pl by PA0R.
+
+# This program is published under the GPL license.
+#   Copyright (C) 2006
+#       Rein Couperus PA0R (rein at couperus.com)
+#
+# *    Xtlf.pl 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.
+# *
+# *    Xtlf.pl 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, write to the Free Software
+# *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+Both xtlf and the debian work by me are released under the GPL license as 
+indicated above. There should be a copy of the GPL under
+/usr/share/common-licenses on your Debian system.
+
--- xtlf-0.0+1.03beta.orig/debian/compat
+++ xtlf-0.0+1.03beta/debian/compat
@@ -0,0 +1 @@
+4
--- xtlf-0.0+1.03beta.orig/debian/xtlf.menu
+++ xtlf-0.0+1.03beta/debian/xtlf.menu
@@ -0,0 +1,2 @@
+?package(xtlf):needs="X11" section="Applications/Amateur Radio"\
+  title="Xtlf" command="/usr/bin/xtlf"
--- xtlf-0.0+1.03beta.orig/debian/changelog
+++ xtlf-0.0+1.03beta/debian/changelog
@@ -0,0 +1,43 @@
+xtlf (0.0+1.03beta-4) unstable; urgency=low
+
+  * Retiring - set the package maintainer to Debian QA Group.
+
+ -- Joop Stakenborg <pa3aba@debian.org>  Sun, 08 Nov 2009 18:12:28 +0000
+
+xtlf (0.0+1.03beta-3) unstable; urgency=low
+
+  * Menu transition.
+  * Some lintian fixes.
+  * Suggests cwdaemon or winkeydaemon.
+
+ -- Joop Stakenborg <pa3aba@debian.org>  Sun, 10 Feb 2008 19:05:21 +0100
+
+xtlf (0.0+1.03beta-2) unstable; urgency=low
+
+  * Also install iaru.rules into /usr/share/xtlf/scoring/rules.
+    Closes: #377280. Thanks Nate, N0NB.
+
+ -- Joop Stakenborg <pa3aba@debian.org>  Sat,  8 Jul 2006 21:08:28 +0200
+
+xtlf (0.0+1.03beta-1) unstable; urgency=low
+
+  * New upstream.
+
+ -- Joop Stakenborg <pa3aba@debian.org>  Fri, 16 Jun 2006 20:29:01 +0200
+
+xtlf (0.0+1.02beta) unstable; urgency=low
+
+  * New upstream.
+  * Suggests xdx, cwdaemon and xplanet.
+  * Now that upstream provides a xtlf startup script, we rename ours to
+    xtlf.debian and install that.
+  * $(HOME)/xtlf is no longer needed, we remove that from the startup script.
+
+ -- Joop Stakenborg <pa3aba@debian.org>  Sun, 11 Jun 2006 10:20:12 +0200
+
+xtlf (0.0+1.01beta-1) unstable; urgency=low
+
+  * Initial release Closes: #368439.
+
+ -- Joop Stakenborg <pa3aba@debian.org>  Mon, 22 May 2006 10:48:59 +0200
+
