Your message dated Sat, 19 Sep 2009 12:32:27 +0000
with message-id <[email protected]>
and subject line Bug#545943: fixed in pywbxml 0.1-4
has caused the Debian Bug report #545943,
regarding python-wbxml forces incorrect language in wbxml2xml
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.)
--
545943: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=545943
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-wbxml
Version: 0.1-3
Severity: important
Tags: patch
When converting WBXML to XML (wbxml2xml binding), python-wbxml forces
the language to WBXML_LANG_AIRSYNC. This is incorrect, for instance
when decoding OMA Device Management messages.
It is better to let the language be detected by using WBXML_LANG_UNKNOWN.
The attached patch does just that.
Jeremy
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages python-wbxml depends on:
ii libc6 2.9-26 GNU C Library: Shared libraries
ii libwbxml2-0 0.10.6-4 WBXML parsing and encoding library
ii libxml2 2.7.3.dfsg-2.1 GNOME XML library
ii python 2.5.4-2 An interactive high-level object-o
python-wbxml recommends no packages.
python-wbxml suggests no packages.
-- no debconf information
--- pywbxml-0.1.orig/src/pywbxml.pyx
+++ pywbxml-0.1/src/pywbxml.pyx
@@ -28,7 +28,7 @@
cdef WBXMLGenXMLParams params
params.gen_type = WBXML_GEN_XML_CANONICAL
- params.lang = WBXML_LANG_AIRSYNC
+ params.lang = WBXML_LANG_UNKNOWN
params.indent = 0
params.keep_ignorable_ws = 1
--- End Message ---
--- Begin Message ---
Source: pywbxml
Source-Version: 0.1-4
We believe that the bug you reported is fixed in the latest version of
pywbxml, which is due to be installed in the Debian FTP archive:
python-wbxml_0.1-4_i386.deb
to pool/main/p/pywbxml/python-wbxml_0.1-4_i386.deb
pywbxml_0.1-4.diff.gz
to pool/main/p/pywbxml/pywbxml_0.1-4.diff.gz
pywbxml_0.1-4.dsc
to pool/main/p/pywbxml/pywbxml_0.1-4.dsc
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.
Jonny Lamb <[email protected]> (supplier of updated pywbxml 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: Sat, 19 Sep 2009 13:14:22 +0100
Source: pywbxml
Binary: python-wbxml
Architecture: source i386
Version: 0.1-4
Distribution: unstable
Urgency: low
Maintainer: Jonny Lamb <[email protected]>
Changed-By: Jonny Lamb <[email protected]>
Description:
python-wbxml - WBXML parsing and encoding library -- Python bindings
Closes: 545943
Changes:
pywbxml (0.1-4) unstable; urgency=low
.
* debian/patches/:
+ 0002-Don-t-force-incorrect-language-in-wbxml2xml.patch:
Added. Thanks to Jeremy Laine <[email protected]> for the
patch. (Closes: #545943)
* debian/control: Upped Standards-Version.
* debian/README.source: Added.
Checksums-Sha1:
692d83e01b47c664819321903150826e126eea31 1227 pywbxml_0.1-4.dsc
6e67546f46bcdd408530fa9d74b938ea9b585409 4342 pywbxml_0.1-4.diff.gz
5d035d245676cfd8c3a5c1a309aa192657defa14 11286 python-wbxml_0.1-4_i386.deb
Checksums-Sha256:
16bdb7fca31ddb59489f7d3cad9c4ed31975a2b1dbce71eb36db10a6c54db681 1227
pywbxml_0.1-4.dsc
9e828982c26d131adc7da00d3451572d2dfceeec06fd67161018bbefb2a5904f 4342
pywbxml_0.1-4.diff.gz
1d3cbd819f1a3261dbbc9e1c47bdd8552ac50eea6827c9d8bff6ddb3fc6e5b77 11286
python-wbxml_0.1-4_i386.deb
Files:
89c1394adce5b64ee515bae927c8eb8b 1227 libs optional pywbxml_0.1-4.dsc
2e9bbc4a33663a481ffae1b41d330caf 4342 libs optional pywbxml_0.1-4.diff.gz
5dfc43db1484c162b13113d4fe778665 11286 python optional
python-wbxml_0.1-4_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkq0zBsACgkQwYr7ny4DlALUZQCfTE4un8RE0HfLqwGqNkZCKM3f
w1oAn26EBFARsW8brJ57GD6K6nDA7c4F
=N9Gp
-----END PGP SIGNATURE-----
--- End Message ---