--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
Please unblock package fontconfig.
The only change is a documentation one that fixes #684923 (RC).
unblock fontconfig/2.9.0-7.1
diff -Nru fontconfig-2.9.0/debian/changelog fontconfig-2.9.0/debian/changelog
--- fontconfig-2.9.0/debian/changelog 2012-07-25 17:52:32.000000000 +0200
+++ fontconfig-2.9.0/debian/changelog 2012-12-11 15:11:19.000000000 +0100
@@ -1,3 +1,14 @@
+fontconfig (2.9.0-7.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Update README.Debian with respect to enabling bitmapped fonts: just
+ removing the no-bitmaps.conf symlink is not enough, the corresponding
+ symlink for yes-bitmaps.conf needs to be added too.
+ Thanks to Andreas Metzler <ametzler@debian.org> for the patch.
+ Closes: #684923.
+
+ -- intrigeri <intrigeri@debian.org> Tue, 11 Dec 2012 15:09:54 +0100
+
fontconfig (2.9.0-7) unstable; urgency=low
* Don't clean ancient cache files on new install. Closes: #636173.
diff -Nru fontconfig-2.9.0/debian/README.Debian fontconfig-2.9.0/debian/README.Debian
--- fontconfig-2.9.0/debian/README.Debian 2012-04-16 20:35:08.000000000 +0200
+++ fontconfig-2.9.0/debian/README.Debian 2012-12-11 22:49:29.000000000 +0100
@@ -3,9 +3,14 @@
Recently, fontconfig changed to not include bitmapped fonts in the
default font set. There is now a Debconf question about this.
-If you wish to enable bitmapped fonts manually, either reconfigure this
-package (with dpkg-reconfigure fontconfig-config), or remove the
-symbolic link /etc/fonts/conf.d/30-debconf-no-bitmaps.conf
+If you wish to enable bitmapped fonts manually, either reconfigure
+fontconfig-config (with dpkg-reconfigure fontconfig-config), or remove the
+/etc/fonts/conf.d/70-no-bitmaps.conf symbolic link and add a symlink named
+70-yes-bitmaps.conf pointing to ../conf.avail/70-yes-bitmaps.conf:
+
+ cd /etc/fonts/conf.d && \
+ rm -f 70-no-bitmaps.conf && \
+ ln -s ../conf.avail/70-yes-bitmaps.conf
*****************
--- End Message ---