diff -Nru fontconfig-2.11.0/debian/changelog fontconfig-2.11.0/debian/changelog --- fontconfig-2.11.0/debian/changelog 2013-12-06 12:24:20.000000000 +0000 +++ fontconfig-2.11.0/debian/changelog 2014-01-16 14:49:12.000000000 +0000 @@ -1,3 +1,12 @@ +fontconfig (2.11.0-0ubuntu4) trusty; urgency=medium + + * debian/rules: + - don't add /usr/X11R6/lib/X11/fonts to the fonts path, that's a + deprecated location and it leads to polling on the directory, + which means wakeups and extra power usage (lp: #1266873) + + -- Sebastien Bacher Thu, 16 Jan 2014 15:47:25 +0100 + fontconfig (2.11.0-0ubuntu3) trusty; urgency=low * Build using dh-autoreconf. diff -Nru fontconfig-2.11.0/debian/rules fontconfig-2.11.0/debian/rules --- fontconfig-2.11.0/debian/rules 2013-12-06 12:23:51.000000000 +0000 +++ fontconfig-2.11.0/debian/rules 2014-01-16 14:47:20.000000000 +0000 @@ -17,7 +17,7 @@ WITHARCH= endif -DEB_CONFIGURE_EXTRA_FLAGS := $(WITHARCH) --disable-docs --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) --with-add-fonts=/usr/X11R6/lib/X11/fonts,/usr/local/share/fonts --with-templatedir=/etc/fonts/conf.avail +DEB_CONFIGURE_EXTRA_FLAGS := $(WITHARCH) --disable-docs --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) --with-add-fonts=/usr/local/share/fonts --with-templatedir=/etc/fonts/conf.avail # tight versioning DEB_DH_MAKESHLIBS_ARGS_libfontconfig1 := -V"libfontconfig1 (>= 2.9.0)" --add-udeb="fontconfig-udeb"