New tomcat6 and tomcat7 release are out

2013-06-19 Thread Gianfranco Costamagna
I write here because new tomcat releases are out for both 6 and 7 release 
series.

Does anybody plans to update tomcat*/unstable?

I'm a new DM, so I think I can help in packaging if needed.

Let me know
(and please cc me since I'm not subscribed to this list)

thanks

Gianfranco

__
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.

Bug#712778: Unable to run zooinspector: java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory

2013-06-19 Thread Vincent Bernat
Package: zookeeper
Version: 3.4.5+dfsg-1
Severity: normal

Hi!

When I try to start zooinspector:

Exception in thread main java.lang.NoClassDefFoundError: 
org/slf4j/LoggerFactory
at 
org.apache.zookeeper.inspector.logger.LoggerFactory.clinit(LoggerFactory.java:26)
at 
org.apache.zookeeper.inspector.gui.ZooInspectorPanel.init(ZooInspectorPanel.java:76)
at 
org.apache.zookeeper.inspector.ZooInspector.main(ZooInspector.java:45)
Caused by: java.lang.ClassNotFoundException: org.slf4j.LoggerFactory
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 3 more

While:

$ apt-cache policy libslf4j-java
libslf4j-java:
  Installed: 1.7.5-1
  Candidate: 1.7.5-1
  Version table:
 *** 1.7.5-1 0
500 http://ftp.fr.debian.org/debian/ unstable/main amd64 Packages
100 /var/lib/dpkg/status
 1.6.5-1 0
500 http://ftp.fr.debian.org/debian/ stable/main amd64 Packages

And:

$ java version 1.7.0_21
OpenJDK Runtime Environment (IcedTea 2.3.9) (7u21-2.3.9-5)
OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode)


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.9-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages zookeeper depends on:
ii  adduser  3.113+nmu3
ii  default-jre-headless [java6-runtime-headless]1:1.6-47
ii  libzookeeper-java3.4.5+dfsg-1
ii  openjdk-6-jre-headless [java6-runtime-headless]  6b27-1.12.5-2
ii  openjdk-7-jre-headless [java6-runtime-headless]  7u21-2.3.9-5

zookeeper recommends no packages.

zookeeper suggests no packages.

-- no debconf information

__
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.


Bug#669712: [freeplane] RE: freeplane: Visual corruption after scrolling mindmap

2013-06-19 Thread Omega Weapon

On 18/06/13 19:39, Felix Natter wrote:


Since it might not be a Freeplane issue, I cannot promise that your
keyboard issue gets better (or even that it doesn't get worse) :-/ But
if it's a reproducible Freeplane issue, then Dimitry will probably (at
least try to) fix it.


I have tried to make a test case to reproduce it, but its not happening 
- both fast node creation and node moving hasn't triggered the problem 
in a new or old mindmap (my experience with the issue is its pretty 
non-deterministic, but at times it hits frequently - i.e. happens, 
restart freeplane, happens again in a minute).


The problem started at some point last year, here are my notes up until 
February, where I gave up tracking it:


30.12.12: Just had my first failure under OpenJDK v7 - have to assume 
its Freeplane's problem.
08.02.13: Seems to be more easily triggerable when I am using a chord 
with the keyboard - e.g. Cntrl + Up/down to move nodes up/down etc. Had 
this twice quickly in a row when this happened.
12.02.13: Happened repeatedly whilst I was making C mindmap Language 
data types char*/string escapes nodes.
15.02.13: Probably happens if you press a key between node creation and 
finalisation - i.e. create a node or type text into a node and enter 
then press another key before the node is 'fixed'.
27.02.13: Search on 'sizeof' in C programming mindmap - a few Cntrl+Gs 
leads to this issue


I had hoped to learn Java and then hook into keypresses - some 
completely clueless notes:




