On 11.03.2011 19:38, Julien Cristau wrote: > On Sat, Feb 26, 2011 at 19:53:29 +0100, Matthias Klose wrote: > >> tag 554658 + patch >> user ubuntu-de...@lists.ubuntu.com >> usertags 554658 + origin-ubuntu natty ubuntu-patch >> thanks >> >> patch at >> http://launchpadlibrarian.net/61675196/gnome-phone-manager_0.65-1ubuntu4_0.65-1ubuntu5.diff.gz >> > this patch is utterly broken. It's patching Makefile.in without > touching Makefile.am...
proper patch attached.
diff -u gnome-phone-manager-0.65/debian/changelog gnome-phone-manager-0.65/debian/changelog --- gnome-phone-manager-0.65/debian/changelog +++ gnome-phone-manager-0.65/debian/changelog @@ -1,3 +1,9 @@ +gnome-phone-manager (0.65-1.1) unstable; urgency=low + + * Fix FTBFS with ld --no-add-needed. + + -- Matthias Klose <d...@ubuntu.com> Sat, 12 Mar 2011 21:53:21 +0100 + gnome-phone-manager (0.65-1) unstable; urgency=low [ Filippo Giunchedi ] only in patch2: unchanged: --- gnome-phone-manager-0.65.orig/telepathy/Makefile.in +++ gnome-phone-manager-0.65/telepathy/Makefile.in @@ -288,6 +288,7 @@ @HAVE_TELEPATHY_TRUE@telepathy_phoney_SOURCES = $(BACKEND_FILES) @HAVE_TELEPATHY_TRUE@telepathy_phoney_LDADD = \ @HAVE_TELEPATHY_TRUE@ $(TELEPATHY_LIBS) \ +@HAVE_TELEPATHY_TRUE@ $(PHONEMGR_LIBS) \ @HAVE_TELEPATHY_TRUE@ ../libgsm/libgsmwrap.la only in patch2: unchanged: --- gnome-phone-manager-0.65.orig/telepathy/Makefile.am +++ gnome-phone-manager-0.65/telepathy/Makefile.am @@ -36,6 +36,7 @@ telepathy_phoney_LDADD = \ $(TELEPATHY_LIBS) \ + $(PHONEMGR_LIBS) \ ../libgsm/libgsmwrap.la # Manager file