diff -pruN 0.6.4-4/Makefile 0.6.4-4ubuntu1/Makefile
--- 0.6.4-4/Makefile	2011-03-08 21:41:59.000000000 +0000
+++ 0.6.4-4ubuntu1/Makefile	2011-03-08 18:37:27.000000000 +0000
@@ -129,12 +129,12 @@ gkrellm1: clean_obj
 
 bubblefishymon: clean_obj
 	$(CC) $(GTK2_CFLAGS) $(CFLAGS) -o $(BUBBLEFISHYMON) \
-		$(LIBS) $(GTK2_LIBS) $(SRCS)
+		$(SRCS) $(LIBS) $(GTK2_LIBS)
 	$(STRIP) $(BUBBLEFISHYMON)
 
 bubblefishymon1: clean_obj
 	$(CC) $(GTK_CFLAGS) $(CFLAGS) -o $(BUBBLEFISHYMON) \
-		$(LIBS) $(GTK_LIBS) $(SRCS)
+		$(SRCS) $(LIBS) $(GTK_LIBS)
 	$(STRIP) $(BUBBLEFISHYMON)
 
 clean_obj:
diff -pruN 0.6.4-4/debian/changelog 0.6.4-4ubuntu1/debian/changelog
--- 0.6.4-4/debian/changelog	2011-03-08 21:41:59.000000000 +0000
+++ 0.6.4-4ubuntu1/debian/changelog	2011-03-08 18:37:27.000000000 +0000
@@ -1,3 +1,9 @@
+bfm (0.6.4-4ubuntu1) natty; urgency=low
+
+  * Changed order of libraries in order to fix FTBFS. (LP: #730214) 
+
+ -- Tarun Kumar Mall <c2tarun@gmail.com>  Sun, 06 Mar 2011 17:22:41 +0000
+
 bfm (0.6.4-4) unstable; urgency=low
 
   * Fixed nostrip build option. (Closes: #436580)
diff -pruN 0.6.4-4/debian/control 0.6.4-4ubuntu1/debian/control
--- 0.6.4-4/debian/control	2011-03-08 21:41:59.000000000 +0000
+++ 0.6.4-4ubuntu1/debian/control	2011-03-08 18:37:27.000000000 +0000
@@ -1,7 +1,8 @@
 Source: bfm
 Section: x11
 Priority: optional
-Maintainer: Mika Matsuzaki <mika@yukidoke.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Mika Matsuzaki <mika@yukidoke.org>
 Uploaders: Ola Lundqvist <opal@debian.org>
 Build-Depends: debhelper (>= 5), gkrellm, libgtk2.0-dev
 Standards-Version: 3.9.1
@@ -22,4 +23,3 @@ Description: system load plugin for gkre
  A load monitor plugin for gkrellm, descended from wmfishtime and bubblemon.
  Features include fish representing network traffic, bubbles representing
  CPU usage, and a duck representing a duck.
-

