Your message dated Sat, 12 Mar 2011 09:47:35 +0000
with message-id <e1pylq7-0005yd...@franck.debian.org>
and subject line Bug#568347: fixed in libsaxon-java 1:6.5.5-7
has caused the Debian Bug report #568347,
regarding libsaxon-java: should use upper case for encoding names
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 ow...@bugs.debian.org
immediately.)


-- 
568347: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=568347
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libsaxon-java
Version: 1:6.5.5-6
Severity: minor
File: /usr/share/java/saxon.jar

When using a stylesheet and source file that both use XML text
declarations of

  <?xml version="1.0" encoding="UTF-8" ?>

but the stylesheet does not provide an xsl:output element, Saxon
produces output containing the following declaration:

  <?xml version="1.0" encoding="utf-8"?>

According to the XML 1.0 Recommendation (Fifth Edition),

  XML processors SHOULD match character encoding names in a
  case-insensitive way....

This is a should: XML processors *should* do it, but are not obligated
to do it, and an XML processor may legitimately reject the encoding
declaration as unknown.  The Recommendation also states:

  In an encoding declaration, the values " UTF-8  ", " UTF-16  ", "
  ISO-10646-UCS-2  ", and " ISO-10646-UCS-4  " SHOULD be used for the
  various encodings and transformations of Unicode / ISO/IEC 10646....

Saxon should produce an XML prolog that uses "UTF-8" instead of "utf-8".
Xalan and xsltproc already produce such a declaration.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libsaxon-java depends on:
ii  default-jre [java2-runtime]   1.6-34     Standard Java or Java compatible R
ii  gcj-4.4-jre [java2-runtime]   4.4.3-1    Java runtime environment using GIJ
ii  gcj-jre [java2-runtime]       4:4.4.2-3  Java runtime environment using GIJ
ii  openjdk-6-jre [java2-runtime] 6b17-1.7-1 OpenJDK Java runtime, using Hotspo

libsaxon-java recommends no packages.

Versions of packages libsaxon-java suggests:
ii  libjdom1-java               1.1.1+dfsg-1 lightweight and fast library using
pn  libsaxon-java-doc           <none>       (no description available)

-- no debconf information

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 713 440 7475 | http://crustytoothpaste.ath.cx/~bmc | My opinion only
OpenPGP: RSA v4 4096b 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: libsaxon-java
Source-Version: 1:6.5.5-7

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

libsaxon-java-doc_6.5.5-7_all.deb
  to main/libs/libsaxon-java/libsaxon-java-doc_6.5.5-7_all.deb
libsaxon-java-gcj_6.5.5-7_i386.deb
  to main/libs/libsaxon-java/libsaxon-java-gcj_6.5.5-7_i386.deb
libsaxon-java_6.5.5-7.debian.tar.gz
  to main/libs/libsaxon-java/libsaxon-java_6.5.5-7.debian.tar.gz
libsaxon-java_6.5.5-7.dsc
  to main/libs/libsaxon-java/libsaxon-java_6.5.5-7.dsc
