--- a/debian/changelog Mon Sep 05 12:24:45 2011 +0200
+++ b/debian/changelog Mon Sep 05 12:56:02 2011 +0200
@@ -1,3 +1,9 @@
+littlebird (2011072500-57) stable; urgency=low
+
+ * fixed core postrm
+
+ -- Heiko Schlittermann <hs@schlittermann.de> Mon, 05 Sep 2011 12:53:02 +0200
+
littlebird (2011072500-56) stable; urgency=low
* fixed sql postinst script (no endless loop if no access)
--- a/debian/littlebird-tc-core.postrm Mon Sep 05 12:24:45 2011 +0200
+++ b/debian/littlebird-tc-core.postrm Mon Sep 05 12:56:02 2011 +0200
@@ -28,7 +28,7 @@
ucf --debconf-ok --purge /etc/apache2/conf.d/littlebird-tc
ucfq --with-colons littlebird-tc-core | while IFS=: read file rest
- done
+ do
ucfr --purge littlebird-tc-core "$file"
done