grep -iInr 'getNodeKeyListener'
src/org/freeplane/view/swing/ui/UserInputListenerFactory.java:192: 
public KeyListener getNodeKeyListener() {
src/org/freeplane/view/swing/map/NodeView.java:1126: 
mainView.addKeyListener(userInputListenerFactory.getNodeKeyListener());
src/org/freeplane/core/ui/IUserInputListenerFactory.java:58: 
KeyListener getNodeKeyListener();


These are under the freeplane source directory. 
'src/org/freeplane/core/ui/IUserInputListenerFactory.java' looks to be 
the initial interface which ties Java functionality (KeyListener) with a 
method. It looks like 
'src/org/freeplane/view/swing/ui/UserInputListenerFactory.java' might 
allow me to insert code on keypresses, but theres nothing about keypress 
events, just method calls - so it might not be doable without creating 
my own KeyListener method?






(At
work I tried a recent version and they'd changed the way things were
rendered, making it a lot less space efficient etc - went straight back to
the 'current' version).


Do you refer to 1.3.x vs 1.2.x or 1.2.x vs 1.1.x?

Anyway, IMHO this is the price for high level java programming and a
rich feature set. Or are you referring to screen space?


Screen space - hence visual comment. I'll stop here now since its been 
some months since I tested and my memory is hazy - quick testing right 
now on the work Windows machine shows that nodes are no longer bubbles, 
automatic formatting style appears to have changed, icons are not on the 
side closest the centre (which is where my eyes scan), etc etc... I 
guess all that is just a project to fight to get the appearance back to 
normal. I also remember having to mess with DPI to get a similar size, 
but it looks OK now in this test.




I was imagining I'd need to get C++ and Java progression to fight the
keyboard issue.


Does the issue also occur with other Java software?


I havent seen this in anything else - freeplane is by far my most used 
Java program, but I use Eclipse + PyDev fairly often so I should have 
had this happen a few times by now if the problem was more widespread.


Thanks!

--
Libre software on Github: https://github.com/OmegaPhil

__
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.


sitemesh_2.4.1+dfsg-3_amd64.changes ACCEPTED into unstable

2013-06-19 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 16 Jun 2013 00:33:04 +0200
Source: sitemesh
Binary: libsitemesh-java libsitemesh-java-doc
Architecture: source all
Version: 2.4.1+dfsg-3
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Emmanuel Bourg ebo...@apache.org
Description: 
 libsitemesh-java - web-page layout and decoration framework
 libsitemesh-java-doc - documentation for libsitemesh-java
Changes: 
 sitemesh (2.4.1+dfsg-3) unstable; urgency=low
 .
   * Transition to the Servlet API 3.0
   * debian/control:
 - Moved velocity and freemarker to suggested dependencies
   for libsitemesh-java
 - Removed the suggested dependency on junit for libsitemesh-java
 - Updated the URL of the homepage
 - Updated Standards-Version to 3.9.4 (no changes)
 - Use canonical URLs for the Vcs-* fields
   * debian/copyright: Updated the Format URI
Checksums-Sha1: 
 45cdfce056e899056ae7fdb4f673abd1e0c3e0ad 2204 sitemesh_2.4.1+dfsg-3.dsc
 fc0a4770fd1917affe1bf33451176cf6dbc77b41 7984 
sitemesh_2.4.1+dfsg-3.debian.tar.gz
 9f3123c78d8ca15d4f806eb77b499e13c93877d0 160902 
libsitemesh-java_2.4.1+dfsg-3_all.deb
 3a79b1effd6dadff77f258667e3e6f3dd6650779 438770 
libsitemesh-java-doc_2.4.1+dfsg-3_all.deb
Checksums-Sha256: 
 cfcf5b54609b0be4966ab050f278c9372dbcca0db2d2afe48b3f527a69ef4a5b 2204 
sitemesh_2.4.1+dfsg-3.dsc
 34f90300fba021208a867365d5c6e80fa42e8ae4a1f55f554c548f44d87bf325 7984 
sitemesh_2.4.1+dfsg-3.debian.tar.gz
 6cdb7ac3342fd72400741fc1165453951b8c78b15f58683ad57ace4f8c63cd76 160902 
libsitemesh-java_2.4.1+dfsg-3_all.deb
 4170eded517775695b7a9e2b2cabd32fd538aa45dd0251286e6b6ae6426bbebd 438770 
libsitemesh-java-doc_2.4.1+dfsg-3_all.deb
Files: 
 a54a3d34f6661a4c89dc0a779f3c826e 2204 java optional sitemesh_2.4.1+dfsg-3.dsc
 fef8db7635c22f23bfc09758fd032bd9 7984 java optional 
sitemesh_2.4.1+dfsg-3.debian.tar.gz
 5327116c0f82ebd147779388d8f3b7ae 160902 java optional 
libsitemesh-java_2.4.1+dfsg-3_all.deb
 c43e69dc99370ae1732a85ca69592349 438770 doc optional 
libsitemesh-java-doc_2.4.1+dfsg-3_all.deb

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

iQIcBAEBAgAGBQJRwfCDAAoJECHSBYmXSz6WmBkP/Au8hno16pmsjOR7oDVb+GbW
7k20QXw198hOeE+TO9HKcc67rmynx0YwAhKKhwl2vbkovWpIthCrGKSlkiQ9LBrm
cwAakFi9MGjMTJouiBBLGJjXMyMkvePBrnOmeos5eLb/1usef0DBZhUxoHsHSPMt
auVvUf92GybbvmwqN0j6IHItO8JOhwPNid0dl9z0MRR16hIT1+oWd77pWkNyqIFP
g4E+rZ3i0bWNZIoe3Z2QUJXqCIM7tT8OlAjW3ncrSEtbuR/2zf93AXmUD+2MUffr
wKAVsZcmM+f1eM4sLpy4x0a3R8FjT++ZH0xQTUaSrllBjtg+Xr/EZKWBNuoJZzuX
Du6riGGyQftyKKEO+dLI/w5FaHSCn8CTOJUkTF2QfZFOY2XJyxZthyt3lz5pg2pI
vcZj/Va92pCjjp2ljntCAzpwnavaq/VtZufTj9PxfQ1Dbyt/fsP8ajjaYrPdMQqz
Uh6fTNwAGYStCmyjLK3s6GcUaxEqUK9Orwg9IcP6kDV00JUj7e+5EV9pFxHlSA5A
BH13KRzWPsSdwJWkbCg8xOzrHdk/sPwqSrEfRJXHrn+nqaJLD7oNTkPwmE7P5RMN
ASi981z0Zn4YGtCEmtJqg0hMR9Nm26sAY7ZvlnMzFBsYoooSaThBRjc0T9kLnyrs
HRvU2giQ9gtLL4rTp8EA
=VzMu
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

__
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.


Processing of java-wrappers_0.1.26_amd64.changes

2013-06-19 Thread Debian FTP Masters
java-wrappers_0.1.26_amd64.changes uploaded successfully to localhost
along with the files:
  java-wrappers_0.1.26.dsc
  java-wrappers_0.1.26.tar.gz
  java-wrappers_0.1.26_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

__
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.


java-wrappers_0.1.26_amd64.changes ACCEPTED into unstable

2013-06-19 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 19 Jun 2013 21:50:43 +0200
Source: java-wrappers
Binary: java-wrappers
Architecture: source all
Version: 0.1.26
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Vincent Fourmond fourm...@debian.org
Description: 
 java-wrappers - wrappers for java executables
Closes: 709976 711850
Changes: 
 java-wrappers (0.1.26) unstable; urgency=low
 .
   * Fix run_jar (closes: #709976) (and, yes, it is fixed on a Wednesday,
 though not the one announced initially ;-) ...)
   * Lift the assumption that alternatives live in /usr/lib/jvm (closes:
 #711850)
Checksums-Sha1: 
 8ae072b3b8cb4f7a252d1320469068e01bb95621 1003 java-wrappers_0.1.26.dsc
 c40944d3bd1a6ccd65f1bae08aeb031fa6f2e801 9206 java-wrappers_0.1.26.tar.gz
 610bd65a07e44b83f550e6997e059bf831a416b6 10902 java-wrappers_0.1.26_all.deb
Checksums-Sha256: 
 70ebd8cee1186afea348128b2d1a2f2c7a603784e039d67a359708952d8c85a4 1003 
java-wrappers_0.1.26.dsc
 b2bb16c61ab244bcd94478bb0b4f21ae897d9fd8e9a09a662878ccdcdc1e9a35 9206 
java-wrappers_0.1.26.tar.gz
 74ae6172a5f645290f0d456e451b776257008f40dd646e77da93665449c812c8 10902 
java-wrappers_0.1.26_all.deb
Files: 
 3e3f95fb92ec148e2ceb9f1289068751 1003 java optional java-wrappers_0.1.26.dsc
 1f157f4b8bdfe60a94a5128076cec617 9206 java optional java-wrappers_0.1.26.tar.gz
 e3c77efd0b02e80953c6449cec44aa8b 10902 java optional 
java-wrappers_0.1.26_all.deb

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

iEYEARECAAYFAlHCDMkACgkQx/UhwSKygspo5ACggMv/lur27BMiOW+uCkx/qV+T
4GgAn2zdMTbopIg0GukUFPbXUnM+m65u
=uiVT
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

__
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.


Bug#709976: marked as done (java-wrappers: run_jar() handles command line arguments wrong)

2013-06-19 Thread Debian Bug Tracking System
Your message dated Wed, 19 Jun 2013 21:22:18 +
with message-id e1upppa-0001ae...@franck.debian.org
and subject line Bug#709976: fixed in java-wrappers 0.1.26
has caused the Debian Bug report #709976,
regarding java-wrappers: run_jar() handles command line arguments wrong
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.)


