diff -Nru dma-0.0.2010.06.17/debian/changelog dma-0.0.2010.06.17/debian/changelog --- dma-0.0.2010.06.17/debian/changelog 2010-10-16 21:08:38.000000000 +0000 +++ dma-0.0.2010.06.17/debian/changelog 2011-03-05 20:07:59.000000000 +0000 @@ -1,3 +1,10 @@ +dma (0.0.2010.06.17-6ubuntu1) natty; urgency=low + + * debian/patches/38_fix_ftbfs_binutils-gold.patch: + to fix FTBFS error. (LP: #729118, Closes: #616586) + + -- Tarun Kumar Mall Sat, 05 Mar 2011 20:07:29 +0000 + dma (0.0.2010.06.17-6) unstable; urgency=low * Add the 37-gnu-hurd patch to really fix the FTBFS on GNU/Hurd. diff -Nru dma-0.0.2010.06.17/debian/control dma-0.0.2010.06.17/debian/control --- dma-0.0.2010.06.17/debian/control 2010-10-15 14:47:11.000000000 +0000 +++ dma-0.0.2010.06.17/debian/control 2011-03-04 15:20:00.000000000 +0000 @@ -1,7 +1,8 @@ Source: dma Section: mail Priority: optional -Maintainer: Peter Pentchev +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Peter Pentchev DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7.0.50), byacc, dpkg-dev (>= 1.15.7~), flex, hardening-wrapper, liblockfile-dev, libssl-dev, po-debconf Standards-Version: 3.9.1 diff -Nru dma-0.0.2010.06.17/debian/patches/38_fix_ftbfs_binutils-gold.patch dma-0.0.2010.06.17/debian/patches/38_fix_ftbfs_binutils-gold.patch --- dma-0.0.2010.06.17/debian/patches/38_fix_ftbfs_binutils-gold.patch 1970-01-01 00:00:00.000000000 +0000 +++ dma-0.0.2010.06.17/debian/patches/38_fix_ftbfs_binutils-gold.patch 2011-03-04 15:13:55.000000000 +0000 @@ -0,0 +1,10 @@ +Index: dma-0.0.2010.06.17/Makefile.plain +=================================================================== +--- dma-0.0.2010.06.17.orig/Makefile.plain 2011-03-04 15:11:54.533695997 +0000 ++++ dma-0.0.2010.06.17/Makefile.plain 2011-03-04 15:12:39.645695997 +0000 +@@ -48,4 +48,4 @@ + ${CC} ${CFLAGS} ${CPPFLAGS} -include dfcompat.h -o $@ -c $< + + dma: ${OBJS} +- ${CC} ${LDFLAGS} ${LDADD} -o $@ ${OBJS} ++ ${CC} ${LDFLAGS} -o $@ ${OBJS} ${LDADD} diff -Nru dma-0.0.2010.06.17/debian/patches/series dma-0.0.2010.06.17/debian/patches/series --- dma-0.0.2010.06.17/debian/patches/series 2010-10-16 15:54:13.000000000 +0000 +++ dma-0.0.2010.06.17/debian/patches/series 2011-03-04 15:13:35.000000000 +0000 @@ -20,3 +20,4 @@ 35-delivery-retry.patch 36-sa_nocldwait.patch 37-gnu-hurd.patch +38_fix_ftbfs_binutils-gold.patch