Your message dated Sun, 18 Dec 2011 19:17:19 +0000
with message-id <e1rcmez-0007sb...@franck.debian.org>
and subject line Bug#651238: fixed in aspectj 1.6.12+dfsg-2
has caused the Debian Bug report #651238,
regarding aspectj: 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.)


-- 
651238: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651238
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: aspectj
Version: 1.6.11+dfsg-2
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: #888925):
    - d/jar_from_src_zip.xml: Set source/target Java to 1.5 for javac
      ant calls to avoid encoding errors compiling with Java 7.

This ensures backwards compatibility and works around the change in 
Java 7 which classifies encoding issues as errors rather than 
warnings.

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.0.0-13-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)

iQIcBAEBCAAGBQJO3pviAAoJEL/srsug59jDYTQQAKf2kLYgcl/azzqqI76ELC1A
CugFcLw802yw0oHG/x73nGRssAAwzlPa4K7zAQRlVcxDQ6SihLmVxbGGGhXB9SV5
884xM24cGCfHVUbfsTNIl7naSfyV1Nz534B3YOvmQrd8nBmdz3jJVedBIS9UYU/q
BAbPfmTee0EHxWHGkoQywPOd15ZzriPPTVQRqZe8bZiMX0oZRlhpbPBJDPe3C6/I
MejgFpUFtjB3xOPPY4+mLzAIQnb1s8vTy5G07mDrmz8xnwcMvwIAB1JuNfFWpz09
GUlAJAb4ltk4bzZ76tagL+yH6CfuJbo0mZ9QDSeRSKSrNzUWNbt16KzSDQgbFvMM
6FoadhFw3yyp11eN2brCVlo+tVKIPSuK4Vu9/5ii4lihJXsbATtX3lQxC4Hlfwjx
QhV4jgm+eTO8fK23RWEseSibHgClrgOVZMVxsgAJPCGLGk3RHGzSOOFnudbd241+
6/gr9+atf9DjVVFmV4GiIXfWRJVKXipjEFpXHjw1pu22QEMHnNvY9cfdGDzvvVQ2
wVTyh7xIPO23mRyDLEtkUDZrK7CXnABY3HaAhZ/P1TqMjeHIkRyeir2awBNE7RnJ
4NQoiMSA3P/aLfT7dA70Ro97JfuvRSFwvTru+mE4ne7kpJzHZAVoSVMptUHi4/h1
WH+Fxn9rUpqTij0op/Mf
=QEIA
-----END PGP SIGNATURE-----
=== modified file 'debian/jar_from_src_zip.xml'
--- debian/jar_from_src_zip.xml	2009-10-04 16:37:23 +0000
+++ debian/jar_from_src_zip.xml	2011-12-06 22:26:54 +0000
@@ -30,7 +30,7 @@
 
   <target name="compile" depends="extract">
     <mkdir dir="${bin.dir}"/>
-    <javac srcdir="${src.dir}" destdir="${bin.dir}" debug="on" classpath="${module.deps}" sourcepath="${module.srcdeps}"/>
+    <javac srcdir="${src.dir}" destdir="${bin.dir}" source="1.5" target="1.5" debug="on" classpath="${module.deps}" sourcepath="${module.srcdeps}"/>
   </target>
 
   <target name="compile-aj" depends="extract">


--- End Message ---
--- Begin Message ---
Source: aspectj
Source-Version: 1.6.12+dfsg-2

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

aspectj-doc_1.6.12+dfsg-2_all.deb
  to main/a/aspectj/aspectj-doc_1.6.12+dfsg-2_all.deb
aspectj_1.6.12+dfsg-2.debian.tar.gz
  to main/a/aspectj/aspectj_1.6.12+dfsg-2.debian.tar.gz
aspectj_1.6.12+dfsg-2.dsc
  to main/a/aspectj/aspectj_1.6.12+dfsg-2.dsc
aspectj_1.6.12+dfsg-2_all.deb
  to main/a/aspectj/aspectj_1.6.12+dfsg-2_all.deb
libaspectj-java-doc_1.6.12+dfsg-2_all.deb
  to main/a/aspectj/libaspectj-java-doc_1.6.12+dfsg-2_all.deb
libaspectj-java_1.6.12+dfsg-2_all.deb
  to main/a/aspectj/libaspectj-java_1.6.12+dfsg-2_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 aspectj 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: Sun, 11 Dec 2011 22:23:10 -0800
Source: aspectj
Binary: aspectj libaspectj-java aspectj-doc libaspectj-java-doc
Architecture: source all
Version: 1.6.12+dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: tony mancill <tmanc...@debian.org>
Description: 
 aspectj    - aspect-oriented extension for Java - tools
 aspectj-doc - aspect-oriented extension for Java - documentation
 libaspectj-java - aspect-oriented extension for Java - library
 libaspectj-java-doc - aspect-oriented extension for Java - API documentation
