Your message dated Sun, 18 Dec 2011 19:18:25 +0000
with message-id <e1rcmfd-0007za...@franck.debian.org>
and subject line Bug#651407: fixed in easyconf 0.9.5-3
has caused the Debian Bug report #651407,
regarding easyconf: Fix FTBFS with OpenJDK7
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.)


-- 
651407: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651407
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: easyconf
Version: 0.9.5-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 OpenJDK7 (LP: #888933):
    - d/ant.properties: Specify source/target as 1.5 for javac and
      javadoc ant tasks to ensure backwards compatibility and work
      around Java 7 encoding errors. 

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-3-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)

iQIcBAEBCAAGBQJO4J68AAoJEL/srsug59jDoGoP/ipjDZrfSRncQ5Df9KllQgmm
QUI38dr6Ga3urVCVWE+7U+CnHw4kg9cTOpvojHfZpHDN+NoU0H12IrqUrNI9SrjR
uwRvKxz4lbigEoPu3YGqScsV8oF785F+ywJIcOow4HcdckqzivfE/Py/yJ76U3rM
5AqfHS7Wnl+W+Tdcsi2c+UdcTD4woD/JlbKU53dl791AlfBZNuazPhkxf5QUGcXS
01woR37DkXkuiFt0KBArLrNU/5wf1UF1V0rgpymI+rArO+WU7bOWtdC9h2z+u3lr
PkAu2nu/WgBu1X+z35nXhva3W1dpi8rFUyfyzyFVPMzT08Pn+t0OcJUfhlpIw+XO
bVjM9mibeZt2MioCzMcikmZWpJGKQyys0pnp5f2ZbTy1K6VMtfpxzWyUGQh4q8pm
xYiR2E9YRE3xq1/N44gQr3yYL+6RUjRO1KGWyfONeRRBRA+FxC7X9H4QF9+Gmf9J
rxxJzjPvDkY0x4NoRx7rolNwhgH8UpOssY5JbP4yAJN+rJYlBnc0zNeHcUh8GRNB
X+kGeo/Z/Y03TtrA4Kiy16xyiMQ6L67LjJx7Gfn+ajayTOdAWT2RtLI0i11C2S3x
t/AHaMz9E130ppqaQAd4HF30+leEafvQRh2dVxaSrVZz8NGPpQnwKY81iOcYYAJr
Dd0x602jM4i/2VL6Bug3
=c0iU
-----END PGP SIGNATURE-----
=== modified file 'debian/ant.properties'
--- debian/ant.properties	2010-03-01 23:32:58 +0000
+++ debian/ant.properties	2011-12-08 11:18:13 +0000
@@ -5,3 +5,8 @@
 classesdir=target/classes
 testclassesdir=target/test
 testreportdir=target/testreports
+
+# Ensure that source and target are 1.5
+# For backwards compat on Java 7
+ant.build.javac.source=1.5
+ant.build.javac.target=1.5


--- End Message ---
--- Begin Message ---
Source: easyconf
Source-Version: 0.9.5-3

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

easyconf_0.9.5-3.debian.tar.gz
  to main/e/easyconf/easyconf_0.9.5-3.debian.tar.gz
easyconf_0.9.5-3.dsc
  to main/e/easyconf/easyconf_0.9.5-3.dsc
libeasyconf-java-doc_0.9.5-3_all.deb
  to main/e/easyconf/libeasyconf-java-doc_0.9.5-3_all.deb
libeasyconf-java_0.9.5-3_all.deb
  to main/e/easyconf/libeasyconf-java_0.9.5-3_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.
