debian/0000775000000000000000000000000011710507331007166 5ustar debian/compat0000664000000000000000000000000211614576421010375 0ustar 7 debian/rules0000775000000000000000000000331411614600745010255 0ustar #!/usr/bin/make -f # Sample debian/rules that uses debhelper. # GNU copyright 1997 to 1999 by Joey Hess. # 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. ./configure --prefix=/usr touch configure-stamp build: build-arch build-indep build-arch: configure-stamp build-stamp build-indep: configure-stamp build-stamp build-stamp: dh_testdir # Add here commands to compile the package. $(MAKE) docdir='$${prefix}/share/doc/hamfax' #/usr/bin/docbook-to-man debian/hamfax.sgml > hamfax.1 touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. [ ! -f Makefile ] || $(MAKE) clean rm -f config.log rm -rf .deps rm -f src/moc_*.cpp dh_clean install: build dh_testdir dh_testroot dh_prep dh_installdirs # Add here commands to install the package into debian/hamfax. $(MAKE) install DESTDIR=`pwd`/debian/hamfax # Build architecture-independent files here. binary-indep: build install # We have nothing to do by default. # Build architecture-dependent files here. binary-arch: build install dh_testdir dh_testroot # dh_installdebconf dh_installdocs dh_installexamples dh_installmenu # dh_installlogrotate # dh_installemacsen # dh_installpam # dh_installmime # dh_installinit dh_installcron # dh_installman hamfax.1 # unnecessary dh_installinfo dh_installchangelogs dh_link dh_strip dh_compress dh_fixperms # dh_makeshlibs dh_installdeb # dh_perl dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure debian/source/0000775000000000000000000000000011614576421010477 5ustar debian/source/format0000664000000000000000000000001411614576421011705 0ustar 3.0 (quilt) debian/menu0000664000000000000000000000015611614576421010070 0ustar ?package(hamfax):needs="X11" section="Applications/Amateur Radio"\ title="hamfax" command="/usr/bin/hamfax" debian/copyright0000664000000000000000000000070411614576421011133 0ustar This package was debianized by Terry Dawson on Tue, 19 Jun 2001 20:40:08 +1000. It was downloaded from http://hamfax.sourceforge.net/ Upstream Author: Christof Schmitt, DH1CS Copyright: Copyright 2001-2011 Christof Schmitt, DH1CS The hamfax software is distributed under the GNU public license version 2, refer to /usr/share/common-licenses/GPL-2 for details. debian/postinst0000664000000000000000000000233511614576421011010 0ustar #! /bin/sh # postinst script for hamfax # # see: dh_installdeb(1) set -e # summary of how this script can be called: # * `configure' # * `abort-upgrade' # * `abort-remove' `in-favour' # # * `abort-deconfigure' `in-favour' # `removing' # # for details, see /usr/share/doc/packaging-manual/ # # quoting from the policy: # Any necessary prompting should almost always be confined to the # post-installation script, and should be protected with a conditional # so that unnecessary prompting doesn't happen if a package's # installation fails and the `postinst' is called with `abort-upgrade', # `abort-remove' or `abort-deconfigure'. case "$1" in configure) ;; abort-upgrade|abort-remove|abort-deconfigure) ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 0 ;; esac # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 debian/watch0000664000000000000000000000007211614576421010227 0ustar version=2 http://sf.net/hamfax/hamfax-([0-9].*)\.tar\.bz2 debian/postrm0000664000000000000000000000154711614576421010455 0ustar #! /bin/sh # postrm script for hamfax # # see: dh_installdeb(1) set -e # summary of how this script can be called: # * `remove' # * `purge' # * `upgrade' # * `failed-upgrade' # * `abort-install' # * `abort-install' # * `abort-upgrade' # * `disappear' overwrit>r> # for details, see /usr/share/doc/packaging-manual/ case "$1" in purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) ;; *) echo "postrm called with unknown argument \`$1'" >&2 exit 0 esac # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# debian/dirs0000664000000000000000000000001011614576421010052 0ustar usr/bin debian/changelog0000664000000000000000000001151011710507331011036 0ustar hamfax (0.8.1-1build1) precise; urgency=low * Rebuild to pick new audiofile's shlibs (LP: #922036) -- Alessio Treglia Fri, 27 Jan 2012 12:47:37 +0100 hamfax (0.8.1-1) unstable; urgency=low * New upstream release. * Add Build-Depends: libhamlib-dev to enable hamlib PTT support. * Disable ALSA support on !linux platforms since ALSA-OSS wrapper does not provide 'snd_pcm_recover' (Closes: #635876). - restrict Build-Depends: libasound2-dev [linux-any] * Add debian/rules recommended targets build-{arch,indep}. -- Kamal Mostafa Fri, 29 Jul 2011 11:34:01 -0700 hamfax (0.8-1) unstable; urgency=low * New upstream release (Closes: #625181, #604499, LP: #770985). * Switch to source/format "3.0 (quilt)". * Update for Qt4: Build-Depends; omit ./configure param --with-qt-includes. * Add Build-Depends: pkg-config * Add Build-Depends: libasound2-dev to enable ALSA support. * Update watch file. * Update Standards-Version and Uploaders. * Update debian/copyright dates, author email address, format. * Removed empty preinst, prerm. * Update debian/{compat,rules} and debhelper dependency for debhelper 7. - use dh_prep instead of dh_clean -k - omit explicit dh_installman -- Kamal Mostafa Wed, 27 Jul 2011 10:29:20 -0700 hamfax (0.6.4-5.1) unstable; urgency=low * Retiring - remove myself from the uploaders list. -- Joop Stakenborg Sat, 14 Nov 2009 14:12:57 +0000 hamfax (0.6.4-5) unstable; urgency=low * Remove stale Makefile from the .diff.gz, which is causing 'debian/rules clean' to fail on a fresh unpack (closes: 465518) -- Hamish Moffatt Wed, 13 Feb 2008 10:20:47 +1100 hamfax (0.6.4-4) unstable; urgency=low * Remove build-dependency on libqt3-compat-headers (closes: #464423) * Update to debhelper 4, bump standards-revision to 3.7.2. -- Hamish Moffatt Sun, 10 Feb 2008 12:55:34 +1100 hamfax (0.6.4-3) unstable; urgency=low * Transfer ownership to Debian-Hams. -- Joop Stakenborg Sun, 1 Apr 2007 20:26:48 +0200 hamfax (0.6.4-2) unstable; urgency=low * Build against transitioned Qt. -- Joop Stakenborg Thu, 1 Sep 2005 19:09:27 +0200 hamfax (0.6.4-1) unstable; urgency=low * New upstream release -- Joop Stakenborg Thu, 14 Oct 2004 18:51:30 +0200 hamfax (0.6.3-3) unstable; urgency=low * Patch by Andreas Jochens for gcc-3.4, thanks! Closes: #265119. -- Joop Stakenborg Thu, 12 Aug 2004 19:24:48 +0200 hamfax (0.6.3-2) unstable; urgency=low * Watch file added. * To prevent scrolling sideways, uncheck "Options->automatic scroll to last received line" in the menu. Closes: #262373. -- Joop Stakenborg Mon, 9 Aug 2004 23:14:09 +0200 hamfax (0.6.3-1) unstable; urgency=low * New upstream release, update to Qt3 (closes: #187905). * New maintainer. Closes: #192248, #187870. * Update standards version. * Fix some lintian errors. * Include a small manual page. -- Joop Stakenborg Mon, 9 Aug 2004 23:13:56 +0200 hamfax (0.5.2-1.2) unstable; urgency=low * NMU * Correct ia64-specific brokenness in the rules: need 'else ifeq' instead of 'elseif' (closes: #192248). -- Steve Langasek Fri, 9 May 2003 22:54:48 -0500 hamfax (0.5.2-1.1) unstable; urgency=low * NMU * Build-depend on older versions of gcc, since the package hasn't been updated to build with Qt3. * Disable -O2 g++ optimization on alpha (closes: #187905). * Move /usr/share/doc/HamFax to /usr/share/doc/hamfax, per policy (closes: #187870). -- Steve Langasek Sun, 4 May 2003 10:41:06 -0500 hamfax (0.5.2-1) unstable; urgency=low * New upstream source, bug-fixes only. -- Terry Dawson Tue, 11 Dec 2001 21:07:37 +1000 hamfax (0.5.1-1) unstable; urgency=low * New upstream source, bug-fixes only. -- Terry Dawson Thu, 27 Sep 2001 20:39:10 +1000 hamfax (0.5-1) unstable; urgency=low * New upstream source * This version of hamfax supports selecting the port speed, so I'm no longer limiting the speed to 38400. -- Terry Dawson Fri, 07 Sep 2001 21:26:23 +1000 hamfax (0.3-2) unstable; urgency=low * cleaned up the configure/make/debhelper interaction -- Terry Dawson Tue, 23 Jul 2001 21:09:23 +1000 hamfax (0.3-1) unstable; urgency=low * New version. * Serial port speed dropped to 38400 as some serial cards aren't able to do 57600bps (my stallion multiport included!) -- Terry Dawson Tue, 22 Jul 2001 13:44:00 +1000 hamfax (0.1-1) unstable; urgency=low * Initial Release. (Closes: #101472) -- Terry Dawson Tue, 19 Jun 2001 20:40:08 +1000 debian/control0000664000000000000000000000162211614577151010604 0ustar Source: hamfax Section: hamradio Priority: optional Maintainer: Debian Hamradio Maintainers Uploaders: Kamal Mostafa , Jaime Robles , Patrick Ouellette , Hamish Moffatt Homepage: http://hamfax.sourceforge.net/ Build-Depends: debhelper (>= 7), pkg-config, libaudiofile-dev, libasound2-dev [linux-any], libhamlib-dev, libqt4-dev, qt4-dev-tools Standards-Version: 3.9.2 Package: hamfax Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Receive/send radio facsimile transmissions with Soundcard/PTC-II With this package you can send or receive radio facsimile transmissions using either a Linux-supported soundcard or an SCS PTC-II data controller. . Radio facsimile transmission are used most commonly by meteorological bureaus to provide weather maps to aircraft and shipping. debian/docs0000664000000000000000000000002111614576421010043 0ustar README TODO NEWS