-- 
709976: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=709976
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-wrappers
Version: 0.1.25
Severity: important
Tags: patch

Dear Maintainer,

The run_jar() function in /usr/lib/java-wrappers/java-wrappers.sh
contains the following lines:

   if locate_jar $1; then
shift
run_java -jar $@
else
java_fail Unable to find jar $1 in $JAVA_JARPATH
fi

If locate_jar() finds the specified JAR file, it places the path into
$found_jar, but its result is not used.

Replacing

run_java -jar $@

with

run_java -jar $found_jar $@

should do the trick.

Cheers,
-Hilko
---End Message---
---BeginMessage---
Source: java-wrappers
Source-Version: 0.1.26

We believe that the bug you reported is fixed in the latest version of
java-wrappers, which is due to be installed in the Debian FTP archive.

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 709...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Vincent Fourmond fourm...@debian.org (supplier of updated java-wrappers 
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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 19 Jun 2013 21:50:43 +0200
Source: java-wrappers
Binary: java-wrappers
Architecture: source all
Version: 0.1.26
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Vincent Fourmond fourm...@debian.org
Description: 
 java-wrappers - wrappers for java executables
Closes: 709976 711850
Changes: 
 java-wrappers (0.1.26) unstable; urgency=low
 .
   * Fix run_jar (closes: #709976) (and, yes, it is fixed on a Wednesday,
 though not the one announced initially ;-) ...)
   * Lift the assumption that alternatives live in /usr/lib/jvm (closes:
 #711850)
Checksums-Sha1: 
 8ae072b3b8cb4f7a252d1320469068e01bb95621 1003 java-wrappers_0.1.26.dsc
 c40944d3bd1a6ccd65f1bae08aeb031fa6f2e801 9206 java-wrappers_0.1.26.tar.gz
 610bd65a07e44b83f550e6997e059bf831a416b6 10902 java-wrappers_0.1.26_all.deb
Checksums-Sha256: 
 70ebd8cee1186afea348128b2d1a2f2c7a603784e039d67a359708952d8c85a4 1003 
java-wrappers_0.1.26.dsc
 b2bb16c61ab244bcd94478bb0b4f21ae897d9fd8e9a09a662878ccdcdc1e9a35 9206 
java-wrappers_0.1.26.tar.gz
 74ae6172a5f645290f0d456e451b776257008f40dd646e77da93665449c812c8 10902 
java-wrappers_0.1.26_all.deb
Files: 
 3e3f95fb92ec148e2ceb9f1289068751 1003 java optional java-wrappers_0.1.26.dsc
 1f157f4b8bdfe60a94a5128076cec617 9206 java optional java-wrappers_0.1.26.tar.gz
 e3c77efd0b02e80953c6449cec44aa8b 10902 java optional 
java-wrappers_0.1.26_all.deb

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

iEYEARECAAYFAlHCDMkACgkQx/UhwSKygspo5ACggMv/lur27BMiOW+uCkx/qV+T
4GgAn2zdMTbopIg0GukUFPbXUnM+m65u
=uiVT
-END PGP SIGNATUREEnd 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.

Bug#711850: marked as done (java-wrappers: jvm-list.sh fails to find jvm from /etc/alternatives)

2013-06-19 Thread Debian Bug Tracking System
Your message dated Wed, 19 Jun 2013 21:22:18 +
with message-id e1upppa-0001am...@franck.debian.org
and subject line Bug#711850: fixed in java-wrappers 0.1.26
has caused the Debian Bug report #711850,
regarding java-wrappers: jvm-list.sh fails to find jvm from /etc/alternatives
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.)


