debian/0000700000000000000000000000000012224100211007135 5ustar debian/source/0000700000000000000000000000000011544475457010474 5ustar debian/source/format0000600000000000000000000000001411544475457011704 0ustar 3.0 (quilt) debian/watch0000600000000000000000000000010111235276335010206 0ustar version=3 http://files.b9.com/wdq2wav/wdq2wav-([\d\.]*)\.tar\.gz debian/dirs0000600000000000000000000000003410667175526010056 0ustar usr/bin usr/share/man/man1 debian/copyright0000600000000000000000000000065011143776404011121 0ustar This package was debianized by Kevin M. Rosenberg on Mon, 20 Jan 2003 18:59:50 -0700. It was downloaded from http://files.b9.com/wdq2wav Upstream Authors: Kevin M. Rosenberg Copyright: Copyright (C) 2003 by Kevin M. Rosenberg This program is licensed under the GNU General Public License. A copy of this license is in your Debian file system as /usr/share/common-licenses/GPL-3. debian/compat0000600000000000000000000000000211235276503010360 0ustar 7 debian/changelog0000644000000000000000000000653312224065327011052 0ustar wdq2wav (1.0.0-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Sat, 05 Oct 2013 13:37:42 -0600 wdq2wav (0.9.0-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Wed, 03 Jul 2013 22:32:01 -0600 wdq2wav (0.8.3-2) unstable; urgency=low * Add ${misc:Depends} for debhelper -- Kevin M. Rosenberg Mon, 16 Nov 2009 10:28:06 -0700 wdq2wav (0.8.3-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Sun, 02 Aug 2009 06:32:35 -0600 wdq2wav (0.8.2-2) unstable; urgency=low * debian/watch: New file * debian/control: Require debhelper 7. Change to new lisp section. Added Vcs-Git and Homepage fields. * debian/compat: Update to version 7 * debian/rules: Update for debhelper 7, architecture-independent build -- Kevin M. Rosenberg Sun, 02 Aug 2009 05:49:39 -0600 wdq2wav (0.8.2-1) unstable; urgency=low * Add stdlib.h (closes:511646) -- Kevin M. Rosenberg Mon, 09 Feb 2009 02:50:44 -0700 wdq2wav (0.8.1-1) unstable; urgency=low * New upsgream -- Kevin M. Rosenberg Sat, 8 Sep 2007 18:50:57 -0600 wdq2wav (0.8.0-2) unstable; urgency=low * New upstream URI -- Kevin M. Rosenberg Sat, 17 Sep 2005 15:30:07 -0600 wdq2wav (0.8.0-1) unstable; urgency=low * Add support for 16-bit files, packed-files -- Kevin M. Rosenberg Wed, 11 Feb 2004 23:07:03 -0700 wdq2wav (0.7.3-1) unstable; urgency=low * Fix typo in man page -- Kevin M. Rosenberg Sat, 8 Mar 2003 01:46:04 -0700 wdq2wav (0.7.2-1) unstable; urgency=low * Invert the sense of -m and -z -- Kevin M. Rosenberg Mon, 3 Mar 2003 14:49:48 -0700 wdq2wav (0.7.1-1) unstable; urgency=low * Fix makefile so that html version of man page is no longer automatically built by compile target (closes: 183179) -- Kevin M. Rosenberg Sun, 2 Mar 2003 19:08:58 -0700 wdq2wav (0.7.0-1) unstable; urgency=low * Invert the meaning of the -z option * Selection -m automatically sets -z -- Kevin M. Rosenberg Thu, 27 Feb 2003 21:12:55 -0700 wdq2wav (0.6.0-1) unstable; urgency=low * Add demeaning option -- Kevin M. Rosenberg Tue, 25 Feb 2003 11:13:55 -0700 wdq2wav (0.5.1-1) unstable; urgency=low * Avoid possible divide by 0 -- Kevin M. Rosenberg Mon, 24 Feb 2003 05:36:33 -0700 wdq2wav (0.5.0-1) unstable; urgency=low * New upstream, add support for scaling while preserving zero point -- Kevin M. Rosenberg Mon, 24 Feb 2003 01:39:51 -0700 wdq2wav (0.4.0-1) unstable; urgency=low * Support for MSVC compilation. -- Kevin M. Rosenberg Tue, 11 Feb 2003 23:06:52 -0700 wdq2wav (0.3.1-1) unstable; urgency=low * Update manpage -- Kevin M. Rosenberg Wed, 22 Jan 2003 14:19:06 -0700 wdq2wav (0.3-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Wed, 22 Jan 2003 08:17:47 -0700 wdq2wav (0.2-1) unstable; urgency=low * New upstream * Rewrite in C++ * Add play function -- Kevin M. Rosenberg Mon, 20 Jan 2003 20:03:39 -0700 wdq2wav (0.1-1) unstable; urgency=low * Initial Release. -- Kevin M. Rosenberg Mon, 20 Jan 2003 18:59:50 -0700 debian/control0000600000000000000000000000112512224076742010566 0ustar Source: wdq2wav Section: contrib/utils Priority: extra Maintainer: Kevin M. Rosenberg Build-Depends: debhelper (>> 7.0.0), hardening-wrapper Standards-Version: 3.9.4.0 Homepage: http://files.b9.com/wdq2wav/ Vcs-Git: git://git.b9.com/wdq2wav.git Package: wdq2wav Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Converts a WinDAQ channel to sound .wav file This program extracts a channel from a WinDAQ file and produces a .wav file that can be played. This is helpful when recording a chatter channel for a WinDAQ session with multiple A/D channels. debian/rules0000700000000000000000000000254212224100123010222 0ustar #!/usr/bin/make -f CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2 endif ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) INSTALL_PROGRAM += -s endif export DEB_BUILD_HARDENING=1 export DPKG_EXPORT_BUILDFLAGS=1 export DEB_BUILD_MAINT_OPTIONS="hardening=+all" CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) configure: configure-stamp configure-stamp: dh_testdir touch configure-stamp build: build-stamp build-arch build-indep build-stamp: configure-stamp dh_testdir $(MAKE) touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp $(MAKE) clean dh_clean install: build dh_testdir dh_testroot dh_prep dh_installdirs DPKG_EXPORT_BUILDFLAGS=1 $(MAKE) dh_install wdq2wav usr/bin binary-indep: binary-arch: install dh_testdir dh_testroot dh_installdocs dh_installexamples dh_installmenu dh_installcron dh_installman wdq2wav.1 dh_installinfo dh_installchangelogs dh_link dh_strip dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb build-indep: build-arch: binary: clean binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure