--- wdq2wav-0.8.3.orig/debian/copyright
+++ wdq2wav-0.8.3/debian/copyright
@@ -0,0 +1,15 @@
+This package was debianized by Kevin M. Rosenberg <kmr@debian.org> on
+Mon, 20 Jan 2003 18:59:50 -0700.
+
+It was downloaded from http://files.b9.com/wdq2wav
+
+Upstream Authors: Kevin M. Rosenberg <kevin@rosenberg.net>
+
+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.
+
--- wdq2wav-0.8.3.orig/debian/dirs
+++ wdq2wav-0.8.3/debian/dirs
@@ -0,0 +1,3 @@
+usr/bin
+usr/share/man/man1
+
--- wdq2wav-0.8.3.orig/debian/compat
+++ wdq2wav-0.8.3/debian/compat
@@ -0,0 +1 @@
+7
--- wdq2wav-0.8.3.orig/debian/rules
+++ wdq2wav-0.8.3/debian/rules
@@ -0,0 +1,65 @@
+#!/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
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	touch configure-stamp
+
+
+build: build-stamp
+
+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
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/wdq2wav
+
+binary-indep: build install
+
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installexamples
+	dh_installmenu
+	dh_installcron
+	dh_installman
+	dh_installinfo
+	dh_installchangelogs 
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure
--- wdq2wav-0.8.3.orig/debian/watch
+++ wdq2wav-0.8.3/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://files.b9.com/wdq2wav/wdq2wav-([\d\.]*)\.tar\.gz
--- wdq2wav-0.8.3.orig/debian/changelog
+++ wdq2wav-0.8.3/debian/changelog
@@ -0,0 +1,122 @@
+wdq2wav (0.8.3-2) unstable; urgency=low
+
+  * Add ${misc:Depends} for debhelper
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 16 Nov 2009 10:28:06 -0700
+
+wdq2wav (0.8.3-1) unstable; urgency=low
+
+  * New upstream
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  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 <kmr@debian.org>  Sun, 02 Aug 2009 05:49:39 -0600
+
+wdq2wav (0.8.2-1) unstable; urgency=low
+
+  * Add stdlib.h (closes:511646)
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 09 Feb 2009 02:50:44 -0700
+
+wdq2wav (0.8.1-1) unstable; urgency=low
+
+  * New upsgream
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Sat,  8 Sep 2007 18:50:57 -0600
+
+wdq2wav (0.8.0-2) unstable; urgency=low
+
+  * New upstream URI
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  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 <kmr@debian.org>  Wed, 11 Feb 2004 23:07:03 -0700
+
+wdq2wav (0.7.3-1) unstable; urgency=low
+
+  * Fix typo in man page
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  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 <kmr@debian.org>  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 <kmr@debian.org>  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 <kmr@debian.org>  Thu, 27 Feb 2003 21:12:55 -0700
+
+wdq2wav (0.6.0-1) unstable; urgency=low
+
+  * Add demeaning option
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 25 Feb 2003 11:13:55 -0700
+
+wdq2wav (0.5.1-1) unstable; urgency=low
+
+  * Avoid possible divide by 0
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  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 <kmr@debian.org>  Mon, 24 Feb 2003 01:39:51 -0700
+
+wdq2wav (0.4.0-1) unstable; urgency=low
+
+  * Support for MSVC compilation.
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 11 Feb 2003 23:06:52 -0700
+
+wdq2wav (0.3.1-1) unstable; urgency=low
+
+  * Update manpage
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 22 Jan 2003 14:19:06 -0700
+
+wdq2wav (0.3-1) unstable; urgency=low
+
+  * New upstream
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  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 <kmr@debian.org>  Mon, 20 Jan 2003 20:03:39 -0700
+
+wdq2wav (0.1-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 20 Jan 2003 18:59:50 -0700
+
--- wdq2wav-0.8.3.orig/debian/control
+++ wdq2wav-0.8.3/debian/control
@@ -0,0 +1,16 @@
+Source: wdq2wav
+Section: contrib/utils
+Priority: extra
+Maintainer: Kevin M. Rosenberg <kmr@debian.org>
+Build-Depends: debhelper (>> 7.0.0)
+Standards-Version: 3.8.3.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.