Closes: 651238
Changes: 
 aspectj (1.6.12+dfsg-2) unstable; urgency=low
 .
   [ tony mancill ]
   * Team upload.
   * Apply JDK7 FTBFS patch (Closes: #651238)
Checksums-Sha1: 
 5d510fa610520f0b4b8636afd7e4e411230d4a8c 2447 aspectj_1.6.12+dfsg-2.dsc
 4f8eb6babfec0729e580fa762afb80834807efab 19814 
aspectj_1.6.12+dfsg-2.debian.tar.gz
 a25d51d0f440b732504c14c9067368d7005fdf6b 63770 aspectj_1.6.12+dfsg-2_all.deb
 72e10f72572604cc6014893eea51c80c75131c4f 11147946 
libaspectj-java_1.6.12+dfsg-2_all.deb
 e2f84e325993d2926dfafc8f5a0a4699f45ab7c3 555746 
aspectj-doc_1.6.12+dfsg-2_all.deb
 60dee2f91a007cc8ca707cdd6851105cadf87be0 174344 
libaspectj-java-doc_1.6.12+dfsg-2_all.deb
Checksums-Sha256: 
 25655c0557ce0f10c87fb6156d05833ef93d950c0e38d895ffec8b49e1a4258f 2447 
aspectj_1.6.12+dfsg-2.dsc
 cfcdc8dac1276e1f2a17791904c8d44c248ec92d74b92b040a0ea3916ea8a352 19814 
aspectj_1.6.12+dfsg-2.debian.tar.gz
 b04fcd2ef2a48183c1af035e8102e03a0584cd8c5bb124fd98ba2bd83f7f67fa 63770 
aspectj_1.6.12+dfsg-2_all.deb
 8a0c61a4a6c159a1a2b0f49e14f440b9fb54ea47ec6a5a7ee14532e8989fa938 11147946 
libaspectj-java_1.6.12+dfsg-2_all.deb
 64e3a20ad2f3382b86a378df5917ee46e80df8ea5c49057f3e97f825d84f660a 555746 
aspectj-doc_1.6.12+dfsg-2_all.deb
 362cd4243da76fb02e533814871bb6ace6333ee4b80bd4f72d6a591afff6c9e6 174344 
libaspectj-java-doc_1.6.12+dfsg-2_all.deb
Files: 
 20dfc2fc408ed4f8b5a282bd25bcdbaf 2447 java optional aspectj_1.6.12+dfsg-2.dsc
 0de6490d4bec5cccb15cb4572d70d544 19814 java optional 
aspectj_1.6.12+dfsg-2.debian.tar.gz
 a008a5ee50dc9c27ae1ccc54721d6d29 63770 java optional 
aspectj_1.6.12+dfsg-2_all.deb
 e14f5d369a4a8d46b6c8280f2f044221 11147946 java optional 
libaspectj-java_1.6.12+dfsg-2_all.deb
 621f97ce8c7928402ce66858d87c795d 555746 doc optional 
aspectj-doc_1.6.12+dfsg-2_all.deb
 7939c0cada8976b0aed16c1e46e24dbc 174344 doc optional 
libaspectj-java-doc_1.6.12+dfsg-2_all.deb

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

iQIcBAEBCAAGBQJO7jg0AAoJEHXiDM0z50n8amQP/18rkuxXUfx9MCUr9ZxhlKLb
ksCS1yyZi/JQqFD9q6jtcH5zPeCmq+gHPniZUzrc81Zi/Wvrp/b0khP4Be7G5D3r
BliRbjeCTjUsU+vrW+9iJ+A4I3VH7WQ4V6YjQ6IzwfRXGkr3GV0XGDxvOEENKl8V
nmarF+GVmWk/Xm+i6NJmcCahnIN7codMxU4KPB0rH+N/D7w0QQAfJSNUYltOzNS5
ROfVIrAX38p6nJRP29W88AFrp4sFSC6Y8/gjQ15kyUZgSLzZYTig+UGut6kyNMuD
oTiUG/uuaWOLzW92PFbzPxT2/ngZOD74KrNt54me34yc7FGj7QVSIoerZNe7LDLj
KZfao0CCXM6GbX7m8QL5wshirGgpt/1GhAcIbGWJoEV/mFHblQHoGfZbX62AXEDW
uc1IQj3qRsTWqNdatPMpc1DdSBUYfbItNojcqHwPBYmAOsStT4FJQW+7eLW2JBt4
8ivCK4BcsqyFxstiCb1Yo6Vix+udMr3DvKfLxz16f6XPQcs3PYO9f/vQZaiXPavo
gMS8XIfHDCwqhaGACfUS09poWqtIzDZ35Gcx3GfdZk3dnKFVFbvjFNVdGHNWZzTE
hoe6c1iIOHIw0u4k1cQ3F2B5uV3DgNz9G5zcW1Qr6ZWC6gztfGeHMCsyGlRjgd/l
cB9b4OhbeStfpY7YnMbD
=g/QQ
-----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