Your message dated Thu, 29 Dec 2011 07:17:26 +0000
with message-id <e1rgaew-0004fy...@franck.debian.org>
and subject line Bug#651185: fixed in libsaxon-java 1:6.5.5-8
has caused the Debian Bug report #651185,
regarding libsaxon-java: Patch to fix FTBFS with openjdk-7
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.)


-- 
651185: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651185
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libsaxon-java
Version: 1:6.5.5-7
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu precise ubuntu-patch

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

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:

  * Fix FTBFS with OpenJDK 7 (LP: #888126):
    - d/rules: Specify source/target = 1.5 for javac command
      to ensure backwards compatibility of generated bytecode 
      and work around source file encoding errors with Java 7.
    - d/rules: Specify source file encoding for javadoc command.

This ensures compatibility with openjdk-7 as and when the default
Java is switched in Debian.

Thanks for considering the patch.


- -- System Information:
Debian Release: wheezy/sid
  APT prefers precise-updates
  APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 
'precise')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-generic (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

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

iQIcBAEBCAAGBQJO3jH4AAoJEL/srsug59jDITIQAK46ce39180juOTM+Ct7jSJz
WZu2YZR+2kv2Jfg71IYCdDxGcgtCjmJKwWlQRAhrOMZSelc44tX7dDlq9j/Gy5pN
xO+5Ps40A0UljBPGAcWzv5sQEo+9qYMADzDXtBeQJtkEdQHTjKWR8YJCflsI09zV
B0KAtTfWoLS16QmtRcNxCW6TpxjVC97453PZ5YaagALyaGJT3q1Raq7hxH4EFlHu
lIqn0lWHJEGIDlHcKGZL/3+kmP0OXMP22dT1AvRBo+c+ipSbC7zMMGeADmjf3HWr
P5ubEW3os8wMBvOsDMsWpfbllVLNdiQixq5iCbRHZ8YoW4TdQ5bWMACmRbRp32P+
UslfQ2BcbX3tw1tqfbynye4lrWXfg9S0KyE1URTRrsWc7Qt+494DX/Z9PB6zBbo8
vcBfYfxi5WvywGKs5+JQMOuS3HK9E4+L3wMBzk6UyrQ8Uj/xA9hWyeljHtPbHadD
kHf05wbV0WaSwVn0IFM+ujiB6CDNf5SDpRv0aGlKIZMaoHAxoO11+QNe9IiknMjO
HywScn0CAQV9xwhFilJ2AU4XEzKj0J4OvAOtZ+JAeSnyT7W/ocbymgdtzW+RBsQN
XWFG4ThwdOIJ9yWnKTqTg6iCyr/xn+AqYpccREryZRGKXMbnHwSpSZ9CbGH5Eggn
mRqIf2UTXEi1FgBJNWMg
=WuUd
-----END PGP SIGNATURE-----
=== modified file 'debian/rules'
--- debian/rules	2011-03-12 09:07:41 +0000
+++ debian/rules	2011-12-06 14:14:52 +0000
@@ -12,7 +12,7 @@
 APIDOC=build/api
 JDOM=com/icl/saxon/jdom
 CLASSPATH = /usr/share/java/jdom1.jar
-JAVADOC = $(JAVA_HOME)/bin/javadoc
+JAVADOC = $(JAVA_HOME)/bin/javadoc -encoding ISO-8859-1
 
 include /usr/share/gcj/debian_defaults
 ifneq (,$(filter $(DEB_HOST_ARCH), $(gcj_native_archs)))
@@ -24,7 +24,7 @@
 
 override_dh_auto_build:
 	if [ ! -d $(BUILD) ]; then mkdir $(BUILD); mkdir $(APIDOC); fi	
-	$(JAVA_HOME)/bin/javac -nowarn -sourcepath $(SOURCES) -classpath $(CLASSPATH) -d $(BUILD) `find $(SOURCES) -name \*.java`
+	$(JAVA_HOME)/bin/javac -nowarn -source 1.5 -target 1.5 -sourcepath $(SOURCES) -classpath $(CLASSPATH) -d $(BUILD) `find $(SOURCES) -name \*.java`
 	cp -r $(SOURCES)/META-INF $(BUILD)
 	cp debian/MANIFEST.MF $(BUILD)/META-INF
 	# split off jdom classes, everything else into saxon.jar


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

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

Debian distribution maintenance software
pp.
tony mancill <tmanc...@debian.org> (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: SHA1

Format: 1.8
Date: Wed, 28 Dec 2011 22:52:52 -0800
Source: libsaxon-java
Binary: libsaxon-java libsaxon-java-gcj libsaxon-java-doc
Architecture: source all amd64
Version: 1:6.5.5-8
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: tony mancill <tmanc...@debian.org>
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: 651185
Changes: 
 libsaxon-java (1:6.5.5-8) unstable; urgency=low
 .
   * Team upload.
   * Apply path to ensure compatibility with OpenJDK7. (Closes: #651185)
     - Thanks to James Page.
   * Bump Standards-Version to 3.9.2.
Checksums-Sha1: 
 51276d6b556c502c75af7e7d4ed59c669c7b9cb5 2206 libsaxon-java_6.5.5-8.dsc
 81e275a1e91656fb56a575b0e71eba438134d20f 8893 
libsaxon-java_6.5.5-8.debian.tar.gz
 3107fbec9dadc2a7f48e75e11f4ee5d07b5374d6 548828 libsaxon-java_6.5.5-8_all.deb
 864918adfd0ea09345e5469fd6052897c40272c3 802024 
libsaxon-java-gcj_6.5.5-8_amd64.deb
 d89d95979eebcfd1eb89b5c402d083b1d50523bb 1310494 
libsaxon-java-doc_6.5.5-8_all.deb
Checksums-Sha256: 
 f36cc4eb10af6df277c133bbe1e6e5a3012c1f50d7ef7e3b0cb25597dc89fe47 2206 
libsaxon-java_6.5.5-8.dsc
 b497c86d9d796a293ed591046e9759dc9177cb76e5b35077d5e1644514aa8a84 8893 
libsaxon-java_6.5.5-8.debian.tar.gz
 61be5878bbb189c159aac1fcd0e818c667e40d19322459529b549ac0eb2cf5c1 548828 
libsaxon-java_6.5.5-8_all.deb
 8e9804d372a5c146f7a77858501f77d540df7335805dadd1aae7975f9dab1ec0 802024 
libsaxon-java-gcj_6.5.5-8_amd64.deb
 048206d19c58c412e1d574c8b1d7b3184b74ec9702abd41859ca2935c381469f 1310494 
libsaxon-java-doc_6.5.5-8_all.deb
Files: 
 1e1d4c57cb3cb716933768cc649895a5 2206 java optional libsaxon-java_6.5.5-8.dsc
 e55ee8915b52b3589dba78dc65e0652d 8893 java optional 
libsaxon-java_6.5.5-8.debian.tar.gz
 964b3eda19a3faee47b7e872dc66a24f 548828 java optional 
libsaxon-java_6.5.5-8_all.deb
 504669d279aa1044ce6a614b66512e52 802024 java optional 
libsaxon-java-gcj_6.5.5-8_amd64.deb
 f642a0e754f3264b38782656bc595eda 1310494 doc optional 
libsaxon-java-doc_6.5.5-8_all.deb

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

iQIcBAEBAgAGBQJO/BDRAAoJECHSBYmXSz6WD+IQALvmjLpnUp7/22eTmuDjaKiq
lIIF3TG/N4E2vJZTJcfKV+XDNUjTPLzE07+DZyCYpQJefWPxoCzmyzQWsfzdKpmm
v5LH9zNgfcdgXXcfEhh5iVQcHQ5Z422bm3f65r8N7kEtmcTmfYrxBDZMC4tzoW1W
j7HCfAHdVKBxZQTx9PuzRWjVbwCgJLYc2EvkTuK5s1JXjTAY2KGgk0YR8EiW7E9n
tGPo0KYn6DvQpQL6msqAYKP8gw3oOK/hvz7B8d+DXFMMBGxX9+DDiRzJHOXo0WmW
gxRIsg4KWW7VhNTKCofLBDOdWOPIx+W4K64+X0IOVVpuWaKTCNQC5V0wYnGYMnAK
EiuCfUbHYafTYOiiSEx8F+s3rmTgNIRLDA0/KAQftqimbrWa8QQUhLs+eIunDe/Z
8oJCKgEgqTtYnsCbxMbnlMA0Nd3VjYh4i1xC6SGufcXXirt9+nWvNNXY5vCNzZDN
eFINZmXDnEfeYzMTPHRqs96yjaXQg+p6HnGNop6jpvglEVaIr2oaBBJJqVB7wv09
KAs+maXLhBKFdOA5jg8Qj1ggSJKs7efL1BY0bhzg6r04s50aleIbqrufnAFQshaY
YXhFlJGb7wVqX+BEf288ABlx5a7jOu3gLTscdYfiIzctU2at9MHf+a9pPqi3QJZN
3ge9MxUkNZR8OoYMm7b0
=S7Jz
-----END PGP SIGNATURE-----



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

Reply via email to