Control: tags 835142 + patch Control: tags 835142 + pending Dear maintainer,
I've prepared an NMU for fontconfig (versioned as 2.11.0-6.7) and uploaded it right away. Regards. -- Raphaël Hertzog ◈ Debian Developer Support Debian LTS: http://www.freexian.com/services/debian-lts.html Learn to master Debian: http://debian-handbook.info/get/
diff -Nru fontconfig-2.11.0/debian/changelog fontconfig-2.11.0/debian/changelog --- fontconfig-2.11.0/debian/changelog 2016-08-17 16:46:23.000000000 +0200 +++ fontconfig-2.11.0/debian/changelog 2016-08-24 14:21:57.000000000 +0200 @@ -1,3 +1,11 @@ +fontconfig (2.11.0-6.7) unstable; urgency=medium + + * Non-maintainer upload. + * Modifiy /etc/fontconfig/fonts.conf to ignore *.dpkg-new files. + (Closes: #835142) + + -- Raphaël Hertzog <[email protected]> Wed, 24 Aug 2016 14:21:57 +0200 + fontconfig (2.11.0-6.6) unstable; urgency=medium * Non-maintainer upload. diff -Nru fontconfig-2.11.0/debian/patches/skip-dpkg-tmp-files.patch fontconfig-2.11.0/debian/patches/skip-dpkg-tmp-files.patch --- fontconfig-2.11.0/debian/patches/skip-dpkg-tmp-files.patch 2016-08-17 16:37:31.000000000 +0200 +++ fontconfig-2.11.0/debian/patches/skip-dpkg-tmp-files.patch 2016-08-24 14:21:57.000000000 +0200 @@ -1,13 +1,14 @@ -Description: Configure fontconfig to ignore *.dpkg-tmp files +Description: Configure fontconfig to ignore *.dpkg-tmp *.dpkg-new files Bug: https://bugs.freedesktop.org/show_bug.cgi?id=96896 Bug-Debian: https://bugs.debian.org/828037 +Bug-Debian: https://bugs.debian.org/835142 Author: Raphaël Hertzog <[email protected]> -Last-Update: 2016-08-17 +Last-Update: 2016-08-24 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- a/fonts.conf.in +++ b/fonts.conf.in -@@ -66,6 +66,15 @@ +@@ -66,6 +66,20 @@ </match> <!-- @@ -18,6 +19,11 @@ + <glob>*.dpkg-tmp</glob> + </rejectfont> + </selectfont> ++ <selectfont> ++ <rejectfont> ++ <glob>*.dpkg-new</glob> ++ </rejectfont> ++ </selectfont> + +<!-- Load local system customization file

