diff -Nru libjpeg-turbo-1.1.90+svn733/debian/changelog libjpeg-turbo-1.1.90+svn733/debian/changelog --- libjpeg-turbo-1.1.90+svn733/debian/changelog 2012-06-20 22:26:43.000000000 +0200 +++ libjpeg-turbo-1.1.90+svn733/debian/changelog 2012-07-10 18:45:25.000000000 +0200 @@ -1,3 +1,11 @@ +libjpeg-turbo (1.1.90+svn733-0ubuntu6) quantal; 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 Tue, 10 Jul 2012 18:44:23 +0200 + libjpeg-turbo (1.1.90+svn733-0ubuntu5) quantal; urgency=low * Guard the definition of INLINE in an ifndef block, so that diff -Nru libjpeg-turbo-1.1.90+svn733/debian/rules libjpeg-turbo-1.1.90+svn733/debian/rules --- libjpeg-turbo-1.1.90+svn733/debian/rules 2012-01-13 12:02:28.000000000 +0100 +++ libjpeg-turbo-1.1.90+svn733/debian/rules 2012-07-10 18:43:03.000000000 +0200 @@ -32,7 +32,7 @@ dh $@ --with autoreconf override_dh_auto_configure: - dh_auto_configure -v -- --with-jpeg8 CFLAGS="$(CFLAGS)" + dh_auto_configure -v -- --with-jpeg8 CFLAGS="$(CFLAGS)" LDFLAGS="" override_dh_auto_build: dh_auto_build -v