tags 555483 patch pending thanks Hi,
I've made a patch for this FTBFS issue, specify link to X11 libs, and did delay/5 upload. -- Regards, Hideki Yamane henrich @ debian.or.jp/org http://wiki.debian.org/HidekiYamane
diff -Nru logjam-4.5.3/debian/changelog logjam-4.5.3/debian/changelog --- logjam-4.5.3/debian/changelog 2009-12-20 08:50:29.000000000 +0900 +++ logjam-4.5.3/debian/changelog 2012-01-08 08:48:58.000000000 +0900 @@ -1,3 +1,11 @@ +logjam (4.5.3-6.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/patches + - add fix_FTBFS.patch + + -- Hideki Yamane <henr...@debian.org> Sun, 08 Jan 2012 01:03:40 +0900 + logjam (4.5.3-6) unstable; urgency=low * Move to source format 3.0 (quilt), very minimal changes needed diff -Nru logjam-4.5.3/debian/patches/fix_FTBFS.patch logjam-4.5.3/debian/patches/fix_FTBFS.patch --- logjam-4.5.3/debian/patches/fix_FTBFS.patch 1970-01-01 09:00:00.000000000 +0900 +++ logjam-4.5.3/debian/patches/fix_FTBFS.patch 2012-01-08 08:47:34.000000000 +0900 @@ -0,0 +1,13 @@ +Index: logjam-4.5.3/configure +=================================================================== +--- logjam-4.5.3.orig/configure 2012-01-08 01:03:15.000000000 +0900 ++++ logjam-4.5.3/configure 2012-01-08 08:47:30.680916496 +0900 +@@ -21219,7 +21219,7 @@ + < $srcdir/po/POTFILES.in > po/POTFILES + + +-MODULES="glib-2.0 gobject-2.0 libxml-2.0 gthread-2.0" ++MODULES="glib-2.0 gobject-2.0 libxml-2.0 gthread-2.0 x11" + + echo "$as_me:$LINENO: checking for mingw" >&5 + echo $ECHO_N "checking for mingw... $ECHO_C" >&6 diff -Nru logjam-4.5.3/debian/patches/series logjam-4.5.3/debian/patches/series --- logjam-4.5.3/debian/patches/series 2009-12-20 08:39:27.000000000 +0900 +++ logjam-4.5.3/debian/patches/series 2012-01-08 01:09:01.000000000 +0900 @@ -1,3 +1,4 @@ 00_debian.patch 01_libsoup2.4.patch 02_glib_errors.patch +fix_FTBFS.patch