diff -ur insight-6.6.original/debian/changelog insight-6.6/debian/changelog --- insight-6.6.original/debian/changelog 2008-02-13 17:40:08.000000000 -0800 +++ insight-6.6/debian/changelog 2008-02-13 17:59:43.000000000 -0800 @@ -1,3 +1,10 @@ +insight (6.6-2) unstable; urgency=high + + * Search path for loading non-absolute shared library symbol files + was configured wrong - closes: #110387 + + -- Kip Warner Wed, 13 Feb 2008 17:48:28 -0800 + insight (6.6-1) unstable; urgency=low * New upstream release. diff -ur insight-6.6.original/debian/rules insight-6.6/debian/rules --- insight-6.6.original/debian/rules 2008-02-13 17:40:08.000000000 -0800 +++ insight-6.6/debian/rules 2008-02-13 17:41:49.000000000 -0800 @@ -30,7 +30,7 @@ # Add here commands to configure the package. ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \ --enable-gdbtk \ - --with-sysroot=/usr/share \ + --with-sysroot=/. \ --with-tclinclude=/usr/include/tcl8.4/tcl-private \ --with-tclconfig=/usr/lib/tcl8.4 \ --with-tkinclude=/usr/include/tcl8.4/tk-private \