Your message dated Sat, 13 Apr 2013 10:17:49 +0000
with message-id <e1uqxwn-0000ed...@franck.debian.org>
and subject line Bug#688118: fixed in libcommons-compress-java 1.5-1~exp1
has caused the Debian Bug report #688118,
regarding libcommons-compress-java: Ensure backwards compatible bytecode is 
built
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.)


-- 
688118: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=688118
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libcommons-compress-java
Version: 1.4.1-2
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu quantal ubuntu-patch openjdk-7-transition

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

Dear Maintainer,

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

  * Ensure backwards compatible bytecode is built (LP: #1049689):
    - d/build.xml: Set target = 1.5 during compilation.

Thanks for considering the patch.


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

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

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

iQIcBAEBCAAGBQJQWd+nAAoJEL/srsug59jDndMQALL5XyfZEKt0EuN7/2Z4Qj+n
08cg0U7ysNIyHLTIfILoHI6e5s1VnxrYNoCRw7CbckrSbVtcNKlKia9S1K3rbHzE
LfVhaZx6amu+E5kE6ge/7Lm8e7z27yXXeSjxGbMuXQ/2b88ttmRBpfylAmWZTVe/
TztaBG/fe7Qff+shzUHZUBPikwZ+WlchhgDpadjITSqgvl1Rabq0cnkN+SD4NaGz
fg1hmqRStXAlssealKjSYIeQ3CnYVp7Ln9wF+44MgnucdjRr7L49USjLWuS+Y42Z
qct9jFmN9pfHNW0Ysq8l3RXA5H3BxObExEhjWq7rvQehTcfEsj4OeoE1SyiJM5zq
rqYOyrSjs4Q2el1Tta/So2Ci5+urnzoROSVLxJ/IPANMxsPxWFkechHTwIFlxRYI
wT2jzmVHpdssL6dZCwGZpx0E/+BQfbd7YMvTrmGLfvyCN4JFInwpUd+3v86YvAQO
jSas0pqbHVovBRp430yXTH0IlZ8j39GfO+RV7bqXH/ONwBVNVn8Fb4tPyKDv5uf5
m7akZ8gZAjzpuIL8o0PQxli6sWyM5cb0/Rg+0lvFfClWwKKT95PDlrLqrDYxemZe
wEu9gEBZRy7bEj1NAKdRSQYzOde4cYChdRftzbFGBI19c7HqdXlokRgonouGqtP8
efoIw4YCQg27NBPhPFnd
=1P16
-----END PGP SIGNATURE-----
diff -Nru libcommons-compress-java-1.4.1/debian/build.xml libcommons-compress-java-1.4.1/debian/build.xml
--- libcommons-compress-java-1.4.1/debian/build.xml	2012-05-30 00:32:23.000000000 +0100
+++ libcommons-compress-java-1.4.1/debian/build.xml	2012-09-19 15:58:37.000000000 +0100
@@ -10,13 +10,13 @@
   <target name="compile" description="o Compile the source files">
     <mkdir dir="${class.dir}"/>
     <javac srcdir="${source.dir}" destdir="${class.dir}"
-      debug="true" source="1.5"/>
+      debug="true" source="1.5" target="1.5"/>
   </target>
 
   <target name="test-compile" description="o Compile the test source files" depends="compile">
     <mkdir dir="${test.class.dir}"/>
     <javac srcdir="${test.source.dir}" destdir="${test.class.dir}"
-      debug="true" source="1.5" encoding="ISO-8859-1">
+      debug="true" source="1.5" target="1.5" encoding="ISO-8859-1">
       <classpath>
          <pathelement location="${class.dir}"/>
          <pathelement path="${java.class.path}"/>
diff -Nru libcommons-compress-java-1.4.1/debian/changelog libcommons-compress-java-1.4.1/debian/changelog

--- End Message ---
--- Begin Message ---
Source: libcommons-compress-java
Source-Version: 1.5-1~exp1

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

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 688...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Emmanuel Bourg <ebo...@apache.org> (supplier of updated 
libcommons-compress-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: Tue, 26 Mar 2013 19:42:09 +0100
Source: libcommons-compress-java
Binary: libcommons-compress-java
Architecture: source all
Version: 1.5-1~exp1
Distribution: experimental
Urgency: low
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Emmanuel Bourg <ebo...@apache.org>
Description: 
 libcommons-compress-java - Java API for working with compression and archive 
formats
Closes: 682169 688118
Changes: 
 libcommons-compress-java (1.5-1~exp1) experimental; urgency=low
 .
   * New upstream release.
   * Add Emmanuel Bourg to Uploaders.
   * d/control: Bump Standards-Version to 3.9.4 (no changes needed).
   * Update to the package description (Closes: #682169).
 .
   [ Jakub Adam ]
   * Add xz.jar to manifest Class-Path.
     - fixes lintian-reported warning missing-classpath.
   * Ensure backwards compatible bytecode is built (Closes: #688118).
   * Add OSGi metadata into jar manifest.
   * Add Jakub Adam to Uploaders.
Checksums-Sha1: 
 1a8096e465553128250343063db5bee57e77d910 1617 
libcommons-compress-java_1.5-1~exp1.dsc
 d042a969f3941c6434dd05084690f2a0f4557613 3325650 
libcommons-compress-java_1.5.orig.tar.gz
 486e8e254b5ae9a52e1c8092bcc345e5ec8f074b 3934 
libcommons-compress-java_1.5-1~exp1.debian.tar.gz
 213918f2db3549cd5662cf2b5170bb848bc91bf4 229806 
libcommons-compress-java_1.5-1~exp1_all.deb
Checksums-Sha256: 
 fbf32c565c3af2df2198f2528439631afad346f17ddc9d56db5b87962764806d 1617 
libcommons-compress-java_1.5-1~exp1.dsc
 66f2d8f7740b74dccaa218609ec1450cf3333bbff398ebe29d95be075ce3278e 3325650 
libcommons-compress-java_1.5.orig.tar.gz
 5542ce7578c85d608eb847b6b9119d09de3c8cc92aef5f2fdd1f250873d20d0f 3934 
libcommons-compress-java_1.5-1~exp1.debian.tar.gz
 128fcf53c834501e955c31c932a1db0d13f2721b3f8320ddb4f6f930636fb2a9 229806 
libcommons-compress-java_1.5-1~exp1_all.deb
Files: 
 f873585f51098ec0cb2e132bd7c14996 1617 java optional 
libcommons-compress-java_1.5-1~exp1.dsc
 32b2bd00b20bb5ca94dd33ea5e806aca 3325650 java optional 
libcommons-compress-java_1.5.orig.tar.gz
 52fc2c0aff1795a4adc1030f2e29026f 3934 java optional 
libcommons-compress-java_1.5-1~exp1.debian.tar.gz
 7aceeb93018560c5f56adaac3b929a37 229806 java optional 
libcommons-compress-java_1.5-1~exp1_all.deb

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

iEYEARECAAYFAlFpMFQACgkQiOXXM92JlhCCkwCePB0fD91R4IiGN1EmIpAx1M/r
luUAn2U+oRqAXZSpGh+0ITGEp4xzaHfe
=hqLh
-----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