diff -u xchat-gnome-0.26.1/debian/changelog xchat-gnome-0.26.1/debian/changelog --- xchat-gnome-0.26.1/debian/changelog +++ xchat-gnome-0.26.1/debian/changelog @@ -1,3 +1,9 @@ +xchat-gnome (1:0.26.1-1ubuntu4) natty; urgency=low + + * Fix FTBFS with ld --no-add-needed (LP: #694985) + + -- Mahyuddin Susanto Tue, 28 Dec 2010 20:05:16 +0700 + xchat-gnome (1:0.26.1-1ubuntu3) maverick; urgency=low * Update description (LP: #596022) only in patch2: unchanged: --- xchat-gnome-0.26.1.orig/src/fe-gnome/Makefile.am +++ xchat-gnome-0.26.1/src/fe-gnome/Makefile.am @@ -121,7 +121,8 @@ $(top_builddir)/src/libcontrast/libcontrast.la \ $(DEPENDENCIES_LIBS) \ $(OPENSSL_LIBS) \ - $(LIBSEXY_LIBS) + $(LIBSEXY_LIBS) \ + -lX11 BUILT_SOURCES = \ xg-marshal.h \ only in patch2: unchanged: --- xchat-gnome-0.26.1.orig/src/fe-gnome/Makefile.in +++ xchat-gnome-0.26.1/src/fe-gnome/Makefile.in @@ -457,7 +457,8 @@ $(top_builddir)/src/libcontrast/libcontrast.la \ $(DEPENDENCIES_LIBS) \ $(OPENSSL_LIBS) \ - $(LIBSEXY_LIBS) + $(LIBSEXY_LIBS) \ + -lX11 BUILT_SOURCES = \ xg-marshal.h \