diff -Nru ethstatus-0.4.3/debian/changelog ethstatus-0.4.3ubuntu1/debian/changelog --- ethstatus-0.4.3/debian/changelog 2006-10-19 17:02:25.000000000 -0600 +++ ethstatus-0.4.3ubuntu1/debian/changelog 2011-09-12 21:38:59.000000000 -0600 @@ -1,3 +1,9 @@ +ethstatus (0.4.3ubuntu1) oneiric; urgency=low + + * Makefile: reorder LDFLAGS to fix FTBFS from new DSO linking (LP: #770833) + + -- Alex Chiang Mon, 12 Sep 2011 21:35:25 -0600 + ethstatus (0.4.3) unstable; urgency=low * New maintainer. (Closes: #394092) diff -Nru ethstatus-0.4.3/debian/control ethstatus-0.4.3ubuntu1/debian/control --- ethstatus-0.4.3/debian/control 2006-10-19 17:09:01.000000000 -0600 +++ ethstatus-0.4.3ubuntu1/debian/control 2011-09-12 21:45:00.000000000 -0600 @@ -1,7 +1,8 @@ Source: ethstatus Section: net Priority: optional -Maintainer: Aurélien GÉRÔME +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Aurélien GÉRÔME Build-Depends: debhelper (>> 4.0.0), libncurses5-dev Standards-Version: 3.7.2 diff -Nru ethstatus-0.4.3/Makefile ethstatus-0.4.3ubuntu1/Makefile --- ethstatus-0.4.3/Makefile 2006-10-19 16:10:08.000000000 -0600 +++ ethstatus-0.4.3ubuntu1/Makefile 2011-09-12 21:39:12.000000000 -0600 @@ -19,7 +19,7 @@ all : ethstatus ethstatus : ethstatus.c ethstatus.h - gcc $(CFLAGS) $(LDFLAGS) -o ${BIN} ${SRC} + gcc $(CFLAGS) -o ${BIN} ${SRC} $(LDFLAGS) clean: rm -f ${BIN} *.o core *~