Re: guacamole: deal with libjaxb-java (2.3.0-1) changes

2017-10-24 Thread Hideki Yamane
Hi,

On Thu, 12 Oct 2017 23:50:59 +0200
Emmanuel Bourg  wrote:
> I checked the package and the right replacement for jaxb-impl is
> actually jaxb-runtime and not jaxb1-impl. I added a symlink in
> libjaxb-java/2.3.0-2, let me know how it works for you.

 Thanks, it seems to work fine.

-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane



Re: guacamole: deal with libjaxb-java (2.3.0-1) changes

2017-10-12 Thread Emmanuel Bourg
Le 12/10/2017 à 13:21, Emmanuel Bourg a écrit :

> Maybe this issue should be addressed in libjaxb-java instead, by adding
> a symlink from /usr/share/java/jaxb-impl.jar to jaxb1-impl.jar. I
> haven't checked if the content of the jars matches.

I checked the package and the right replacement for jaxb-impl is
actually jaxb-runtime and not jaxb1-impl. I added a symlink in
libjaxb-java/2.3.0-2, let me know how it works for you.

Emmanuel Bourg



Re: guacamole: deal with libjaxb-java (2.3.0-1) changes

2017-10-12 Thread Emmanuel Bourg
Le 10/10/2017 à 13:35, Hideki Yamane a écrit :

>  Can someone review below change, please?

Hi Hideki,

This looks good but unfortunately the package dependencies won't help
ensuring that the right version of libjaxb-java is installed to satisfy
the symlink.

Maybe this issue should be addressed in libjaxb-java instead, by adding
a symlink from /usr/share/java/jaxb-impl.jar to jaxb1-impl.jar. I
haven't checked if the content of the jars matches.

Emmanuel Bourg



guacamole: deal with libjaxb-java (2.3.0-1) changes

2017-10-10 Thread Hideki Yamane
Hi,

 Can someone review below change, please?

 libjaxb-java's change broke guacamole, so deal with it.
 However, it is not direct dependency, libjersey1-json-java pulls
 libjaxb-java, maybe more tweak is necesssary.


diff -Nru guacamole-client-0.9.9+dfsg/debian/changelog 
guacamole-client-0.9.9+dfsg/debian/changelog
--- guacamole-client-0.9.9+dfsg/debian/changelog2016-11-29 
20:51:09.0 +0900
+++ guacamole-client-0.9.9+dfsg/debian/changelog2017-10-10 
16:39:44.0 +0900
@@ -1,3 +1,11 @@
+guacamole-client (0.9.9+dfsg-2) unstable; urgency=medium
+
+  * Team upload.
+  * debian/guacamole.links
+- deal with libjaxb-java (2.3.0-1) changes 
+
+ -- Hideki Yamane   Tue, 10 Oct 2017 16:39:44 +0900
+
 guacamole-client (0.9.9+dfsg-1) unstable; urgency=medium
 
   [ Dominik George ]
diff -Nru guacamole-client-0.9.9+dfsg/debian/guacamole.links 
guacamole-client-0.9.9+dfsg/debian/guacamole.links
--- guacamole-client-0.9.9+dfsg/debian/guacamole.links  2016-11-29 
20:51:09.0 +0900
+++ guacamole-client-0.9.9+dfsg/debian/guacamole.links  2017-10-10 
16:38:36.0 +0900
@@ -18,7 +18,7 @@
 /usr/share/java/jackson-jaxrs.jar 
/usr/share/guacamole/guacamole/WEB-INF/lib/jackson-jaxrs.jar
 /usr/share/java/jackson-mapper-asl.jar 
/usr/share/guacamole/guacamole/WEB-INF/lib/jackson-mapper-asl.jar
 /usr/share/java/jackson-xc.jar 
/usr/share/guacamole/guacamole/WEB-INF/lib/jackson-xc.jar
-/usr/share/java/jaxb-impl.jar 
/usr/share/guacamole/guacamole/WEB-INF/lib/jaxb-impl.jar
+/usr/share/java/jaxb1-impl.jar 
/usr/share/guacamole/guacamole/WEB-INF/lib/jaxb-impl.jar
 /usr/share/java/jersey1-core.jar 
/usr/share/guacamole/guacamole/WEB-INF/lib/jersey-core.jar
 /usr/share/java/jersey1-guice.jar 
/usr/share/guacamole/guacamole/WEB-INF/lib/jersey-guice.jar
 /usr/share/java/jersey1-json.jar 
/usr/share/guacamole/guacamole/WEB-INF/lib/jersey-json.jar