-- 
711850: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711850
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-wrappers
Version: 0.1.25
Severity: important
Tags: patch

I have just installed freemind. I have Oracle Java installed under
/usr/local/app/java-oracle/jdk1.7.0 and correctly mapped into
/etc/alternatives. I'm aware of issues surrounding Oracle Java but it's
required for another application I use. I also have OpenJDK versions 6 and 7
installed but unused.

Running freemind triggers a calls to java-wrappers, which in turn uses jvm-list
to detect an appropriate jvm. Unfortunately this fails because my jvm is not
installed under /usr/lib/jvm so java-wrappers is led to believe there is no
valid jvm installed, and consequently freemind will not start.

Investigating further it appears that there is a line within /usr/lib/java-
wrappers/jvm-list.sh that assumes a jvm linked from /etc/alternatives/java is
going to be somewhere under /usr/lib/jvm. The attached patch removes this
dependency assumption.



-- System Information:
Debian Release: 7.0
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages java-wrappers depends on:
ii  unzip  6.0-8

java-wrappers recommends no packages.

java-wrappers suggests no packages.

-- no debconf information
--- jvm-list.sh.2013-06-10	2011-09-14 17:27:08.0 +0100
+++ jvm-list.sh	2013-06-10 11:43:05.205951794 +0100
@@ -56,7 +56,7 @@
 __jvm_java2=$__jvm_java5 $__jvm_gcj2
 
 # current java alternatives
