Your message dated Fri, 16 Dec 2011 21:03:02 +0000
with message-id <e1rbevm-0004el...@franck.debian.org>
and subject line Bug#651398: fixed in colorpicker 1.0.0-2
has caused the Debian Bug report #651398,
regarding colorpicker: 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.)


-- 
651398: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651398
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: colorpicker
Version: 1.0.0-1
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: #888928):
    - d/rules: Override jh_build and specify source/target of 1.5 for 
      javac and javadoc commands 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)

iQIcBAEBCAAGBQJO4JPZAAoJEL/srsug59jDtb0P/Rj+IFYM8ZflcYtfXN9CVfO6
0ilUASyUBwusxck49DMVuW0C8jqefKF60KmUGMMcJa8ZTM801GTNhjjhUdC2X0ct
U96qPeODknTc3tT90YQphlSFO5y5fSzs3DoCPST+jcVT+aWqsxPKIlk0I51QlV9x
Ipkksjh7GB5k/KBjqYlC8eljaGCZXYKTTNINVIrCqWB/M2AJA1OSoh1Vz+T0fvjo
Vzjwo5byliGnM9bm9hR988jMRf1Uh+ESeY4jIZtTsHsYNpSdwuKoQw1wxM8IjAWK
d2ff+mPDMEf15aD4blh0b8gLG6v2Y5ZnD6cEbKFF9FkAzjV/0zOMpLbFtmIx14oV
/R7EuG1k90bL4+8m3IUaRHzRU88hcUZriDvxOt/sRI8zSJa+VXqqj4EyOV83m0Mv
KD5UxGc/xniGiW8rwEERYe7l1JZvJOS3g0+vCRCp1qwz1uXKpAL/UF9KflfH1HYI
Tabl9BuZqM8dprq7pvnNzlTaHnqrxTpIUII0yD5IZYO6wsPNew5zGbPqmqDqLMNJ
LivWpqcFPl/qi5tSUDo6NCkou59uNsq+a2uQb8Pdeas2iVrn1ccAlBm6P0nD9L7Q
m1mda8hBa3bc0CVLCldr9I7hAdrLqkKzmsJd9NN98ce2bLwZQ56PuaRbdrFe7zzW
tYUP9XrutLVbijTDpCzk
=hXEJ
-----END PGP SIGNATURE-----
=== modified file 'debian/rules'
--- debian/rules	2010-10-31 19:48:12 +0000
+++ debian/rules	2011-12-08 10:32:53 +0000
@@ -13,3 +13,6 @@
 
 %:
 	dh $@ --with javahelper
+
+override_jh_build::
+	jh_build --javacopts="-source 1.5 -target 1.5" --javadoc-opts="-source 1.5"


--- End Message ---
--- Begin Message ---
Source: colorpicker
Source-Version: 1.0.0-2

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

colorpicker_1.0.0-2.debian.tar.gz
  to main/c/colorpicker/colorpicker_1.0.0-2.debian.tar.gz
colorpicker_1.0.0-2.dsc
  to main/c/colorpicker/colorpicker_1.0.0-2.dsc
libcolorpicker-java-doc_1.0.0-2_all.deb
  to main/c/colorpicker/libcolorpicker-java-doc_1.0.0-2_all.deb
libcolorpicker-java_1.0.0-2_all.deb
  to main/c/colorpicker/libcolorpicker-java_1.0.0-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.
