Sorry guys, have created a better debdiff using quilt with correct dep3 headers.
diff -Nru tea-28.1.1/debian/changelog tea-28.1.1/debian/changelog --- tea-28.1.1/debian/changelog 2010-08-06 15:42:56.000000000 +0100 +++ tea-28.1.1/debian/changelog 2010-10-22 00:11:31.000000000 +0100 @@ -1,3 +1,11 @@ +tea (28.1.1-1ubuntu1) natty; urgency=low + + * libs.diff: Added -lz -X11 to LIBS for binutils-gold, fixes + FTBFS (LP: #664662) + * debian/control: Added zlib1g-dev to build-dep + + -- Roy Jamison <[email protected]> Thu, 21 Oct 2010 23:51:35 +0100 + tea (28.1.1-1) unstable; urgency=low * New upstream version diff -Nru tea-28.1.1/debian/control tea-28.1.1/debian/control --- tea-28.1.1/debian/control 2010-08-06 15:43:04.000000000 +0100 +++ tea-28.1.1/debian/control 2010-10-21 23:57:54.000000000 +0100 @@ -1,9 +1,10 @@ Source: tea Section: editors Priority: optional -Maintainer: Tobias Quathamer <[email protected]> +Maintainer: Ubuntu Developers <[email protected]> +XSBC-Original-Maintainer: Tobias Quathamer <[email protected]> Build-Depends: debhelper (>= 7.0.50~), pkg-config, libqt4-dev, - libaspell-dev, libhunspell-dev, libx11-dev + libaspell-dev, libhunspell-dev, libx11-dev, zlib1g-dev Standards-Version: 3.9.1 Homepage: http://tea-editor.sourceforge.net/ diff -Nru tea-28.1.1/debian/patches/libs.diff tea-28.1.1/debian/patches/libs.diff --- tea-28.1.1/debian/patches/libs.diff 1970-01-01 01:00:00.000000000 +0100 +++ tea-28.1.1/debian/patches/libs.diff 2010-10-22 00:19:46.000000000 +0100 @@ -0,0 +1,14 @@ +Description: Adds -lz -lX11 to LIBS in src.po for binutils-gold +Author: Roy Jamison <[email protected]> +Bug-Ubuntu: https://bugs.launchpad.net/bugs/664662 +--- tea-28.1.1.orig/src.pro 2010-10-21 23:50:25.311055732 +0100 ++++ tea-28.1.1/src.pro 2010-10-21 23:50:46.000000000 +0100 +@@ -120,7 +120,7 @@ + contains(USE_ASPELL,true){ + exists("/usr/include/aspell.h") { + message ("ASpell enabled") +- LIBS += -laspell ++ LIBS += -laspell -lz -lX11 + DEFINES += ASPELL_ENABLE + DEFINES += SPELLCHECK_ENABLE + } diff -Nru tea-28.1.1/debian/patches/series tea-28.1.1/debian/patches/series --- tea-28.1.1/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ tea-28.1.1/debian/patches/series 2010-10-21 23:49:31.000000000 +0100 @@ -0,0 +1 @@ +libs.diff

