diff -Nru dares-0.6.5/debian/changelog dares-0.6.5/debian/changelog --- dares-0.6.5/debian/changelog 2010-11-07 09:41:52.000000000 +0000 +++ dares-0.6.5/debian/changelog 2011-03-06 18:21:13.000000000 +0000 @@ -1,3 +1,10 @@ +dares (0.6.5-5ubuntu1) natty; urgency=low + + * debian/patches/01_fix_ftbfs_binutils-gold.patch: libraries moved to end + in order for fix FTBFS. (LP: #730222, Closes: #616695) + + -- Tarun Kumar Mall Sun, 06 Mar 2011 18:20:07 +0000 + dares (0.6.5-5) unstable; urgency=low * New maintainer (Closes: #528616) diff -Nru dares-0.6.5/debian/control dares-0.6.5/debian/control --- dares-0.6.5/debian/control 2010-11-07 09:41:52.000000000 +0000 +++ dares-0.6.5/debian/control 2011-03-06 17:53:59.000000000 +0000 @@ -1,7 +1,8 @@ Source: dares Section: utils Priority: optional -Maintainer: TANIGUCHI Takaki +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: TANIGUCHI Takaki Build-Depends: debhelper (>= 7.0.50~), libmagic-dev, libqt3-mt-dev, libncurses-dev Standards-Version: 3.9.1 diff -Nru dares-0.6.5/debian/patches/01_fix_ftbfs_binutils-gold.patch dares-0.6.5/debian/patches/01_fix_ftbfs_binutils-gold.patch --- dares-0.6.5/debian/patches/01_fix_ftbfs_binutils-gold.patch 1970-01-01 00:00:00.000000000 +0000 +++ dares-0.6.5/debian/patches/01_fix_ftbfs_binutils-gold.patch 2011-03-06 17:51:27.000000000 +0000 @@ -0,0 +1,13 @@ +Index: dares-0.6.5/frontend/ncurses/Makefile +=================================================================== +--- dares-0.6.5.orig/frontend/ncurses/Makefile 2011-03-06 17:51:03.730609000 +0000 ++++ dares-0.6.5/frontend/ncurses/Makefile 2011-03-06 17:51:23.994609000 +0000 +@@ -15,7 +15,7 @@ + + + dares : $(OBJ) +- $(CC) $(LDFLAGS) -o dares $(OBJ) ++ $(CC) -o dares $(OBJ) $(LDFLAGS) + $(OBJ) : $(H_FILE) + + clean : diff -Nru dares-0.6.5/debian/patches/series dares-0.6.5/debian/patches/series --- dares-0.6.5/debian/patches/series 2010-11-07 09:41:52.000000000 +0000 +++ dares-0.6.5/debian/patches/series 2011-03-06 18:01:05.000000000 +0000 @@ -1 +1,2 @@ 00-makefile.patch +01_fix_ftbfs_binutils-gold.patch