tags 413254 + patch thanks Hi,
Attached is the diff for my xfe 1.04-1.1 NMU. Regards. -- David Ammouial http://da.weeno.net/
diff -Nru /tmp/HzeluqO9ZI/xfe-1.04/debian/changelog /tmp/LnJcPt67KF/xfe-1.04/debian/changelog
--- /tmp/HzeluqO9ZI/xfe-1.04/debian/changelog 2007-09-29 00:25:40.000000000 +0200
+++ /tmp/LnJcPt67KF/xfe-1.04/debian/changelog 2007-09-29 00:25:40.000000000 +0200
@@ -1,3 +1,11 @@
+xfe (1.04-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Apply again Andreas Henriksson's patch for conditional ucf call to postrm.
+ Closes: #413254
+
+ -- David Ammouial <[EMAIL PROTECTED]> Sat, 29 Sep 2007 00:15:15 +0200
+
xfe (1.04-1) unstable; urgency=low
* New upstream release
diff -Nru /tmp/HzeluqO9ZI/xfe-1.04/debian/postrm /tmp/LnJcPt67KF/xfe-1.04/debian/postrm
--- /tmp/HzeluqO9ZI/xfe-1.04/debian/postrm 2007-09-29 00:25:40.000000000 +0200
+++ /tmp/LnJcPt67KF/xfe-1.04/debian/postrm 2007-09-29 00:25:40.000000000 +0200
@@ -22,7 +22,9 @@
purge)
if [ "$2" ] && dpkg --compare-versions $2 lt 0.98-1; then
CONF=/etc/foxrc/XFileExplorer/Xfe
- ucf --purge $CONF
+ if which ucf > dev/null 2>&1; then
+ ucf --purge $CONF
+ fi
rm -f $CONF
fi
;;
signature.asc
Description: This is a digitally signed message part.

