I believe the fix is trivial, but it seems I don't have working squeeze
compilation environment available to build the package properly now and
I don't have time to fix it today.  So please anybody feel free to make
NMU if you can and to contact the release team.  The fix is attached.

Thanks for the report.

commit d502393fb04706c80e3aa6d608d0d6bee7ef4927
Author: Milan Zamazal <p...@debian.org>
Date:   Wed Feb 2 17:34:32 2011 +0100

    Fix logrotate script breaking logrotate configuration of other packages (#611711)

diff --git a/debian/changelog b/debian/changelog
index c6835c1..7159ae5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+speech-dispatcher (0.7-7) unstable; urgency=low
+
+  * Fix logrotate script breaking logrotate configuration of other
+    packages; closes: #611711.
+
+ -- Milan Zamazal <p...@debian.org>  Wed, 02 Feb 2011 17:33:51 +0100
+
 speech-dispatcher (0.7-6) unstable; urgency=low
 
   * Make flite output working again; thanks to Samuel Thibault
diff --git a/debian/speech-dispatcher.logrotate b/debian/speech-dispatcher.logrotate
index 3fafd5c..f35cc91 100644
--- a/debian/speech-dispatcher.logrotate
+++ b/debian/speech-dispatcher.logrotate
@@ -1,9 +1,8 @@
-daily
-compress
-missingok
-sharedscripts
-
 /var/log/speech-dispatcher/speech-dispatcher.log /var/log/speech-dispatcher/speech-dispatcher-protocol.log {
+  daily
+  compress
+  missingok
+  sharedscripts
   rotate 7
   postrotate
     /etc/init.d/speech-dispatcher reload >/dev/null
@@ -11,6 +10,10 @@ sharedscripts
 }
 
 /var/log/speech-dispatcher/debug-epos-generic /var/log/speech-dispatcher/debug-festival /var/log/speech-dispatcher/debug-flite {
+  daily
+  compress
+  missingok
+  sharedscripts
   rotate 2
   postrotate
     /etc/init.d/speech-dispatcher reload >/dev/null

Reply via email to