Package: wflogs
Version: 0.9.8-5.1
Severity: normal
Tags: patch

Hi,

Attached is the diff for my wflogs 0.9.8-5.2 NMU.

-- 
Homepage: http://www.sesse.net/
diff -Nru /tmp/JDKzEGyGGC/wflogs-0.9.8/debian/changelog 
/tmp/zSJW8eMfFW/wflogs-0.9.8/debian/changelog
--- /tmp/JDKzEGyGGC/wflogs-0.9.8/debian/changelog       2006-11-14 
14:54:06.000000000 +0100
+++ /tmp/zSJW8eMfFW/wflogs-0.9.8/debian/changelog       2006-11-14 
14:54:08.000000000 +0100
@@ -1,3 +1,19 @@
+wflogs (0.9.8-5.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Exactly the same as 0.9.8-5.1, but without a broken changelog for
+    0.9.8-5.
+
+ -- Steinar H. Gunderson <[EMAIL PROTECTED]>  Tue, 14 Nov 2006 14:48:13 +0100
+
+wflogs (0.9.8-5.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * When removing /var/log/wflogs on purge, remember the -r flag to rm.
+    Makes the package purgable again. (Closes: #355384)
+
+ -- Steinar H. Gunderson <[EMAIL PROTECTED]>  Tue, 14 Nov 2006 14:32:40 +0100
+
 wflogs (0.9.8-5) unstable; urgency=low
 
   * Remove /var/log/wflogs when the package is purged.
diff -Nru /tmp/JDKzEGyGGC/wflogs-0.9.8/debian/postrm 
/tmp/zSJW8eMfFW/wflogs-0.9.8/debian/postrm
--- /tmp/JDKzEGyGGC/wflogs-0.9.8/debian/postrm  2006-11-14 14:54:06.000000000 
+0100
+++ /tmp/zSJW8eMfFW/wflogs-0.9.8/debian/postrm  2006-11-14 14:54:08.000000000 
+0100
@@ -3,7 +3,7 @@
 
 if [ $1 = purge ]; then 
        rm -f /etc/default/wflogs
-       rm -f /var/log/wflogs
+       rm -rf /var/log/wflogs
 fi
 
 #DEBHELPER#

Reply via email to