tags 295197 patch thanks This seems the week for debconf-related purge failures.
Please find attached a patch for this issue. The postrm must not output user messages to stdout on purge if debconf is used by the package. -- Steve Langasek postmodern programmer
diff -u horde2-2.2.7/debian/postrm horde2-2.2.7/debian/postrm
--- horde2-2.2.7/debian/postrm
+++ horde2-2.2.7/debian/postrm
@@ -9,7 +9,6 @@
#
# Remove files generated for configuration
#
- echo "Removing /var/lib/horde2"
rm -Rf /var/lib/horde2
;;
*)
diff -u horde2-2.2.7/debian/changelog horde2-2.2.7/debian/changelog
--- horde2-2.2.7/debian/changelog
+++ horde2-2.2.7/debian/changelog
@@ -1,3 +1,13 @@
+horde2 (2.2.7-5.1) unstable; urgency=high
+
+ * Non-maintainer upload.
+ * High-urgency upload for sarge-targetted RC bugfix.
+ * Remove a spurious echo from the postrm, which breaks package purging
+ due to problematic interactions with debconf and is contraindicated
+ by policy anyway. Closes: #295197
+
+ -- Steve Langasek <[EMAIL PROTECTED]> Mon, 14 Feb 2005 10:26:43 -0800
+
horde2 (2.2.7-5) unstable; urgency=low
* Renamed apache.conf file to horde2.conf in config.d directory,
signature.asc
Description: Digital signature

