libaudiomask (1.0-2) debian-changes-1.0-1ubuntu1

Summary

 Makefile |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

    
download this patch

Patch contents

Description: Upstream changes introduced in version 1.0-1ubuntu1
 This patch has been created by dpkg-source during the package build.
 Here's the last changelog entry, hopefully it gives details on why
 those changes were made:
 .
 libaudiomask (1.0-1ubuntu1) lucid; urgency=low
 .
   * Fixed build-depends (CLoses: #587433)
   * Fixed the makefile so that 'make ex' now compiles.
   * Added the example input audio.44100.txt file.
 .
 The person named in the Author field signed this changelog entry.
Author: mffm Matt Flax (2003) <flatmax@ieee.org>
Bug-Debian: http://bugs.debian.org/587433

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- libaudiomask-1.0.orig/Makefile
+++ libaudiomask-1.0/Makefile
@@ -39,7 +39,7 @@ libs:
 	$(MAKELIB),libAudioMask.so.1.0 -o libAudioMask.so.1.0 $(OBJ)
 
 ex:
-	$(CC) -L/home/flatmax/lib -lfftw3 -lfft libAudioMask -o AudioMaskerExample AudioMaskerExample.cc
+	$(CC) -L/home/flatmax/lib -lfftw3 -lfft -lAudioMask -o AudioMaskerExample AudioMaskerExample.cc
 
 install:
 	mkdir -p ${DESTDIR}
@@ -60,6 +60,7 @@ install:
 	install -m 0666 API-libaudiomask/*.gif ${DESTDIR}/${DOCDIR}/API-libaudiomask/
 	install -m 0666 API-libaudiomask/search/* ${DESTDIR}/${DOCDIR}/API-libaudiomask/search/
 	install -m 0666 *Example.cc ${DESTDIR}/${DOCDIR}
+	install -m 0666 *.txt ${DESTDIR}/${DOCDIR}
 	install -m 0666 GPL-3 ${DESTDIR}/${DOCDIR}
 	install -m 0666 *.m ${DESTDIR}/${DOCDIR}
 	install -m 0666 *.pdf ${DESTDIR}/${DOCDIR}