Your message dated Fri, 08 Jun 2012 05:18:09 +0000
with message-id <[email protected]>
and subject line Bug#676482: fixed in jmdns 3.4.1-2
has caused the Debian Bug report #676482,
regarding jmdns: Ensure classes are build with compatibility with openjdk-6+
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 [email protected]
immediately.)


-- 
676482: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676482
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: jmdns
Version: 3.4.1-1
Severity: normal
Tags: patch
User: [email protected]
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 library is compatible with openjdk-6 (LP: #1007914):
    - d/rules: Override jh_build to explicitly set source/target == 1.5.

This ensures that if this library is built with openjdk-7 it will still work
with openjdk-6 as well.

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'), (100, 'precise-backports')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-24-generic (SMP w/8 CPU cores)
Locale: LANG=en_US.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)

iQIcBAEBCAAGBQJP0G7TAAoJEL/srsug59jDQk8P/AlvzhNiz4ngBAR5kJQ+7+Lp
X72IPhmpL6tCLahcZIAGD3xDyPorUSZ6pSfwL5ceSYVgZru5m+Nah4N2W4WopYoi
q51RR3/J4Y85FRLaeWCAA9ESgrjjdVYwpNUJAZz6M5lQCpOO3C3IZ009qHgqhET7
9qBRUB/xN71Y02jlkwrZG9/hs00P1uy35coeLX03M/95sNu65Ndp38HX8Bj6x6U6
lUg/COmmPgB0JgxB+boPC2VS7uFjckQzm6pjm3WQ5Gg1QmLiQuPpaN3imBufFYTT
OtKjDNTiBTRDyylL6zee0KMLSzZdbPHWBNuhSlh/Ciu0gaiQ8kpvXi78AnatQU17
dcfAegq+FYXEr6P18zCIVoaEXY+qG944AQqCySM+05PVkmWLmzOCgLatvxPM0no1
FigvaqcclD6I9y39VW6dW0on9oLL+c5hAHJHjLaLEXj7d9AmS06bl5KcGpmG8gSF
ADANsCMOM3iUJkrKUjdlZ7/eq/e+/6MEYA/9+jAx9LUo5KpuLZfZ2KO2nJU/iWH2
qpLey5womDDab7mBosBw0h8uvyHAW0ymyD9VRl8H51jb/FHOJDyFTuSHsJPmBXl7
fvVib/BPpzx1g7SLnTAfyUa7yCbY5Lqg9qf5ua8dMqzAByDc6h4w+1wwxQ/xz50F
8/kqm1QvzwtrtFJWjEny
=7W+0
-----END PGP SIGNATURE-----
=== modified file 'debian/rules'
--- debian/rules	2012-04-10 18:42:21 +0000
+++ debian/rules	2012-06-07 08:06:43 +0000
@@ -13,6 +13,12 @@
 %:
 	dh $@ --with javahelper
 
+override_dh_auto_build:
+	:
+
+override_jh_build:
+	jh_build --javacopts="-source 1.5 -target 1.5" --javadoc-opts="-source 1.5"
+
 override_dh_install:
 	mh_installpoms -plib$(PACKAGE)-java
 	mh_installjar -plib$(PACKAGE)-java -l debian/poms/$(PACKAGE).pom $(PACKAGE).jar 


--- End Message ---
--- Begin Message ---
Source: jmdns
Source-Version: 3.4.1-2

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

jmdns_3.4.1-2.debian.tar.gz
  to main/j/jmdns/jmdns_3.4.1-2.debian.tar.gz
jmdns_3.4.1-2.dsc
  to main/j/jmdns/jmdns_3.4.1-2.dsc
libjmdns-java-doc_3.4.1-2_all.deb
  to main/j/jmdns/libjmdns-java-doc_3.4.1-2_all.deb
libjmdns-java_3.4.1-2_all.deb
  to main/j/jmdns/libjmdns-java_3.4.1-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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
