diff -Nru aiccu-20070115/debian/changelog aiccu-20070115/debian/changelog --- aiccu-20070115/debian/changelog 2010-08-26 20:11:10.000000000 +0000 +++ aiccu-20070115/debian/changelog 2011-02-27 18:13:59.000000000 +0000 @@ -1,3 +1,10 @@ +aiccu (20070115-14ubuntu1) natty; urgency=low + + * debian/patches/01_binutils_gold.patch: + + patch changes unix-console/Makefile to fix FTBFS. (LP: #726121) + + -- Tarun Kumar Mall Sun, 27 Feb 2011 18:10:10 +0000 + aiccu (20070115-14) unstable; urgency=low * Fix "preconfiguration fails" Add test to check if brokers-file exist. diff -Nru aiccu-20070115/debian/patches/01_binutils_gold.patch aiccu-20070115/debian/patches/01_binutils_gold.patch --- aiccu-20070115/debian/patches/01_binutils_gold.patch 1970-01-01 00:00:00.000000000 +0000 +++ aiccu-20070115/debian/patches/01_binutils_gold.patch 2011-02-27 17:44:47.000000000 +0000 @@ -0,0 +1,13 @@ +Index: aiccu-20070115/unix-console/Makefile +=================================================================== +--- aiccu-20070115.orig/unix-console/Makefile 2011-02-27 17:43:53.872782002 +0000 ++++ aiccu-20070115/unix-console/Makefile 2011-02-27 17:44:23.372782001 +0000 +@@ -150,7 +150,7 @@ + all: aiccu + + aiccu: $(OBJS) ${SRCS} ${INCS} +- $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) ++ $(CC) $(CFLAGS) -o $@ $(OBJS) $(LDFLAGS) + + clean: + $(RM) -f $(OBJS) aiccu diff -Nru aiccu-20070115/debian/patches/series aiccu-20070115/debian/patches/series --- aiccu-20070115/debian/patches/series 2010-08-26 20:11:10.000000000 +0000 +++ aiccu-20070115/debian/patches/series 2011-02-27 18:05:28.000000000 +0000 @@ -6,3 +6,4 @@ 05_spelling-error.patch 06_syslog_openlog.patch 07_allow_tunnels.patch +01_binutils_gold.patch