libsaxon-java_6.5.5-7_all.deb
  to main/libs/libsaxon-java/libsaxon-java_6.5.5-7_all.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 568...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Niels Thykier <ni...@thykier.net> (supplier of updated libsaxon-java 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 ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 12 Mar 2011 09:07:41 +0100
Source: libsaxon-java
Binary: libsaxon-java libsaxon-java-gcj libsaxon-java-doc
Architecture: source all i386
Version: 1:6.5.5-7
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Niels Thykier <ni...@thykier.net>
Description: 
 libsaxon-java - Saxon XSLT Processor
 libsaxon-java-doc - Saxon XSLT Processor's documentation and javadoc
 libsaxon-java-gcj - Saxon XSLT Processor (native code)
Closes: 568347 584243
Changes: 
 libsaxon-java (1:6.5.5-7) unstable; urgency=low
 .
   * Team upload.
   * Removed unneeded JREs from lib package.  Thanks to Brian M.
     Carlson for the report.  (Closes: #584243)
   * Removed Arnaud Vandyck from uploaders.  Thanks for your work
     on this package.
   * Bumped Standards-Versions to 3.9.1
     - Moved the packages to the java section
   * Use javadoc from default-java instead of openjdk-6.
   * Use javahelper to install jar files.
   * Rewrote d/rules as dh7 with overrides.
   * Replaced default-jdk-builddep with default-jdk and
     gcj-native-helper.
   * Added missing ${misc:Depends}.
   * Linked the javadoc against system javadoc.
   * Accepted patch from Brian M. Carlson to make saxon use
     uppercase encoding names.  (Closes: #568347)
   * Converted source package to 3.0 (quilt).
   * Updated the descriptions a bit.
   * Moved javadoc compilation to binary/binary-indep to avoid it
     being build when doing binary-only builds.
Checksums-Sha1: 
 388ce9e7e81a8490e31bd182e1b4c0b43bbcaf21 2083 libsaxon-java_6.5.5-7.dsc
 d4d080dd26107c9b3306fcb5f2e1b858704f2567 8842 
libsaxon-java_6.5.5-7.debian.tar.gz
 bd02b531fd5df5734321c8c980ad27b6ddc76436 577106 libsaxon-java_6.5.5-7_all.deb
 f8d3c7a735ab22f2a650caaa7f149d035850b651 608544 
libsaxon-java-gcj_6.5.5-7_i386.deb
 94f1ee9cde16655fe9f8b3e5467ebfef8831249c 1297818 
libsaxon-java-doc_6.5.5-7_all.deb
Checksums-Sha256: 
 7f9bc8bb6e1fc5610ae56efabc1e2bc068d99dcadfde6313277c1fdb97994a0a 2083 
libsaxon-java_6.5.5-7.dsc
 0062ea174b4a6ec6933bcf9b6ccfdab80cb8465d900112fc0af37a1104451f16 8842 
libsaxon-java_6.5.5-7.debian.tar.gz
 78ef0440f9183f39a30105f704557d86d72eb82809afa33a6860d4aac67c5ab2 577106 
libsaxon-java_6.5.5-7_all.deb
 2ca0cebc3c8261de4d9dead6668a2df532c78e9c26bf8c979c33eb79c14be452 608544 
libsaxon-java-gcj_6.5.5-7_i386.deb
 e0718c2ca5a1c98d5461c4f07093289803cb0736366579318456247b6f0b546e 1297818 
libsaxon-java-doc_6.5.5-7_all.deb
Files: 
 44a96282af1709dfbfe0adde85f53abe 2083 java optional libsaxon-java_6.5.5-7.dsc
 7273330cc1e9fac2c629ddc5c12592f8 8842 java optional 
libsaxon-java_6.5.5-7.debian.tar.gz
 b311a25760ddd93afb55f26a521ca419 577106 java optional 
libsaxon-java_6.5.5-7_all.deb
 95f85a96ca73963bc6f0b59a11761a24 608544 java optional 
libsaxon-java-gcj_6.5.5-7_i386.deb
 cdaee1685989d79bb8e0d19cce159ebd 1297818 doc optional 
libsaxon-java-doc_6.5.5-7_all.deb

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

iQIcBAEBCAAGBQJNez4BAAoJEAVLu599gGRCf+QP/2AWO51sPrklcqNr6ICeYLBh
eW6HNc0XBrMcvKJ/SfjOH/7kEiOUfVXvP49q4QqEtnoYphfT/1qZmtRirLRaNog3
VoH3I4paHUnpRzy+WRCTFNU5+ZRU53QmnzkzSK8Rs84HOxC70M2YUzrlxHgrLek8
VtcOXUnOovau8+3xCyGGCOFyHEms3Xi3ga2JqAbJK+aJkCdk7I8yCFDlH5LpWD+I
A29g0kqF1NE/bx1EytuaGsqslZVwKKY5EjylVu/iyXZ+Mq/L9Osrzt5gDtQdMPO6
o22jjgdt2W+XOTkoD5RIxC9VHcbljbLCJALuY+Mrptj86MlBDDY7hKe0qVjPh7+H
3y3HJxNogkqPf3JNJNB31/1F6ADzH2uNR3i05kxcO135USYAjcf3NCPVKjIaH5fh
vDALmNxYOIURYOknW4Gl/BfaBwaKzoKxWpzP3HbWDj+foLCnQaT4Zqiw/BPd5RzH
i0wU5vN9m0NLHLvezvAXSN7uhn8xO1POSbgHK7DMTZD+TY/oVpCbGUU7xpyWlGkz
nmNcRc1CBa4mA9ynHKivJrKdosFYWQV+jyH+S1Sy+cgP+HDAy6AD5MMJhLhNUu4T
3kpBqJP5foMAxuFvO9WH5RkBVP41JUqjW+ZycXZ+mjcR936VozGENRAkFOsELDG1
UdHjLRTlQaerAoQ3sYAJ
=jWDs
-----END PGP SIGNATURE-----



--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to