diff -Nru libjpeg6b-6b1/debian/changelog libjpeg6b-6b1/debian/changelog --- libjpeg6b-6b1/debian/changelog 2011-03-24 06:24:32.000000000 +0100 +++ libjpeg6b-6b1/debian/changelog 2011-08-08 19:57:41.000000000 +0200 @@ -1,3 +1,11 @@ +libjpeg6b (6b1-1ubuntu2) oneiric; urgency=low + + * debian/rules: Remove "-Bsymbolic-functions" from LDFLAGS, as this flag + breaks the libjpeg use by HPLIP and pxljr, in both cases for printing + on the HP Color LaserJet 3500/3550/3600 (LP: #777670). + + -- Till Kamppeter Mon, 8 Aug 2011 19:57:23 +0200 + libjpeg6b (6b1-1ubuntu1) natty; urgency=low * Enable multiarch build (LP: #733501) diff -Nru libjpeg6b-6b1/debian/rules libjpeg6b-6b1/debian/rules --- libjpeg6b-6b1/debian/rules 2011-03-24 06:24:00.000000000 +0100 +++ libjpeg6b-6b1/debian/rules 2011-08-08 20:09:36.000000000 +0200 @@ -20,7 +20,7 @@ build: build-stamp build-stamp: dh_testdir - ./configure --prefix=/usr --mandir=/usr/share/man \ + LDFLAGS= ./configure --prefix=/usr --mandir=/usr/share/man \ --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \ --enable-static --enable-shared --enable-maxmem=1024 \ --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)