Package: cadubi Version: 1.2-5 Severity: normal Tags: patch Hi,
cadubi's debian/control seems to be encoded in ISO-8859-1 with non-ASCII characters. However, this makes data evaluation over the whole archive (e.g. Sources file) difficult since it's not possible to automatically detect encodings. The only compatible way to provide non-ASCII characters is to encode in UTF-8. The conversion can be done with e.g.: $ iconv -f ISO-8859-1 -t UTF-8 debian/control > debian/control.new $ mv debian/control.new debian/control Also consider the attached patch. Thanks. bye, Roland -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: sparc (sparc64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12-1-sparc64 Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_GB.UTF-8)
--- debian/control.orig 2005-11-13 10:47:06.000000000 +0100 +++ debian/control 2005-11-13 10:47:06.000000000 +0100 @@ -1,7 +1,7 @@ Source: cadubi Section: graphics Priority: optional -Maintainer: Teófilo Ruiz Suárez <[EMAIL PROTECTED]> +Maintainer: Teófilo Ruiz Suárez <[EMAIL PROTECTED]> Standards-Version: 3.6.0 Build-Depends: debhelper