Andrew Ross <ubu...@rossfamily.co.uk> (supplier of updated colorpicker 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, 16 Dec 2011 18:49:12 +0000
Source: colorpicker
Binary: libcolorpicker-java libcolorpicker-java-doc
Architecture: source all
Version: 1.0.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Andrew Ross <ubu...@rossfamily.co.uk>
Description: 
 libcolorpicker-java - Java control to allow color selection
 libcolorpicker-java-doc - Java control to allow color selection (documentation)
Closes: 651398
Changes: 
 colorpicker (1.0.0-2) unstable; urgency=low
 .
   [ Andrew Ross ]
   * Update synopsis and d/copyright to fix linitian warnings.
   * Add lintian override file since it's not possible to write
     a useful watch file.
 .
   [ Miguel Landaeta ]
   * Team upload.
   * Bump Standards-Version to 3.9.2. No changes were required.
 .
   [ James Page ]
   * Fix FTBFS with OpenJDK 7 (LP: #888928) (Closes: #651398):
     - d/rules: Override jh_build and specify source/target of 1.5 for
       javac and javadoc commands to ensure backwards compatibility and
       work around Java 7 encoding errors.
Checksums-Sha1: 
 14b0adc0d022fdeaa99415696df35659a12276ea 2096 colorpicker_1.0.0-2.dsc
 f58212df17a082c4979e4b4be2e4fd473fbf5702 2824 colorpicker_1.0.0-2.debian.tar.gz
 72e11d335b6ec87cb1846dc81186f1ac4cebd5a5 60914 
libcolorpicker-java_1.0.0-2_all.deb
 c1eeeb078701c1b60ca22bd05c2b4c6eef179c3a 79038 
libcolorpicker-java-doc_1.0.0-2_all.deb
Checksums-Sha256: 
 6fd26d912dae2524e9fd2af1e954e868a3d9466c8d7e7978d39527bc4b2e3f82 2096 
colorpicker_1.0.0-2.dsc
 bf416c16004a1364c974e5623abef9342a89e72f08c7f1237bff191374bb6d16 2824 
colorpicker_1.0.0-2.debian.tar.gz
 31adf3f2f0f11836414260005ad6d6d54326b12ff8d9e5a2815353e6d8f09fb6 60914 
libcolorpicker-java_1.0.0-2_all.deb
 d928c7be56b7299a558e6f138bc315b7aa5a8ba7dda9d7b361a2fdd28564d295 79038 
libcolorpicker-java-doc_1.0.0-2_all.deb
Files: 
 887cb938d3ceb624d030219a0b2416f5 2096 java optional colorpicker_1.0.0-2.dsc
 c06daea268565ca28bacf9ce0163c958 2824 java optional 
colorpicker_1.0.0-2.debian.tar.gz
 c6a202b4f616042f7ffaba29af8d5108 60914 java optional 
libcolorpicker-java_1.0.0-2_all.deb
 031dd84dd1134cf223369d7a70299a56 79038 doc optional 
libcolorpicker-java-doc_1.0.0-2_all.deb

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

iQIcBAEBAgAGBQJO66XhAAoJECHSBYmXSz6WJuYQANE0mATv5Da7rxhrscFa1BJs
iwc3G+tmMTeJsIYWDGFYa5g8so3egYWuswgc0sJDH79ZnFzM5nAb86QmKQTwFzGH
8OdIV4PedF2Lli8LWOeU0MJaXyWkhavr/IkT1zy4ulsegX67ZWTlBHMllVGndKt0
S+dqKgoLsMLTEaTaPUxmZgBE8BU+ZBn+2s6DhnXjRXQXteVfesY/mBMW75xo6h9m
oZpNpd/ath6qtqtj16YLy6SCsXWT06BoI3PxqpGyRdeFQKvjuPKObGNaQ4//OHoQ
WgwLGQUjHrc5lbzq54kos/+hzA4SrUxHdopiMsO6ubNDRas999t/IHfZNRSUoq94
PXZQrBFkACNB9xWya8Ht496na+/aCnkUffAoleNfobH0rHpGBmJPla2pdqxX7cqE
I9aAV+34Es46Dng5etKEE3zeB/W5o5Rb/9YembL1rokgjNFk3cyc3xgRkkoBOE60
QOoVUuUns5llCUuK3Pi4x0I35T59DzcUZzAQA3RbMVT4Uh5uDZxhClRb1SiIRAUv
8+9di7f5JXS6X4spe2CUGXEs9uDOXV/xexWh8Y3Rf2E1wGQpA2TceHEaxTa+uwD/
mNcFZkkGlemKgqwC37NXnBAbUwvI5A/HyAgsAzAvX1CabBqiKcXtm1+qYO/7rs47
WbIoGvcRsiHT/viKbVG2
=6rK9
-----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