Your message dated Wed, 02 Dec 2009 15:34:03 +0000
with message-id <[email protected]>
and subject line Bug#530872: fixed in detox 1.2.0-4
has caused the Debian Bug report #530872,
regarding detox: Please use UTF-8 by default in system-wide config file
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
530872: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=530872
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: detox
Version: 1.2.0-1
Severity: wishlist
Tags: patch

Detox's system-wide config file /etc/detoxrc defines filter sequences
than can be used with the detox command-line tool. The default sequence
translates 8-bit ISO-8859-1 characters to "safe" ASCII characters. Using
ISO-8859-1 may not suit well for Debian because Debian's system-wide
locale uses UTF-8 encoding (since Etch). In detox it means that each
octet in UTF-8 multibyte characters are translated separately to "safe"
characters.

I suggest changing the default sequence so that it uses utf_8 table. See
the attached patch.
--- detox-1.2.0/detoxrc~        2006-07-03 19:45:54.000000000 +0300
+++ detox-1.2.0/detoxrc 2009-05-28 15:34:26.497832449 +0300
@@ -32,10 +32,10 @@
 #
 
 #
-# Basically just ISO8859_1
+# Basically just utf_8
 #
 sequence default {
-       iso8859_1;
+       utf_8;
        safe;
        wipeup;
 };

--- End Message ---
--- Begin Message ---
Source: detox
Source-Version: 1.2.0-4

We believe that the bug you reported is fixed in the latest version of
detox, which is due to be installed in the Debian FTP archive:

detox_1.2.0-4.diff.gz
  to main/d/detox/detox_1.2.0-4.diff.gz
detox_1.2.0-4.dsc
  to main/d/detox/detox_1.2.0-4.dsc
detox_1.2.0-4_amd64.deb
  to main/d/detox/detox_1.2.0-4_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Patrick Schoenfeld <[email protected]> (supplier of updated detox package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 02 Dec 2009 14:00:25 +0100
Source: detox
Binary: detox
Architecture: source amd64
Version: 1.2.0-4
Distribution: unstable
Urgency: low
Maintainer: Patrick Schoenfeld <[email protected]>
Changed-By: Patrick Schoenfeld <[email protected]>
Description: 
 detox      - utility to replace problematic characters in filenames
Closes: 530872
Changes: 
 detox (1.2.0-4) unstable; urgency=low
 .
   * [fcf76ff4] Update to debhelper 7
     - Make us of debhelper magic to minimize the rules file
     - Get rid of debian/install, because debhelper will do the
       right things
     - Update debhelper compat level and build dependency
   * [b7f0097b] Add a manpage for inline-detox(1)
   * [774e1ddc] Bump Standards-Version; no changes needed
   * [0a3319a0] Use utf8 in default sequence (Closes: #530872) - thanks
     to Teemu Likonen
   * [e3947b0f] Update the Vcs-* headers because we moved to git
Checksums-Sha1: 
 67f28fa1fa92ab8c8818468747f5fc9b64982087 1127 detox_1.2.0-4.dsc
 10380c92bd495f7713bd2cbdf6bc388d6ec3f735 7263 detox_1.2.0-4.diff.gz
 b8eaa76de6b4fa51db9c03b67adabf307307eccf 55644 detox_1.2.0-4_amd64.deb
Checksums-Sha256: 
 e173f6a0e12063b3125c6e7ed174eda2f14d9644512bdfdef4108839f6b71ec1 1127 
detox_1.2.0-4.dsc
 ab5c1fe3655f92892944e9af786a9390dd4126ecf2df46272f7b4951efe5ac56 7263 
detox_1.2.0-4.diff.gz
 db189c04910583a50bd8b26f2b4b3be6817fd80ef15678c93c9f0b9ed3c21930 55644 
detox_1.2.0-4_amd64.deb
Files: 
 bd7c4d59e9523fb6e39073429e8d3897 1127 utils extra detox_1.2.0-4.dsc
 c56d0bfba49c6f38b2f72a74d253cce4 7263 utils extra detox_1.2.0-4.diff.gz
 7a84466c2cd289a205c7e3a3469e5cbe 55644 utils extra detox_1.2.0-4_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAksWcvoACgkQbdB4RPTVesooGgCeKTokHW+krpooiYeHQ59WmD55
EkcAnij1gDE5rC5rHxidRSPO2UTSVaBO
=WjVj
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to