--- mffm-fftw-1.7.orig/debian/mffm-fftw-dev.dirs
+++ mffm-fftw-1.7/debian/mffm-fftw-dev.dirs
@@ -0,0 +1,2 @@
+usr/lib
+usr/include
--- mffm-fftw-1.7.orig/debian/mffm-fftw-dev.files
+++ mffm-fftw-1.7/debian/mffm-fftw-dev.files
@@ -0,0 +1,5 @@
+usr/include/*
+usr/lib/lib*.a
+usr/lib/lib*.so
+usr/lib/pkgconfig/*
+/usr/lib/*.la
--- mffm-fftw-1.7.orig/debian/dirs
+++ mffm-fftw-1.7/debian/dirs
@@ -0,0 +1,3 @@
+usr/bin
+usr/sbin
+usr/lib
\ No newline at end of file
--- mffm-fftw-1.7.orig/debian/mffm-fftw.install
+++ mffm-fftw-1.7/debian/mffm-fftw.install
@@ -0,0 +1,3 @@
+debian/tmp/usr/include/*
+debian/tmp/usr/share/doc/mffm-fftw-dev/html/*
+debian/tmp/usr/share/doc/mffm-fftw-dev/examples/*
--- mffm-fftw-1.7.orig/debian/mffm-fftw-dev.links
+++ mffm-fftw-1.7/debian/mffm-fftw-dev.links
@@ -0,0 +1,2 @@
+usr/lib/libfft.so.1 usr/lib/libfft.so
+usr/lib/lib2Dfft.so.1 usr/lib/lib2Dfft.so
--- mffm-fftw-1.7.orig/debian/mffm-fftw1.files
+++ mffm-fftw-1.7/debian/mffm-fftw1.files
@@ -0,0 +1 @@
+usr/lib/lib*.so.*
--- mffm-fftw-1.7.orig/debian/changelog
+++ mffm-fftw-1.7/debian/changelog
@@ -0,0 +1,95 @@
+mffm-fftw (1.7-3) unstable; urgency=low
+
+  * New upstream release which fixes inverse transforms
+  * Non-orphan (Closes: #474525)
+
+ -- mffm Matt Flax (2003) <flatmax@ieee.org>  Mon, 26 Oct 2009 11:20:42 +1100
+
+mffm-fftw (1.6-2ubuntu1) intrepid; urgency=low
+
+  * Merge from debian unstable, remaining changes (LP: #256732):
+    - Change fftw3-dev to libfftw3-dev.
+
+ -- Nathan Handler <nhandler@ubuntu.com>  Sun, 10 Aug 2008 16:13:54 -0500
+
+mffm-fftw (1.6-2) unstable; urgency=low
+
+  [ Bernd Zeimetz ]
+  * QA group upload.
+  * debian/control:
+    - Setting the Maintainer to QA.
+
+  [ Sandro Tosi ]
+  * debian/rules
+    - added removal of changed images (Closes: #424572)
+    - does not ignore make clean errors anymore
+  * debian/control
+    - bump Standards-Version to 3.7.3
+    - added Section: devel to source stanza
+    - used ${binary:Version} for inter-binaries dependency
+
+ -- Sandro Tosi <matrixhasu@gmail.com>  Sun, 06 Apr 2008 12:01:31 +0200
+
+mffm-fftw (1.6-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix compatibility with GCC 4.3, based on patch by Martin Michlmayr
+    (Closes: #417429)
+
+ -- Moritz Muehlenhoff <jmm@debian.org>  Wed, 19 Mar 2008 22:07:15 +0100
+
+mffm-fftw (1.6-1.1ubuntu2) hardy; urgency=low
+
+  * Rebuild for fftw3 -> libfftw3 transistion.
+
+ -- Steve Kowalik <stevenk@ubuntu.com>  Mon, 24 Dec 2007 14:30:06 +1100
+
+mffm-fftw (1.6-1.1ubuntu1) hardy; urgency=low
+
+  * Change fftw3-dev to libfftw3-dev.
+  * Munge Maintainer field as per spec.
+
+ -- Steve Kowalik <stevenk@ubuntu.com>  Wed, 19 Dec 2007 22:17:15 +1100
+
+mffm-fftw (1.6-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Make mffm-fftw1c2 conflict and replace mffm-fftw1.  Closes: #338537.
+
+ -- Matej Vela <vela@debian.org>  Mon,  5 Jun 2006 17:53:41 +0200
+
+mffm-fftw (1.6-1) unstable; urgency=low
+
+  * new release
+
+ -- Matt Flax <flatmax@pgb.unsw.edu.au>  Mon, 24 Oct 2005 09:36:05 +1000
+
+mffm-fftw (1.5-2) unstable; urgency=low
+
+  * Cxx transistion (closes: #333969)
+
+ -- Matt Flax <flatmax@pgb.unsw.edu.au>  Sun, 23 Oct 2005 14:09:26 +1000
+
+mffm-fftw (1.5-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Matt Flax <flatmax@pgb.unsw.edu.au>  Thu, 28 Apr 2005 23:53:19 +1000
+
+mffm-fftw (1.4-1) unstable; urgency=low
+
+  * Adjusted Makefile for debianization (closes: Bug#198010)
+
+ -- Matt Flax <flatmax@ieee.org>  Tue,  5 Aug 2003 01:26:15 +1000
+
+mffm-fftw (1.2-1) unstable; urgency=low
+
+  * Initial Release.
+  * Adjusted Makefile for debianization
+  * Altered the include files in many *.H and *.cc files to accomodate old
+    and new g++ versions.
+  * Modification of the Doxygen config file and re-generated the html files too
+    Upstream author notified and has altered their config file too.
+        
+ -- Matt Flax <flatmax@ieee.org>  Wed, 19 Mar 2003 23:32:54 +1100
+
--- mffm-fftw-1.7.orig/debian/mffm-fftw-dev.install
+++ mffm-fftw-1.7/debian/mffm-fftw-dev.install
@@ -0,0 +1,3 @@
+debian/tmp/usr/include/*
+debian/tmp/usr/share/doc/mffm-fftw-dev/html/*
+debian/tmp/usr/share/doc/mffm-fftw-dev/examples/*
--- mffm-fftw-1.7.orig/debian/copyright
+++ mffm-fftw-1.7/debian/copyright
@@ -0,0 +1,13 @@
+This package was debianized by Matt Flax <flatmax@ieee.org> on
+Tue,  5 Aug 2003 01:26:15 +1000.
+
+It was downloaded from http://sourceforge.net/projects/mffmfftwrapper/
+
+Upstream Author: Matt Flax <flatmax@ieee.org>
+
+This software is copyright (c) 2001-2002 by Matt Flax
+
+You are free to distribute this software under the terms of
+the GNU General Public License.
+On Debian systems, the complete text of the GNU General Public
+License can be found in the file `/usr/share/common-licenses/GPL'.
--- mffm-fftw-1.7.orig/debian/mffm-fftw1.install
+++ mffm-fftw-1.7/debian/mffm-fftw1.install
@@ -0,0 +1 @@
+debian/tmp/usr/lib/lib*.so.*
--- mffm-fftw-1.7.orig/debian/control
+++ mffm-fftw-1.7/debian/control
@@ -0,0 +1,29 @@
+Source: mffm-fftw
+Section: devel
+Priority: optional
+Maintainer: Matt Flax <flatmax@ieee.org>
+Build-Depends: debhelper (>> 4.0.0), libfftw3-dev, doxygen, c++abi2-dev
+XSBC-Original-Maintainer: Debian QA Group <packages@qa.debian.org>
+Standards-Version: 3.7.3
+
+Package: mffm-fftw-dev
+Section: devel
+Architecture: any
+Depends: mffm-fftw1 (= ${Source-Version}), fftw3, libfftw3-dev
+Description: A C++ wrapper for the fftw.org C library (version 3)
+ Developer files for the mffm.fftw library
+ mffm.fftw provides a simple C++ application base which handles
+ FFT data and application. Operations such as power spectrum 
+ derivation and so on.
+
+Package: mffm-fftw1
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, fftw3
+Conflicts: mffm-fftw1c2
+Replaces: mffm-fftw1c2
+Description: A C++ wrapper for the fftw.org C library (version 3)
+ Developer files for the mffm.fftw library
+ mffm.fftw provides a simple C++ application base which handles
+ FFT data and application. Operations such as power spectrum 
+ derivation and so on.
--- mffm-fftw-1.7.orig/debian/README.Debian
+++ mffm-fftw-1.7/debian/README.Debian
@@ -0,0 +1,23 @@
+# these are now out of date
+
+#commands used to compile/package this library :
+cd ~/debian/debRelease/MFFMfftw/
+mv MFFM_FFTw_Wrapper-v1.6.tar.bz2 /tmp
+rm -rf mffm*
+mv /tmp/MFFM_FFTw_Wrapper-v1.6.tar.bz2 .
+tar jxpvf MFFM_FFTw_Wrapper-v1.6.tar.bz2 
+mv MFFM_FFTw_Wrapper-v1.6 mffm-fftw-1.6
+tar zcpvf mffm-fftw-1.6.tar.gz mffm-fftw-1.6
+rm -rf debian/*~
+cp -a debian mffm-fftw-1.6
+cd mffm-fftw-1.6
+
+#copy old makefile over here ...
+cp ../old/mffm-fftw-1.4/Makefile .
+dh_make -e flatmax@Matt.Flax -f ../mffm-fftw-1.6.tar.gz
+
+ dpkg-buildpackage -rfakeroot
+
+cd ..
+lintian -i mffm-fftw_1.6-1_i386.changes
+linda -i mffm-fftw_1.6-1_i386.changes
--- mffm-fftw-1.7.orig/debian/compat
+++ mffm-fftw-1.7/debian/compat
@@ -0,0 +1 @@
+4
--- mffm-fftw-1.7.orig/debian/docs
+++ mffm-fftw-1.7/debian/docs
@@ -0,0 +1 @@
+README
--- mffm-fftw-1.7.orig/debian/mffm-fftw1.dirs
+++ mffm-fftw-1.7/debian/mffm-fftw1.dirs
@@ -0,0 +1 @@
+usr/lib
--- mffm-fftw-1.7.orig/debian/rules
+++ mffm-fftw-1.7/debian/rules
@@ -0,0 +1,106 @@
+#!/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
+
+
+
+
+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
+
+# shared library versions, option 1
+version=2.0.5
+major=2
+# option 2, assuming the library is created as src/.libs/libfoo.so.2.0.5 or so
+#version=`ls src/.libs/lib*.so.* | \
+# awk '{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,RSTART)}'`
+#major=`ls src/.libs/lib*.so.* | \
+# awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`
+
+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.
+	$(MAKE)
+
+	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 html/*.png html/*.gif
+
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	# Add here commands to install the package into debian/tmp
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
+
+
+# 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_installchangelogs Changelog
+	dh_installdocs
+	dh_installexamples
+	dh_install
+#	dh_installmenu
+#	dh_installdebconf	
+#	dh_installlogrotate
+#	dh_installemacsen
+#	dh_installpam
+#	dh_installmime
+#	dh_installinit
+#	dh_installcron
+#	dh_installinfo
+	dh_installman
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+#	dh_perl
+#	d_python
+	dh_makeshlibs
+	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
--- mffm-fftw-1.7.orig/debian/mffm-fftw.doc-base
+++ mffm-fftw-1.7/debian/mffm-fftw.doc-base
@@ -0,0 +1,14 @@
+Document: mffm-fftw
+Title: Debian mffm-fftw Manual
+Author: Matt Flax <flatmax@ieee.org>
+Abstract: This manual describes what mffm-fftw is
+ and how it can be used to
+ manage online manuals on Debian systems.
+Section: unknown
+
+Format: HTML
+Index: /usr/share/doc/mffm-fftw/html/index.html
+Files: /usr/share/doc/mffm-fftw/html/*.html
+
+
+  