Miguel Landaeta <mig...@miguel.cc> (supplier of updated easyconf 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: Tue, 13 Dec 2011 20:14:27 -0430
Source: easyconf
Binary: libeasyconf-java libeasyconf-java-doc
Architecture: source all
Version: 0.9.5-3
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Miguel Landaeta <mig...@miguel.cc>
Description: 
 libeasyconf-java - library to access configuration of software components
 libeasyconf-java-doc - library to access configuration of software components 
- Javadoc
Closes: 651407
Changes: 
 easyconf (0.9.5-3) unstable; urgency=low
 .
   [ Miguel Landaeta ]
   * Team upload.
   * Fix Vcs-Svn URL.
 .
   [ James Page ]
   * Fix FTBFS with OpenJDK7 (LP: #888933) (Closes: #651407):
     - d/ant.properties: Specify source/target as 1.5 for javac and
       javadoc ant tasks to ensure backwards compatibility and work
       around Java 7 encoding errors.
Checksums-Sha1: 
 3adabb83a19b48ca77c3bacd8f2016c177bcc586 2270 easyconf_0.9.5-3.dsc
 e48796bb6c07c6631f9dd88091a762a54c3e88ce 5430 easyconf_0.9.5-3.debian.tar.gz
 a64167a476e2ea8051206c84cb723a454afdc182 46730 libeasyconf-java_0.9.5-3_all.deb
 46eaa12781636c9437c6877621d9a633dab55ac3 76424 
libeasyconf-java-doc_0.9.5-3_all.deb
Checksums-Sha256: 
 ec8387e5751e217ff4449718e4661d793b6412e674ca09200fc18bc1778afcaf 2270 
easyconf_0.9.5-3.dsc
 f5eb9378727e6987524fad583a7b7e534246a1995d66e143cdc4971b9a223a6f 5430 
easyconf_0.9.5-3.debian.tar.gz
 b1d00c3815de1f7c3d2eff0b6ede348b3f72f3f7cd8ec9c9c5da80c7385fd5c3 46730 
libeasyconf-java_0.9.5-3_all.deb
 515781838a53af9ba2f421d488dd9a447b7063ac500171cfc8dcf971d78932cb 76424 
libeasyconf-java-doc_0.9.5-3_all.deb
Files: 
 002ba8f22151a08e767613685eed34a5 2270 java optional easyconf_0.9.5-3.dsc
 d1bea08fa0e58b2a3328f11a5c37ffdd 5430 java optional 
easyconf_0.9.5-3.debian.tar.gz
 48da123b69cb67415663aa5419539c2e 46730 java optional 
libeasyconf-java_0.9.5-3_all.deb
 8e6f7a29bb586f4d0d709c53285b3793 76424 doc optional 
libeasyconf-java-doc_0.9.5-3_all.deb

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

iQIcBAEBCAAGBQJO7jjfAAoJEHXiDM0z50n8wJUQALeNnxy44qS5JXUYAYvm5oUh
aQGMzjVOBxPY/26ug2sc69x9INjGCblaMLbcfuKwde4maHQYbp3ykFd2b5uvgbsY
ZjycdxS9Jc6Om07I/z88uyBfW9c3cDckIqIPp8qCkAgcWxmvCLM1O0tkdSZzssye
xMcs+43DokopTXUxu72YrLnjF5iEAS3Wc+0+AVY1aqtz+1AxP/T2ks1RlrCeFTmX
lpxgxUO2KfLbkQtcDK4u8oKg+yVKXDxCAI9XGeVZtUR3laXm+/bai5XHrZREanD0
P3z7O8PZb1jsGjuaPupv6gYy73DzHsh3Em4HoWv+fONvDAW/tS+q9aa4DNUWQQs/
TzQpTAzoBjexlez9VJCyLDMTy7RL9LJZuUEnJSAK4YKanUGWabP/rruH2KL+aHBB
wjIeZBsgLGXHoF11L1IktpF/d7tKoI5mc3HOxYmoiI9/6HEuTgQIAAn1/4hIK6/K
LRKrgiZwB+pL6RjC2nPwhLxEt6d10Bh9bPo6rRRxdJrbN1760hXm9tQJasVFIDHf
BaB3LAXzSFlw02ZAKTmOgyZ3rvlEY4BKFFIh1Oz4SsJdWnBwDwZN5yz63d599Q4K
9CvTcq2bRAS8EjV8cby5JEndL5ncjM/SSDLMgMuq/Ao2usud9clEDEjzrTzW84n/
k4TDT1OQKJoGj2eURJyP
=Fu7d
-----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