tony mancill <[email protected]> (supplier of updated jmdns 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 07 Jun 2012 21:43:18 -0700
Source: jmdns
Binary: libjmdns-java libjmdns-java-doc
Architecture: source all
Version: 3.4.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<[email protected]>
Changed-By: tony mancill <[email protected]>
Description: 
 libjmdns-java - Java implementation of multi-cast DNS (Apple Rendezvous)
 libjmdns-java-doc - Documentation for Java implementation of multi-cast DNS
Closes: 676482
Changes: 
 jmdns (3.4.1-2) unstable; urgency=low
 .
   * Team upload.
   * Build with target=1.5 to ensure compatibility with openjdk-6.
     - Thanks to James Page. (Closes: #676482)
Checksums-Sha1: 
 e044f60ee4972b2b1508e0f884d95861535bb52e 2114 jmdns_3.4.1-2.dsc
 5c828f8c8076dc73f6ace8774655b8fd69ed1911 7445 jmdns_3.4.1-2.debian.tar.gz
 a45c5efacfd791ed52d851c983f4cf73566de705 204396 libjmdns-java_3.4.1-2_all.deb
 7c689533764b1b89de2e940242eda0db1cdbe3be 150822 
libjmdns-java-doc_3.4.1-2_all.deb
Checksums-Sha256: 
 81d2ad06192e755ea27bf50deee662cc4a28206ed0d41f3d2588de3ccbccee33 2114 
jmdns_3.4.1-2.dsc
 c659a5598f060125a01db1c43795ef43ba1550998cfc26ba7aeaeefc6a55d423 7445 
jmdns_3.4.1-2.debian.tar.gz
 26d87646c3e814c9d653eb2d5e5969ee4d047eb219800f8a4374f96b5806bcef 204396 
libjmdns-java_3.4.1-2_all.deb
 412f6259eb28c16e1fb4de0b3d40a03fe69f4414871902f68528d57b73cf8de2 150822 
libjmdns-java-doc_3.4.1-2_all.deb
Files: 
 b7cf992f2b03f9f4b81c6619cfe9cde0 2114 java optional jmdns_3.4.1-2.dsc
 39d6fbc6ad30f5a7a14f322249eb5034 7445 java optional jmdns_3.4.1-2.debian.tar.gz
 594b5db0029e6d685a79c01f4ff6fae3 204396 java optional 
libjmdns-java_3.4.1-2_all.deb
 32ba7c29cc08f1969fad48bf4d978855 150822 doc optional 
libjmdns-java-doc_3.4.1-2_all.deb

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

iQIcBAEBAgAGBQJP0YmHAAoJECHSBYmXSz6W1m4P/3//E9UAnCYl46RF106pa8O+
HL/8Af1NU2FdbLrGJv2vzbM4Fb2+3/xeG/D4LF2QRWpfWQCtXxH/jSoRRjthMXgW
mbX52TuJjGgXVIrcGcYu2N34zsvaPS2Fu3Z2t3ba6ydiRX3z09y4w/Q876C/L7wt
Yhx/sgXJ4vIAAdyK60I23hhV/JKvlYBIo3NMuRSkyk9NcroPH53AANnyqZa+dZYS
cKYUfFgkOAti5qBY8QrTEWc90CEf9Lybbp3regnOlDijVXxOs9GfBY4MslxFmh39
Okwm6ppgBlfwkR5ejgN+99VX4WzMdI5dcKyD2yG0vbl4pRFAaKk+DOeghmNztv47
WXi9Tj7rmxNrFChem7nowbVi7UKiJdtsSCGUAf6HYVwgqyLYFaeGDusnab58NDE1
GzPxBFZbFLv8xo4p9BbCZf69tzVVSYZNHrjvJx2TnzQSum78S3yuCqegaN69tLNt
AVFVUbH9jL88BJYU6wjzmeCIGf5U3IGHwMmDFKLK/5GzKBCG5/2oY0JTVG3V9ixo
7JabYGyquZgMs4taQuVzgwey6ok35YL8UfjgWWqmTRuwYTj7S/IY04a2xJyiMU5p
b0y753MuV8bVk5O5XS6MfI9puYJKK0t2mZ2qPBtKNh1yjubChFofQ3xCWpL/xNfA
mqqQRgw8zgE3GIHKf1MG
=fyHL
-----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
[email protected] for discussions and questions.

Reply via email to