diff -u mpc123-0.2.4/debian/control mpc123-0.2.4/debian/control --- mpc123-0.2.4/debian/control +++ mpc123-0.2.4/debian/control @@ -1,7 +1,8 @@ Source: mpc123 Section: sound Priority: optional -Maintainer: Daniele Sempione +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Daniele Sempione Build-Depends: debhelper (>= 4.0.0), libmpcdec-dev (>= 2:0.1~r435), libao-dev, gettext Standards-Version: 3.7.3 diff -u mpc123-0.2.4/debian/changelog mpc123-0.2.4/debian/changelog --- mpc123-0.2.4/debian/changelog +++ mpc123-0.2.4/debian/changelog @@ -1,3 +1,9 @@ +mpc123 (0.2.4-1.1build1ubuntu1) oneiric; urgency=low + + * Makefile: rearrange linker order to fix new DSO linking FTBFS (LP: #770862) + + -- Alex Chiang Mon, 12 Sep 2011 22:13:21 -0600 + mpc123 (0.2.4-1.1build1) maverick; urgency=low * No-change rebuild to pick up new libmpdec (LP: #611024) only in patch2: unchanged: --- mpc123-0.2.4.orig/Makefile +++ mpc123-0.2.4/Makefile @@ -50,7 +50,7 @@ $(TARGET): $(DEPS) $(TARGET).c $(MOS) @echo Building mpc123 version $(MAJOR).$(MINOR) ... - $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ $(DEPS) $(TARGET).c + $(CC) $(CPPFLAGS) $(CFLAGS) -o $@ $(DEPS) $(TARGET).c $(LDFLAGS) .PHONY: clean tarball