Package: capisuite
Version: 0.4.5-6.4
Severity: serious
Tags: patch

--- Please enter the report below this line. ---

Python 2.5 as default is more sensitive to encoding issues. incoming.py
has a german umlaut in a comment that lets the script die on each
incoming call (and makes it useless for receiving faxes). Found the
solution on the web (i.e. Bug 84211 on Ubuntu).

Greetings,
Edelhard

--- System information. ---
Architecture: i386
Kernel:       Linux 2.6.18-1-xen-k7

Debian Release: lenny/sid
  920 unstable        www.debian-multimedia.org 
  800 unstable        www.emdebian.org 
  800 unstable        ftp2.de.debian.org 

--- Package information. ---
Depends                        (Version) | Installed
========================================-+-================
exim                                     | 
 OR mail-transport-agent                 | 
gs                                       | 
libc6                         (>= 2.7-1) | 2.7-10
libcapi20-3                              | 1:3.9.20060704-3.3
libgcc1                  (>= 1:4.1.1-21) | 1:4.3.0-3
libstdc++6                  (>= 4.2.1-4) | 4.3.0-3
libtiff-tools                   (>= 3.7) | 3.8.2-8
python                          (>= 2.5) | 2.5.2-1
python                          (<< 2.6) | 2.5.2-1
python-central                (>= 0.6.4) | 0.6.6
python2.5                       (>= 2.5) | 2.5.2-3
sfftobmp                        (>= 3.0) | 3.1-1
sox                                      | 14.0.1-2

--- incoming.py	2004-11-28 14:35:23.000000000 +0100
+++ incoming-recoded.py	2008-04-29 11:38:53.000000000 +0200
@@ -1,3 +1,5 @@
+# -*- coding: UTF-8 -*-
+
 #              incoming.py - standard incoming script for capisuite
 #              ----------------------------------------------------
 #    copyright            : (C) 2002 by Gernot Hillier
@@ -418,7 +420,7 @@
 #
 # Revision 1.9  2003/06/27 07:51:09  gernot
 # - replaced german umlaut in filename "nachricht-gelscht.la", can cause
-#   problems on Redhat, thx to Herbert Hübner for reporting
+#   problems on Redhat, thx to Herbert Hübner for reporting
 #
 # Revision 1.8  2003/06/16 10:21:05  gernot
 # - define filename in any case (thx to Axel Schneck for reporting and

Reply via email to