diff -Nru intone-0.66+svn20100620/debian/changelog intone-0.66+svn20100620/debian/changelog --- intone-0.66+svn20100620/debian/changelog 2010-07-28 04:00:45.000000000 -0600 +++ intone-0.66+svn20100620/debian/changelog 2010-10-26 22:23:27.000000000 -0600 @@ -1,3 +1,10 @@ +intone (0.66+svn20100620-2ubuntu1) natty; urgency=low + + * src/Makefile.am: explicitly link against libevas, libecore to fix FTBFS + (LP: #667129) + + -- Alex Chiang Tue, 26 Oct 2010 21:37:57 -0600 + intone (0.66+svn20100620-2) unstable; urgency=low * Recommend libevas-svn-06-engines-x, it's needed in almost all cases diff -Nru intone-0.66+svn20100620/debian/control intone-0.66+svn20100620/debian/control --- intone-0.66+svn20100620/debian/control 2010-07-28 04:00:45.000000000 -0600 +++ intone-0.66+svn20100620/debian/control 2010-10-26 22:20:56.000000000 -0600 @@ -1,7 +1,8 @@ Source: intone Section: sound Priority: optional -Maintainer: Debian freesmartphone.org Team +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian freesmartphone.org Team Uploaders: Sebastian Reichel , Timo Jyrinki DM-Upload-Allowed: yes Build-Depends: cdbs, diff -Nru intone-0.66+svn20100620/debian/patches/explicit_link_libevas.patch intone-0.66+svn20100620/debian/patches/explicit_link_libevas.patch --- intone-0.66+svn20100620/debian/patches/explicit_link_libevas.patch 1969-12-31 17:00:00.000000000 -0700 +++ intone-0.66+svn20100620/debian/patches/explicit_link_libevas.patch 2010-10-26 22:32:28.000000000 -0600 @@ -0,0 +1,13 @@ +Description: Explicitly link against libevas, libecore, libecore_evas + Fix FTBFS; indirect linking has been turned off in Natty. +Bug: https://code.google.com/p/intone/issues/detail?id=22 +Bug-Ubuntu: https://launchpad.net/bugs/667129 + +--- intone-0.66+svn20100620.orig/src/Makefile.am ++++ intone-0.66+svn20100620/src/Makefile.am +@@ -27,4 +27,4 @@ intone_SOURCES = \ + intone_LDFLAGS = \ + -Wl,--export-dynamic + +-intone_LDADD = $(INTONE_LIBS) -lid3 -lvorbisfile ++intone_LDADD = $(INTONE_LIBS) -lid3 -lvorbisfile -levas -lecore_evas -lecore diff -Nru intone-0.66+svn20100620/debian/patches/series intone-0.66+svn20100620/debian/patches/series --- intone-0.66+svn20100620/debian/patches/series 1969-12-31 17:00:00.000000000 -0700 +++ intone-0.66+svn20100620/debian/patches/series 2010-10-26 22:28:43.000000000 -0600 @@ -0,0 +1 @@ +explicit_link_libevas.patch