Your message dated Tue, 20 Dec 2011 00:32:11 +0000
with message-id <e1rcncp-0006px...@franck.debian.org>
and subject line Bug#651401: fixed in commons-csv 0.1-SNAPSHOT+svn678580-3
has caused the Debian Bug report #651401,
regarding commons-csv: 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.)


-- 
651401: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651401
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: commons-csv
Version: 0.1-SNAPSHOT+svn678580-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: #888929): 
    - 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)

iQIcBAEBCAAGBQJO4JcuAAoJEL/srsug59jDSfkP/0f70rrxW1Q+zCoZrQyqE9bb
Od+4QwFLuZ96rmRteNdFsTaIgG3BZysN+mwlWOyQ9I/YkfPKfxQun8Idc2OVUUFu
PDnurnTYRPcfOi73pZZJu6Icwv2Zzzo06Zxsl5/EHzJhp1wPUjDMi9ae0Qr4iy9y
ontp116gPA7VbjPf2sY74tyfcNH0Ua7g58oE1NBbJwBVoQRRa9AMQYhS0r30gb+n
ezgtiiFdSh/Mfyl8eFbk95LIa+HfsyA9//unRjsj7hfyyLfs95SUo6v2OM2KjBPJ
wqdP70CsU+8XqKwa7JeP8xDxY0GgOZ8nQdV88kA5akM+Ilqwq1t+yV84M1jM+6Wm
EJrAuQDs1YjP5qK9yv5lzoPJE+azWC1wvLBReHnCl8N5fOIlnSBa96FdKaP+KQCt
a95GPy60/aFljJ3jCG6ix1AJSLQi0eE2gK6Nwg/R+lIMpg/G8rjjvlE2bbGJuNLK
eFglcJs0+dbbaEtsb+gRFKVtJk1HUqz7mBYMEUUg6ZOC31qPn14Bb6/3QXSkzhub
6gQxzmdAo/167KzU4eXlHOelADykeCtb+Nch5m6oEFnvshmtxTccdqZHvBvzGq8+
Dd3w8f50L07mt6goBRKLvKLerjA7gy2oQG8EL87Jxbf85IlaTa4eK/F9tflu9M0W
4zWA8I4eg84ht4Jc95EL
=SNlc
-----END PGP SIGNATURE-----
=== modified file 'debian/ant.properties'
--- debian/ant.properties	2007-07-27 09:45:30 +0000
+++ debian/ant.properties	2011-12-08 10:46:12 +0000
@@ -7,3 +7,8 @@
 #build.compiler=gcj
 compile.debug=on
 compile.optimize=on
+
+# 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: commons-csv
Source-Version: 0.1-SNAPSHOT+svn678580-3

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

commons-csv_0.1-SNAPSHOT+svn678580-3.debian.tar.gz
  to main/c/commons-csv/commons-csv_0.1-SNAPSHOT+svn678580-3.debian.tar.gz
commons-csv_0.1-SNAPSHOT+svn678580-3.dsc
  to main/c/commons-csv/commons-csv_0.1-SNAPSHOT+svn678580-3.dsc
libcommons-csv-java-doc_0.1-SNAPSHOT+svn678580-3_all.deb
  to main/c/commons-csv/libcommons-csv-java-doc_0.1-SNAPSHOT+svn678580-3_all.deb
libcommons-csv-java_0.1-SNAPSHOT+svn678580-3_all.deb
  to main/c/commons-csv/libcommons-csv-java_0.1-SNAPSHOT+svn678580-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 commons-csv 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: Fri, 09 Dec 2011 21:42:38 -0430
Source: commons-csv
Binary: libcommons-csv-java libcommons-csv-java-doc
Architecture: source all
Version: 0.1-SNAPSHOT+svn678580-3
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Miguel Landaeta <mig...@miguel.cc>
Description: 
 libcommons-csv-java - a Java library for working with csv (comma separated 
values) file
 libcommons-csv-java-doc - documentation for libcommons-csv-java
