Package: libcommandline-ruby
Version: 0.7.10-2
Severity: normal

Hi,

libcommandline-ruby'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

(Note that libcommandline-ruby seems to have a generated control file?)

The same applies to debian/changelog to ensure that the Maintainer field in
both files is the same. See the debian-devel thread at
http://lists.debian.org/debian-devel/2005/11/msg00482.html .

Thanks.

bye,
  Roland

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: sparc (sparc64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-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)

Versions of packages libcommandline-ruby depends on:
ii  libcommandline-ruby1.8        0.7.10-2   Ruby library to write command-line

libcommandline-ruby recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to