diff -u petris-1.0.1/Makefile petris-1.0.1/Makefile --- petris-1.0.1/Makefile +++ petris-1.0.1/Makefile @@ -2,7 +2,7 @@ LIBS=-lncurses petris : main.o game.o highscore.o - gcc ${LIBS} -o petris main.o game.o highscore.o + gcc -o petris main.o game.o highscore.o $(LIBS) main.o : main.c game.h petris.h gcc ${CFLAGS} -c main.c diff -u petris-1.0.1/debian/changelog petris-1.0.1/debian/changelog --- petris-1.0.1/debian/changelog +++ petris-1.0.1/debian/changelog @@ -1,3 +1,9 @@ +petris (1.0.1-8ubuntu1) oneiric; urgency=low + + * Fix FTBFS with ld --as-needed. LP: #771050. + + -- Matthias Klose Wed, 14 Sep 2011 10:16:53 +0200 + petris (1.0.1-8) unstable; urgency=low * Removed hard-coded strip option from install command in rules file.