diff -u jargoninformatique-1.3.6/debian/changelog jargoninformatique-1.3.6/debian/changelog --- jargoninformatique-1.3.6/debian/changelog +++ jargoninformatique-1.3.6/debian/changelog @@ -1,3 +1,9 @@ +jargoninformatique (1.3.6-0ubuntu5) raring; urgency=low + + * Added missing X11 lib to link, fixing FTBFS. + + -- Daniel T Chen Wed, 03 Apr 2013 16:10:16 -0400 + jargoninformatique (1.3.6-0ubuntu4) precise; urgency=low * debian/patches/fix-ftbfs-armhf-format-security.dpatch: diff -u jargoninformatique-1.3.6/debian/patches/00list jargoninformatique-1.3.6/debian/patches/00list --- jargoninformatique-1.3.6/debian/patches/00list +++ jargoninformatique-1.3.6/debian/patches/00list @@ -2,0 +3 @@ +fix-ftbfs-underlinkage.dpatch only in patch2: unchanged: --- jargoninformatique-1.3.6.orig/debian/patches/fix-ftbfs-underlinkage.dpatch +++ jargoninformatique-1.3.6/debian/patches/fix-ftbfs-underlinkage.dpatch @@ -0,0 +1,19 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## fix-ftbfs-underlinkage.dpatch by > +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' jargoninformatique-1.3.6~/configure jargoninformatique-1.3.6/configure +--- jargoninformatique-1.3.6~/configure 2006-04-17 10:30:36.000000000 -0400 ++++ jargoninformatique-1.3.6/configure 2013-04-03 16:12:14.025371045 -0400 +@@ -137,7 +137,7 @@ + echo $system + + if [ "$system" = "linux" ]; then +- LIBS="$LIBS -lXpm" ++ LIBS="$LIBS -lXpm -lX11" + fi + + # Test which ou type -path car which n'existe pas sous MinGw