debian/0000775000000000000000000000000012277165750007204 5ustar debian/copyright0000664000000000000000000000234111774116252011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: flwrap Upstream-Contact: Dave Freese Source: http://www.w1hkj.com/ Files: * Copyright: 2008-2012 Dave Freese License: GPL-2+ Files: debian/* Copyright: 2012 Kamal Mostafa License: GPL-2+ Files: src/lzma/* Copyright: none (public domain) License: public-domain This LZMA code is public domain, per the author Igor Pavlov. 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 version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/changelog0000664000000000000000000000074112277165745011064 0ustar flwrap (1.3.4-2ubuntu1) trusty; urgency=low * Use autotools-dev for arm64. -- Daniel T Chen Thu, 13 Feb 2014 10:59:23 -0500 flwrap (1.3.4-2) unstable; urgency=low * debian/copyright: noted public domain code in src/lzma/* -- Kamal Mostafa Sun, 01 Jul 2012 11:54:05 -0700 flwrap (1.3.4-1) unstable; urgency=low * Initial Debian release (Closes: #677946) -- Kamal Mostafa Sun, 17 Jun 2012 19:37:18 -0700 debian/docs0000664000000000000000000000000711767476166010065 0ustar README debian/watch0000664000000000000000000000010311767476165010237 0ustar version=3 http://www.w1hkj.com/downloads/flwrap/flwrap-(.+).tar.gz debian/control0000664000000000000000000000166412277165717010621 0ustar Source: flwrap Section: hamradio Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Hamradio Maintainers Uploaders: Kamal Mostafa Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libfltk1.3-dev | libfltk1.1-dev Standards-Version: 3.9.3 Homepage: http://www.w1hkj.com/ #Vcs-Git: git://git.debian.org/collab-maint/flwrap.git #Vcs-Browser: http://git.debian.org/?p=collab-maint/flwrap.git;a=summary Package: flwrap Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Enhances: fldigi Suggests: fldigi Description: amateur radio file encapsulation/compression utility Flwrap is a small desktop application that encapsulates a text file, an image file, or a binary file within a set of identifier blocks. Flwrap is designed to be used to best advantage with fldigi but can be used with any digital modem program. debian/source/0000775000000000000000000000000011767476166010515 5ustar debian/source/format0000664000000000000000000000001411767476166011723 0ustar 3.0 (quilt) debian/compat0000664000000000000000000000000211767476166010413 0ustar 7 debian/rules0000775000000000000000000000141312277165727010267 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 %: dh $@ --with autotools-dev # Collect dpkg-buildflags from versions which support --export=configure # (older dpkg-buildflags will whine here, but won't break the build) configure_flags := $(shell f=`dpkg-buildflags --export=configure`; if [ $$? = 0 ]; then echo $$f; fi) override_dh_auto_configure: dh_auto_configure -- $(configure_flags)