diff -Nru libnoise-1.0.0/debian/changelog libnoise-1.0.0+nmu1/debian/changelog
--- libnoise-1.0.0/debian/changelog	2007-11-21 09:56:53.000000000 +0000
+++ libnoise-1.0.0+nmu1/debian/changelog	2010-02-10 03:36:32.000000000 +0000
@@ -1,3 +1,10 @@
+libnoise (1.0.0+nmu1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS: undefined reference to `main' (Closes: #526547).
+
+ -- Nobuhiro Iwamatsu <iwamatsu@debian.org>  Wed, 10 Feb 2010 03:34:56 +0000
+
 libnoise (1.0.0) unstable; urgency=low
 
   * New upstream release (fixes: #445765)
diff -Nru libnoise-1.0.0/debian/patches/fix_ftsbs.patch libnoise-1.0.0+nmu1/debian/patches/fix_ftsbs.patch
--- libnoise-1.0.0/debian/patches/fix_ftsbs.patch	1970-01-01 00:00:00.000000000 +0000
+++ libnoise-1.0.0+nmu1/debian/patches/fix_ftsbs.patch	2010-02-10 03:33:34.000000000 +0000
@@ -0,0 +1,11 @@
+--- noise/src/Makefile	2010-02-10 03:28:13.000000000 +0000
++++ noise/src/Makefile	2010-02-10 03:28:26.000000000 +0000
+@@ -17,7 +17,7 @@
+ 
+ # Real build targets
+ libnoise.so.0.3: $(OBJECTS)
+-	$(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) -shared -Wl,-soname=libnoise.so.0 -o $@ $(OBJECTS:.o=.lo)
++	$(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) -Xcompiler -shared -Wl,-soname=libnoise.so.0 -o $@ $(OBJECTS:.o=.lo)
+ 
+ libnoise.a: $(OBJECTS)
+ 	$(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) -o $@ $(OBJECTS)
