Hi,

Here is the debdiff of the quick fix I just uploaded. This is _not_ intended
as the correct permanent fix, but rather something to keep the buildd chroots
from breaking several times a day... hence the emergency.



diff -u fontconfig-2.6.0/debian/fontconfig.postinst fontconfig-2.6.0/debian/fontconfig.postinst
--- fontconfig-2.6.0/debian/fontconfig.postinst
+++ fontconfig-2.6.0/debian/fontconfig.postinst
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-set -e
+set +e
 
 if [ "$1" = triggered ]; then
   # Force regeneration of all fontconfig cache files.
diff -u fontconfig-2.6.0/debian/changelog fontconfig-2.6.0/debian/changelog
--- fontconfig-2.6.0/debian/changelog
+++ fontconfig-2.6.0/debian/changelog
@@ -1,3 +1,11 @@
+fontconfig (2.6.0-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * emergency band-aid fix to avoid messing setup on install/remove when
+    defoma is not installed, Closes: #559136, #560252, #559348
+
+ -- Riku Voipio <riku.voi...@iki.fi>  Mon, 14 Dec 2009 10:42:40 +0200
+
 fontconfig (2.6.0-4) unstable; urgency=low
 
   * fontconfig.{triggers,postinst}: register a trigger to automatically 
only in patch2:
unchanged:
--- fontconfig-2.6.0.orig/debian/fontconfig.prerm
+++ fontconfig-2.6.0/debian/fontconfig.prerm
@@ -0,0 +1,5 @@
+#! /bin/sh
+
+set +e
+
+#DEBHELPER#

Reply via email to