diff -u bbmail-0.8.3/Makefile.in bbmail-0.8.3/Makefile.in --- bbmail-0.8.3/Makefile.in +++ bbmail-0.8.3/Makefile.in @@ -98,7 +98,7 @@ blackboxstyle.hh EXTRA_DIST = $(man_MANS) BUGS TODO -bbmail_LDADD = @X_LIBS@ +bbmail_LDADD = @X_LIBS@ -lX11 subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff -u bbmail-0.8.3/debian/changelog bbmail-0.8.3/debian/changelog --- bbmail-0.8.3/debian/changelog +++ bbmail-0.8.3/debian/changelog @@ -1,3 +1,10 @@ +bbmail (0.8.3-6ubuntu1) natty; urgency=low + + * bbmail-0.8.3-6/Makefile.am: linked library -lX11 to fix + FTBFS. (LP: #728853, Closes: #616570) + + -- Tarun Kumar Mall Tue, 08 Mar 2011 08:40:04 +0000 + bbmail (0.8.3-6) unstable; urgency=low * debian/control: diff -u bbmail-0.8.3/debian/control bbmail-0.8.3/debian/control --- bbmail-0.8.3/debian/control +++ bbmail-0.8.3/debian/control @@ -1,7 +1,8 @@ Source: bbmail Section: mail Priority: optional -Maintainer: Kevin Coyner +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Kevin Coyner Build-Depends: debhelper (>= 5.0), autotools-dev, libx11-dev, libxt-dev Standards-Version: 3.7.2 @@ -26 +26,0 @@ - --- bbmail-0.8.3.orig/Makefile.am +++ bbmail-0.8.3/Makefile.am @@ -20,4 +20,4 @@ Basemenu.cc Basemenu.hh \ blackboxstyle.hh EXTRA_DIST = $(man_MANS) BUGS TODO -bbmail_LDADD = @X_LIBS@ +bbmail_LDADD = @X_LIBS@ -lX11