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-01-13 12:17:21.000000000 +0100 +++ libjpeg-turbo-1.1.90+svn733/debian/changelog 2012-07-10 19:05:32.000000000 +0200 @@ -1,3 +1,11 @@ +libjpeg-turbo (1.1.90+svn733-0ubuntu4.1) precise-proposed; 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-0ubuntu4) precise; urgency=low * Install jpegint.h in the -dev package. 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 19:16:39.000000000 +0200 @@ -17,6 +17,8 @@ DEB_HOST_GNU_TYPE ?= $(call vafilt,$(DPKG_VARS),DEB_HOST_GNU_TYPE) DEB_HOST_MULTIARCH ?= $(call vafilt,$(DPKG_VARS),DEB_HOST_MULTIARCH) +export DEB_LDFLAGS_MAINT_STRIP=-Wl,-Bsymbolic-functions + CFLAGS ?= $(shell dpkg-buildflags --get CFLAGS) ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -Wall