-__jvm_alt=$(readlink /etc/alternatives/java|sed -n 's/\(\/usr\/lib\/jvm\/[^\/]*\)\/.*/\1/p')
+__jvm_alt=$(readlink /etc/alternatives/java|sed -n 's!\(.*\)/bin/[^/]*$!\1!p')
 
 # All JVMs
 __jvm_all=$__jvm_default /usr/lib/jvm/*
---End Message---
---BeginMessage---
Source: java-wrappers
Source-Version: 0.1.26

We believe that the bug you reported is fixed in the latest version of
java-wrappers, which is due to be installed in the Debian FTP archive.

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 711...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Vincent Fourmond fourm...@debian.org (supplier of updated java-wrappers 
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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 19 Jun 2013 21:50:43 +0200
Source: java-wrappers
Binary: java-wrappers
Architecture: source all
Version: 0.1.26
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Vincent Fourmond fourm...@debian.org
Description: 
 java-wrappers - wrappers for java executables
Closes: 709976 711850
Changes: 
 java-wrappers (0.1.26) unstable; urgency=low
 .
   * Fix run_jar (closes: #709976) (and, yes, it is fixed on a Wednesday,
 though not the one announced initially ;-) ...)
   * Lift the assumption that alternatives live in /usr/lib/jvm (closes:
 #711850)
Checksums-Sha1: 
 8ae072b3b8cb4f7a252d1320469068e01bb95621 1003 java-wrappers_0.1.26.dsc
 c40944d3bd1a6ccd65f1bae08aeb031fa6f2e801 9206 java-wrappers_0.1.26.tar.gz
 610bd65a07e44b83f550e6997e059bf831a416b6 10902 java-wrappers_0.1.26_all.deb
Checksums-Sha256: 
 70ebd8cee1186afea348128b2d1a2f2c7a603784e039d67a359708952d8c85a4 1003 
java-wrappers_0.1.26.dsc
 b2bb16c61ab244bcd94478bb0b4f21ae897d9fd8e9a09a662878ccdcdc1e9a35 9206 
java-wrappers_0.1.26.tar.gz
 74ae6172a5f645290f0d456e451b776257008f40dd646e77da93665449c812c8 10902 
java-wrappers_0.1.26_all.deb
Files: 
 3e3f95fb92ec148e2ceb9f1289068751 1003 java optional java-wrappers_0.1.26.dsc
 1f157f4b8bdfe60a94a5128076cec617 9206 java optional