Closes: 651401
Changes: 
 commons-csv (0.1-SNAPSHOT+svn678580-3) unstable; urgency=low
 .
   [ Miguel Landaeta ]
   * Team upload.
   * Bump Standards-Version to 3.9.2. No changes were required.
   * Switch to source format 3.0 (quilt).
 .
   [ James Page ]
   * Fix FTBFS with OpenJDK7 (LP: #888929) (Closes: #651401):
     - 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.
 .
   [ Jan-Pascal van Best ]
   * Removed Jan-Pascal from Uploaders
Checksums-Sha1: 
 7f83268a41856046c778d96390eb2ecfd8830240 2237 
commons-csv_0.1-SNAPSHOT+svn678580-3.dsc
 957fd87e5380354a1b86a95748dd9747b09c1b25 4805 
commons-csv_0.1-SNAPSHOT+svn678580-3.debian.tar.gz
 48bd82adbe307c0864dd85e31c444f0997da3333 21406 
libcommons-csv-java_0.1-SNAPSHOT+svn678580-3_all.deb
 e5110f30e18b35c1963a8f7211da9d3f9b6f2872 47162 
libcommons-csv-java-doc_0.1-SNAPSHOT+svn678580-3_all.deb
Checksums-Sha256: 
 e8fff8694036d11028848b0d20723153eae96dbcab50d36a0a966c832ed2822e 2237 
commons-csv_0.1-SNAPSHOT+svn678580-3.dsc
 ef8b001544f8c9e8aaaa11e3e4b034c84ffb1065b3b70855c6e13d93e1482967 4805 
commons-csv_0.1-SNAPSHOT+svn678580-3.debian.tar.gz
 a035ca82f839d736b327cc280bf3bf4629b0563b5766f7b294007413fdbd3c5b 21406 
libcommons-csv-java_0.1-SNAPSHOT+svn678580-3_all.deb
 fafb9fb9ce6f005f3b5cc969e40d8cd481c9ec8cfb1094f395a2bb08b56fba1c 47162 
libcommons-csv-java-doc_0.1-SNAPSHOT+svn678580-3_all.deb
Files: 
 18d9d44e1bf9a375a5dcbf9a670dacdd 2237 java optional 
commons-csv_0.1-SNAPSHOT+svn678580-3.dsc
 cc4a4549b32686160c4b8f527bc90513 4805 java optional 
commons-csv_0.1-SNAPSHOT+svn678580-3.debian.tar.gz
 e856103ed86bd3d88d387e808abeda7b 21406 java optional 
libcommons-csv-java_0.1-SNAPSHOT+svn678580-3_all.deb
 8f880a9ae1ac59a37f7fdef2a721a6a7 47162 doc optional 
libcommons-csv-java-doc_0.1-SNAPSHOT+svn678580-3_all.deb

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

iQIcBAEBAgAGBQJO79ZTAAoJECHSBYmXSz6WHMIP/in9HaeFBsyInIUeWSZHJmvd
5DlefrjOBeVutjmhsoELB1bb9aa2PUP1ujzDV4fhF6Y2C1WG2NEEZyMO80FN9hkj
WgSUVPQ/med5Y/3j2tx/ytySVOwE66ByYTxvB5/5wdm0HDrfkBzFBqplzEeB0AEG
X0hW2Sss/xVVz++S68EV6l0FQglaeZfVph/KPcJDExD3WUAg8YBZemzu/jK7DlBQ
YhEZKBV3gnHum64V0WYl+d6PE8VtKsa1FCClJkl/B+WObu3hpMpzkUdkZzEId1rc
2wd1UrpGbC8j6S44+uCq1dtBI9rnwnC2mf/SKHIL3cBgUgVtzw5Bp0GpU6N7UolS
nWqa4FmIMQVpm4/1iK3B+tPzTTYScf/DEeZQgr+i/uZBLqswxC8ZqTsNqFzwy71X
lq7tGPA+XQXKn1VojxzB11AmInK9mLcBvMnJ+7ooENKbI2OvHLxnlON7TgqUUD92
cQZFBMcS5PBW5aywzxYnLA1ik3s3aeS7wdvEezRsIeP43aa4qd7o1bXOz09CdiGM
ISymKy4pvgtFvhRAo4BILT//PrcIlfyrlw/7Pu4aSAUuhPAUVcrcmHRBAWhVoimM
jLt3ucqW4OOxdaSoU5japCFOdo3F4UubVDg08uT/Gu9/fx75IjdgUHjFt691+nMY
d5rflFhA/+JUy86Zat0d
=Re0L
-----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