Bug#587835: marked as done (libspring-2.5-java: Please enable support for JavaServer Faces API)

2010-07-07 Thread Debian Bug Tracking System
Your message dated Wed, 07 Jul 2010 23:47:38 +
with message-id 
and subject line Bug#587835: fixed in libspring-2.5-java 2.5.6.SEC02-1
has caused the Debian Bug report #587835,
regarding libspring-2.5-java: Please enable support for JavaServer Faces API
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.)


-- 
587835: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587835
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libspring-2.5-java
Severity: wishlist
Tags: patch

Hi,

I just needed support for JavaServer Faces API in Spring, so
since libjsf-api-java is available in Debian it should be
possible to have this functionality in Spring Debian package.

I just prepared a package for some workstations that I
administer so maybe the attached debdiff could be useful to
you.

Regards,


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/
"Faith means not wanting to know what is true." -- Nietzsche
diff -Nru libspring-2.5-java-2.5.6.SEC01/debian/changelog 
libspring-2.5-java-2.5.6.SEC01/debian/changelog
--- libspring-2.5-java-2.5.6.SEC01/debian/changelog 2010-06-16 
14:49:03.0 -0430
+++ libspring-2.5-java-2.5.6.SEC01/debian/changelog 2010-07-01 
21:32:30.0 -0430
@@ -1,3 +1,11 @@
+libspring-2.5-java (2.5.6.SEC01-11) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Enable support for JavaServer Faces API. (Closes: #XX).
+  * Bump Standards-Version to 3.9.0. No changes were needed.
+
+ -- Miguel Landaeta   Thu, 01 Jul 2010 21:32:30 -0430
+
 libspring-2.5-java (2.5.6.SEC01-10) unstable; urgency=low
 
   [ Onkar Shinde ]
diff -Nru libspring-2.5-java-2.5.6.SEC01/debian/classpath-debian 
libspring-2.5-java-2.5.6.SEC01/debian/classpath-debian
--- libspring-2.5-java-2.5.6.SEC01/debian/classpath-debian  2010-06-15 
03:38:46.0 -0430
+++ libspring-2.5-java-2.5.6.SEC01/debian/classpath-debian  2010-07-01 
21:20:24.0 -0430
@@ -48,6 +48,7 @@
 usr/share/java/glassfish-appserv-jstl.jar
 usr/share/java/testng.jar
 usr/share/java/portlet-api.jar
+usr/share/java/jsf-api.jar
 
 # buildtiger
 usr/share/tomcat6/lib/catalina.jar
diff -Nru libspring-2.5-java-2.5.6.SEC01/debian/control 
libspring-2.5-java-2.5.6.SEC01/debian/control
--- libspring-2.5-java-2.5.6.SEC01/debian/control   2010-06-16 
14:49:03.0 -0430
+++ libspring-2.5-java-2.5.6.SEC01/debian/control   2010-07-01 
21:32:03.0 -0430
@@ -13,8 +13,8 @@
  libhibernate3-java, libhibernate-commons-annotations-java, 
libhibernate-annotations-java,
  libehcache-java, libibatis-java, libquartz-java, libxapool-java, 
libtiles-java (>= 2.2.1), libvelocity-tools-java,
  glassfish-toplink-essentials, libtomcat6-java, junit4 (>= 4.5), testng, 
aspectj (>= 1.6.4), libjasperreports-java,
- maven-repo-helper, libportlet-api-2.0-spec-java
-Standards-Version: 3.8.4
+ maven-repo-helper, libportlet-api-2.0-spec-java, libjsf-api-java
+Standards-Version: 3.9.0
 Homepage: http://springframework.org/about
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libspring-2.5-java/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libspring-2.5-java/
@@ -80,7 +80,7 @@
 Package: libspring-web-2.5-java
 Architecture: all
 Depends: ${misc:Depends}, openjdk-6-jre | java2-runtime, 
libspring-context-2.5-java
-Recommends: libstruts1.2-java, libcommons-httpclient-java, libaxis-java
+Recommends: libstruts1.2-java, libcommons-httpclient-java, libaxis-java, 
libjsf-api-java
 Suggests: glassfish-javaee
 Description: modular Java/J2EE application framework - Web
  Spring is a layered Java/J2EE application framework offering a lot of freedom
diff -Nru libspring-2.5-java-2.5.6.SEC01/debian/excludesfiles/main.excludes 
libspring-2.5-java-2.5.6.SEC01/debian/excludesfiles/main.excludes
--- libspring-2.5-java-2.5.6.SEC01/debian/excludesfiles/main.excludes   
2010-04-26 16:33:34.0 -0430
+++ libspring-2.5-java-2.5.6.SEC01/debian/excludesfiles/main.excludes   
2010-07-01 21:15:34.0 -0430
@@ -15,8 +15,5 @@
 org/springframework/transaction/jta/JotmFactoryBean.java
 
 # spring-web
-# JSF RI is not DFSG-free
-org/springframework/web/jsf/**
-org/springframework/web/context/request/Faces*
-# no Caucho package in

Processed: Re: POM file depends on junit:junit:jar:debian artifact, which is not available in Debian

2010-07-08 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 588420 important
Bug #588420 [javacc] POM file depends on junit:junit:jar:debian artifact, which 
is not available in Debian
Severity set to 'important' from 'grave'

> tags 588420 patch
Bug #588420 [javacc] POM file depends on junit:junit:jar:debian artifact, which 
is not available in Debian
Added tag(s) patch.
> block 585601 by 588420
Bug #585601 [wnpp] ITP: apache-mime4j -- MIME and RFC822 parser for Java
Was blocked by: 576260
Added blocking bug(s) of 585601: 588420
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
585601: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585601
588420: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588420
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#576293: marked as done (eclipse: plugins installed by user not working)

2010-07-11 Thread Debian Bug Tracking System
Your message dated Sun, 11 Jul 2010 11:32:29 +0200
with message-id <4c398fad.60...@thykier.net>
and subject line Reclosing #576293 (eclipse: plugins installed by user not 
working)
has caused the Debian Bug report #576293,
regarding eclipse: plugins installed by user not working
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.)


-- 
576293: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576293
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: eclipse
Version: 3.5.2-2
Severity: important

After a clean install of eclipse from sid, removing ~/.eclipse and 
creating a new workspace, I installed plugins for Maven[1], Spring[2] 
and Subversion[3], but neither of them were usable after installation.
Thinking it might be a plugin failure, I tried to install PDT. Same thing.

I started eclipse with -debug, -console and -consoleLog. No stack traces, 
no warnings, nothing useful that I can think of. The osgi console does not 
show any of those plugins after issuing 'ss'.

Lastly, I downloaded the eclipse tarball from eclipse.org and opened 
a new workspace. Installed the Maven plugin and it worked seamlessly.

I've been surfing the web for something related to this, and the only 
place I found the exact same problem is http://tinyurl.com/ygobwb8, where 
it was fixed by removing p2 as he needed a single, not shared installation.

I'm tagging it as Severity: Important as Java development nowadays is far 
more than writing classes and interfaces, and eclipse relies on plugins for 
almost everything it does.

Please don't hesitate to contact me if I can be of any assistance. I 
honestly ran out of ideas, but not of willingness to get this working.

[1] http://m2eclipse.sonatype.org/installing-m2eclipse.html
[2] http://springide.org/updatesite/site.xml
[3] http://subclipse.tigris.org/update_1.6.x

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages eclipse depends on:
ii  eclipse-jdt   3.5.2-2Eclipse Java Development Tools (JD
ii  eclipse-pde   3.5.2-2Eclipse Plug-in Development Enviro

eclipse recommends no packages.

eclipse suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Source: eclipse
Source-Version: 3.5.2-3

Hi,

I am re-closing this, since the bug tracker still thinks it is (partly)
open.

~Niels

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkw5j6wACgkQVCqoiq1YlqyPfACfYpbdPd+uQ3eqSqvU5kD6VOWS
y9AAn3zdvnJJ9LrpXclFxt1LswPv4J1p
=wlGA
-END PGP SIGNATURE-

--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#577779: marked as done (eclipse: installing plugins failed due w3c dtd ban.)

2010-07-11 Thread Debian Bug Tracking System
Your message dated Sun, 11 Jul 2010 11:33:26 +0200
with message-id <4c398fe6.1040...@thykier.net>
and subject line Reclosing #59 (eclipse: installing plugins failed due w3c 
dtd ban.)
has caused the Debian Bug report #59,
regarding eclipse: installing plugins failed due w3c dtd ban.
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.)


-- 
59: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=59
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: eclipse
Version: 3.5.2-2
Severity: important

After a clean install of eclipse from sid, removing ~/.eclipse and 
creating a new workspace, I installed plugins for Maven[1], Spring[2] 
and Subversion[3], but neither of them were usable after installation.
Thinking it might be a plugin failure, I tried to install PDT. Same thing.

I started eclipse with -debug, -console and -consoleLog. No stack traces, 
no warnings, nothing useful that I can think of. The osgi console does not 
show any of those plugins after issuing 'ss'.

Lastly, I downloaded the eclipse tarball from eclipse.org and opened 
a new workspace. Installed the Maven plugin and it worked seamlessly.

I've been surfing the web for something related to this, and the only 
place I found the exact same problem is http://tinyurl.com/ygobwb8, where 
it was fixed by removing p2 as he needed a single, not shared installation.

I'm tagging it as Severity: Important as Java development nowadays is far 
more than writing classes and interfaces, and eclipse relies on plugins for 
almost everything it does.

Please don't hesitate to contact me if I can be of any assistance. I 
honestly ran out of ideas, but not of willingness to get this working.

[1] http://m2eclipse.sonatype.org/installing-m2eclipse.html
[2] http://springide.org/updatesite/site.xml
[3] http://subclipse.tigris.org/update_1.6.x

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages eclipse depends on:
ii  eclipse-jdt   3.5.2-2Eclipse Java Development Tools (JD
ii  eclipse-pde   3.5.2-2Eclipse Plug-in Development Enviro

eclipse recommends no packages.

eclipse suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Source: eclipse
Source-Version: 3.5.2-3

Hi,

I am re-closing this, since the bug tracker still thinks it is (partly)
open.

~Niels


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkw5j+UACgkQVCqoiq1YlqxC0wCgs9rX/S6xKGMtZyyJ3XApwtxy
MOUAoLSUteUB5VVSOZbcASBQ10+9QwIu
=DGNn
-END PGP SIGNATURE-

--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#346364: marked as done (Eclipse does not start (no suitable jvm))

2010-07-11 Thread Debian Bug Tracking System
Your message dated Sun, 11 Jul 2010 11:34:54 +0200
with message-id <4c39903e.4070...@thykier.net>
and subject line Closing 346364 (Eclipse does not start (no suitable jvm))
has caused the Debian Bug report #346364,
regarding Eclipse does not start (no suitable jvm)
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.)


-- 
346364: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=346364
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: eclipse
Version: 3.1.1-7

Hi!

I have installed the eclipse eclipse-cdt package, and when I want to run
the error message is the following:
searching for compatible vm...
  testing /usr/lib/jvm/java-gcj...found

A suitable Java Virtual Machine for running the Eclipse Platform could
not be located.

However I have gij-4.0 package and java-gcj-compat package. Normaly I
have all the necessary package to run eclipse.

I have to following eclipse related package installed on my system:
ii  gcj-4.0-base   4.0.2-6The GNU 
Compiler Collection (gcj base packag
ii  java-gcj-compat1.0.47-1   Java runtime 
environment using GIJ
ii  libgcj-common  4.0.2-6Java runtime 
library (common files)
ii  libgcj64.0.2-6Java runtime 
library for use with gcj
ii  libgcj6-awt4.0.2-6AWT peer 
runtime libraries for use with gcj
ii  libgcj6-jar4.0.2-6Java runtime 
library for use with gcj (jar f
ii  gij-4.04.0.2-6The GNU Java 
bytecode interpreter
ii  eclipse3.1.1-7Extensible 
Tool Platform and Java IDE
ii  eclipse-cdt3.0.1-2C/C++ 
Development Tools for Eclipse
ii  eclipse-jdt3.1.1-7Java 
Development Tools plug-ins for Eclipse
ii  eclipse-jdt-common 3.1.1-7Java 
Development Tools plug-ins for Eclipse
ii  eclipse-pde3.1.1-7Plug-in 
Development Environment to develop E
ii  eclipse-pde-common 3.1.1-7Plug-in 
Development Environment to develop E
ii  eclipse-platform   3.1.1-7Eclipse 
platform without plug-ins to develop
ii  eclipse-platform-common3.1.1-7Eclipse 
platform without plug-ins to develop
ii  eclipse-rcp3.1.1-7Eclipse rich 
client platform
ii  eclipse-rcp-common 3.1.1-7Eclipse rich 
client platform (common files)
ii  eclipse-source 3.1.1-7Eclipse 
source code plug-ins

If I try to launch eclipse with sun's 1.4 java, I have the following error 
message:
!SESSION 2006-01-07 12:52:21.140 ---
eclipse.buildId=unknown
java.version=1.4.2_10
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=hu_HU
Command-line arguments:  -os linux -ws gtk -arch x86

!ENTRY org.eclipse.osgi 2006-01-07 12:52:22.652
!MESSAGE Application error
!STACK 1
java.lang.IllegalStateException: Unable to acquire application service.
at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:367)
at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)

Did I miss some package?
Or is it a problem with the recent eclipse package in the debian ?

Best regards, 
 Khiraly



--- End Message ---
--- Begin Message ---
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Source: eclipse
Source-Version: 3.5.2-1

Hi,

This bug was fixed in 3.5.2-1; we merely forgot to add a Closes for it
in the changelog.

~Niels


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

Processed: Re: Bug#588379: using jh_depends when a .jar exists in one than one package

2010-07-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 588379 wontfix
Bug #588379 [javahelper] using jh_depends when a .jar exists in one than one 
package
Added tag(s) wontfix.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
588379: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588379
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#211458: marked as done (classpath: provide static libraries)

2010-07-13 Thread Debian Bug Tracking System
Your message dated 
with message-id <20100713165142.5775.91794.mass-bugs-cl...@merkel.debian.org>
and subject line classpath removed from Debian unstable
has caused the Debian Bug report #211458,
regarding classpath: provide static libraries
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.)


-- 
211458: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=211458
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: classpath
Version: 0.06-2
Severity: wishlist

It would be nice if there was a classpath-dev package that provided static
libraries for classpath, so that I could build static java binaries.
  --scott
[my java compiler is FLEX (http://flexc.lcs.mit.edu) which uses the
 classpath libraries, but I suspect gcj/etc has the same issue.]

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux sincerity-forever 2.4.16-686-smp #1 SMP Wed Nov 28 10:00:01 EST 
2001 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages classpath depends on:
ii  libgcj-common  1:3.3.2-0pre3 Java runtime library (common files
ii  libgtk2.0-02.2.4-1   The GTK+ graphical user interface 

-- no debconf information


--- End Message ---
--- Begin Message ---
Version: 2:0.98-6+rm

classpath has been removed from Debian unstable: http://bugs.debian.org/585907

Closing its bugs with a Version higher than the last unstable upload.

More information about this script at:
  
http://git.debian.org/?p=users/morph/mass-bugs-close.git;a=blob_plain;f=README;hb=HEAD

--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#298857: marked as done (A devhelp-book-java2 package would be useful)

2010-07-13 Thread Debian Bug Tracking System
Your message dated 
with message-id <20100713165142.5775.91794.mass-bugs-cl...@merkel.debian.org>
and subject line classpath removed from Debian unstable
has caused the Debian Bug report #298857,
regarding A devhelp-book-java2 package would be useful
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.)


-- 
298857: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=298857
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: devhelp
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


After a short discussion on the debian-j...@lists.debian.org mailing
list we came to the conclusion that a devhelp-book-java2 package could
be quite interesting and useful during the Java development process.

Actually the only alternative are the online Sun Java API specifications[1].
Thanks in advance for considering such a package package.

 I.

[1] http://java.sun.com/docs/

- -- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

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

iD8DBQFCMDYogTw+VtfjE44RAsG+AKCS38SIBGNsez9+82t1zxs8WF5YQwCcCFcm
2a8IvcZmh+80DhUHXJ16OyE=
=DCou
-END PGP SIGNATURE-

--- End Message ---
--- Begin Message ---
Version: 2:0.98-6+rm

classpath has been removed from Debian unstable: http://bugs.debian.org/585907

Closing its bugs with a Version higher than the last unstable upload.

More information about this script at:
  
http://git.debian.org/?p=users/morph/mass-bugs-close.git;a=blob_plain;f=README;hb=HEAD

--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#341818: marked as done (gcjwebplugin: Login applet on http://merkurwebbank.dk/ throws error ...NoSuchAlgorithmException: SSLv3)

2010-07-13 Thread Debian Bug Tracking System
Your message dated 
with message-id <20100713165142.5775.91794.mass-bugs-cl...@merkel.debian.org>
and subject line classpath removed from Debian unstable
has caused the Debian Bug report #341818,
regarding gcjwebplugin: Login applet on http://merkurwebbank.dk/ throws error 
...NoSuchAlgorithmException: SSLv3
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.)


-- 
341818: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=341818
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gcjwebplugin
Version: 0.3.2-1.0.jones1
Severity: normal

Most smaller banks in Denmark use same provider for their web banking.

The login applet itself requires access information as customer in a
participating bank, but try with a dummy account number "12345678" and
select the third choice of the radio buttons (means "I have logged in
before"), and the following error is thrown:


java.lang.RuntimeException: error instantiating default socket factory: 
java.security.NoSuchAlgorithmException: SSLv3
   at javax.net.ssl.SSLSocketFactory.getDefault() (/usr/lib/libgcj.so.6.0.0)
   at javax.net.ssl.HttpsURLConnection.getDefaultSSLSocketFactory() 
(/usr/lib/libgcj.so.6.0.0)
   at javax.net.ssl.HttpsURLConnection.getSSLSocketFactory() 
(/usr/lib/libgcj.so.6.0.0)
   at gnu.java.net.protocol.http.HTTPURLConnection.connect() 
(/usr/lib/libgcj.so.6.0.0)
   at gnu.java.net.protocol.jar.Connection.connect() (/usr/lib/libgcj.so.6.0.0)
   at gnu.java.net.protocol.jar.Connection.getJarFile() 
(/usr/lib/libgcj.so.6.0.0)
   at 
java.net.URLClassLoader$JarURLLoader.URLClassLoader$JarURLLoader(java.net.URLClassLoader,
 java.net.URL) (/usr/lib/libgcj.so.6.0.0)
   at java.net.URLClassLoader.addURLImpl(java.net.URL) 
(/usr/lib/libgcj.so.6.0.0)
   at java.net.URLClassLoader.addURL(java.net.URL) (/usr/lib/libgcj.so.6.0.0)
   at gnu.gcjwebplugin.AppletClassLoader.AppletClassLoader(java.net.URL, 
java.util.ArrayList) (Unknown Source)
   at gnu.gcjwebplugin.AppletViewer.getClassLoader(java.net.URL, 
java.util.ArrayList) (Unknown Source)
   at gnu.gcjwebplugin.AppletViewer.createApplet(gnu.gcjwebplugin.AppletTag) 
(Unknown Source)
   at gnu.gcjwebplugin.PluginAppletWindow.setHandle(long) (Unknown Source)
   at gnu.gcjwebplugin.PluginAppletViewer.start(java.io.InputStream, 
java.io.OutputStream) (Unknown Source)
   at gnu.gcjwebplugin.AppletViewer.main(java.lang.String[]) (Unknown Source)
java.lang.RuntimeException: error instantiating default socket factory: 
java.security.NoSuchAlgorithmException: SSLv3
   at javax.net.ssl.SSLSocketFactory.getDefault() (/usr/lib/libgcj.so.6.0.0)
   at javax.net.ssl.HttpsURLConnection.getDefaultSSLSocketFactory() 
(/usr/lib/libgcj.so.6.0.0)
   at javax.net.ssl.HttpsURLConnection.getSSLSocketFactory() 
(/usr/lib/libgcj.so.6.0.0)
   at gnu.java.net.protocol.http.HTTPURLConnection.connect() 
(/usr/lib/libgcj.so.6.0.0)
   at 
gnu.java.net.protocol.http.HTTPURLConnection.getHeaderField(java.lang.String) 
(/usr/lib/libgcj.so.6.0.0)
   at java.net.URLConnection.getHeaderFieldInt(java.lang.String, int) 
(/usr/lib/libgcj.so.6.0.0)
   at java.net.URLConnection.getContentLength() (/usr/lib/libgcj.so.6.0.0)
   at java.net.URLClassLoader$RemoteURLLoader.getResource(java.lang.String) 
(/usr/lib/libgcj.so.6.0.0)
   at java.net.URLClassLoader.findClass(java.lang.String) 
(/usr/lib/libgcj.so.6.0.0)
   at gnu.gcjwebplugin.AppletClassLoader.findClass(java.lang.String) (Unknown 
Source)
   at java.lang.ClassLoader.loadClass(java.lang.String, boolean) 
(/usr/lib/libgcj.so.6.0.0)
   at java.lang.ClassLoader.loadClass(java.lang.String) 
(/usr/lib/libgcj.so.6.0.0)
   at gnu.gcjwebplugin.AppletViewer.createApplet(gnu.gcjwebplugin.AppletTag) 
(Unknown Source)
   at gnu.gcjwebplugin.PluginAppletWindow.setHandle(long) (Unknown Source)
   at gnu.gcjwebplugin.PluginAppletViewer.start(java.io.InputStream, 
java.io.OutputStream) (Unknown Source)
   at gnu.gcjwebplugin.AppletViewer.main(java.lang.String[]) (Unknown Source)
java.lang.ClassNotFoundException: dk.bec.signonclient.ds.web.Logon not found in 
gnu.gcjwebplugin.AppletClassLoader{urls=[https://web87.prod.bec.dk/,https://web87.prod.bec.dk/static/signon/applet/BECWeb.jar],
 
parent=gnu.gcj.runtime.SystemClassLoader{urls=[file:/usr/share/java/gcjappletviewer.jar],
 parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}}
   at java.net.URLClassLoader.findClass(java.lang.String) 
(/usr/lib/libgcj.so.6.0.0)
   at gnu.gcjwebplugin.AppletClassLoader.findClass(java.lang.String) (Unknown 
Source)
   at java.lang.ClassLoader.loadClass(java.lang.String, boo

Bug#351551: marked as done (cacao: reader.readLine() returns null while reader.ready() returns true)

2010-07-13 Thread Debian Bug Tracking System
Your message dated 
with message-id <20100713165142.5775.91794.mass-bugs-cl...@merkel.debian.org>
and subject line classpath removed from Debian unstable
has caused the Debian Bug report #351551,
regarding cacao: reader.readLine() returns null while reader.ready() returns 
true
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.)


-- 
351551: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=351551
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: cacao
Version: 0.94-1
Severity: normal


Not sure wether this is a true bug, or just incompatibility with Sun JVM 1.5.0 
and kaffe:

When I run a CDK based test suite [1], the "OpenSource JVM Test Suite", I get a
NullPointerException, because of this situation:

- reader.ready() returns true
- a subsequent reader.readLine() returns null

The code I deduce this from is:

protected void loadClassList(String classList) throws Exception {
classesToTest = new Vector();
 
// get the src/core.javafiles file
BufferedReader reader = new BufferedReader(new InputStreamReader(
this.getClass().getClassLoader().getResourceAsStream(classList)
));
while (reader.ready()) {
// load them one by one
String rawClassName = reader.readLine();
rawClassName = rawClassName.substring(20);
String className = convertSlash2Dot(
rawClassName.substring(0, rawClassName.indexOf('.'))
);
classesToTest.add(className);
}
}

The NullPointerException occurs on this line:

rawClassName = rawClassName.substring(20);

Because rawClassName is null.

This happens with cacao and jamvm, but not with kaffe, so seems a Classpath 
problem.

Egon

1.http://sourceforge.net/project/showfiles.php?group_id=20024


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-10-386
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages cacao depends on:
ii  binutils 2.16.1cvs20060117-1 The GNU assembler, linker and bina
ii  classpath2:0.20-2clean room standard Java libraries
ii  classpath-common 2:0.20-2architecture independent files
ii  libc62.3.5-12.1  GNU C Library: Shared libraries an
ii  libltdl3 1.5.22-2A system independent dlopen wrappe
ii  zlib1g   1:1.2.3-9   compression library - runtime

cacao recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Version: 2:0.98-6+rm

classpath has been removed from Debian unstable: http://bugs.debian.org/585907

Closing its bugs with a Version higher than the last unstable upload.

More information about this script at:
  
http://git.debian.org/?p=users/morph/mass-bugs-close.git;a=blob_plain;f=README;hb=HEAD

--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#387302: marked as done (classpath-qtpeer: Qt peers fail to run Jmol)

2010-07-13 Thread Debian Bug Tracking System
Your message dated 
with message-id <20100713165142.5775.91794.mass-bugs-cl...@merkel.debian.org>
and subject line classpath removed from Debian unstable
has caused the Debian Bug report #387302,
regarding classpath-qtpeer: Qt peers fail to run Jmol
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.)


-- 
387302: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=387302
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: classpath
Version: 2:0.92-2
Severity: normal


See also the Classpath wiki. I justed the Jmol version from SVN 
branches/v10_9, compiled with 'ant jar' using the build.xml.

I ran Jmol with:

java -Dawt.toolkit=gnu.java.awt.peer.qt.QtToolkit -jar Jmol.jar

$ java -version:

java version "1.4.2"
CACAO version 0.96
...

During the splashscreen I get a lot of:

QFont: It is not safe to use text and fonts outside the gui thread

But that seems harmless. However, after the following stacktrace it hangs:

setting color scheme to:jmol
uncaught exception: java.lang.UnsupportedOperationException
java.lang.UnsupportedOperationException
   at gnu.java.awt.peer.qt.QtFontPeer.getLineMetrics(QtFontPeer.java:188)
   at java.awt.Font.getLineMetrics(Font.java:967)
   at java.awt.Font.getLineMetrics(Font.java:1361)
   at java.awt.font.TextLayout.(TextLayout.java:103)
   at 
javax.swing.plaf.basic.BasicButtonListener.propertyChange(BasicButtonListener.java:87)
   at 
java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:388)
   at 
java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:332)
   at java.awt.Component.firePropertyChange(Component.java:4916)
   at javax.swing.AbstractButton.setText(AbstractButton.java:1616)
   at javax.swing.AbstractButton.init(AbstractButton.java:926)
   at javax.swing.JToggleButton.(JToggleButton.java:294)
   at javax.swing.JCheckBox.(JCheckBox.java:135)
   at javax.swing.JCheckBox.(JCheckBox.java:125)
   at org.openscience.jmol.app.GuiMap$KeyJCheckBox.(GuiMap.java:328)
   at org.openscience.jmol.app.GuiMap.newJCheckBox(GuiMap.java:215)
   at 
org.openscience.jmol.app.PreferencesDialog.buildDispPanel(PreferencesDialog.java:194)
   at 
org.openscience.jmol.app.PreferencesDialog.(PreferencesDialog.java:142)
   at org.openscience.jmol.app.Jmol.(Jmol.java:180)
   at org.openscience.jmol.app.Jmol.getJmol(Jmol.java:344)
   at org.openscience.jmol.app.Jmol.main(Jmol.java:433)

Without setting the awt.toolkit is boots normally.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-26-386
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages classpath depends on:
ii  classpath-common 2:0.92-2clean room standard Java 
libraries
ii  classpath-gtkpeer2:0.92-2clean room standard Java 
libraries
ii  libasound2   1.0.12-1ALSA library
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libgcj-common1:4.1.1-13  Java runtime library (common 
files
ii  libjack0.100.0-0 0.101.1-1   JACK Audio Connection Kit 
(librari
ii  cacao0.96-2  Java virtual machine

classpath recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Version: 2:0.98-6+rm

classpath has been removed from Debian unstable: http://bugs.debian.org/585907

Closing its bugs with a Version higher than the last unstable upload.

More information about this script at:
  
http://git.debian.org/?p=users/morph/mass-bugs-close.git;a=blob_plain;f=README;hb=HEAD

--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#413295: marked as done (classpath: menus missing in Swing applications)

2010-07-13 Thread Debian Bug Tracking System
Your message dated 
with message-id <20100713165142.5775.91794.mass-bugs-cl...@merkel.debian.org>
and subject line classpath removed from Debian unstable
has caused the Debian Bug report #413295,
regarding classpath: menus missing in Swing applications
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.)


-- 
413295: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=413295
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: classpath
Version: 2:0.92-4
Severity: normal

Steps to reproduce:
1) cat > jmenu.java << EOF
import javax.swing.*;
import java.awt.*;
public class jmenu extends JFrame {
public static void main(String[] args) {
(new jmenu()).show();
}
public jmenu() {
JMenuBar mb = new JMenuBar();
this.setJMenuBar(mb);
JMenu m = new JMenu("menu0");
mb.add(m);
JMenuItem mi = new JMenuItem("menuitem0");
m.add(mi);
m.add(mi);
this.setSize(new Dimension(600, 600));
}
}
EOF
2) ecj jmenu.java
3) jamvm jmenu.java

Expected results:
3) A window shows up, it has menu "menu0" which includes "menuitem0" menuitem

Actual results:
3) A window shows up bit it has no visible menu bar at all.

More info:
1) The above works in debian testing, I see the problematic behavior
only in unstable.

2) In addition to jamvm the bug is reproducible with gij-4.1 and
cacao. However, I see the menu in kaffe. This made me think the bug is
probably in classpath and not in any individual virtual machine.

3) I haven't tested with classpath cvs head since I couldn't figure
out how to tell cacao to use classpath cvs head (I did manage to build
classpath cvs head with ecj though and I can compile java 1.5 programs
with

ecj -1.5 -bootclasspath 
~/installdir/classpath-2007-01-22/share/classpath/glibj.zip "$@"

)

Please let me know if you can't reproduce the bug. I'm happy to
provide more info.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.32sauna0
Locale: LANG=C, LC_CTYPE=fi_FI (charmap=ISO-8859-1)

Versions of packages classpath depends on:
ii  classpath-common2:0.92-4 clean room standard Java libraries
ii  classpath-gtkpeer   2:0.92-4 clean room standard Java libraries
ii  libasound2  1.0.13-2 ALSA library
ii  libatk1.0-0 1.12.4-2 The ATK accessibility toolkit
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libcairo2   1.2.4-4  The Cairo 2D vector graphics libra
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libgcj-common   1:4.1.1-21   Java runtime library (common files
ii  libgconf2-4 2.16.1-1 GNOME configuration database syste
ii  libglib2.0-02.12.6-2 The GLib library of C routines
ii  libgtk2.0-0 2.8.20-5 The GTK+ graphical user interface 
ii  libjack0.100.0-00.101.1-2JACK Audio Connection Kit (librari
ii  libmagic1   4.19-1   File type determination library us
ii  liborbit2   1:2.14.4-1   libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0   1.14.8-5 Layout and rendering of internatio
ii  libx11-62:1.0.3-5X11 client-side library
ii  libxcursor1 1.1.7-4  X cursor management library
ii  libxext61:1.0.1-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.1-5X11 miscellaneous 'fixes' extensio
ii  libxi6  1:1.0.1-4X11 Input extension library
ii  libxinerama11:1.0.1-4.1  X11 Xinerama extension library
ii  libxrandr2  2:1.1.0.2-5  X11 RandR extension library
ii  libxrender1 1:0.9.1-3X Rendering Extension client libra
ii  libxtst61:1.0.1-5X11 Testing -- Resource extension 

classpath recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Version: 2:0.98-6+rm

classpath has been removed from Debian unstable: http://bugs.debian.org/585907

Closing its bugs with a Version higher than the last unstable upload.

More information about this script at:
  
http://git.debian.org/?p=users/morph/mass-bugs-c

Bug#483919: marked as done (classpath-qtpeer: Classpath AWT support still royally broken)

2010-07-13 Thread Debian Bug Tracking System
Your message dated 
with message-id <20100713165142.5775.91794.mass-bugs-cl...@merkel.debian.org>
and subject line classpath removed from Debian unstable
has caused the Debian Bug report #483919,
regarding classpath-qtpeer: Classpath AWT support still royally broken
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.)


-- 
483919: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=483919
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: classpath-qtpeer
Version: 2:0.97.1-3
Severity: normal

I'm trying to run a hybrid Java applet/application on an AMD64 sid machine. 
While my goal
would be to get the applet running, I'm already stuck with some Classpath bugs 
regarding
any GUI activity of the application.

When using gij-4.3 with the Gtk+ peers, the application just hangs instead of 
opening a
window. Selecting the Qt peers doesn't seem to be possible. When deliberately 
giving it a
wrong URL, it should just show an error message box. It does so with the Gtk+ 
peers although
the text is not readable on it and the button cannot be clicked.

When using cacao instead of gij-4.3, I can select the Qt peers. But it doesn't 
help, instead
the backtrace hints at some missing methods in the peers.

$ cacao -Dawt.toolkit=gnu.java.awt.peer.qt.QtToolkit -jar ggz-java-client.jar 
-uri foo
QPixmap: It is not safe to use pixmaps outside the GUI thread
[...]
Exception in thread "main" java.lang.UnsupportedOperationException
   at gnu.java.awt.peer.qt.QtFontPeer.getLineMetrics(QtFontPeer.java:188)
   at java.awt.Font.getLineMetrics(Font.java:1029)
[...]
   at javax.swing.JOptionPane.showMessageDialog(JOptionPane.java:1442)

The JAR file can be downloaded from:
  http://us.ggzgamingzone.org/~josef/ggz-java-client.jar
It works fine with the latest JDK7 builds and other Sun releases.

Ideally, the bug would be considered fixed when the application runs without 
any problems.
But any sort of status information and hints would already help. According to 
Tom Marble's
Debconf7 talk, OpenJDK would become a Lenny release goal, but it doesn't seem 
to be the case
according to release.debian.org.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages classpath-qtpeer depends on:
ii  libc6 2.7-11 GNU C Library: Shared libraries
ii  libgcc1   1:4.3.0-4  GCC support library
ii  libqtcore44.4.0-2Qt 4 core module
ii  libqtgui4 4.4.0-2Qt 4 GUI module
ii  libstdc++64.3.0-4The GNU Standard C++ Library v3

classpath-qtpeer recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Version: 2:0.98-6+rm

classpath has been removed from Debian unstable: http://bugs.debian.org/585907

Closing its bugs with a Version higher than the last unstable upload.

More information about this script at:
  
http://git.debian.org/?p=users/morph/mass-bugs-close.git;a=blob_plain;f=README;hb=HEAD

--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#462292: marked as done (gjdoc: fails to upgrade/remove/install when /proc is not mounted)

2010-07-13 Thread Debian Bug Tracking System
Your message dated 
with message-id <20100713184534.10815.32513.mass-bugs-cl...@merkel.debian.org>
and subject line gjdoc removed from Debian unstable
has caused the Debian Bug report #462292,
regarding gjdoc: fails to upgrade/remove/install when /proc is not mounted
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.)


-- 
462292: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=462292
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gjdoc
Version: 0.7.8-7
Severity: normal

when upgrading gjdoc in a chroot environment without /proc mounted, i
get the following string of errors:

Preparing to replace gjdoc 0.7.8-6 (using .../gjdoc_0.7.8-7_i386.deb) ...
Unpacking replacement gjdoc ...
GC Warning: Couldn't read /proc/stat
Couldn't read /proc/self/stat
dpkg: warning - old post-removal script returned error exit status 2
dpkg - trying script from the new package instead ...
GC Warning: Couldn't read /proc/stat
Couldn't read /proc/self/stat
dpkg: error processing /var/cache/apt/archives/gjdoc_0.7.8-7_i386.deb 
(--unpack):
 subprocess new post-removal script returned error exit status 2
GC Warning: Couldn't read /proc/stat
Couldn't read /proc/self/stat
dpkg: error while cleaning up:
 subprocess post-removal script returned error exit status 2
Preparing to replace coreutils 5.97-5.7 (using .../coreutils_6.10-1_i386.deb) 
...
Unpacking replacement coreutils ...
Errors were encountered while processing:
 /var/cache/apt/archives/gjdoc_0.7.8-7_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

it would be nice if gjdoc didn't require /proc to be mounted during
upgrades.

live well,
  vagrant


--- End Message ---
--- Begin Message ---
Version: 0.7.9-4.1+rm

gjdoc has been removed from Debian unstable: http://bugs.debian.org/577422

Closing its bugs with a Version higher than the last unstable upload.

More information about this script at:
  
http://git.debian.org/?p=users/morph/mass-bugs-close.git;a=blob_plain;f=README;hb=HEAD

--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#443039: marked as done (gjdoc: doesnt fail gracefully when unable to fetch doc from the web)

2010-07-13 Thread Debian Bug Tracking System
Your message dated 
with message-id <20100713184534.10815.32513.mass-bugs-cl...@merkel.debian.org>
and subject line gjdoc removed from Debian unstable
has caused the Debian Bug report #443039,
regarding gjdoc: doesnt fail gracefully when unable to fetch doc from the web
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.)


-- 
443039: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=443039
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libmatthew-java
version: 0.4-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20070917 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
javadoc -quiet -author -link http://java.sun.com/j2se/1.4.2/docs/api/ -d doc/ 
cx/ath/matthew/debug/Debug.java cx/ath/matthew/cgi/CGI.java 
cx/ath/matthew/cgi/CGIErrorHandler.java 
cx/ath/matthew/cgi/CGIHeaderSentException.java 
cx/ath/matthew/cgi/CGIInvalidContentFormatException.java 
cx/ath/matthew/cgi/CGITools.java cx/ath/matthew/cgi/CheckBox.java 
cx/ath/matthew/cgi/DefaultErrorHandler.java 
cx/ath/matthew/cgi/DisplayField.java cx/ath/matthew/cgi/DropDown.java 
cx/ath/matthew/cgi/Field.java cx/ath/matthew/cgi/HTMLForm.java 
cx/ath/matthew/cgi/HiddenField.java cx/ath/matthew/cgi/MultipleDropDown.java 
cx/ath/matthew/cgi/NewTable.java cx/ath/matthew/cgi/Password.java 
cx/ath/matthew/cgi/Radio.java cx/ath/matthew/cgi/SubmitButton.java 
cx/ath/matthew/cgi/TextArea.java cx/ath/matthew/cgi/TextField.java 
cx/ath/matthew/cgi/testcgi.java cx/ath/matthew/io/DOMPrinter.java 
cx/ath/matthew/io/ExecInputStream.java cx/ath/matthew/io/ExecOutputStream.java 
cx/ath/matthew/io/InOutCopier.java cx/ath/matthew/io/TeeInputStream.java 
cx/ath/matthew/io/TeeOutputStream.java cx/ath/matthew/io/test.java 
cx/ath/matthew/io/test2.java cx/ath/matthew/io/test3.java 
cx/ath/matthew/unix/NotConnectedException.java 
cx/ath/matthew/unix/UnixIOException.java 
cx/ath/matthew/unix/UnixServerSocket.java 
cx/ath/matthew/unix/UnixSocketAddress.java cx/ath/matthew/unix/testclient.java 
cx/ath/matthew/unix/testserver.java cx/ath/matthew/unix/USInputStream.java 
cx/ath/matthew/unix/USOutputStream.java cx/ath/matthew/unix/UnixSocket.java 
cx/ath/matthew/utils/Hexdump.java
WARNING: Cannot locate class java.lang.Object referenced in class 
cx.ath.matthew.debug.Debug.FilterCommand
WARNING: Error while loading class File
WARNING: Error while loading class FileInputStream
WARNING: Error while loading class FileOutputStream
WARNING: Error while loading class PrintStream
WARNING: Error while loading class IOException
WARNING: Error while loading class InvocationTargetException
WARNING: Error while loading class Method
WARNING: Error while loading class HashMap
WARNING: Error while loading class Iterator
WARNING: Error while loading class Map
WARNING: Error while loading class Properties
WARNING: Error while loading class OutputStream
WARNING: Error while loading class Date
WARNING: Error while loading class LinkedList
WARNING: Error while loading class Set
WARNING: Error while loading class Vector
WARNING: Error while loading class DateFormat
WARNING: Error while loading class SimpleDateFormat
WARNING: Cannot locate class Exception referenced in class 
cx.ath.matthew.cgi.CGIHeaderSentException
WARNING: Error while loading class List
WARNING: Error while loading class Document
WARNING: Error while loading class DocumentType
WARNING: Error while loading class Element
WARNING: Error while loading class NamedNodeMap
WARNING: Error while loading class Node
WARNING: Error while loading class NodeList
WARNING: Error while loading class FilterInputStream
WARNING: Error while loading class InputStream
WARNING: Error while loading class FilterOutputStream
WARNING: Cannot locate class Thread referenced in class 
cx.ath.matthew.io.InOutCopier
WARNING: Error while loading class BufferedInputStream
WARNING: Error while loading class BufferedOutputStream
WARNING: Error while loading class PrintWriter
WARNING: Error while loading class OutputStreamWriter
WARNING: Error while loading class BufferedReader
WARNING: Error while loading class InputStreamReader
WARNING: Error while loading class SocketException
WARNING: Option -validhtml hasn't been specified. Generated HTML will not 
validate.
Exception in thread "main" java.lang.NullPointerException
   at gnu.gcj.runtime.NameFinder.lookup(libgcj.so.81)
   at java.lang.VMThrowable.getStackTrace(libgcj.so.81)
   at java.lang.Throwable.getStackTrace(libgcj.so.81)
   at java.lang.Throwable.stackTra

Bug#476286: marked as done (javadoc incompatible HTML output)

2010-07-13 Thread Debian Bug Tracking System
Your message dated 
with message-id <20100713184534.10815.32513.mass-bugs-cl...@merkel.debian.org>
and subject line gjdoc removed from Debian unstable
has caused the Debian Bug report #476286,
regarding javadoc incompatible HTML output
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.)


-- 
476286: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476286
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libjdom1-java
Version: 1.0-4
Severity: normal

the apidocs included seem not to match the format generated by the javadoc tool.
at least eclipse (from eclipse.org) is unable to render it.
see
https://bugs.eclipse.org/bugs/show_bug.cgi?id=226514
for more information.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24.4 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_DK.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libjdom1-java depends on:
ii  sun-java5-jre [java2-runtime] 1.5.0-15-1 Sun Java(TM) Runtime Environment (
ii  sun-java6-jre [java2-runtime] 6-05-1 Sun Java(TM) Runtime Environment (

libjdom1-java recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Version: 0.7.9-4.1+rm

gjdoc has been removed from Debian unstable: http://bugs.debian.org/577422

Closing its bugs with a Version higher than the last unstable upload.

More information about this script at:
  
http://git.debian.org/?p=users/morph/mass-bugs-close.git;a=blob_plain;f=README;hb=HEAD

--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#514745: marked as done (Updating the gjdoc Uploaders list)

2010-07-13 Thread Debian Bug Tracking System
Your message dated 
with message-id <20100713184534.10815.32513.mass-bugs-cl...@merkel.debian.org>
and subject line gjdoc removed from Debian unstable
has caused the Debian Bug report #514745,
regarding Updating the gjdoc Uploaders list
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.)


-- 
514745: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=514745
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gjdoc
Version: 0.7.9-2
Severity: minor

Mark Howard  has not been working on
the gjdoc package for quite some time.

We are tracking their status in the MIA team and would like to ask you
to remove them from the Uploaders list of the package so we can close
that part of the file.

Thanks.


--- End Message ---
--- Begin Message ---
Version: 0.7.9-4.1+rm

gjdoc has been removed from Debian unstable: http://bugs.debian.org/577422

Closing its bugs with a Version higher than the last unstable upload.

More information about this script at:
  
http://git.debian.org/?p=users/morph/mass-bugs-close.git;a=blob_plain;f=README;hb=HEAD

--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Processed: limit source to libregexp-java, tagging 528306

2010-07-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> #libregexp-java (1.5-3) UNRELEASED; urgency=low
> #
> #  * Removed Depends on JREs (Closes: #528306)
> #
> limit source libregexp-java
Limiting to bugs with field 'source' containing at least one of 'libregexp-java'
Limit currently set to 'source':'libregexp-java'

> tags 528306 + pending
Bug #528306 [libregexp-java] Please drop Depends on Java Runtime
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
528306: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=528306
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Processed: Re: Bug#589278: Pulls in a lot of dependencies (including ant and server libraries)

2010-07-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> clone 589278 -1
Bug#589278: Pulls in a lot of dependencies (including ant and server libraries)
Bug 589278 cloned as bug 589315.

> tags 589278 confirmed
Bug #589278 [liboauth-signpost-java] Pulls in a lot of dependencies (including 
ant and server libraries)
Added tag(s) confirmed.
> reassign -1 libjetty-extra-java
Bug #589315 [liboauth-signpost-java] Pulls in a lot of dependencies (including 
ant and server libraries)
Bug reassigned from package 'liboauth-signpost-java' to 'libjetty-extra-java'.
Bug No longer marked as found in versions oauth-signpost/1.2-1.
> retitle -1 please split jetty-client into a separate package
Bug #589315 [libjetty-extra-java] Pulls in a lot of dependencies (including ant 
and server libraries)
Changed Bug title to 'please split jetty-client into a separate package' from 
'Pulls in a lot of dependencies (including ant and server libraries)'
> affects -1 liboauth-signpost-java josm
Bug #589315 [libjetty-extra-java] please split jetty-client into a separate 
package
Added indication that 589315 affects josm and liboauth-signpost-java
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
589315: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589315
589278: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589278
-1: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=-1
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Processed: Re: Runtime dependency on default-jre-headless | java2-runtime-headless

2010-07-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 589364 + wontfix
Bug #589364 [commons-io] Runtime dependency on default-jre-headless | 
java2-runtime-headless
Added tag(s) wontfix.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
589364: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589364
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#588895: marked as done (fop 1.0 is out)

2010-07-17 Thread Debian Bug Tracking System
Your message dated Sat, 17 Jul 2010 20:47:21 +
with message-id 
and subject line Bug#588895: fixed in fop 1:1.0.dfsg-1
has caused the Debian Bug report #588895,
regarding fop 1.0 is out
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.)


-- 
588895: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588895
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: fop
Version: 1:0.95.dfsg-11
Severity: normal


Just a reminder, fop 1.0 is out. I will try to get it package ASAP.

-Mathieu

-- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (500, 'stable'), (200, 'testing'), (100, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-bpo.1-amd64 (SMP w/16 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages fop depends on:
ii  default-jre-headles 1.5-30   Standard Java or Java compatible R
ii  gcj-4.4-jre-headles 4.4.2-4  Java runtime environment using GIJ
ii  gcj-jre-headless [j 4:4.3.4-1Java runtime environment using GIJ
ii  gij-4.3 [java2-runt 4.3.4-4  The GNU Java bytecode interpreter
ii  java-gcj-compat-hea 1.0.80-5.1   Java runtime environment using GIJ
ii  java-wrappers   0.1.15   wrappers for java executables
ii  libavalon-framework 4.2.0-4  Common framework for Java server a
ii  libbatik-java   1.7-5xml.apache.org SVG Library
ii  libbsf-java 1:2.4.0-2Bean Scripting Framework to suppor
ii  libcommons-io-java  1.4-1Common useful IO related classes
ii  libcommons-logging- 1.1.1-6  commmon wrapper interface for seve
ii  libxalan2-java  2.7.1-5  XSL Transformations (XSLT) process
ii  libxerces2-java 2.9.1-2+lenny1   Validating XML parser for Java wit
ii  libxml-commons-exte 1.3.05-1 XML Commons external code - DOM, S
ii  libxmlgraphics-comm 1.3.1.dfsg-4~bpo50+1 reusable components used by Batik 
ii  libxp6  1:1.0.0.xsf1-2   X Printing Extension (Xprint) clie
ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
ii  libxtst62:1.0.3-1X11 Testing -- Resource extension 
ii  openjdk-6-jre-headl 6b11-9.1+lenny2  OpenJDK Java runtime, using Hotspo
ii  sun-java5-jre [java 1.5.0-17-0.1 Sun Java(TM) Runtime Environment (
ii  sun-java6-jre [java 6-12-1   Sun Java(TM) Runtime Environment (

Versions of packages fop recommends:
ii  libsaxon-java 1:6.5.5-6  The Saxon XSLT Processor

Versions of packages fop suggests:
ii  fop-doc1:0.95.dfsg-7 Documentation for fop
ii  libservlet2.4-java 5.0.30-8  Servlet 2.4 and JSP 2.0 Java class

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: fop
Source-Version: 1:1.0.dfsg-1

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

fop-doc_1.0.dfsg-1_all.deb
  to main/f/fop/fop-doc_1.0.dfsg-1_all.deb
fop_1.0.dfsg-1.debian.tar.gz
  to main/f/fop/fop_1.0.dfsg-1.debian.tar.gz
fop_1.0.dfsg-1.dsc
  to main/f/fop/fop_1.0.dfsg-1.dsc
fop_1.0.dfsg-1_all.deb
  to main/f/fop/fop_1.0.dfsg-1_all.deb
fop_1.0.dfsg.orig.tar.gz
  to main/f/fop/fop_1.0.dfsg.orig.tar.gz



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

Debian distribution maintenance software
pp.
Mathieu Malaterre  (supplier of updated fop 
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 Jul 2010 17:50:05 +0200
Source: fop
Binary: fop fop-doc
Architecture: source all
Version: 1:1.0.dfsg-1
Distribution: experimental
Urgency: low
Maintainer: Debian Java Maintainers 

Changed-By: Mathieu Malaterre 
Description: 
 fop- XML to PDF Translator
 fop-doc- Documentation for fop
Closes: 588895
Changes: 
 fop (1:1.0.dfsg-1) experimental; urgency=low
 .
   * New upstream. Closes: #588895
Checksums-Sha1: 
 6f3141adf29b28d9eefba628afaac4ba91d007a8 1727 fop_1.0.dfsg-1.dsc
 1fd047ffa8f54013b564f97235d8e1d2680aa7b1 161

Processed: Re: Bug#589363: Fix FTBFS by not fail on error

2010-07-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 589363 + wontfix
Bug #589363 [jasperreports] Fix FTBFS by not fail on error
Added tag(s) wontfix.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
589363: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589363
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Processed: block 575877 with 589501

2010-07-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 575877 with 589501
Bug #575877 [wnpp] ITP: libspring-3.0-java -- modular Java/J2EE application 
framework
Was blocked by: 581861 565743 581767 581844 586523 581862 586732 584965 581769 
575667 581855 581768
Added blocking bug(s) of 575877: 589501
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
575877: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=575877
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#589269: marked as done (xmlgraphics-commons: New upstream: 1.4)

2010-07-18 Thread Debian Bug Tracking System
Your message dated Sun, 18 Jul 2010 16:18:52 +
with message-id 
and subject line Bug#589269: fixed in xmlgraphics-commons 1.4.dfsg-1
has caused the Debian Bug report #589269,
regarding xmlgraphics-commons: New upstream: 1.4
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.)


-- 
589269: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589269
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xmlgraphics-commons
Version: New upstream: 1.4
Severity: normal


1.4 is out ! It would be nice to have a package for it.

-- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (500, 'stable'), (200, 'testing'), (100, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-bpo.1-amd64 (SMP w/16 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


--- End Message ---
--- Begin Message ---
Source: xmlgraphics-commons
Source-Version: 1.4.dfsg-1

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

libxmlgraphics-commons-java_1.4.dfsg-1_all.deb
  to main/x/xmlgraphics-commons/libxmlgraphics-commons-java_1.4.dfsg-1_all.deb
xmlgraphics-commons_1.4.dfsg-1.debian.tar.gz
  to main/x/xmlgraphics-commons/xmlgraphics-commons_1.4.dfsg-1.debian.tar.gz
xmlgraphics-commons_1.4.dfsg-1.dsc
  to main/x/xmlgraphics-commons/xmlgraphics-commons_1.4.dfsg-1.dsc
xmlgraphics-commons_1.4.dfsg.orig.tar.gz
  to main/x/xmlgraphics-commons/xmlgraphics-commons_1.4.dfsg.orig.tar.gz



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

Debian distribution maintenance software
pp.
Torsten Werner  (supplier of updated xmlgraphics-commons 
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: Sun, 18 Jul 2010 15:19:45 +0200
Source: xmlgraphics-commons
Binary: libxmlgraphics-commons-java
Architecture: source all
Version: 1.4.dfsg-1
Distribution: experimental
Urgency: low
Maintainer: Debian Java Maintainers 

Changed-By: Torsten Werner 
Description: 
 libxmlgraphics-commons-java - reusable components used by Batik and FOP
Closes: 589269
Changes: 
 xmlgraphics-commons (1.4.dfsg-1) experimental; urgency=low
 .
   [ Mathieu Malaterre ]
   * New upstream. Closes: #589269
   * Update Standards-Version to 3.9.0 (no change required)
   * Use shipped in pom.xml instead of debian one.
   * Add get-orig-source target in debian/rules
 .
   [ Torsten Werner ]
   * Improve the download and creation of the orig tarball.
Checksums-Sha1: 
 ca4eb9cc508a3be23f82e86d2a589bf4b72a8fd5 1631 
xmlgraphics-commons_1.4.dfsg-1.dsc
 0ac55f9875964960187c59543a9a7244d480b6f9 782684 
xmlgraphics-commons_1.4.dfsg.orig.tar.gz
 09c6e27f644398b6702e552bb67196e5a684f8ba 3737 
xmlgraphics-commons_1.4.dfsg-1.debian.tar.gz
 550ad82ab28a0197e8b9558a70e0c50fc720e661 525198 
libxmlgraphics-commons-java_1.4.dfsg-1_all.deb
Checksums-Sha256: 
 82f6ab98797241870b33aa7aebe94bd69d6aea1f413ecbdd5a600acd07866348 1631 
xmlgraphics-commons_1.4.dfsg-1.dsc
 dbf865d3d3aa962038c0c0d539dfe428add715839bc80382c1a5c773fe48c3ce 782684 
xmlgraphics-commons_1.4.dfsg.orig.tar.gz
 884d3582d497f1f97dc6ab9a188f41d181e925774577e58ff9aad1ecd44f8f77 3737 
xmlgraphics-commons_1.4.dfsg-1.debian.tar.gz
 44a8d70934c17e2903422e90f5e8e6e96f1a3efb73b8af28b7526c75e144b85f 525198 
libxmlgraphics-commons-java_1.4.dfsg-1_all.deb
Files: 
 26a0986c73a59db5252010195c0165ac 1631 java optional 
xmlgraphics-commons_1.4.dfsg-1.dsc
 4f8cff5de76fae83ffb177183592c181 782684 java optional 
xmlgraphics-commons_1.4.dfsg.orig.tar.gz
 dd679bdc2f0a1ceca7e04526ef115032 3737 java optional 
xmlgraphics-commons_1.4.dfsg-1.debian.tar.gz
 57df6ace95c1bc33a4749236c773e2b7 525198 java optional 
libxmlgraphics-commons-java_1.4.dfsg-1_all.deb

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

iEYEARECAAYFAkxDJZkACgkQfY3dicTPjsPVkwCfZr8odH+pdFRFjQk7ie1m9YYZ
JwAAnA++FTQRSzVqfGEmOn8j0e2CZnbV
=vTi4
-END PGP SIGNATURE-


--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Ple

Processed: your mail

2010-07-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> package wnpp
Limiting to bugs with field 'package' containing at least one of 'wnpp'
Limit currently set to 'package':'wnpp'

> block 576253 by 588420
Bug #576253 [wnpp] ITP: cssparser -- Java CSS2 Parser
Was blocked by: 576260 576256
Added blocking bug(s) of 576253: 588420
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
576253: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576253
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Processed: Re: jbossas4: FTBFS with Hibernate 3.5.x

2010-07-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 589599 + patch
Bug #589599 [jbossas4] jbossas4: FTBFS with Hibernate 3.5.x
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
589599: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589599
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#588813: marked as done (CVE-2010-2227: DoS and information disclosure)

2010-07-19 Thread Debian Bug Tracking System
Your message dated Mon, 19 Jul 2010 16:47:16 +
with message-id 
and subject line Bug#588813: fixed in tomcat6 6.0.28-1
has caused the Debian Bug report #588813,
regarding CVE-2010-2227: DoS and information disclosure
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.)


-- 
588813: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588813
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: tomcat6
Severity: grave
Tags: security
Justification: user security hole

Please see
http://tomcat.apache.org/security-6.html#Fixed_in_Apache_Tomcat_6.0.28

Important: Remote Denial Of Service and Information Disclosure
Vulnerability   CVE-2010-2227

Several flaws in the handling of the 'Transfer-Encoding' header were
found that prevented the recycling of a buffer. A remote attacker
could trigger this flaw which would cause subsequent requests to fail
and/or information to leak between requests. This flaw is mitigated if
Tomcat is behind a reverse proxy (such as Apache httpd 2.2) as the
proxy should reject the invalid transfer encoding header.

This was fixed in revision 958977.

Cheers,
Moritz

-- System Information:
Debian Release: 5.0.5
  APT prefers stable
  APT policy: (990, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18 (SMP w/1 CPU core)
Locale: lang=de_de.ut...@euro, lc_ctype=de_de.ut...@euro (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


--- End Message ---
--- Begin Message ---
Source: tomcat6
Source-Version: 6.0.28-1

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

libservlet2.5-java-doc_6.0.28-1_all.deb
  to main/t/tomcat6/libservlet2.5-java-doc_6.0.28-1_all.deb
libservlet2.5-java_6.0.28-1_all.deb
  to main/t/tomcat6/libservlet2.5-java_6.0.28-1_all.deb
libtomcat6-java_6.0.28-1_all.deb
  to main/t/tomcat6/libtomcat6-java_6.0.28-1_all.deb
tomcat6-admin_6.0.28-1_all.deb
  to main/t/tomcat6/tomcat6-admin_6.0.28-1_all.deb
tomcat6-common_6.0.28-1_all.deb
  to main/t/tomcat6/tomcat6-common_6.0.28-1_all.deb
tomcat6-docs_6.0.28-1_all.deb
  to main/t/tomcat6/tomcat6-docs_6.0.28-1_all.deb
tomcat6-examples_6.0.28-1_all.deb
  to main/t/tomcat6/tomcat6-examples_6.0.28-1_all.deb
tomcat6-user_6.0.28-1_all.deb
  to main/t/tomcat6/tomcat6-user_6.0.28-1_all.deb
tomcat6_6.0.28-1.debian.tar.gz
  to main/t/tomcat6/tomcat6_6.0.28-1.debian.tar.gz
tomcat6_6.0.28-1.dsc
  to main/t/tomcat6/tomcat6_6.0.28-1.dsc
tomcat6_6.0.28-1_all.deb
  to main/t/tomcat6/tomcat6_6.0.28-1_all.deb
tomcat6_6.0.28.orig.tar.gz
  to main/t/tomcat6/tomcat6_6.0.28.orig.tar.gz



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

Debian distribution maintenance software
pp.
Torsten Werner  (supplier of updated tomcat6 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: Mon, 19 Jul 2010 18:22:52 +0200
Source: tomcat6
Binary: tomcat6-common tomcat6 tomcat6-user libtomcat6-java libservlet2.5-java 
libservlet2.5-java-doc tomcat6-admin tomcat6-examples tomcat6-docs
Architecture: source all
Version: 6.0.28-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 

Changed-By: Torsten Werner 
Description: 
 libservlet2.5-java - Servlet 2.5 and JSP 2.1 Java API classes
 libservlet2.5-java-doc - Servlet 2.5 and JSP 2.1 Java API documentation
 libtomcat6-java - Servlet and JSP engine -- core libraries
 tomcat6- Servlet and JSP engine
 tomcat6-admin - Servlet and JSP engine -- admin web applications
 tomcat6-common - Servlet and JSP engine -- common files
 tomcat6-docs - Servlet and JSP engine -- documentation
 tomcat6-examples - Servlet and JSP engine -- example web applications
 tomcat6-user - Servlet and JSP engine -- tools to create user instances
Closes: 588813
Changes: 
 tomcat6 (6.0.28-1) unstable; urgency=low
 .
   [ Niels Thykier ]
   * Removed depends on JREs for the library packages. It is no longer
 required by the policy.
 .
   [ Torsten Werner ]
   * New upstream release (Closes: #588813)
 - Fixes CVE-2010-2227: DoS and information disclosure
   * Remove 2 patches that were backports to 6.0.26.
Checksums-Sha1: 
 9ee5d3126b73506856d570a12e0e3b60395dd756

Bug#586783: marked as done (javahelper: jh_depends - packages from jars where jars listed in multiple packages)

2010-07-19 Thread Debian Bug Tracking System
Your message dated Mon, 19 Jul 2010 18:02:07 +
with message-id 
and subject line Bug#586783: fixed in acgvision-agent 5.1.4-6
has caused the Debian Bug report #586783,
regarding javahelper: jh_depends - packages from jars where jars listed in 
multiple packages
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.)


-- 
586783: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586783
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: javahelper
Version: 0.28
Severity: normal


Hi

When running jh_depends on a package where some jar dependencies can be found 
in more than one package, the script registers dependencies from each of the 
packages.

for example I am packaging acgvision-agent_5.1.4-5

jhdepends -v gives :
Searching 
/home/remi/tmp/acgvision-agent_5.1.4/acgvision-agent-5.1.4/debian/acgvision-agent
 for acgvision-agent
Searching 
/home/remi/tmp/acgvision-agent_5.1.4/acgvision-agent-5.1.4/debian/acgvision-agent/usr/share/java/acgvision-agent.jar
Found Jars: commons-cli.jar commons-collections3.jar commons-configuration.jar 
commons-lang.jar commons-logging.jar log4j-1.2.jar
Checking:  
/home/remi/tmp/acgvision-agent_5.1.4/acgvision-agent-5.1.4/debian/acgvision-agentcommons-cli.jar
Checking:  
/home/remi/tmp/acgvision-agent_5.1.4/acgvision-agent-5.1.4/debian/acgvision-agentcommons-collections3.jar
Checking:  
/home/remi/tmp/acgvision-agent_5.1.4/acgvision-agent-5.1.4/debian/acgvision-agentcommons-configuration.jar
Checking:  
/home/remi/tmp/acgvision-agent_5.1.4/acgvision-agent-5.1.4/debian/acgvision-agentcommons-lang.jar
Checking:  
/home/remi/tmp/acgvision-agent_5.1.4/acgvision-agent-5.1.4/debian/acgvision-agentcommons-logging.jar
Checking:  
/home/remi/tmp/acgvision-agent_5.1.4/acgvision-agent-5.1.4/debian/acgvision-agentlog4j-1.2.jar
Found Debs: ant-optional groovy libcommons-cli-java 
libcommons-collections3-java libcommons-configuration-java libcommons-lang-java 
libcommons-logging-java liblog4j1.2-java
Adding substvars: java:Depends=default-jre | java5-runtime | java6-runtime , 
ant-optional,  groovy,  libcommons-cli-java,  libcommons-collections3-java,  
libcommons-configuration-java,  libcommons-lang-java,  libcommons-logging-java, 
 liblog4j1.2-java

In fact only jars from libcommons should be added and not jars from 
ant-optionnal and groovy.

As we can see here :
  dpkg -S commons-cli.jar commons-collections3.jar commons-configuration.jar 
commons-lang.jar commons-logging.jar log4j-1.2.jar
  libcommons-cli-java: /usr/share/java/commons-cli.jar
  libcommons-collections3-java: /usr/share/java/commons-collections3.jar
  libcommons-configuration-java: /usr/share/java/commons-configuration.jar
  libcommons-lang-java: /usr/share/java/commons-lang.jar
  libcommons-logging-java: /usr/share/java/commons-logging.jar
  ant-optional: /usr/share/ant/lib/ant-commons-logging.jar
  ant-optional: /usr/share/java/ant-commons-logging.jar
  liblog4j1.2-java: /usr/share/java/log4j-1.2.jar


--- End Message ---
--- Begin Message ---
Source: acgvision-agent
Source-Version: 5.1.4-6

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

acgvision-agent_5.1.4-6.debian.tar.gz
  to main/a/acgvision-agent/acgvision-agent_5.1.4-6.debian.tar.gz
acgvision-agent_5.1.4-6.dsc
  to main/a/acgvision-agent/acgvision-agent_5.1.4-6.dsc
acgvision-agent_5.1.4-6_all.deb
  to main/a/acgvision-agent/acgvision-agent_5.1.4-6_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 586...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Rémi Debay  (supplier of updated acgvision-agent 
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: Tue, 22 Jun 2010 17:24:49 +0200
Source: acgvision-agent
Binary: acgvision-agent
Architecture: source all
Version: 5.1.4-6
Distribution: unstable
Urgency: low
Maintainer: Rémi Debay 
Changed-By: Rémi Debay 
Description: 
 acgvision-agent - Monitoring client for ACGVision.
Closes: 584937 585879 586783
Changes: 
 acgvision-agent (5.1.4-6) unstable; urgency=low
 .
   - Improving description format.(Closes: #584937)
   * Purging  /var/log/acgvision on remove.
   * Adding

Processed: javahelper: jh_depends - packages from jars where jars listed in multiple packages

2010-07-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reopen 586783
Bug #586783 {Done: Rémi Debay } [javahelper] 
javahelper: jh_depends - packages from jars where jars listed in multiple 
packages
'reopen' may be inappropriate when a bug has been closed with a version;
you may need to use 'found' to remove fixed versions.
> found 586783 0.28
Bug #586783 [javahelper] javahelper: jh_depends - packages from jars where jars 
listed in multiple packages
Ignoring request to alter found versions of bug #586783 to the same values 
previously set
> found 586783 0.31
Bug #586783 [javahelper] javahelper: jh_depends - packages from jars where jars 
listed in multiple packages
Bug Marked as found in versions javatools/0.31.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
586783: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586783
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Processed: Re: Bug#587499: antlr3: also fails to build on powerpcspe

2010-07-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 587499 important
Bug #587499 [src:antlr3] antlr3: FTBFS on several architectures: hppa, 
kfreebsd-*
Severity set to 'important' from 'serious'

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
587499: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587499
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#589681: marked as done (Regression with jetty init script)

2010-07-20 Thread Debian Bug Tracking System
Your message dated Tue, 20 Jul 2010 21:17:31 +
with message-id 
and subject line Bug#589681: fixed in jetty 6.1.24-6
has caused the Debian Bug report #589681,
regarding Regression with jetty init script
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.)


-- 
589681: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589681
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Package: jetty
Version: 6.1.24-5
Severity: serious
Justification: Regression in init script
X-Debbugs-CC: Michele Renda 


On 2010-07-19 20:39, Michele Renda wrote:
> Hello Niels
> 

Hi

> I tried to install Jetty 6.1.24-4 on Debian and Jetty 6.1.24-5 in
> Ubuntu, but it has some problems.
> It seem to be that removing sudo from /etc/init.d/jetty (closing bug
> 580639) broke jetty starting.
> 
> I reported the bug on Ubuntu bug tool, creating a bug report.
> https://bugs.launchpad.net/ubuntu/+source/jetty/+bug/607202
> 
> Can you please have a look?
> 
> Have you a nice day
> Michele Renda
> 

Thanks for reporting it, with this email I have opened a bug for this
problem on the Debian side.

It was our intention to remove the sudo usage (the previous versions
were actually missing a dependency on sudo as you probably read from
#580639), but definitely not to break the init script while we were at it.
  Did I understand the Ubuntu bug correctly? Are the logs not properly
rotated anymore?

~Niels


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEAREIAAYFAkxEzTMACgkQVCqoiq1YlqxWAgCbBMA2xiS8SntQRZFyh8N+i60k
ruEAoJW8l7vKKgO+gjUNfnFn5WRUUQBH
=3XPC
-END PGP SIGNATURE-


--- End Message ---
--- Begin Message ---
Source: jetty
Source-Version: 6.1.24-6

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

jetty_6.1.24-6.debian.tar.gz
  to main/j/jetty/jetty_6.1.24-6.debian.tar.gz
jetty_6.1.24-6.dsc
  to main/j/jetty/jetty_6.1.24-6.dsc
jetty_6.1.24-6_all.deb
  to main/j/jetty/jetty_6.1.24-6_all.deb
libjetty-extra-java_6.1.24-6_all.deb
  to main/j/jetty/libjetty-extra-java_6.1.24-6_all.deb
libjetty-extra_6.1.24-6_amd64.deb
  to main/j/jetty/libjetty-extra_6.1.24-6_amd64.deb
libjetty-java-doc_6.1.24-6_all.deb
  to main/j/jetty/libjetty-java-doc_6.1.24-6_all.deb
libjetty-java_6.1.24-6_all.deb
  to main/j/jetty/libjetty-java_6.1.24-6_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 589...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Niels Thykier  (supplier of updated jetty 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: Mon, 05 Jul 2010 22:28:14 +0200
Source: jetty
Binary: libjetty-java libjetty-java-doc libjetty-extra-java libjetty-extra jetty
Architecture: source all amd64
Version: 6.1.24-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Niels Thykier 
Description: 
 jetty  - Java servlet engine and webserver
 libjetty-extra - Java servlet engine and webserver -- extra libraries
 libjetty-extra-java - Java servlet engine and webserver -- extra libraries
 libjetty-java - Java servlet engine and webserver -- core libraries
 libjetty-java-doc - Javadoc for the Jetty API
Closes: 589681
Changes: 
 jetty (6.1.24-6) unstable; urgency=medium
 .
   * Removed Depends on JREs for library packages, no longer required
 by the policy.
   * Added missing depends on JREs for the jetty package.
   * Made init script ignore weird exit statuses from logrotate.
 (Closes: 589681, LP: #607202)
   * Fixed broken restart command in jetty init script. Was missing a
 negation.
Checksums-Sha1: 
 3fcc677be57c4b5f50d469658c9ba07411879f66 1759 jetty_6.1.24-6.dsc
 3a24fcc4ed949b651d01913d279721d3a4e239e5 22897 jetty_6.1.24-6.debian.tar.gz
 bc3d2f02a4a888b06e93726472f3a4543d0e58bd 781348 libjetty-java_6.1.24-6_all.deb
 76caceb721de9b2429d3c3b923bc679446b06b08 925542 
libjetty-java-doc_6.1.24-6_all.deb
 0b61cbeaad93179a1aec6c1cb30b9aad941750d8 325794 
libjetty-extra-java_6.1.24-6_all.deb
 cc8139b6e5b69de

Processed: Grails' roadmap to sid

2010-07-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 473213 by 589501
Bug #473213 [wnpp] ITP: grails -- An open-source web application framework that 
leverages the Groovy language
Was blocked by: 575877
Added blocking bug(s) of 473213: 589501
> block 473213 by 586689
Bug #473213 [wnpp] ITP: grails -- An open-source web application framework that 
leverages the Groovy language
Was blocked by: 575877 589501
Added blocking bug(s) of 473213: 586689
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
473213: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=473213
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Processed: Re: Grails' roadmap to sid

2010-07-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> unblock 473213 by 586689
Bug #473213 [wnpp] ITP: grails -- An open-source web application framework that 
leverages the Groovy language
Was blocked by: 586689 575877 589501
Removed blocking bug(s) of 473213: 586689
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
473213: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=473213
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#589780: marked as done (libspring-webflow-2.0-java: Class-Path header in jar manifests is causing problems to build software)

2010-07-20 Thread Debian Bug Tracking System
Your message dated Wed, 21 Jul 2010 04:47:13 +
with message-id 
and subject line Bug#589780: fixed in libspring-webflow-2.0-java 2.0.9.RELEASE-2
has caused the Debian Bug report #589780,
regarding libspring-webflow-2.0-java: Class-Path header in jar manifests is 
causing problems to build software
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.)


-- 
589780: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589780
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libspring-webflow-2.0-java
Version: 2.0.9.RELEASE-1
Severity: normal

libspring-webflow-2.0-java depends on Spring Framework 2.5.x,
it is a Build-Depends for Grails (see #473213) and Grails
Build-Depends on Spring Framework 3.0. This not a problem.

The problem is with the Class-Path headers in Spring Webflow
jar files because they are causing FTBFS on Grails. That
header is overriding the classpath specified for the building
of Grails and it is causing problems.

I propose to disable those headers, this should not affect any
other package since libspring-webflow-2.0-java is in Debian
to allow the packaging of Grails.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libspring-webflow-2.0-java depends on:
ii  glassfish-javaee 1:2.1.1-b31-2   Open source Java EE 5 Application 
ii  libbackport-util-concurr 3.1-3   backport of java.util.concurrent t
ii  libcommons-logging-java  1.1.1-8 commmon wrapper interface for seve
ii  libognl-java 2.7.3-3 Java expression language
ii  libportlet-api-2.0-spec- 1.0-2   Java Portlet Specification V2.0
ii  libservlet2.5-java   6.0.28-1Servlet 2.5 and JSP 2.1 Java API c
ii  libspring-aop-2.5-java   2.5.6.SEC02-1   modular Java/J2EE application fram
ii  libspring-beans-2.5-java 2.5.6.SEC02-1   modular Java/J2EE application fram
ii  libspring-context-2.5-ja 2.5.6.SEC02-1   modular Java/J2EE application fram
ii  libspring-core-2.5-java  2.5.6.SEC02-1   modular Java/J2EE application fram
ii  libspring-js-2.0-java2.0.9.RELEASE-1 server-side Javascript abstraction
ii  libspring-orm-2.5-java   2.5.6.SEC02-1   modular Java/J2EE application fram
ii  libspring-tx-2.5-java2.5.6.SEC02-1   modular Java/J2EE application fram
ii  libspring-web-2.5-java   2.5.6.SEC02-1   modular Java/J2EE application fram
ii  libspring-webmvc-2.5-jav 2.5.6.SEC02-1   modular Java/J2EE application fram
ii  libspring-webmvc-portlet 2.5.6.SEC02-1   modular Java/J2EE application fram

Versions of packages libspring-webflow-2.0-java recommends:
ii  libhibernate3-java3.3.2.GA-2 Relational Persistence for Idiomat

libspring-webflow-2.0-java suggests no packages.

-- no debconf information

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/
"Faith means not wanting to know what is true." -- Nietzsche


--- End Message ---
--- Begin Message ---
Source: libspring-webflow-2.0-java
Source-Version: 2.0.9.RELEASE-2

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

libspring-js-2.0-java_2.0.9.RELEASE-2_all.deb
  to 
main/libs/libspring-webflow-2.0-java/libspring-js-2.0-java_2.0.9.RELEASE-2_all.deb
libspring-webflow-2.0-java-doc_2.0.9.RELEASE-2_all.deb
  to 
main/libs/libspring-webflow-2.0-java/libspring-webflow-2.0-java-doc_2.0.9.RELEASE-2_all.deb
libspring-webflow-2.0-java_2.0.9.RELEASE-2.debian.tar.gz
  to 
main/libs/libspring-webflow-2.0-java/libspring-webflow-2.0-java_2.0.9.RELEASE-2.debian.tar.gz
libspring-webflow-2.0-java_2.0.9.RELEASE-2.dsc
  to 
main/libs/libspring-webflow-2.0-java/libspring-webflow-2.0-java_2.0.9.RELEASE-2.dsc
libspring-webflow-2.0-java_2.0.9.RELEASE-2_all.deb
  to 
main/libs/libspring-webflow-2.0-java/libspring-webflow-2.0-java_2.0.9.RELEASE-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 589...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Miguel Landaeta  (supplier of updated 
libspring-webflow-2.0-java package)

(This m

Processed: reassign 581435 to solr-jetty

2010-07-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 581435 solr-jetty
Bug #581435 [jetty-solr] 500 error when trying to search for highlighted fields.
Warning: Unknown package 'jetty-solr'
Bug reassigned from package 'jetty-solr' to 'solr-jetty'.
Bug No longer marked as found in versions 1.4.0+ds1-2.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
581435: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=581435
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#589868: marked as done (jedit: IPv6-related kernel parameter's new default (bindv6only = 1) breaks network access)

2010-07-22 Thread Debian Bug Tracking System
Your message dated Thu, 22 Jul 2010 22:30:20 +0200
with message-id 
and subject line Re: Bug#589868: jedit: IPv6-related kernel parameter's new 
default  (bindv6only = 1) breaks network access
has caused the Debian Bug report #589868,
regarding jedit: IPv6-related kernel parameter's new default (bindv6only = 1) 
breaks network access
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.)


-- 
589868: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589868
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: jedit
Version: 4:04.03.99.02
Severity: important

Hi.

Recently jEdit stopped being able to install/upload plugins.
Then other Java applications followed.
A search pointed me to http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=561835#5 so I tried

echo 0 > /proc/sys/net/ipv6/bindv6only

as suggested in the post mentioned above. This did indeed "solve" the problem.
According to what the poster writes, I submit this bug report so this
incompatibility of jEdit's with that new kernel parameter's default can be
fixed.

Regards

Andreas




-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

jedit depends on no packages.

Versions of packages jedit recommends:
ii  sun-java6-jre 6.20-dlj-1 Sun Java(TM) Runtime Environment (

Versions of packages jedit suggests:
ii  ant   1.8.0-4Java based build tool like make
pn  cscope (no description available)
pn  exuberant-ctags(no description available)
pn  global (no description available)
pn  sun-java5-jdk  (no description available)
pn  sun-java6-jdk  (no description available)

-- no debconf information


--- End Message ---
--- Begin Message ---
Hi,

On Wed, Jul 21, 2010 at 9:09 PM, Andreas Neudecker  wrote:
> echo 0 > /proc/sys/net/ipv6/bindv6only

this is not a bug in jedit. It is a bug in Sun's JDK which has been
fixed in our OpenJDK package. Please switch to openjdk-6-jre as we
cannot directly fix bugs in the non-free JDK.

Torsten

--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Processed: cloning 460398, retitle -1 to bugs libapache2-mod-jk on lenny 32 bits with filer > 8To

2010-07-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> clone 460398 -1
Bug#460398: After upgrading libapache2-mod-jk from 1.2.25-2 to 1.2.26-1 apache 
stoped forwarding requests to tomcat.
Bug 460398 cloned as bug 590075.

> retitle -1 bugs libapache2-mod-jk on lenny 32 bits with filer > 8To
Bug #590075 [libapache2-mod-jk] After upgrading libapache2-mod-jk from 1.2.25-2 
to 1.2.26-1 apache stoped forwarding requests to tomcat.
Changed Bug title to 'bugs libapache2-mod-jk on lenny 32 bits with filer > 8To' 
from 'After upgrading libapache2-mod-jk from 1.2.25-2 to 1.2.26-1 apache stoped 
forwarding requests to tomcat.'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
590075: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590075
460398: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=460398
-1: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=-1
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Processed: Re: Bug#460398: bugs libapache2-mod-jk on lenny 32 bits with filer > 8To

2010-07-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> submitter 590075 maheus 
Bug #590075 [libapache2-mod-jk] bugs libapache2-mod-jk on lenny 32 bits with 
filer > 8To
Changed Bug submitter to 'maheus ' from '"go...@oles.biz" 
'
> found 590075
Bug #590075 [libapache2-mod-jk] bugs libapache2-mod-jk on lenny 32 bits with 
filer > 8To
Ignoring request to alter fixed versions of bug #590075 to the same values 
previously set
> found 590075 1:1.2.26-2+lenny1
Bug #590075 [libapache2-mod-jk] bugs libapache2-mod-jk on lenny 32 bits with 
filer > 8To
Ignoring request to alter found versions of bug #590075 to the same values 
previously set
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
590075: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590075
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Processed: Re: Bug#590085: tomcat6: small typo about users file name in README.Debian

2010-07-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 590085 + pending
Bug #590085 [tomcat6] tomcat6: small typo about users file name in README.Debian
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
590085: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590085
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#590078: marked as done (libapache2-mod-jk: Conf file should refer to tomcat 6 now)

2010-07-23 Thread Debian Bug Tracking System
Your message dated Fri, 23 Jul 2010 23:17:08 +
with message-id 
and subject line Bug#590078: fixed in libapache-mod-jk 1:1.2.30-1
has caused the Debian Bug report #590078,
regarding libapache2-mod-jk: Conf file should refer to tomcat 6 now
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.)


-- 
590078: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590078
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libapache2-mod-jk
Version: 1:1.2.28-2
Severity: minor

Hi.

/etc/libapache2-mod-jk/workers.properties refers to :
workers.tomcat_home=/usr/share/tomcat5

However, tomcat6 is now the defaults in squeeze.

It would be great to adjust this, IMHO.

Hope this helps.

Best regards,


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


--- End Message ---
--- Begin Message ---
Source: libapache-mod-jk
Source-Version: 1:1.2.30-1

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

libapache-mod-jk-doc_1.2.30-1_all.deb
  to main/liba/libapache-mod-jk/libapache-mod-jk-doc_1.2.30-1_all.deb
libapache-mod-jk_1.2.30-1.debian.tar.gz
  to main/liba/libapache-mod-jk/libapache-mod-jk_1.2.30-1.debian.tar.gz
libapache-mod-jk_1.2.30-1.dsc
  to main/liba/libapache-mod-jk/libapache-mod-jk_1.2.30-1.dsc
libapache-mod-jk_1.2.30.orig.tar.gz
  to main/liba/libapache-mod-jk/libapache-mod-jk_1.2.30.orig.tar.gz
libapache2-mod-jk_1.2.30-1_amd64.deb
  to main/liba/libapache-mod-jk/libapache2-mod-jk_1.2.30-1_amd64.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 590...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Torsten Werner  (supplier of updated libapache-mod-jk 
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: Sat, 24 Jul 2010 01:04:36 +0200
Source: libapache-mod-jk
Binary: libapache2-mod-jk libapache-mod-jk-doc
Architecture: source amd64 all
Version: 1:1.2.30-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 

Changed-By: Torsten Werner 
Description: 
 libapache-mod-jk-doc - Documentation of libapache2-mod-jk package
 libapache2-mod-jk - Apache 2 connector for the Tomcat Java servlet engine
Closes: 590078
Changes: 
 libapache-mod-jk (1:1.2.30-1) unstable; urgency=low
 .
   * Team upload
   * New upstream release
   * Convert patches to dep3 format.
   * Switch to source format 3.0.
   * Remove Stefan (Gybas) and Arnaud from Uploaders list. Thanks to your
 contribution in the past!
   * Add Vcs-* headers.
   * Add missing Depends: ${misc:Depends}.
   * Update Standards-Version: 3.9.0 (no changes).
   * Update patch for config.guess and config.sub.
   * Switch to tomcat6 and default-java in workers.properties. Thanks to
 Olivier Berger. (Closes: #590078)
Checksums-Sha1: 
 5e1948fae37fa7c8bdd60b3dc70d0bcae3478f69 1400 libapache-mod-jk_1.2.30-1.dsc
 a60dbb23556ce1fc769fe16a66555e3c8ed89c04 1566749 
libapache-mod-jk_1.2.30.orig.tar.gz
 2b873df8e8491ec068cadc957c9f175e15023dc8 20307 
libapache-mod-jk_1.2.30-1.debian.tar.gz
 b8d396d5be2189c0e45ce0a394625f332fc8c69d 148966 
libapache2-mod-jk_1.2.30-1_amd64.deb
 162e28388c816868291463ba98d506b3bb20ecc5 199592 
libapache-mod-jk-doc_1.2.30-1_all.deb
Checksums-Sha256: 
 11fdc126448503f6d211f8c615b7a16fd91fc1c80f797c58b7b04e5ac0f422de 1400 
libapache-mod-jk_1.2.30-1.dsc
 7c7b39f045168e4a220e05f4e962edf48aaa235c13ed4c51bcc6dfba2c270aea 1566749 
libapache-mod-jk_1.2.30.orig.tar.gz
 9b749ad5ff2f934c979c501dcbed075cedd6c345cd9663ab5e5c93f7a65a 20307 
libapache-mod-jk_1.2.30-1.debian.tar.gz
 38479b41a41e7c436b90b240ccf15819fee8215d2bc37f6b8d5e0e684a580b8c 148966 
libapache2-mod-jk_1.2.30-1_amd64.deb
 1ea26a0596d888e70728ab5ff866a911eca724ceadc98672474a951fd600445d 199592 
libapache-mod-jk-doc_1.2.30-1_all.deb
Files: 
 7953fca1e3cf48bda309caba50541fd7 1400 web optional 
libapache-mod-jk_1.2.30-1.dsc
 e6504ce44628ca18deaa503cbc77f545 1566749 web optional 
libapache-mod-jk_1.2.30.o

Processed: forcibly merging 576261 458412, tagging 576261

2010-07-25 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # tomcat5.5 bug triaging...
> forcemerge 576261 458412
Bug#576261: missing dependency declaration on a JDK
Bug#458412: tomcat5.5: tomcat5.5 should depend on java2-compiler
Forcibly Merged 458412 576261.

> # works on a clean install but not if there java alternatives installed.
> tags 576261 + confirmed
Bug #576261 [tomcat5.5] missing dependency declaration on a JDK
Bug #458412 [tomcat5.5] tomcat5.5: tomcat5.5 should depend on java2-compiler
Added tag(s) confirmed.
Added tag(s) confirmed.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
576261: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576261
458412: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=458412
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#589635: marked as done (maven-debian-helper: clean target should delete mvn-build file)

2010-07-25 Thread Debian Bug Tracking System
Your message dated Sun, 25 Jul 2010 22:03:57 +
with message-id 
and subject line Bug#589635: fixed in maven-debian-helper 1.1
has caused the Debian Bug report #589635,
regarding maven-debian-helper: clean target should delete mvn-build file
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.)


-- 
589635: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589635
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: maven-debian-helper
Version: 1.0
Severity: normal

When using the cdbs scripts for mavne, after the build target is
invoked, an empty file mvn-build is created.

However when the clen target is invoked sich file is not deleted. If the
package is built again, the build target is not invoked because the
mvn-build file is still in place, therefore leading to the creation of a
broken package.

The mvn-build package should be removed when the clean target invoked.

Thanks,
Ludovico

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

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

Versions of packages maven-debian-helper depends on:
ii  default-jdk   1.6-38 Standard Java or Java compatible D
ii  libmaven-clean-plugin-java2.3-3  Maven clean plugin
ii  libmaven-compiler-plugin-java 2.0.2-4Maven compiler plugin
ii  libmaven-jar-plugin-java  2.2-4  Maven Jar plugin
ii  libmaven-resources-plugin-jav 2.3-5  Maven resources plugin
ii  libmaven-site-plugin-java 2.1-1  Maven Site Plugin for generating a
ii  libplexus-velocity-java   1.1.7-3Plexus component interface to velo
ii  libsurefire-java  2.4.3-3Surefire test framework for Java
ii  maven-repo-helper 1.1Helper tools for including Maven m
ii  maven22.2.1-5Java software project management a
ii  velocity  1.6.2-4Java-based template engine for web

Versions of packages maven-debian-helper recommends:
ii  apt-file  2.4.0  search for files within Debian pac

Versions of packages maven-debian-helper suggests:
ii  libmaven-javadoc-plugin-java  2.6.1-1Maven Javadoc Plugin

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: maven-debian-helper
Source-Version: 1.1

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

maven-debian-helper_1.1.dsc
  to main/m/maven-debian-helper/maven-debian-helper_1.1.dsc
maven-debian-helper_1.1.tar.gz
  to main/m/maven-debian-helper/maven-debian-helper_1.1.tar.gz
maven-debian-helper_1.1_all.deb
  to main/m/maven-debian-helper/maven-debian-helper_1.1_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 589...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ludovic Claude  (supplier of updated 
maven-debian-helper 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: Mon, 28 Jun 2010 23:10:50 +0200
Source: maven-debian-helper
Binary: maven-debian-helper
Architecture: source all
Version: 1.1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 

Changed-By: Ludovic Claude 
Description: 
 maven-debian-helper - Helper tools for building Debian packages with Maven
Closes: 589635
Changes: 
 maven-debian-helper (1.1) unstable; urgency=low
 .
   * debian/control: Update Standards-Version to 3.9.0, no changes
   * Fix compilation issues with gcj
   * mh_make:
   - update generated control to use Standards-Version 3.9.0
   - improve useability and recognize more plugins and extensions
   - read existing maven rules in debian folder, don't ask twice the
 same questions.
   * Support installing build artifacts in different packages with the
 --package option in the .poms file
   * Add mvn-build to phony rules to avoid creating a file called
 mvn-build during the build (Closes: #589635)
Checksums-Sha1: 
 eac38cbdb48476049eed260dba3adaad6

Processed: tagging as pending bugs that are closed by packages in NEW

2010-07-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # Mon Jul 26 08:03:51 UTC 2010
> # Tagging as pending bugs that are closed by packages in NEW
> # http://ftp-master.debian.org/new.html
> #
> # Source package in NEW: antlr3
> tags 587499 + pending
Bug #587499 [src:antlr3] antlr3: FTBFS on several architectures: hppa, 
kfreebsd-*
Added tag(s) pending.
> # Source package in NEW: antlr3
> tags 588005 + pending
Bug #588005 [antlr3] Does antlr3 really requires maven ?
Added tag(s) pending.
> # Source package in NEW: fsl
> tags 546241 + pending
Bug #546241 [fsl] fsl: Allow multiple FSL versions to be installed at the same 
time
Added tag(s) pending.
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
546241: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=546241
588005: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588005
587499: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587499
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#587499: marked as done (antlr3: FTBFS on several architectures: hppa, kfreebsd-*)

2010-07-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Jul 2010 12:33:59 +
with message-id 
and subject line Bug#587499: fixed in antlr3 3.2-4
has caused the Debian Bug report #587499,
regarding antlr3: FTBFS on several architectures: hppa, kfreebsd-*
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.)


-- 
587499: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587499
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: antlr3
Version: 3.2-3
Severity: serious

Hi,

antlr3 3.2-3 failed to build again on 4 architectures, including the 2
kfreebsd. 3 failures look related, failing with the same error message,
but the fourth one looks weird :/

Failing with an XML exception (invalid NCName) while building the master
POM:
 - hppa
   
<https://buildd.debian.org/fetch.cgi?&pkg=antlr3&ver=3.2-3&arch=hppa&stamp=1277756750&file=log>
 - kfreebsd-i386
   
<https://buildd.debian.org/fetch.cgi?&pkg=antlr3&ver=3.2-3&arch=kfreebsd-i386&stamp=1277755004&file=log>
 - kfreebsd-amd64
   
<https://buildd.debian.org/fetch.cgi?&pkg=antlr3&ver=3.2-3&arch=kfreebsd-amd64&stamp=1277754086&file=log>

Weird build failure:
 - mips
   
<https://buildd.debian.org/fetch.cgi?&pkg=antlr3&ver=3.2-3&arch=mips&stamp=126868&file=log>

JB.

-- 
 Julien BLACHE   |  Debian, because code matters more 
 Debian & GNU/Linux Developer|   <http://www.debian.org>
 Public key available on <http://www.jblache.org> - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 


--- End Message ---
--- Begin Message ---
Source: antlr3
Source-Version: 3.2-4

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

antlr3-doc_3.2-4_all.deb
  to main/a/antlr3/antlr3-doc_3.2-4_all.deb
antlr3-gcj_3.2-4_amd64.deb
  to main/a/antlr3/antlr3-gcj_3.2-4_amd64.deb
antlr3-gunit-maven-plugin_3.2-4_all.deb
  to main/a/antlr3/antlr3-gunit-maven-plugin_3.2-4_all.deb
antlr3-maven-plugin_3.2-4_all.deb
  to main/a/antlr3/antlr3-maven-plugin_3.2-4_all.deb
antlr3_3.2-4.debian.tar.gz
  to main/a/antlr3/antlr3_3.2-4.debian.tar.gz
antlr3_3.2-4.dsc
  to main/a/antlr3/antlr3_3.2-4.dsc
antlr3_3.2-4_all.deb
  to main/a/antlr3/antlr3_3.2-4_all.deb
libantlr3-gunit-java-doc_3.2-4_all.deb
  to main/a/antlr3/libantlr3-gunit-java-doc_3.2-4_all.deb
libantlr3-gunit-java_3.2-4_all.deb
  to main/a/antlr3/libantlr3-gunit-java_3.2-4_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 587...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ludovic Claude  (supplier of updated antlr3 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: Wed, 21 Jul 2010 23:22:09 +0200
Source: antlr3
Binary: antlr3 antlr3-gcj antlr3-doc antlr3-maven-plugin libantlr3-gunit-java 
libantlr3-gunit-java-doc antlr3-gunit-maven-plugin
Architecture: source all amd64
Version: 3.2-4
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 

Changed-By: Ludovic Claude 
Description: 
 antlr3 - language tool for constructing recognizers, compilers etc
 antlr3-doc - language tool for constructing compilers etc - documentation
 antlr3-gcj - language tool for constructing recognizers, compilers etc (native
 antlr3-gunit-maven-plugin - Maven plugin for gUnit, a unit test framework for 
ANTLR grammars
 antlr3-maven-plugin - Maven plugin for ANTLR 3
 libantlr3-gunit-java - Unit Test framework for ANTLR grammars
 libantlr3-gunit-java-doc - API documentation for gUnit
Closes: 587499 588005
Changes: 
 antlr3 (3.2-4) unstable; urgency=low
 .
   [ Ludovic Claude ]
   * Rebuild with a newer version of maven-debian-helper (Closes: #587499)
   * maven.rules: transform antlr 3 versions to '3.x' instead of 'debian'
   * Split packaging of gUnit jar into new libantlr3-gunit-java package
 and gUnit Maven plugin into new antlr3-gunit-maven-plugin package,
 split Maven plugin for Antlr into new antlr3-maven-plugin package
 (Closes: #588005)
   * Update dependencies of antlr3, remove the dependencies coming from
 those 3 new packages.
 .

Bug#588005: marked as done (Does antlr3 really requires maven ?)

2010-07-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Jul 2010 12:33:59 +
with message-id 
and subject line Bug#588005: fixed in antlr3 3.2-4
has caused the Debian Bug report #588005,
regarding Does antlr3 really requires maven ?
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.)


-- 
588005: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588005
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: antlr3
Version: 3.2-3
Severity: wishlist

  Hello,

  While upgrading to the newer antlr3 (3.2-3), I noticed that the
newer antlr3 pulls in maven libmaven2-core-java, which in turn pulls
in about 33 MB of dependencies. Is that absolutely necessary to run
antlr3 ? As maven is a project management tool, I find it weird.

  I'm glad a lot of work has been invested into making debian packages
maven-friendly, but that would be great if that didn't mean we have to
force maven on all users of java software.

  In short, with maven downgraded to a Recommend, would antlr3 still
work ? 

  Many thanks,

   Vincent

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages antlr3 depends on:
ii  default-jre [java2-runtime]   1.6-38 Standard Java or Java compatible R
ii  default-jre-headless  1.6-38 Standard Java or Java compatible R
ii  libstringtemplate-java3.2.1-1StringTemplate templating engine f
ii  openjdk-6-jre [java2-runtime] 6b18-1.8-3 OpenJDK Java runtime, using Hotspo

Versions of packages antlr3 recommends:
pn  antlr3-gcj (no description available)

antlr3 suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: antlr3
Source-Version: 3.2-4

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

antlr3-doc_3.2-4_all.deb
  to main/a/antlr3/antlr3-doc_3.2-4_all.deb
antlr3-gcj_3.2-4_amd64.deb
  to main/a/antlr3/antlr3-gcj_3.2-4_amd64.deb
antlr3-gunit-maven-plugin_3.2-4_all.deb
  to main/a/antlr3/antlr3-gunit-maven-plugin_3.2-4_all.deb
antlr3-maven-plugin_3.2-4_all.deb
  to main/a/antlr3/antlr3-maven-plugin_3.2-4_all.deb
antlr3_3.2-4.debian.tar.gz
  to main/a/antlr3/antlr3_3.2-4.debian.tar.gz
antlr3_3.2-4.dsc
  to main/a/antlr3/antlr3_3.2-4.dsc
antlr3_3.2-4_all.deb
  to main/a/antlr3/antlr3_3.2-4_all.deb
libantlr3-gunit-java-doc_3.2-4_all.deb
  to main/a/antlr3/libantlr3-gunit-java-doc_3.2-4_all.deb
libantlr3-gunit-java_3.2-4_all.deb
  to main/a/antlr3/libantlr3-gunit-java_3.2-4_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 588...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ludovic Claude  (supplier of updated antlr3 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: Wed, 21 Jul 2010 23:22:09 +0200
Source: antlr3
Binary: antlr3 antlr3-gcj antlr3-doc antlr3-maven-plugin libantlr3-gunit-java 
libantlr3-gunit-java-doc antlr3-gunit-maven-plugin
Architecture: source all amd64
Version: 3.2-4
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 

Changed-By: Ludovic Claude 
Description: 
 antlr3 - language tool for constructing recognizers, compilers etc
 antlr3-doc - language tool for constructing compilers etc - documentation
 antlr3-gcj - language tool for constructing recognizers, compilers etc (native
 antlr3-gunit-maven-plugin - Maven plugin for gUnit, a unit test framework for 
ANTLR grammars
 antlr3-maven-plugin - Maven plugin for ANTLR 3
 libantlr3-gunit-java - Unit Test framework for ANTLR grammars
 libantlr3-gunit-java-doc - API documentation for gUnit
Closes: 587499 588005
Changes: 
 antlr3 (3.2-4) unstable; urgency=low
 .
   [ Ludovic Claude ]
   * Rebuild with a newer version of maven-debian-helper (Closes: #587499)
   * maven.rules: transform antlr 3 versions to '3.x' instead of 'debian'
   * Split packa

Processed: block 589501 with 589599

2010-07-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 589501 with 589599
Bug #589501 [libhibernate3-java] hibernate: Move 3.5.x version to unstable 
(release with 3.5 in squeeze)
Was blocked by: 589582
Added blocking bug(s) of 589501: 589599
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
589501: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589501
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Processed: block 589501 with 589582

2010-07-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 589501 with 589582
Bug #589501 [libhibernate3-java] hibernate: Move 3.5.x version to unstable 
(release with 3.5 in squeeze)
Was not blocked by any bugs.
Added blocking bug(s) of 589501: 589582
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
589501: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589501
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#564166: marked as done (commons-daemon: Please support Renesas SH4)

2010-07-27 Thread Debian Bug Tracking System
Your message dated Tue, 27 Jul 2010 22:17:07 +
with message-id 
and subject line Bug#564166: fixed in commons-daemon 1.0.2-1
has caused the Debian Bug report #564166,
regarding commons-daemon: Please support Renesas SH4
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.)


-- 
564166: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=564166
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: commons-daemon
Version: 1.0.2~svn20061127-10
Severity: important
Tags: patch
User: debian-...@superh.org
Usertags: sh4
X-Debbugs-CC: debian-sup...@lists.debian.org

Hi,

I am now trying to run Debian on Renesas SH(sh4) CPU.
http://buildd.debian-ports.org/status/architecture.php?suite=unstable&a=sh4

commons-daemon FTBFS on SH4.
Because commons-daemon does not support SH4.
http://buildd.debian-ports.org/fetch.php?pkg=commons-daemon&arch=sh4&ver=1.0.2~svn20061127-10&stamp=1260965096&file=log&as=raw

-
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for ranlib... ranlib
*** Host support ***
checking C flags dependant on host system type... failed
configure: error: Unsupported CPU architecture "sh4"
make: *** [config-stamp] Error 1
-

I made patch to support SH4. Build fine with this patch.
Could you apply this patch?

Best regards,
 Nobuhiro
diff --git a/src/native/unix/support/apsupport.m4 
b/src/native/unix/support/apsupport.m4
index 46413b8..f52c388 100644
--- a/src/native/unix/support/apsupport.m4
+++ b/src/native/unix/support/apsupport.m4
@@ -99,7 +99,7 @@ AC_DEFUN(AP_SUPPORTED_HOST,[
 CFLAGS="$CFLAGS -DCPU=\\\"PA_RISC2.0\\\""
 supported_os="hp-ux"
 HOST_CPU=PA_RISC2.0;;
-  arm|hppa|ia64|m68k|mips|mipsel|powerpc*|s390|sparc*)
+  arm|hppa|ia64|m68k|mips|mipsel|powerpc*|s390|sparc*|sh*)
 CFLAGS="$CFLAGS -DCPU=\\\"$host_cpu\\\""
 HOST_CPU=$host_cpu;;
   *)
--- End Message ---
--- Begin Message ---
Source: commons-daemon
Source-Version: 1.0.2-1

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

commons-daemon_1.0.2-1.debian.tar.gz
  to main/c/commons-daemon/commons-daemon_1.0.2-1.debian.tar.gz
commons-daemon_1.0.2-1.dsc
  to main/c/commons-daemon/commons-daemon_1.0.2-1.dsc
commons-daemon_1.0.2.orig.tar.gz
  to main/c/commons-daemon/commons-daemon_1.0.2.orig.tar.gz
jsvc_1.0.2-1_amd64.deb
  to main/c/commons-daemon/jsvc_1.0.2-1_amd64.deb
libcommons-daemon-java_1.0.2-1_all.deb
  to main/c/commons-daemon/libcommons-daemon-java_1.0.2-1_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 564...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Damien Raude-Morvan  (supplier of updated commons-daemon 
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: Tue, 27 Jul 2010 21:39:41 +0200
Source: commons-daemon
Binary: libcommons-daemon-java jsvc
Architecture: source all amd64
Version: 1.0.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 

Changed-By: Damien Raude-Morvan 
Description: 
 jsvc   - wrapper to launch Java applications as daemons
 libcommons-daemon-java - library to launch Java applications as daemons
Closes: 564166 578661
Changes: 
 commons-daemon (1.0.2-1) unstable; urgency=low
 .
   [ Thierry Carrez ]
   * debian/control, debian/rules: Build with default-jdk
   * debian/rules: Depend on -headless runtimes
   * debian/rules: Set java source/target to 1.4 to match depends
 .
   [ Torsten Werner ]
   * Re-add changes made by Emmanuel Bourg:
 - Update of the URLs
 - Rename Jakarta Commons to Apache Commons
 .
   [ Damien Raude-Morvan ]
   * New upstream stable release (Closes: #578661).
 - d/watch: Update URL for new upstream release.
   * d/patches/sh4-support.diff: Add support for sh4 arch (Closes: #564166).
   * d/control: Remove Arnaud and add myself from Uploaders.
   * Updated to Standards-Version 3.9.1:
 - d/control: Add recommended get-orig-source target.
   * d/control: Add ${misc:Depends} to Depends.
 

Bug#578661: marked as done (jsvc: new version 1.0.2)

2010-07-27 Thread Debian Bug Tracking System
Your message dated Tue, 27 Jul 2010 22:17:07 +
with message-id 
and subject line Bug#578661: fixed in commons-daemon 1.0.2-1
has caused the Debian Bug report #578661,
regarding jsvc: new version 1.0.2
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.)


-- 
578661: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=578661
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: jsvc

New stable version of jsvc is available, please refer to the upstream
changelog here:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310468&styleName=Html&version=12314763


thanks,
 Adam


--- End Message ---
--- Begin Message ---
Source: commons-daemon
Source-Version: 1.0.2-1

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

commons-daemon_1.0.2-1.debian.tar.gz
  to main/c/commons-daemon/commons-daemon_1.0.2-1.debian.tar.gz
commons-daemon_1.0.2-1.dsc
  to main/c/commons-daemon/commons-daemon_1.0.2-1.dsc
commons-daemon_1.0.2.orig.tar.gz
  to main/c/commons-daemon/commons-daemon_1.0.2.orig.tar.gz
jsvc_1.0.2-1_amd64.deb
  to main/c/commons-daemon/jsvc_1.0.2-1_amd64.deb
libcommons-daemon-java_1.0.2-1_all.deb
  to main/c/commons-daemon/libcommons-daemon-java_1.0.2-1_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 578...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Damien Raude-Morvan  (supplier of updated commons-daemon 
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: Tue, 27 Jul 2010 21:39:41 +0200
Source: commons-daemon
Binary: libcommons-daemon-java jsvc
Architecture: source all amd64
Version: 1.0.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 

Changed-By: Damien Raude-Morvan 
Description: 
 jsvc   - wrapper to launch Java applications as daemons
 libcommons-daemon-java - library to launch Java applications as daemons
Closes: 564166 578661
Changes: 
 commons-daemon (1.0.2-1) unstable; urgency=low
 .
   [ Thierry Carrez ]
   * debian/control, debian/rules: Build with default-jdk
   * debian/rules: Depend on -headless runtimes
   * debian/rules: Set java source/target to 1.4 to match depends
 .
   [ Torsten Werner ]
   * Re-add changes made by Emmanuel Bourg:
 - Update of the URLs
 - Rename Jakarta Commons to Apache Commons
 .
   [ Damien Raude-Morvan ]
   * New upstream stable release (Closes: #578661).
 - d/watch: Update URL for new upstream release.
   * d/patches/sh4-support.diff: Add support for sh4 arch (Closes: #564166).
   * d/control: Remove Arnaud and add myself from Uploaders.
   * Updated to Standards-Version 3.9.1:
 - d/control: Add recommended get-orig-source target.
   * d/control: Add ${misc:Depends} to Depends.
   * Switch to 3.0 (quilt) format.
   * Use Debhelper 7:
 - d/rules: Use dh 7 and cleanup our rules file.
 - d/*.dirs: Removed not needed anymore.
   * d/libcommons-daemon-java.doc-base and d/rules: Install API Javadoc to
 /usr/share/doc/libcommons-daemon-java/api.
Checksums-Sha1: 
 7faa7467050385cc04233cc08f510ea89823ab77 1472 commons-daemon_1.0.2-1.dsc
 a4e7e267c6accfeae5226f3a64ad2d7bd19993d1 387913 
commons-daemon_1.0.2.orig.tar.gz
 5cca2911b1fb25d1fd54c97d2d60f109cf16e23e 5568 
commons-daemon_1.0.2-1.debian.tar.gz
 8f8a8cfe2f3ba014ea61e8713ecaf225b7dc0162 41882 
libcommons-daemon-java_1.0.2-1_all.deb
 635eeec1a28649a7a6c378229ee43395a23d1f03 22318 jsvc_1.0.2-1_amd64.deb
Checksums-Sha256: 
 e7a8196e46c355c86ee7e7af9ab2d0f062dbfeda9ec4008ff7bf379f3bef0aec 1472 
commons-daemon_1.0.2-1.dsc
 a8e50d2592673304302f9c94724b9448ae168014720289ec95e3ad0be91e0b00 387913 
commons-daemon_1.0.2.orig.tar.gz
 7fce73552cdb1407237e7257d3db7fa9d321d09d1f806e0aa6f3994efaee399a 5568 
commons-daemon_1.0.2-1.debian.tar.gz
 7bb2199327d24c7ac3f14ae7dbfccdff03d3649c185518a6c35cd3328a8bb1a4 41882 
libcommons-daemon-java_1.0.2-1_all.deb
 4c90356186b154c4e5fae8e61e3ebaf363a23f13fdd6c17f36b2661e15b522fb 22318 
jsvc_1.0.2-1_amd64.deb
Files: 
 a2e2ed4429a02039a972ed5126396c88 1472 java optional commons-daemon_1.0.2-1.dsc
 a6c68eed204bc9f1ef3b77488edfcfeb 387913 java optional 
commons-daem

Processed: owner 580157

2010-07-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # Automatically generated email from bts, devscripts version 2.10.35lenny7
> owner 580157 !
Bug #580157 [sun-java6] sun-java6: [INTL:ja] Update po-debconf template 
translation (ja.po)
Owner recorded as Torsten Werner .
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
580157: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=580157
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Processed: Re: Bug#586761: sun-java6-plugin: Please add PulseAudio support!

2010-07-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 586761 + help
Bug #586761 [sun-java6-plugin] sun-java6-plugin: Please add PulseAudio support!
Added tag(s) help.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
586761: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586761
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#583143: marked as done (sun-java6-jre: version 6-20-0lenny1 does not install from proposed updates in debian lenny)

2010-07-28 Thread Debian Bug Tracking System
Your message dated Wed, 28 Jul 2010 14:39:09 +0200
with message-id 
and subject line Re: Bug#583143: sun-java6-jre: version 6-20-0lenny1 does not 
install  , from proposed updates in debian lenny
has caused the Debian Bug report #583143,
regarding sun-java6-jre: version 6-20-0lenny1 does not install from proposed 
updates in debian lenny
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.)


-- 
583143: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583143
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: sun-java6-jre
Version: 6-20-0lenny1

A few days ago I got a new version of sun-java6-jre: 6-20-0lenny1.
However I am unable to install it. It looks like the dependencies are
broken. I think the package sun-java6-jre depends on a newer version of
sun-java6-bin which is not available in the repository. On my system I
have the following packages and versions available:
sun-java6-bin: 6-12-1
sun-java6-demo: 6-12-1
sun-java6-doc: 6-20-0lenny1
sun-java6-fonts: 6-20-0lenny1
sun-java6-jdk: 6-12-1
sun-java6-jre: 6-20-0lenny1
sun-java6-plugin: 6-12-1
sun-java6-source: 6-20-0lenny1


--- End Message ---
--- Begin Message ---
On Thu, May 27, 2010 at 8:21 PM, Adam D. Barratt
 wrote:
> As Rene mentioned, non-free autobuilding is currently not operational;
> there is ongoing work to integrate it in to the buildd network.

I am closing the bug because this is not a packaging issue.

Cheers,
Torsten

--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#576483: marked as done (sun-java6-jre: This version isn't available form amd64)

2010-07-28 Thread Debian Bug Tracking System
Your message dated Wed, 28 Jul 2010 14:51:39 +0200
with message-id 
and subject line Re: Bug#576483: sun-java6-jre: This version isn't available 
for amd64
has caused the Debian Bug report #576483,
regarding sun-java6-jre: This version isn't available form amd64
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.)


-- 
576483: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576483
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: sun-java6-jre
Version: 6.18-4
Severity: important
Tags: sid

Since version 6-17, packages for amd64 are not being built.


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-3-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


--- End Message ---
--- Begin Message ---
On Wed, May 19, 2010 at 11:39 PM, Gabriele Giacone <1o5g4...@gmail.com> wrote:
> And 6.20-dlj-3 ?

This is fixed for the 6.20* versions.

Cheers,
Torsten

--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#580157: marked as done (sun-java6: [INTL:ja] Update po-debconf template translation (ja.po))

2010-07-28 Thread Debian Bug Tracking System
Your message dated Wed, 28 Jul 2010 13:18:22 +
with message-id 
and subject line Bug#580157: fixed in sun-java6 6.21-1
has caused the Debian Bug report #580157,
regarding sun-java6: [INTL:ja] Update po-debconf template translation (ja.po)
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.)


-- 
580157: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=580157
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: sun-java6
Version: 6.20-dlj-1
Severity: wishlist
Tags: patch l10n

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dear sun-java6 package maintainers,

 Here's updated Japanese po-debconf template (ja.po) file.
 Could you apply it, please?

- --
Regards,

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


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

iEYEARECAAYFAkvfUxMACgkQIu0hy8THJkvbkQCggN0WiEi7RdYXnfydCOh4Q4so
MHUAniAbtLq4hfyvuV9uBv4KctKdfyYC
=i1PB
-END PGP SIGNATURE-
# Copyright (C) 2006 Matthias Klose 
#   (C) 2010 Debian Java Maintainers 

# This file is distributed under the same license as the sun-java6 package.
# Hideki Yamane , 2006, 2010.
#
#
msgid ""
msgstr ""
"Project-Id-Version: sun-java6 6.20-dlj-1\n"
"Report-Msgid-Bugs-To: sun-ja...@packages.debian.org\n"
"POT-Creation-Date: 2010-03-05 15:58+0100\n"
"PO-Revision-Date: 2010-05-04 07:41+0900\n"
"Last-Translator: Hideki Yamane \n"
"Language-Team: Japanese \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: note
#. Description
#: ../JB-jre.templates.in:1001
msgid "JCE Unlimited Strength Jurisdiction Policy Files"
msgstr "JCE 無制限強度の管轄ポリシーファイル"

#. Type: note
#. Description
#: ../JB-jre.templates.in:1001
msgid ""
"Due to import control restrictions of some countries, the JCE jurisdiction "
"policy files shipped with this package allow \"strong\" but limited "
"cryptography to be used. An \"unlimited strength\" version of these files "
"indicating no restrictions on cryptographic strengths is available for those "
"living in eligible countries (which is most countries). You download this "
"version and replace the strong cryptography versions supplied with this "
"package with the unlimited ones."
msgstr ""
"一部の国の輸入規制のため、このパッケージに含まれる JCE ポリシーファイルは、"
"「強力」であっても制限付きの暗号方式が使用されています。暗号についての規制を"
"受けない国 (ほとんどの国です) のユーザのために、「制限のない完全」版のファイ"
"ルが用意されています。あなたは、このファイルをダウンロードし、このパッケージ"
"で提供されている強暗号版と無制限版を置き換えられます。"

#. Type: note
#. Description
#: ../JB-jre.templates.in:1001
msgid ""
"The Java(TM) Cryptography Extension (JCE) Unlimited Strength Jurisdiction "
"Policy Files 1.4.2 are available at http://javashoplm.sun.com/ECom/docs/";
"Welcome.jsp?StoreId=22&PartDetailId=7503-jce-1.4.2-oth-"
"JPR&SiteId=JSC&TransactionId=noreg"
msgstr ""
"The Java(TM) Cryptography Extension (JCE) Unlimited Strength Jurisdiction "
"Policy Files 1.4.2 は http://javashoplm.sun.com/ECom/docs/Welcome.jsp?";
"StoreId=22&PartDetailId=7503-jce-1.4.2-oth-"
"JPR&SiteId=JSC&TransactionId=noreg から入手可能です。"

#. Type: boolean
#. Description
#: ../JB-jre.templates.in:2001
msgid "Grant the \"stopThread\" RuntimePermission?"
msgstr "\"stopThread\" RuntimePermission を許可しますか?"

#. Type: boolean
#. Description
#: ../JB-jre.templates.in:2001
msgid ""
"This permission allows any thread to stop itself using the java.lang.Thread."
"stop() method that takes no argument."
msgstr ""
"このアクセス権は、どのようなスレッドであっても引数無しの java.lang.Thread."
"stop() メソッドを使ってそのスレッド自身を終了させるのを許可します。"

#. Type: boolean
#. Description
#: ../JB-jre.templates.in:2001
msgid ""
"Note that this permission is granted by default only to remain backwards "
"compatible. It is strongly recommended that you either not grant this "
"permission at all or restrict it manually in java.policy to code sources "
"that you specify, because Thread.stop() is potentially unsafe."
msgstr ""
"この標準で許可されているアクセス権は、後方互換性の維持のためだけに存在してい"
"るのに注意してください。Thread.stop() は潜在的に危険なため、このアクセス権を"
"全く許可しないか、特定のソースコードに対して java.polic

Bug#588663: marked as done ([sun-java6-plugin] add dependency on midori browser)

2010-07-28 Thread Debian Bug Tracking System
Your message dated Wed, 28 Jul 2010 13:18:22 +
with message-id 
and subject line Bug#588663: fixed in sun-java6 6.21-1
has caused the Debian Bug report #588663,
regarding [sun-java6-plugin] add dependency on midori browser
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.)


-- 
588663: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588663
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: sun-java6-plugin
Version: 6.20-dlj-1
Severity: normal

--- Please enter the report below this line. ---

Could you add dependency also on "midori" webbrowser?


--- End Message ---
--- Begin Message ---
Source: sun-java6
Source-Version: 6.21-1

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

sun-java6-bin_6.21-1_i386.deb
  to non-free/s/sun-java6/sun-java6-bin_6.21-1_i386.deb
sun-java6-demo_6.21-1_i386.deb
  to non-free/s/sun-java6/sun-java6-demo_6.21-1_i386.deb
sun-java6-fonts_6.21-1_all.deb
  to non-free/s/sun-java6/sun-java6-fonts_6.21-1_all.deb
sun-java6-javadb_6.21-1_all.deb
  to non-free/s/sun-java6/sun-java6-javadb_6.21-1_all.deb
sun-java6-jdk_6.21-1_i386.deb
  to non-free/s/sun-java6/sun-java6-jdk_6.21-1_i386.deb
sun-java6-jre_6.21-1_all.deb
  to non-free/s/sun-java6/sun-java6-jre_6.21-1_all.deb
sun-java6-plugin_6.21-1_i386.deb
  to non-free/s/sun-java6/sun-java6-plugin_6.21-1_i386.deb
sun-java6-source_6.21-1_all.deb
  to non-free/s/sun-java6/sun-java6-source_6.21-1_all.deb
sun-java6_6.21-1.debian.tar.gz
  to non-free/s/sun-java6/sun-java6_6.21-1.debian.tar.gz
sun-java6_6.21-1.dsc
  to non-free/s/sun-java6/sun-java6_6.21-1.dsc
sun-java6_6.21.orig.tar.gz
  to non-free/s/sun-java6/sun-java6_6.21.orig.tar.gz



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

Debian distribution maintenance software
pp.
Torsten Werner  (supplier of updated sun-java6 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: Wed, 28 Jul 2010 14:47:10 +0200
Source: sun-java6
Binary: sun-java6-jre sun-java6-bin sun-java6-plugin ia32-sun-java6-bin 
ia32-sun-java6-plugin sun-java6-fonts sun-java6-jdk sun-java6-demo 
sun-java6-source sun-java6-javadb
Architecture: source i386 all
Version: 6.21-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 

Changed-By: Torsten Werner 
Description: 
 ia32-sun-java6-bin - Sun Java(TM) Runtime Environment (JRE) 6 (32-bit)
 ia32-sun-java6-plugin - The Java(TM) Plug-in, Java SE 6 (32-bit)
 sun-java6-bin - Sun Java(TM) Runtime Environment (JRE) 6 (architecture 
dependent
 sun-java6-demo - Sun Java(TM) Development Kit (JDK) 6 demos and examples
 sun-java6-fonts - Lucida TrueType fonts (from the Sun JRE)
 sun-java6-javadb - Java(TM) DB, Sun Microsystems' distribution of Apache Derby
 sun-java6-jdk - Sun Java(TM) Development Kit (JDK) 6
 sun-java6-jre - Sun Java(TM) Runtime Environment (JRE) 6 (architecture 
independen
 sun-java6-plugin - The Java(TM) Plug-in, Java SE 6
 sun-java6-source - Sun Java(TM) Development Kit (JDK) 6 source files
Closes: 580157 586238 588663
Changes: 
 sun-java6 (6.21-1) unstable; urgency=low
 .
   * New upstream release
 - There are no security fixes in this release.
   * Update $(bin_pattern) and $(diff_ignore) in debian/rules.
   * Add a lintian override for embedded-libjpeg.
   * Update danish debconf translation; thanks to Joe Dalton. (Closes: #586238)
   * Update japanese debconf translation; thanks to Hideki Yamane.
 (Closes: #580157)
   * Add midori as an alternative to $(browsers) in debian/rules.
 (Closes: #588663)
Checksums-Sha1: 
 2a56abf663dedfc98c268d753fc5302efd83ec7b 1662 sun-java6_6.21-1.dsc
 ed0747f25e0dcb5b1facd7e57819b3426e4c66a7 165376947 sun-java6_6.21.orig.tar.gz
 9e8b33e29c94e9ca6b1cc1bc68a73fa4df760706 83993 sun-java6_6.21-1.debian.tar.gz
 bd83538368e29e6358acf8683120fb851931633a 29704072 sun-java6-bin_6.21-1_i386.deb
 91cd0ca10589a0cfa690197d7b5ec7aca927847f 2000 sun-java6-plugin_6.21-1_i386.deb
 85e82f523856481cabdaa3949578d4d0485ed6bf 19715876 sun-java6-jdk_6.21-1_i386.deb
 51682a0ed3fbfd6e1ad281c3b5c8bd3099bf3f7c 12157416 
sun-java6-demo_

Bug#586238: marked as done ([INTL:da] Danish translation of the debconf templates sun-java6)

2010-07-28 Thread Debian Bug Tracking System
Your message dated Wed, 28 Jul 2010 13:18:22 +
with message-id 
and subject line Bug#586238: fixed in sun-java6 6.21-1
has caused the Debian Bug report #586238,
regarding [INTL:da] Danish translation of the debconf templates sun-java6
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.)


-- 
586238: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586238
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: sun-java6
Severity: wishlist
Tags: l10n patch

Please include the attached Danish debconf translation

j...@joe-desktop:~/over/debian/sun-java6$ msgfmt --statistics -c -v -o 
/dev/null da.po
12 oversatte tekster.

bye
Joe

# Danish translation sun-java6.
# Copyright (C) 2010 sun-java6 & nedenstående oversættere.
# This file is distributed under the same license as the sun-java6 package.
# Claus Hindsgaul , 2006.
# Joe Hansen , 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: sun-java5\n"
"Report-Msgid-Bugs-To: sun-ja...@packages.debian.org\n"
"POT-Creation-Date: 2010-03-05 15:58+0100\n"
"PO-Revision-Date: 2010-06-17 17:30+01:00\n"
"Last-Translator: Joe Hansen \n"
"Language-Team: Danish  \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: note
#. Description
#: ../JB-jre.templates.in:1001
msgid "JCE Unlimited Strength Jurisdiction Policy Files"
msgstr "JCE-begrænsningsfiler for kryptografi med ubegrænset styrke"

#. Type: note
#. Description
#: ../JB-jre.templates.in:1001
msgid ""
"Due to import control restrictions of some countries, the JCE jurisdiction "
"policy files shipped with this package allow \"strong\" but limited "
"cryptography to be used. An \"unlimited strength\" version of these files "
"indicating no restrictions on cryptographic strengths is available for those "
"living in eligible countries (which is most countries). You download this "
"version and replace the strong cryptography versions supplied with this "
"package with the unlimited ones."
msgstr ""
"Grundet visse landes importregler, tillader de medfølgende JCE-lovbestemte "
"filer brugen af »stærk« men begrænset kryptografi. For dem, der lever i "
"lande, der ikke begrænser den lovlige kryptografistyrke (de fleste lande), "
"findes der en udgave af disse filer med »ubegrænset styrke« kryptografi. "
"Du kan hente denne udgave og erstatte de versioner med »stærk kryptografi«, "
"der følger med denne pakke, med de ubegrænsede versioner."

#. Type: note
#. Description
#: ../JB-jre.templates.in:1001
msgid ""
"The Java(TM) Cryptography Extension (JCE) Unlimited Strength Jurisdiction "
"Policy Files 1.4.2 are available at http://javashoplm.sun.com/ECom/docs/";
"Welcome.jsp?StoreId=22&PartDetailId=7503-jce-1.4.2-oth-"
"JPR&SiteId=JSC&TransactionId=noreg"
msgstr ""
"Filer med ubegrænset kryptografistyrke til Java(TM)-kryptografiudvidelsen "
"(JCE) 1.4.2 er tilgængelige på http://javashoplm.sun.com/ECom/docs/Welcome.";
"jsp?StoreId=22&PartDetailId=7503-jce-1.4.2-oth-"
"JPR&SiteId=JSC&TransactionId=noreg"

#. Type: boolean
#. Description
#: ../JB-jre.templates.in:2001
msgid "Grant the \"stopThread\" RuntimePermission?"
msgstr "Tildel »stopThread« RuntimePermission?"

#. Type: boolean
#. Description
#: ../JB-jre.templates.in:2001
msgid ""
"This permission allows any thread to stop itself using the java.lang.Thread."
"stop() method that takes no argument."
msgstr ""
"Denne tilladelse tillader enhver tråd at stoppe sig selv med metoden java."
"lang.Thread.stop(), der ikke kræver nogen parametre."

#. Type: boolean
#. Description
#: ../JB-jre.templates.in:2001
msgid ""
"Note that this permission is granted by default only to remain backwards "
"compatible. It is strongly recommended that you either not grant this "
"permission at all or restrict it manually in java.policy to code sources "
"that you specify, because Thread.stop() is potentially unsafe."
msgstr ""
"Bemærk at denne tilladelse kun tildeles som udgangspunkt for at bevare "
"kompatibilitet med

Processed: Re: Bug#582146: /usr/lib/jvm/java-6-sun-1.6.0.20/jre/lib/i386/libnpjp2.so: browser plugin reporting of system fonts is a privacy leak

2010-07-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 582146 + help
Bug #582146 [sun-java6-bin] 
/usr/lib/jvm/java-6-sun-1.6.0.20/jre/lib/i386/libnpjp2.so: browser plugin 
reporting of system fonts is a privacy leak
Added tag(s) help.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
582146: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582146
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Processed: tagging 480570

2010-07-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # Automatically generated email from bts, devscripts version 2.10.35lenny7
> # fix committed to svn
> tags 480570 + pending
Bug #480570 [sun-java6-jre] Default Java Look and Feel should be GTK
Added tag(s) pending.
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
480570: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=480570
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Processed: tagging 539288

2010-07-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # Automatically generated email from bts, devscripts version 2.10.35lenny7
> # fix committed to svn
> tags 539288 + pending
Bug #539288 [sun-java6-jdk] sun-java6-jdk: replace JConsole with Java VisualVM
Added tag(s) pending.
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
539288: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=539288
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#589599: marked as done (jbossas4: FTBFS with Hibernate 3.5.x)

2010-07-28 Thread Debian Bug Tracking System
Your message dated Wed, 28 Jul 2010 20:35:44 +
with message-id 
and subject line Bug#589599: fixed in jbossas4 4.2.3.GA-3
has caused the Debian Bug report #589599,
regarding jbossas4: FTBFS with Hibernate 3.5.x
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.)


-- 
589599: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589599
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: jbossas4
Severity: wishlist

As the title indicates.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/
"Faith means not wanting to know what is true." -- Nietzsche


--- End Message ---
--- Begin Message ---
Source: jbossas4
Source-Version: 4.2.3.GA-3

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

jbossas4_4.2.3.GA-3.debian.tar.gz
  to main/j/jbossas4/jbossas4_4.2.3.GA-3.debian.tar.gz
jbossas4_4.2.3.GA-3.dsc
  to main/j/jbossas4/jbossas4_4.2.3.GA-3.dsc
jbossas4_4.2.3.GA-3_all.deb
  to main/j/jbossas4/jbossas4_4.2.3.GA-3_all.deb
libjboss-aspects-java_4.2.3.GA-3_all.deb
  to main/j/jbossas4/libjboss-aspects-java_4.2.3.GA-3_all.deb
libjboss-cluster-java_4.2.3.GA-3_all.deb
  to main/j/jbossas4/libjboss-cluster-java_4.2.3.GA-3_all.deb
libjboss-connector-java_4.2.3.GA-3_all.deb
  to main/j/jbossas4/libjboss-connector-java_4.2.3.GA-3_all.deb
libjboss-deployment-java_4.2.3.GA-3_all.deb
  to main/j/jbossas4/libjboss-deployment-java_4.2.3.GA-3_all.deb
libjboss-ejb3-java_4.2.3.GA-3_all.deb
  to main/j/jbossas4/libjboss-ejb3-java_4.2.3.GA-3_all.deb
libjboss-ejb3x-java_4.2.3.GA-3_all.deb
  to main/j/jbossas4/libjboss-ejb3x-java_4.2.3.GA-3_all.deb
libjboss-j2ee-java_4.2.3.GA-3_all.deb
  to main/j/jbossas4/libjboss-j2ee-java_4.2.3.GA-3_all.deb
libjboss-jms-java_4.2.3.GA-3_all.deb
  to main/j/jbossas4/libjboss-jms-java_4.2.3.GA-3_all.deb
libjboss-jmx-java_4.2.3.GA-3_all.deb
  to main/j/jbossas4/libjboss-jmx-java_4.2.3.GA-3_all.deb
libjboss-management-java_4.2.3.GA-3_all.deb
  to main/j/jbossas4/libjboss-management-java_4.2.3.GA-3_all.deb
libjboss-messaging-java_4.2.3.GA-3_all.deb
  to main/j/jbossas4/libjboss-messaging-java_4.2.3.GA-3_all.deb
libjboss-naming-java_4.2.3.GA-3_all.deb
  to main/j/jbossas4/libjboss-naming-java_4.2.3.GA-3_all.deb
libjboss-security-java_4.2.3.GA-3_all.deb
  to main/j/jbossas4/libjboss-security-java_4.2.3.GA-3_all.deb
libjboss-server-java_4.2.3.GA-3_all.deb
  to main/j/jbossas4/libjboss-server-java_4.2.3.GA-3_all.deb
libjboss-system-java_4.2.3.GA-3_all.deb
  to main/j/jbossas4/libjboss-system-java_4.2.3.GA-3_all.deb
libjboss-test-java_4.2.3.GA-3_all.deb
  to main/j/jbossas4/libjboss-test-java_4.2.3.GA-3_all.deb
libjboss-transaction-java_4.2.3.GA-3_all.deb
  to main/j/jbossas4/libjboss-transaction-java_4.2.3.GA-3_all.deb
libjboss-webservices-java_4.2.3.GA-3_all.deb
  to main/j/jbossas4/libjboss-webservices-java_4.2.3.GA-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 589...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Miguel Landaeta  (supplier of updated jbossas4 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: Sun, 18 Jul 2010 20:47:00 -0430
Source: jbossas4
Binary: jbossas4 libjboss-test-java libjboss-jmx-java libjboss-system-java 
libjboss-j2ee-java libjboss-ejb3-java libjboss-ejb3x-java libjboss-naming-java 
libjboss-deployment-java libjboss-transaction-java libjboss-security-java 
libjboss-server-java libjboss-messaging-java libjboss-management-java 
libjboss-cluster-java libjboss-aspects-java libjboss-connector-java 
libjboss-jms-java libjboss-webservices-java
Architecture: source all
Version: 4.2.3.GA-3
Distribution: experimental
Urgency: low
Maintainer: Debian Java Maintainers 

Changed-By: Miguel Landaeta 
Description: 
 jbossas4   - JBoss Application Server
 l

Processed: tagging 460183

2010-07-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 460183 + upstream
Bug #460183 [jsvc] jsvc: apply patch to make jsc reopen log files on SIGUSR1
Added tag(s) upstream.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
460183: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=460183
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Processed: bug 460183 is forwarded to https://issues.apache.org/jira/browse/DAEMON-95

2010-07-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forwarded 460183 https://issues.apache.org/jira/browse/DAEMON-95
Bug #460183 [jsvc] jsvc: apply patch to make jsc reopen log files on SIGUSR1
Set Bug forwarded-to-address to 
'https://issues.apache.org/jira/browse/DAEMON-95'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
460183: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=460183
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#591153: marked as done (jedit: FTBFS: Unsatisfiable build-dependency: bsh-src(inst 2.0b4-12 ! = wanted 2.0b4-11))

2010-08-01 Thread Debian Bug Tracking System
Your message dated Sun, 01 Aug 2010 10:47:21 +
with message-id 
and subject line Bug#591153: fixed in jedit 4.3.2+dfsg-3
has caused the Debian Bug report #591153,
regarding jedit: FTBFS: Unsatisfiable build-dependency: bsh-src(inst 2.0b4-12 ! 
= wanted 2.0b4-11)
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.)


-- 
591153: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591153
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: jedit
Version: 4.3.2+dfsg-2
Severity: serious
Tags: squeeze sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100731 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> ** Using build dependencies supplied by package:
> Build-Depends: debhelper (>= 7.0.50~), javahelper (>= 0.24), ant, 
> ant-optional, docbook-xsl, xsltproc, imagemagick, quilt (>= 0.46-7~), bsh-src 
> (= 2.0b4-11)
> Build-Depends-Indep: openjdk-6-jdk | sun-java6-jdk
> 
> ┌──┐
> │ Install build dependencies (internal resolver)  
>  │
> └──┘
> 
> Checking for already installed source dependencies...
> debhelper: missing
> Using default version 7.9.3
> javahelper: missing
> Using default version 0.31
> ant: missing
> ant-optional: missing
> docbook-xsl: missing
> xsltproc: missing
> imagemagick: missing
> quilt: missing
> Using default version 0.48-7
> bsh-src: missing
> Default version of bsh-src not sufficient, no suitable version found. 
> Skipping for now, maybe there are alternatives.
> openjdk-6-jdk: missing
> sun-java6-jdk: missing
> Checking for source dependency conflicts...
> Installing positive dependencies: debhelper javahelper ant ant-optional 
> docbook-xsl xsltproc imagemagick quilt bsh-src openjdk-6-jdk
> Reading package lists...
> Building dependency tree...
> Reading state information...
> The following extra packages will be installed:
>   bsdmainutils ca-certificates ca-certificates-java dctrl-tools
>   default-jre-headless defoma devscripts diffstat fastjar file fontconfig
>   fontconfig-config gettext gettext-base groff-base html2text intltool-debian
>   java-common libaccess-bridge-java libaccess-bridge-java-jni libasound2
>   libasyncns0 libatk1.0-0 libavahi-client3 libavahi-common-data
>   libavahi-common3 libcairo2 libcap2 libcroco3 libcups2 libdatrie1 libdbus-1-3
>   libexpat1 libflac8 libfontconfig1 libfreetype6 libgcrypt11 libgif4
>   libglib2.0-0 libgnutls26 libgpg-error0 libgssapi-krb5-2 libgtk2.0-0
>   libgtk2.0-common libice6 libjasper1 libjaxp1.3-java libjpeg62 libk5crypto3
>   libkeyutils1 libkrb5-3 libkrb5support0 liblcms1 liblqr-1-0 libltdl7
>   libmagic1 libmagickcore3 libmagickwand3 libnewt0.52 libnspr4-0d libnss3-1d
>   libogg0 libpango1.0-0 libpango1.0-common libpcre3 libpixman-1-0 libpng12-0
>   libpopt0 libpulse0 libslang2 libsm6 libsndfile1 libsqlite3-0 libssl0.9.8
>   libtasn1-3 libthai-data libthai0 libtiff4 libunistring0 libvorbis0a
>   libvorbisenc2 libwrap0 libx11-6 libx11-data libxau6 libxcb-render-util0
>   libxcb-render0 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxdmcp6
>   libxerces2-java libxext6 libxfixes3 libxft2 libxi6 libxinerama1 libxml2
>   libxrandr2 libxrender1 libxslt1.1 libxt6 libxtst6 man-db mime-support
>   openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib openssl po-debconf
>   python python-chardet python-debian python-minimal python-scriptutil
>   python-support python2.6 python2.6-minimal sgml-base shared-mime-info
>   ttf-dejavu-core tzdata-java ucf whiptail x11-common xml-core
> Suggested packages:
>   default-jdk java-compiler java-sdk ant-gcj ant-doc libbsf-java liboro-java
>   libxalan2-java junit liblog4j1.2-java libregexp-java jython antlr
>   libbcel-java libcommons-logging-java libjdepend-java libgnumail-java
>   libxml-commons-resolver1.1-java libcommons-net-java libjsch-java javacc
>   ant-optional-gcj wamerican wordlist whois vacation bsh debtags dh-make
>   default-jre defoma-doc psfontmgr x-ttcidfont-conf dfontmgr cvs-buildpackage
>   devscripts-el gnuplot libfile-desktopentry-perl libnet-smtp-ssl-perl mutt
>   svn-buildpackage w3m libsaxon-java docbook-xsl-saxon fop xalan dbtoepub
>   gettext-doc groff imagemagick-doc a

Bug#591119: marked as done (antlr3: FTBFS: maven error)

2010-08-02 Thread Debian Bug Tracking System
Your message dated Mon, 2 Aug 2010 20:48:55 -0400
with message-id <20100803004855.ga24...@xanadu.blop.info>
and subject line Re: Bug#591119: antlr3: FTBFS: maven error
has caused the Debian Bug report #591119,
regarding antlr3: FTBFS: maven error
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.)


-- 
591119: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591119
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: antlr3
Version: 3.2-4
Severity: serious
Tags: squeeze sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100731 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> make[1]: Entering directory `/build/user-antlr3_3.2-4-amd64-t3zJc9/antlr3-3.2'
> mh_patchpoms -pantlr3 --debian-build --keep-pom-version 
> --maven-repo=/build/user-antlr3_3.2-4-amd64-t3zJc9/antlr3-3.2/debian/maven-repo
>  
> touch debian/stamp-poms-patched
> make[1]: Leaving directory `/build/user-antlr3_3.2-4-amd64-t3zJc9/antlr3-3.2'
> cd . && /usr/lib/jvm/default-java/bin/java -noverify -cp 
> /usr/share/maven2/boot/classworlds.jar:/usr/lib/jvm/default-java/lib/tools.jar
>  
> -Dproperties.file.manual=/build/user-antlr3_3.2-4-amd64-t3zJc9/antlr3-3.2/debian/maven.properties
>  -Dclassworlds.conf=/etc/maven2/m2-debian.conf 
> org.codehaus.classworlds.Launcher -s/etc/maven2/settings-debian.xml 
> -Dmaven.repo.local=/build/user-antlr3_3.2-4-amd64-t3zJc9/antlr3-3.2/debian/maven-repo
>  -DbuildNumber="debian-4" package
> [INFO] 
> NOTE: Maven is executing in offline mode. Any artifacts not already in your 
> local
> repository will be inaccessible.
> 
> [INFO] Scanning for projects...
> [INFO] Reactor build order: 
> [INFO]   ANTLR Master build control POM
> [INFO]   Antlr 3 Runtime
> [INFO]   ANTLR Grammar Tool
> [INFO]   Maven plugin for ANTLR V3
> [INFO]   ANTLR gUnit
> [INFO]   Maven plugin for gUnit ANTLR V3
> [INFO] 
> 
> [INFO] Building ANTLR Master build control POM
> [INFO]task-segment: [package]
> [INFO] 
> 
> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> [INFO] 
> 
> [INFO] Building Antlr 3 Runtime
> [INFO]task-segment: [package]
> [INFO] 
> 
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] File encoding has not been set, using platform encoding 
> ANSI_X3.4-1968, i.e. build is platform dependent!
> [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered 
> resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory 
> /build/user-antlr3_3.2-4-amd64-t3zJc9/antlr3-3.2/runtime/Java/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered 
> resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory 
> /build/user-antlr3_3.2-4-amd64-t3zJc9/antlr3-3.2/runtime/Java/src/test/resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Not compiling test sources
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Tests are skipped.
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar: 
> /build/user-antlr3_3.2-4-amd64-t3zJc9/antlr3-3.2/runtime/Java/target/antlr-runtime-3.2.jar
> [INFO] 
> 
> [INFO] Building ANTLR Grammar Tool
> [INFO]task-segment: [package]
> [INFO] 
> 
> [INFO] [antlr:generate {execution: default}]
> [INFO] Using Antlr grammar: 
> /build/user-antlr3_3.2-4-amd64-t3zJc9/antlr3-3.2/tool/src/main/antlr2/org/antlr/grammar/v2/antlr.g
> [INFO] The grammar is already generated.
> [INFO] Using Antlr grammar: 
> /build/user-antlr3_3.2-4-amd64-t3zJc9/antlr3-3.2/tool/src/main/antlr2/org/antlr/grammar/v2/codegen.g
> [INFO] The

Processed: Re: Bug#552621: Update?

2010-08-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 552621 + pending
Bug #552621 [antlr3] antlr3: Enable testsuite (and fix resulting failures)
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
552621: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=552621
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Processed: limit source to japitools, tagging 590910

2010-08-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> #japitools (0.9.5+cvs20060115-3) UNRELEASED; urgency=low
> #
> #  * Added patch from James Page to minimize Ubuntu diff.
> #- Replaced Depends on default-jdk with headless JREs
> #- Bumped Standards-Versions to 3.9.1 - no changes required.
> #(Closes: #590910)
> #
> limit source japitools
Limiting to bugs with field 'source' containing at least one of 'japitools'
Limit currently set to 'source':'japitools'

> tags 590910 + pending
Bug #590910 [japitools] japitools: Dependency amendment to support use in 
headless server environments
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
590910: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590910
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Processed: Re: Bug#591109: libfreemarker-java: FTBFS: cannot find symbol PyJavaInstance

2010-08-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 591109 jython
Bug #591109 [src:libfreemarker-java] libfreemarker-java: FTBFS: cannot find 
symbol PyJavaInstance
Bug reassigned from package 'src:libfreemarker-java' to 'jython'.
Bug No longer marked as found in versions libfreemarker-java/2.3.16-2.
> affects 591109 + libfreemarker-java
Bug #591109 [jython] libfreemarker-java: FTBFS: cannot find symbol 
PyJavaInstance
Added indication that 591109 affects libfreemarker-java
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
591109: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591109
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Processed: reassign 591122 to jython, forcibly merging 591109 591122

2010-08-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 591122 jython
Bug #591122 [src:libbsf-java] libbsf-java: FTBFS: cannot find symbol 
PyJavaInstance
Bug reassigned from package 'src:libbsf-java' to 'jython'.
Bug No longer marked as found in versions libbsf-java/1:2.4.0-3.
> forcemerge 591109 591122
Bug#591109: libfreemarker-java: FTBFS: cannot find symbol PyJavaInstance
Bug#591122: libbsf-java: FTBFS: cannot find symbol PyJavaInstance
Forcibly Merged 591109 591122.

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
591109: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591109
591122: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591122
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#589501: marked as done (hibernate: Move 3.5.x version to unstable (release with 3.5 in squeeze))

2010-08-03 Thread Debian Bug Tracking System
Your message dated Tue, 03 Aug 2010 20:55:23 +
with message-id 
and subject line Bug#589501: fixed in libhibernate3-java 3.5.4.Final-2
has caused the Debian Bug report #589501,
regarding hibernate: Move 3.5.x version to unstable (release with 3.5 in 
squeeze)
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.)


-- 
589501: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589501
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libhibernate3-java
Version: 3.5.2.Final-4
Severity: wishlist

Hi,

Miguel Landaeta and I are working hard to package Spring Framework 3.x into 
Debian Squeeze.
After NEW processing of "castor" package, last B-D missing is Hibernate >= 3.5 
in unstable.

Miguel did a rebuilt of reverse B-D on libhibernate3-java, here is the result :
* Packages that build without modification:
ehcache
oscache
libhibernate-validator-java
jasperreports
libspring-webflow-2.0-java

* Packages that build with simple modification in debian/control:
libspring-2.5-java

* Packages that FTBFS but with few errors and seem easy to fix:
jbossas4
eucalyptus

* Packages which should be dropped (now included in libhibernate3-java) :
libhibernate-annotations-java
libhibernate-entitymanager-java

What's your opinion about all this ?
Could we migrate 3.5.2.Final release to unstable ?

Cheers,

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)

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

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: libhibernate3-java
Source-Version: 3.5.4.Final-2

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

libhibernate3-java-doc_3.5.4.Final-2_all.deb
  to main/libh/libhibernate3-java/libhibernate3-java-doc_3.5.4.Final-2_all.deb
libhibernate3-java_3.5.4.Final-2.debian.tar.gz
  to main/libh/libhibernate3-java/libhibernate3-java_3.5.4.Final-2.debian.tar.gz
libhibernate3-java_3.5.4.Final-2.dsc
  to main/libh/libhibernate3-java/libhibernate3-java_3.5.4.Final-2.dsc
libhibernate3-java_3.5.4.Final-2_all.deb
  to main/libh/libhibernate3-java/libhibernate3-java_3.5.4.Final-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 589...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Torsten Werner  (supplier of updated libhibernate3-java 
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: Tue, 03 Aug 2010 21:53:39 +0200
Source: libhibernate3-java
Binary: libhibernate3-java libhibernate3-java-doc
Architecture: source all
Version: 3.5.4.Final-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 

Changed-By: Torsten Werner 
Description: 
 libhibernate3-java - Relational Persistence for Idiomatic Java
 libhibernate3-java-doc - Relational Persistence for Idiomatic Java 
(documentation)
Closes: 589501
Changes: 
 libhibernate3-java (3.5.4.Final-2) unstable; urgency=low
 .
   * Upload to unstable. (Closes: #589501)
Checksums-Sha1: 
 e337103d77843c1a450ebfef6d51c1a91e740856 2066 
libhibernate3-java_3.5.4.Final-2.dsc
 21c294abf6fe6e3438f5adfcd15d40a7671de9e2 69725 
libhibernate3-java_3.5.4.Final-2.debian.tar.gz
 563b64f2a20a4675a99c6b91aadf053b2838aed4 3209092 
libhibernate3-java_3.5.4.Final-2_all.deb
 13fb2bf4cd9e471759faab410d532d6bd68c7c23 66552 
libhibernate3-java-doc_3.5.4.Final-2_all.deb
Checksums-Sha256: 
 8b9078aad15c6e37a52dd66207931bf28d7d3cb19472a64290cf56055caac951 2066 
libhibernate3-java_3.5.4.Final-2.dsc
 b501b21d47c0c6303da3d94524b087bf5a02edc12f44e4c1294bb8eda2a20e50 69725 
libhibernate3-java_3.5.4.Final-2.debian.tar.gz
 09ea6eda996bab5a795fa961199b8a09eaa37734e97f56780573df444d1e593d 3209092 
libhibernate3-java_3.5.4.Final-2_all.deb
 5efcaeceffbaf4430ebd6654eefa65fb3dc3364ff09f57147d2f97c23f536951 66552 
libhibernate3-java-doc_3.5.4.Final-2_all.deb
Files: 
 8098b519f770324585fcaa96f6d0943c 2066 java optional 
libhibernate3-java_3.5.4.Final-2.dsc
 31332

Bug#586783: marked as done (javahelper: jh_depends - packages from jars where jars listed in multiple packages)

2010-08-03 Thread Debian Bug Tracking System
Your message dated Tue, 03 Aug 2010 21:32:24 +
with message-id 
and subject line Bug#586783: fixed in javatools 0.32
has caused the Debian Bug report #586783,
regarding javahelper: jh_depends - packages from jars where jars listed in 
multiple packages
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.)


-- 
586783: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586783
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: javahelper
Version: 0.28
Severity: normal


Hi

When running jh_depends on a package where some jar dependencies can be found 
in more than one package, the script registers dependencies from each of the 
packages.

for example I am packaging acgvision-agent_5.1.4-5

jhdepends -v gives :
Searching 
/home/remi/tmp/acgvision-agent_5.1.4/acgvision-agent-5.1.4/debian/acgvision-agent
 for acgvision-agent
Searching 
/home/remi/tmp/acgvision-agent_5.1.4/acgvision-agent-5.1.4/debian/acgvision-agent/usr/share/java/acgvision-agent.jar
Found Jars: commons-cli.jar commons-collections3.jar commons-configuration.jar 
commons-lang.jar commons-logging.jar log4j-1.2.jar
Checking:  
/home/remi/tmp/acgvision-agent_5.1.4/acgvision-agent-5.1.4/debian/acgvision-agentcommons-cli.jar
Checking:  
/home/remi/tmp/acgvision-agent_5.1.4/acgvision-agent-5.1.4/debian/acgvision-agentcommons-collections3.jar
Checking:  
/home/remi/tmp/acgvision-agent_5.1.4/acgvision-agent-5.1.4/debian/acgvision-agentcommons-configuration.jar
Checking:  
/home/remi/tmp/acgvision-agent_5.1.4/acgvision-agent-5.1.4/debian/acgvision-agentcommons-lang.jar
Checking:  
/home/remi/tmp/acgvision-agent_5.1.4/acgvision-agent-5.1.4/debian/acgvision-agentcommons-logging.jar
Checking:  
/home/remi/tmp/acgvision-agent_5.1.4/acgvision-agent-5.1.4/debian/acgvision-agentlog4j-1.2.jar
Found Debs: ant-optional groovy libcommons-cli-java 
libcommons-collections3-java libcommons-configuration-java libcommons-lang-java 
libcommons-logging-java liblog4j1.2-java
Adding substvars: java:Depends=default-jre | java5-runtime | java6-runtime , 
ant-optional,  groovy,  libcommons-cli-java,  libcommons-collections3-java,  
libcommons-configuration-java,  libcommons-lang-java,  libcommons-logging-java, 
 liblog4j1.2-java

In fact only jars from libcommons should be added and not jars from 
ant-optionnal and groovy.

As we can see here :
  dpkg -S commons-cli.jar commons-collections3.jar commons-configuration.jar 
commons-lang.jar commons-logging.jar log4j-1.2.jar
  libcommons-cli-java: /usr/share/java/commons-cli.jar
  libcommons-collections3-java: /usr/share/java/commons-collections3.jar
  libcommons-configuration-java: /usr/share/java/commons-configuration.jar
  libcommons-lang-java: /usr/share/java/commons-lang.jar
  libcommons-logging-java: /usr/share/java/commons-logging.jar
  ant-optional: /usr/share/ant/lib/ant-commons-logging.jar
  ant-optional: /usr/share/java/ant-commons-logging.jar
  liblog4j1.2-java: /usr/share/java/log4j-1.2.jar


--- End Message ---
--- Begin Message ---
Source: javatools
Source-Version: 0.32

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

jarwrapper_0.32_all.deb
  to main/j/javatools/jarwrapper_0.32_all.deb
java-propose-classpath_0.32_all.deb
  to main/j/javatools/java-propose-classpath_0.32_all.deb
javahelper_0.32_all.deb
  to main/j/javatools/javahelper_0.32_all.deb
javatools_0.32.dsc
  to main/j/javatools/javatools_0.32.dsc
javatools_0.32.tar.gz
  to main/j/javatools/javatools_0.32.tar.gz



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

Debian distribution maintenance software
pp.
Matthew Johnson  (supplier of updated javatools 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: SHA512

Format: 1.8
Date: Sun, 04 Jul 2010 10:04:17 +
Source: javatools
Binary: jarwrapper javahelper java-propose-classpath
Architecture: source all
Version: 0.32
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 

Changed-By: Matthew Johnson 
Description: 
 jarwrapper - Run executable Java .jar files
 java-propose-classpath - Helper script to suggest a classpath for jar files
 javahelper - Helper scripts for

Bug#574029: marked as done (javahelper: failed in jh_manifest)

2010-08-03 Thread Debian Bug Tracking System
Your message dated Tue, 03 Aug 2010 21:32:24 +
with message-id 
and subject line Bug#574029: fixed in javatools 0.32
has caused the Debian Bug report #574029,
regarding javahelper: failed in jh_manifest
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.)


-- 
574029: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574029
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: javahelper
Version: 0.29
Severity: normal

Herre the message during the build of my package


   jh_manifest
WARNING: the 'debian_bundle' package is *DEPRECATED*; use the 'debian' package
Traceback (most recent call last):
  File "/usr/bin/jh_manifest", line 264, in 
updatejar(j, tempmanifest, args)
  File "/usr/bin/jh_manifest", line 78, in updatejar
manifest = parseManifest(tempdir + "/META-INF/MANIFEST.MF", None, manifest)
  File "/usr/bin/jh_manifest", line 164, in parseManifest
manifest[section][i.strip()] = sec[i].strip().replace('\n ','')
  File "/usr/lib/pymodules/python2.5/debian/deb822.py", line 179, in __getitem__
value = value.decode(self.encoding)
  File "/usr/lib/python2.5/encodings/utf_8.py", line 16, in decode
return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xc9 in position 5: 
unexpected end of data
make: *** [binary] Erreur 1
dpkg-buildpackage: erreur: fakeroot debian/rules binary a produit une erreur de 
sortie de type 2
debuild: fatal error at line 1330:
dpkg-buildpackage -rfakeroot -D -us -uc failed


hope you can solve this problem :)

have a good night/day

Frederic


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-3-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages javahelper depends on:
ii  bsdmainutils  8.0.8  collection of more utilities from 
ii  dctrl-tools   2.14   Command-line tools to process Debi
ii  debhelper 7.4.15 helper programs for debian/rules
ii  devscripts2.10.61scripts to make the life of a Debi
ii  dpkg-dev  1.15.5.6   Debian package development tools
ii  fastjar   2:0.98-1   Jar creation utility
ii  python2.5.4-9An interactive high-level object-o
ii  python-debian 0.1.15 Python modules to work with Debian
ii  python-scriptutil 1-1Python module which provides the f
ii  realpath  1.15   Return the canonicalized absolute 

javahelper recommends no packages.

javahelper suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: javatools
Source-Version: 0.32

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

jarwrapper_0.32_all.deb
  to main/j/javatools/jarwrapper_0.32_all.deb
java-propose-classpath_0.32_all.deb
  to main/j/javatools/java-propose-classpath_0.32_all.deb
javahelper_0.32_all.deb
  to main/j/javatools/javahelper_0.32_all.deb
javatools_0.32.dsc
  to main/j/javatools/javatools_0.32.dsc
javatools_0.32.tar.gz
  to main/j/javatools/javatools_0.32.tar.gz



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

Debian distribution maintenance software
pp.
Matthew Johnson  (supplier of updated javatools 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: SHA512

Format: 1.8
Date: Sun, 04 Jul 2010 10:04:17 +
Source: javatools
Binary: jarwrapper javahelper java-propose-classpath
Architecture: source all
Version: 0.32
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 

Changed-By: Matthew Johnson 
Description: 
 jarwrapper - Run executable Java .jar files
 java-propose-classpath - Helper script to suggest a classpath for jar files
 javahelper - Helper scripts for

Processed: Re: Bug#591125: clojure-maven-plugin: FTBFS: required artifacts are missing

2010-08-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 591125 + patch
Bug #591125 [src:clojure-maven-plugin] clojure-maven-plugin: FTBFS: required 
artifacts are missing
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
591125: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591125
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Processed: notfound 588813 in 6.0.16-1, found 588813 in 6.0.18-1, notfound 532362 in 6.0.16-1 ...

2010-08-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # Not shipped in stable
> notfound 588813 6.0.16-1
Bug #588813 {Done: Torsten Werner } [tomcat6] 
CVE-2010-2227: DoS and information disclosure
There is no source info for the package 'tomcat6' at version '6.0.16-1' with 
architecture ''
Unable to make a source version for version '6.0.16-1'
Ignoring request to alter found versions of bug #588813 to the same values 
previously set
> found 588813 6.0.18-1
Bug #588813 {Done: Torsten Werner } [tomcat6] 
CVE-2010-2227: DoS and information disclosure
Bug Marked as found in versions tomcat6/6.0.18-1.
> notfound 532362 6.0.16-1
Bug #532362 {Done: Torsten Werner } [tomcat6] CVE-2009-0033 
CVE-2009-0580 CVE-2009-0783 CVE-2009-0781: Apache Tomcat 6 Multiple 
Vulnerabilities
There is no source info for the package 'tomcat6' at version '6.0.16-1' with 
architecture ''
Unable to make a source version for version '6.0.16-1'
Ignoring request to alter found versions of bug #532362 to the same values 
previously set
> found 532362 6.0.18-1
Bug #532362 {Done: Torsten Werner } [tomcat6] CVE-2009-0033 
CVE-2009-0580 CVE-2009-0783 CVE-2009-0781: Apache Tomcat 6 Multiple 
Vulnerabilities
Bug Marked as found in versions tomcat6/6.0.18-1.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
532362: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532362
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Processed: unmerging 591109, reassign 591109 to libfreemarker-java

2010-08-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> unmerge 591109
Bug#591109: libfreemarker-java: FTBFS: cannot find symbol PyJavaInstance
Bug#591122: libbsf-java: FTBFS: cannot find symbol PyJavaInstance
Disconnected #591109 from all other report(s).

> # it is not really a bug in jython
> reassign 591109 libfreemarker-java
Bug #591109 [jython] libfreemarker-java: FTBFS: cannot find symbol 
PyJavaInstance
Bug reassigned from package 'jython' to 'libfreemarker-java'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
591109: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591109
591122: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591122
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Processed: notfound 563699 in tomcat6/6.0.20-9

2010-08-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> notfound 563699 tomcat6/6.0.20-9
Bug #563699 {Done: Torsten Werner } [tomcat6] tomcat6: not 
listening on IPv4 socket by default
Bug No longer marked as found in versions tomcat6/6.0.20-9.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
563699: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=563699
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Processed: tagging 543109, tagging 532891, tagging 532889, tagging 532888, tagging 532885, tagging 532884 ...

2010-08-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 543109 + sid squeeze
Bug #543109 {Done: Matthew Johnson } [javahelper] javahelper: 
fails to track dependencies on binary packages from the same source
Added tag(s) squeeze and sid.
> tags 532891 + sid squeeze
Bug #532891 {Done: Niels Thykier } [libcommons-jxpath-java] 
Update the license to Apache License 2.0
Added tag(s) squeeze and sid.
> tags 532889 + sid squeeze
Bug #532889 {Done: Michael Koch } 
[libcommons-fileupload-java] Update the license to Apache License 2.0
Added tag(s) squeeze and sid.
> tags 532888 + sid squeeze
Bug #532888 {Done: Damien Raude-Morvan } 
[libcommons-dbcp-java] Update the license to Apache License 2.0
Added tag(s) squeeze and sid.
> tags 532885 + sid squeeze
Bug #532885 {Done: "Damien Raude-Morvan" } 
[libcommons-lang-java] Update the license to Apache License 2.0
Added tag(s) squeeze and sid.
> tags 532884 + sid squeeze
Bug #532884 {Done: Damien Raude-Morvan } 
[libcommons-codec-java] Update the license to Apache License 2.0
Added tag(s) squeeze and sid.
> tags 528055 + sid squeeze
Bug #528055 {Done: Niels Thykier } [libgnu-regexp-java] 
libgnu-regexp-java: Please remove build-dep on jikes
Added tag(s) squeeze and sid.
> tags 488895 + sid squeeze
Bug #488895 {Done: Jan-Pascal van Best } 
[liblucene2-java] please move to main
Added tag(s) squeeze and sid.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
488895: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488895
532889: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532889
532891: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532891
532885: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532885
532888: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532888
528055: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=528055
532884: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532884
543109: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=543109
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Processed: Re: Bug#591127: plexus-component-metadata: FTBFS: maven errors

2010-08-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 591127 + patch
Bug #591127 [src:plexus-component-metadata] plexus-component-metadata: FTBFS: 
maven errors
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
591127: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591127
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Processed: tagging 516059, tagging 536948, tagging 559966, tagging 559991, found 588271 in eclipselink/2.0.2-1 ...

2010-08-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 516059 + sid squeeze
Bug #516059 {Done: Adrian Perez } [azureus] azureus: 
FTBFS: Runs out of memory
Added tag(s) squeeze and sid.
> tags 536948 + sid squeeze
Bug #536948 {Done: Torsten Werner } [classworlds] 
classworlds: FTBFS: 
/build/user-classworlds_1.1-final-1-amd64-xWscOq/classworlds-1.1-final/debian/libclassworlds-java.poms
 doesn't exist
Added tag(s) squeeze and sid.
> tags 559966 + sid squeeze
Bug #559966 {Done: Torsten Werner } [libsaxon-java] FTBFS 
[hppa]: java.nio.charset.UnmappableCharacterException
Added tag(s) squeeze and sid.
> tags 559991 + sid squeeze
Bug #559991 {Done: Rene Engelhard } [libreadline-java] FTBFS 
[hppa] - jni_md.h: No such file or directory
Added tag(s) squeeze and sid.
> found 588271 eclipselink/2.0.2-1
Bug #588271 {Done: Damien Raude-Morvan } [eclipselink] 
eclipselink: FTBFS in clean chroot (cannot find org.antlr.runtime.*)
Bug Marked as found in versions eclipselink/2.0.2-1.
> tags 588271 + sid squeeze
Bug #588271 {Done: Damien Raude-Morvan } [eclipselink] 
eclipselink: FTBFS in clean chroot (cannot find org.antlr.runtime.*)
Added tag(s) squeeze and sid.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
588271: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588271
559991: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559991
516059: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=516059
536948: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=536948
559966: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559966
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Processed: reassign 591122 to libbsf-java

2010-08-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # it is not really a bug in jython
> reassign 591122 libbsf-java
Bug #591122 [jython] libbsf-java: FTBFS: cannot find symbol PyJavaInstance
Bug reassigned from package 'jython' to 'libbsf-java'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
591122: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591122
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#591109: marked as done (libfreemarker-java: FTBFS: cannot find symbol PyJavaInstance)

2010-08-03 Thread Debian Bug Tracking System
Your message dated Wed, 04 Aug 2010 02:32:27 +
with message-id 
and subject line Bug#591109: fixed in libfreemarker-java 2.3.16-3
has caused the Debian Bug report #591109,
regarding libfreemarker-java: FTBFS: cannot find symbol PyJavaInstance
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.)


-- 
591109: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591109
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libfreemarker-java
Version: 2.3.16-2
Severity: serious
Tags: squeeze sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100731 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
>  /usr/bin/fakeroot debian/rules clean
> test -x debian/rules
> dh_testroot
> dh_clean 
> cd . && /usr/lib/jvm/default-java/bin/java -classpath 
> /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/ant-nodeps.jar:/usr/share/java/dom4j.jar:/usr/share/java/servlet-api-2.5.jar:/usr/share/java/el-api-2.1.jar:/usr/share/java/jsp-api-2.1.jar:/usr/share/java/jaxen.jar:/usr/share/java/jdom1.jar:/usr/share/java/js.jar:/usr/share/java/junit.jar:/usr/share/java/jython.jar:/usr/share/java/log4j-1.2.jar:/usr/share/java/excalibur-logkit.jar:/usr/share/java/xercesImpl.jar:/usr/share/java/xalan2.jar:/usr/share/java/commons-jxpath.jar:/usr/share/java/ant-junit.jar:/usr/lib/jvm/default-java/lib/tools.jar
>   -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dcompile.debug=true 
> -Dcompile.optimize=true-propertyfile 
> /build/user-libfreemarker-java_2.3.16-2-amd64-7imBFI/libfreemarker-java-2.3.16/debian/ant.properties
>  clean
> Buildfile: 
> /build/user-libfreemarker-java_2.3.16-2-amd64-7imBFI/libfreemarker-java-2.3.16/build.xml
> 
> clean:
>[delete] Deleting: 
> /build/user-libfreemarker-java_2.3.16-2-amd64-7imBFI/libfreemarker-java-2.3.16/src/freemarker/core/FMParser.java
>[delete] Deleting: 
> /build/user-libfreemarker-java_2.3.16-2-amd64-7imBFI/libfreemarker-java-2.3.16/src/freemarker/core/FMParserConstants.java
>[delete] Deleting: 
> /build/user-libfreemarker-java_2.3.16-2-amd64-7imBFI/libfreemarker-java-2.3.16/src/freemarker/core/FMParserTokenManager.java
>[delete] Deleting: 
> /build/user-libfreemarker-java_2.3.16-2-amd64-7imBFI/libfreemarker-java-2.3.16/src/freemarker/core/SimpleCharStream.java
>[delete] Deleting: 
> /build/user-libfreemarker-java_2.3.16-2-amd64-7imBFI/libfreemarker-java-2.3.16/src/freemarker/core/Token.java
>[delete] Deleting: 
> /build/user-libfreemarker-java_2.3.16-2-amd64-7imBFI/libfreemarker-java-2.3.16/src/freemarker/core/TokenMgrError.java
> 
> fetchlibs:
> 
> BUILD SUCCESSFUL
> Total time: 0 seconds
> rm -f debian/stamp-ant-build
> rm -f debian/stamp-ant-check
>  dpkg-source -b libfreemarker-java-2.3.16
> dpkg-source: info: using source format `3.0 (quilt)'
> dpkg-source: info: building libfreemarker-java using existing 
> ./libfreemarker-java_2.3.16.orig.tar.gz
> dpkg-source: warning: ignoring deletion of file src/freemarker/core/Token.java
> dpkg-source: warning: ignoring deletion of file 
> src/freemarker/core/FMParser.java
> dpkg-source: warning: ignoring deletion of file 
> src/freemarker/core/SimpleCharStream.java
> dpkg-source: warning: ignoring deletion of file 
> src/freemarker/core/FMParserConstants.java
> dpkg-source: warning: ignoring deletion of file 
> src/freemarker/core/TokenMgrError.java
> dpkg-source: warning: ignoring deletion of file 
> src/freemarker/core/FMParserTokenManager.java
> dpkg-source: info: building libfreemarker-java in 
> libfreemarker-java_2.3.16-2.debian.tar.gz
> dpkg-source: info: building libfreemarker-java in 
> libfreemarker-java_2.3.16-2.dsc
>  debian/rules build
> test -x debian/rules
> mkdir -p "."
> cd . && /usr/lib/jvm/default-java/bin/java -classpath 
> /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/ant-nodeps.jar:/usr/share/java/dom4j.jar:/usr/share/java/servlet-api-2.5.jar:/usr/share/java/el-api-2.1.jar:/usr/share/java/jsp-api-2.1.jar:/usr/share/java/jaxen.jar:/usr/share/java/jdom1.jar:/usr/share/java/js.jar:/usr/share/java/junit.jar:/usr/share/java/jython.jar:/usr/share/java/log4j-1.2.jar:/usr/share/java/excalibur-logkit.jar:/usr/share/java/xercesImpl.jar:/usr/share/java/xalan2.jar:/usr/share/java/commons-jxpath.jar:/usr/share/java/ant-junit.jar:/usr/li

Processed: found 591122 in libbsf-java

2010-08-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> found 591122 libbsf-java
Bug #591122 [libbsf-java] libbsf-java: FTBFS: cannot find symbol PyJavaInstance
There is no source info for the package 'libbsf-java' at version 'libbsf-java' 
with architecture ''
Unable to make a source version for version 'libbsf-java'
Bug Marked as found in versions libbsf-java.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
591122: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591122
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Processed: found 591122 in libbsf-java/1:2.4.0-3

2010-08-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> found 591122 libbsf-java/1:2.4.0-3
Bug #591122 [libbsf-java] libbsf-java: FTBFS: cannot find symbol PyJavaInstance
Bug Marked as found in versions libbsf-java/1:2.4.0-3.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
591122: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591122
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Processed: found 591109 in libfreemarker-java/2.3.16-2

2010-08-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> found 591109 libfreemarker-java/2.3.16-2
Bug #591109 {Done: Torsten Werner } [libfreemarker-java] 
libfreemarker-java: FTBFS: cannot find symbol PyJavaInstance
Bug Marked as found in versions libfreemarker-java/2.3.16-2.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
591109: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591109
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#591122: marked as done (libbsf-java: FTBFS: cannot find symbol PyJavaInstance)

2010-08-03 Thread Debian Bug Tracking System
Your message dated Wed, 04 Aug 2010 02:47:18 +
with message-id 
and subject line Bug#591122: fixed in libbsf-java 1:2.4.0-4
has caused the Debian Bug report #591122,
regarding libbsf-java: FTBFS: cannot find symbol PyJavaInstance
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.)


-- 
591122: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591122
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libbsf-java
Version: 1:2.4.0-3
Severity: serious
Tags: squeeze sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100731 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> make[1]: Entering directory 
> `/build/user-libbsf-java_2.4.0-3-amd64-uQA5BU/libbsf-java-2.4.0'
> make[1]: Nothing to be done for `update-config'.
> make[1]: Leaving directory 
> `/build/user-libbsf-java_2.4.0-3-amd64-uQA5BU/libbsf-java-2.4.0'
> cd . && /usr/lib/jvm/default-java/bin/java -classpath 
> /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/xalan2.jar:/usr/share/java/jython.jar:/usr/share/ant/lib/ant-junit.jar:/usr/share/java/junit.jar:/usr/share/java/commons-logging.jar:/usr/lib/jvm/default-java/lib/tools.jar
>   -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dcompile.debug=true 
> -Dcompile.optimize=true-propertyfile 
> /build/user-libbsf-java_2.4.0-3-amd64-uQA5BU/libbsf-java-2.4.0/debian/ant.properties
>  jar javadocs
> Buildfile: 
> /build/user-libbsf-java_2.4.0-3-amd64-uQA5BU/libbsf-java-2.4.0/build.xml
> 
> clean:
> 
> init:
> 
> prepare:
> [mkdir] Created dir: 
> /build/user-libbsf-java_2.4.0-3-amd64-uQA5BU/libbsf-java-2.4.0/build/dist
> 
> checkDependencies:
> 
> checkJacl:
>  [echo] Warning: Jacl dependencies were not resolved.
> 
> checkJython:
> 
> checkNetRexx:
>  [echo] Warning: NetRexx dependencies were not resolved.
> 
> checkRhino:
>  [echo] Warning: Rhino dependencies were not resolved.
> 
> checkXalan:
> 
> checkJUnit:
> 
> compile:
> [mkdir] Created dir: 
> /build/user-libbsf-java_2.4.0-3-amd64-uQA5BU/libbsf-java-2.4.0/build/classes
> [javac] 
> /build/user-libbsf-java_2.4.0-3-amd64-uQA5BU/libbsf-java-2.4.0/build.xml:214: 
> warning: 'includeantruntime' was not set, defaulting to 
> build.sysclasspath=last; set to false for repeatable builds
> [javac] Compiling 50 source files to 
> /build/user-libbsf-java_2.4.0-3-amd64-uQA5BU/libbsf-java-2.4.0/build/classes
> [javac] 
> /build/user-libbsf-java_2.4.0-3-amd64-uQA5BU/libbsf-java-2.4.0/src/org/apache/bsf/engines/jython/JythonEngine.java:29:
>  cannot find symbol
> [javac] symbol  : class PyJavaInstance
> [javac] location: package org.python.core
> [javac] import org.python.core.PyJavaInstance;
> [javac]   ^
> [javac] 
> /build/user-libbsf-java_2.4.0-3-amd64-uQA5BU/libbsf-java-2.4.0/src/org/apache/bsf/engines/jython/JythonEngine.java:113:
>  cannot find symbol
> [javac] symbol  : class PyJavaInstance
> [javac] location: class org.apache.bsf.engines.jython.JythonEngine
> [javac]   if (result != null && result instanceof PyJavaInstance)
> [javac]   ^
> [javac] 
> /build/user-libbsf-java_2.4.0-3-amd64-uQA5BU/libbsf-java-2.4.0/src/org/apache/bsf/engines/jython/JythonEngine.java:114:
>  cannot find symbol
> [javac] symbol  : class PyJavaInstance
> [javac] location: class org.apache.bsf.engines.jython.JythonEngine
> [javac]   result = 
> ((PyJavaInstance)result).__tojava__(Object.class);
> [javac]  ^
> [javac] 
> /build/user-libbsf-java_2.4.0-3-amd64-uQA5BU/libbsf-java-2.4.0/src/org/apache/bsf/engines/jython/JythonEngine.java:129:
>  cannot find symbol
> [javac] symbol  : class PyJavaInstance
> [javac] location: class org.apache.bsf.engines.jython.JythonEngine
> [javac] if (result != null && result instanceof PyJavaInstance)
> [javac] ^
> [javac] 
> /build/user-libbsf-java_2.4.0-3-amd64-uQA5BU/libbsf-java-2.4.0/src/org/apache/bsf/engines/jython/JythonEngine.java:130:
>  cannot find symbol
> [javac] symbol  : class PyJavaInstance
> [javac] locatio

Bug#591127: marked as done (plexus-component-metadata: FTBFS: maven errors)

2010-08-03 Thread Debian Bug Tracking System
Your message dated Wed, 04 Aug 2010 03:07:20 +
with message-id 
and subject line Bug#591127: fixed in plexus-component-metadata 1.0~beta3.0.7-4
has caused the Debian Bug report #591127,
regarding plexus-component-metadata: FTBFS: maven errors
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.)


-- 
591127: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591127
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: plexus-component-metadata
Version: 1.0~beta3.0.7-3
Severity: serious
Tags: squeeze sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100731 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> make[1]: Entering directory 
> `/build/user-plexus-component-metadata_1.0~beta3.0.7-3-amd64-TReL19/plexus-component-metadata-1.0~beta3.0.7'
> make[1]: Nothing to be done for `update-config'.
> make[1]: Leaving directory 
> `/build/user-plexus-component-metadata_1.0~beta3.0.7-3-amd64-TReL19/plexus-component-metadata-1.0~beta3.0.7'
> cd . && /usr/lib/jvm/default-java/bin/java -classpath 
> /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/ant-nodeps.jar:/usr/share/java/plexus-container-default.jar:/usr/share/java/plexus-component-annotations.jar:/usr/share/java/plexus-classworlds.jar:/usr/share/java/plexus-utils.jar:/usr/share/java/maven-core.jar:/usr/share/java/maven-plugin-api.jar:/usr/share/java/maven-project.jar:/usr/share/java/maven-model.jar:/usr/share/java/maven-artifact.jar:/usr/share/java/maven-artifact-manager.jar:/usr/share/java/qdox.jar:/usr/share/java/jdom1.jar:/usr/share/java/plexus-cli.jar:/usr/share/java/commons-cli.jar:/usr/share/java/asm3.jar:/usr/lib/jvm/default-java/lib/tools.jar
>   -Dant.home=/usr/share/ant org.apache.tools.ant.Main 
> -Dbasedir=/build/user-plexus-component-metadata_1.0~beta3.0.7-3-amd64-TReL19/plexus-component-metadata-1.0~beta3.0.7
>  -Dpackage=plexus-component-metadata -Dversion=1.0~beta3.0.7   -buildfile 
> /usr/share/maven-ant-helper/maven-build.xml  package 
> Buildfile: /usr/share/maven-ant-helper/maven-build.xml
> 
> init.pom:
>  [echo] Base dir is 
> /build/user-plexus-component-metadata_1.0~beta3.0.7-3-amd64-TReL19/plexus-component-metadata-1.0~beta3.0.7
>  [echo] Pom name in libplexus-component-metadata-java.poms: pom.xml
>  [echo] Pom file pom.xml available? true
> 
> read.pom:
>  [echo] Cleaner options: 
> [mkdir] Created dir: 
> /build/user-plexus-component-metadata_1.0~beta3.0.7-3-amd64-TReL19/plexus-component-metadata-1.0~beta3.0.7/debian/tmp
>  [echo] Cleaning pom 
> /build/user-plexus-component-metadata_1.0~beta3.0.7-3-amd64-TReL19/plexus-component-metadata-1.0~beta3.0.7/pom.xml
>  [java] Cleaning POM 
> /build/user-plexus-component-metadata_1.0~beta3.0.7-3-amd64-TReL19/plexus-component-metadata-1.0~beta3.0.7/pom.xml,
>  saving the result into 
> /build/user-plexus-component-metadata_1.0~beta3.0.7-3-amd64-TReL19/plexus-component-metadata-1.0~beta3.0.7/debian/tmp/pom.xml
>  [java] Cannot find file: 
> /build/user-plexus-component-metadata_1.0~beta3.0.7-3-amd64-TReL19/plexus-component-metadata-1.0~beta3.0.7/debian/maven.publishedRules
>  [copy] Copying 1 file to 
> /build/user-plexus-component-metadata_1.0~beta3.0.7-3-amd64-TReL19/plexus-component-metadata-1.0~beta3.0.7
>  [copy] Copying 1 file to 
> /build/user-plexus-component-metadata_1.0~beta3.0.7-3-amd64-TReL19/plexus-component-metadata-1.0~beta3.0.7
>  [echo] Properties read from the POM file:
>  [echo]   groupId: org.codehaus.plexus
>  [echo]   artifactId: plexus-component-metadata
> 
> init:
>  [echo] Compile classpath: target/classes:
>  [echo] Test classpath: target/test-classes::target/classes:
> 
> process-resources:
> [mkdir] Created dir: 
> /build/user-plexus-component-metadata_1.0~beta3.0.7-3-amd64-TReL19/plexus-component-metadata-1.0~beta3.0.7/target/classes
>  [copy] Copying 1 file to 
> /build/user-plexus-component-metadata_1.0~beta3.0.7-3-amd64-TReL19/plexus-component-metadata-1.0~beta3.0.7/target/classes
> 
> process-pom:
> [mkdir] Created dir: 
> /build/user-plexus-component-metadata_1.0~beta3.0.7-3-amd64-TReL19/plexus-component-metadata-1.0~beta3.0.7/target/classes/META-INF/maven/org.codehaus.plexus/plexus-component-metadata
>  [copy] Copying 2 files to 
> /build/user-plexus-compon

Processed: Re: maven-assembly-plugin: FTBFS: maven errors

2010-08-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 591134 + patch
Bug #591134 [src:maven-assembly-plugin] maven-assembly-plugin: FTBFS: maven 
errors
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
591134: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591134
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#591134: marked as done (maven-assembly-plugin: FTBFS: maven errors)

2010-08-03 Thread Debian Bug Tracking System
Your message dated Wed, 04 Aug 2010 04:03:22 +
with message-id 
and subject line Bug#591134: fixed in maven-assembly-plugin 2.2~beta5-2
has caused the Debian Bug report #591134,
regarding maven-assembly-plugin: FTBFS: maven errors
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.)


-- 
591134: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591134
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: maven-assembly-plugin
Version: 2.2~beta5-1
Severity: serious
Tags: squeeze sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100731 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> make[1]: Entering directory 
> `/build/user-maven-assembly-plugin_2.2~beta5-1-amd64-19TzL9/maven-assembly-plugin-2.2~beta5'
> make[1]: Nothing to be done for `update-config'.
> make[1]: Leaving directory 
> `/build/user-maven-assembly-plugin_2.2~beta5-1-amd64-19TzL9/maven-assembly-plugin-2.2~beta5'
> /usr/share/maven-debian-helper/copy-repo.sh 
> /build/user-maven-assembly-plugin_2.2~beta5-1-amd64-19TzL9/maven-assembly-plugin-2.2~beta5/debian
> mh_patchpoms -plibmaven-assembly-plugin-java --debian-build 
> --keep-pom-version 
> --maven-repo=/build/user-maven-assembly-plugin_2.2~beta5-1-amd64-19TzL9/maven-assembly-plugin-2.2~beta5/debian/maven-repo
>  --ignore-rules=debian/maven.ignoreRules
> [ERROR] Cannot find parent dependency 
> org.apache.maven.plugins:maven-plugins:pom:debian, use --no-parent option to 
> resolve this issue or install the parent POM in the Maven repository
> touch debian/stamp-poms-patched
> # before-build target may be used to unpatch the pom files, so we need to 
> check if
> # patching the pom files is needed here, normally not
> if [ ! -f pom.xml.save ]; then \
>   /usr/bin/make -f debian/rules patch-poms; \
>   fi
> cd . && /usr/lib/jvm/default-java/bin/java -noverify -cp 
> /usr/share/maven2/boot/classworlds.jar:/usr/lib/jvm/default-java/lib/tools.jar
>  
> -Dproperties.file.manual=/build/user-maven-assembly-plugin_2.2~beta5-1-amd64-19TzL9/maven-assembly-plugin-2.2~beta5/debian/maven.properties
>  -Dclassworlds.conf=/etc/maven2/m2-debian-nodocs.conf 
> org.codehaus.classworlds.Launcher -s/etc/maven2/settings-debian.xml 
> -Dmaven.repo.local=/build/user-maven-assembly-plugin_2.2~beta5-1-amd64-19TzL9/maven-assembly-plugin-2.2~beta5/debian/maven-repo
>   package
> [INFO] 
> NOTE: Maven is executing in offline mode. Any artifacts not already in your 
> local
> repository will be inaccessible.
> 
> [INFO] Scanning for projects...
> [INFO] 
> 
> [INFO] Building Maven Assembly Plugin
> [INFO]task-segment: [package]
> [INFO] 
> 
> [INFO] [modello:xpp3-reader {execution: mdo}]
> [INFO] outputDirectory: 
> /build/user-maven-assembly-plugin_2.2~beta5-1-amd64-19TzL9/maven-assembly-plugin-2.2~beta5/target/generated-sources/modello
> [INFO] Working on model: src/main/mdo/descriptor.mdo
> [INFO] Generating current version: 1.1.1
> [INFO] Working on model: src/main/mdo/component.mdo
> [INFO] Generating current version: 1.1.1
> [INFO] [modello:xpp3-writer {execution: mdo}]
> [INFO] outputDirectory: 
> /build/user-maven-assembly-plugin_2.2~beta5-1-amd64-19TzL9/maven-assembly-plugin-2.2~beta5/target/generated-sources/modello
> [INFO] Working on model: src/main/mdo/descriptor.mdo
> [INFO] Generating current version: 1.1.1
> [INFO] Working on model: src/main/mdo/component.mdo
> [INFO] Generating current version: 1.1.1
> [INFO] [modello:java {execution: mdo}]
> [INFO] outputDirectory: 
> /build/user-maven-assembly-plugin_2.2~beta5-1-amd64-19TzL9/maven-assembly-plugin-2.2~beta5/target/generated-sources/modello
> [INFO] Working on model: src/main/mdo/descriptor.mdo
> [INFO] Generating current version: 1.1.1
> [INFO] Working on model: src/main/mdo/component.mdo
> [INFO] Generating current version: 1.1.1
> [INFO] [modello:xsd {execution: mdo}]
> [INFO] outputDirectory: 
> /build/user-maven-assembly-plugin_2.2~beta5-1-amd64-19TzL9/maven-assembly-plugin-2.2~beta5/target/generated-site/xsd
> [INFO] Working on model: src/main/mdo/descriptor.mdo
> [INFO] Generating current version: 1.1.1
> [INFO] Working on model: src/main/mdo/c

Processed: reassign 587135 to junit4, fixed 587135 in 4.8.2-2

2010-08-04 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # Fix versioning
> reassign 587135 junit4 4.8.2-1
Bug #587135 {Done: Torsten Werner } [src:commons-math] 
commons-math: FTBFS: test failures
Bug reassigned from package 'src:commons-math' to 'junit4'.
Bug No longer marked as found in versions commons-math/2.1-1.
Bug No longer marked as fixed in versions junit4/4.8.2-2.
Bug #587135 {Done: Torsten Werner } [junit4] commons-math: 
FTBFS: test failures
Bug Marked as found in versions junit4/4.8.2-1.
> fixed 587135 4.8.2-2
Bug #587135 {Done: Torsten Werner } [junit4] commons-math: 
FTBFS: test failures
Bug Marked as fixed in versions junit4/4.8.2-2.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
587135: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587135
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Processed: notfixed 587135 in 0.0.2-2+b1

2010-08-04 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # Fixed needs source versions; this was not a sourceful bug, so clearing
> notfixed 587135 0.0.2-2+b1
Bug #587135 {Done: Torsten Werner } [junit4] commons-math: 
FTBFS: test failures
There is no source info for the package 'junit4' at version '0.0.2-2+b1' with 
architecture ''
Unable to make a source version for version '0.0.2-2+b1'
Ignoring request to alter fixed versions of bug #587135 to the same values 
previously set
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
587135: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587135
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Processed: tagging 542476, tagging 542550, tagging 542901, tagging 542984, tagging 543351, tagging 542496 ...

2010-08-04 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # not affecting/relevant for stable
> tags 542476 + squeeze sid
Bug #542476 [gnuserv] gnuserv: Fatal error on load with emacs23
Added tag(s) sid and squeeze.
> tags 542550 + squeeze sid
Bug #542550 {Done: Torsten Werner } [maven2] maven2: Crash 
after upgrading to latest plexus libs
Added tag(s) sid and squeeze.
> tags 542901 + squeeze sid
Bug #542901 {Done: Marco Nenciarini } [htcheck] htcheck 
FTBFS on all arches
Added tag(s) sid and squeeze.
> tags 542984 + squeeze sid
Bug #542984 {Done: Richard Darst } [python-libpcap] 
python-libpcap: FTBFS: pcap.c:3886: error: '_wrap_SWIG_PyInstanceMethod_New' 
undeclared here (not in a function)
Added tag(s) sid and squeeze.
> tags 543351 + squeeze sid
Bug #543351 {Done: Sandro Tosi } [logilab-common] 
logilab.astng cannot be imported after upgrade from stable
Added tag(s) sid and squeeze.
> # not something we fix in stable
> tags 542496 + squeeze sid
Bug #542496 {Done: Joachim Breitner } [haskell-network] 
haskell-network: Broken maintainer address
Added tag(s) sid and squeeze.
> tags 542497 + squeeze sid
Bug #542497 {Done: Joachim Breitner } [haskell-parallel] 
haskell-parallel: Broken maintainer address
Added tag(s) sid and squeeze.
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
542497: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542497
542550: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542550
543351: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=543351
542901: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542901
542496: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542496
542476: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542476
542984: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542984
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Processed: Re: Bug#580160: groovy: stargGroovy can't find javac

2010-08-04 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 580160 + patch
Bug #580160 [groovy] groovy: stargGroovy can't find javac
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
580160: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=580160
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#591641: marked as done (jffi: FTBFS: You must specify a valid ANT_HOME directory!)

2010-08-04 Thread Debian Bug Tracking System
Your message dated Thu, 05 Aug 2010 01:32:08 +
with message-id 
and subject line Bug#591641: fixed in jffi 1.0.2-4
has caused the Debian Bug report #591641,
regarding jffi: FTBFS: You must specify a valid ANT_HOME directory!
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.)


-- 
591641: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591641
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: jffi
Version: 1.0.2-3
Severity: serious
Justification: FTBFS

Hi,

your package FTBFS everywhere:
| dh_clean 
| You must specify a valid ANT_HOME directory!
| make: *** [ant-sanity-check] Error 1

Full build logs:
  https://buildd.debian.org/status/package.php?p=jffi

Sounds like your package would FTBFS on i386 as on any other
architecture, so filing as serious even though it's not literally
a regression.

Mraw,
KiBi.


--- End Message ---
--- Begin Message ---
Source: jffi
Source-Version: 1.0.2-4

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

jffi_1.0.2-4.debian.tar.gz
  to main/j/jffi/jffi_1.0.2-4.debian.tar.gz
jffi_1.0.2-4.dsc
  to main/j/jffi/jffi_1.0.2-4.dsc
libjffi-java_1.0.2-4_all.deb
  to main/j/jffi/libjffi-java_1.0.2-4_all.deb
libjffi-jni_1.0.2-4_i386.deb
  to main/j/jffi/libjffi-jni_1.0.2-4_i386.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 591...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Torsten Werner  (supplier of updated jffi 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: Thu, 05 Aug 2010 02:53:54 +0200
Source: jffi
Binary: libjffi-java libjffi-jni
Architecture: source all i386
Version: 1.0.2-4
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 

Changed-By: Torsten Werner 
Description: 
 libjffi-java - Java Foreign Function Interface
 libjffi-jni - Java Foreign Function Interface (JNI library)
Closes: 591641
Changes: 
 jffi (1.0.2-4) unstable; urgency=low
 .
   * Move all Build-Depends-Indep to Build-Depends. (Closes: #591641)
Checksums-Sha1: 
 520c445089fbda848bc32cdfeb9da60572174645 1280 jffi_1.0.2-4.dsc
 227bde8afc67d20561198c481b73334393a1afee 3647 jffi_1.0.2-4.debian.tar.gz
 d604cc8ad47a54423804fce0a76c226fd3dba3ff 79396 libjffi-java_1.0.2-4_all.deb
 16af246b65f4635ff1f22bf110ba6413f393df8b 21094 libjffi-jni_1.0.2-4_i386.deb
Checksums-Sha256: 
 1861ed7e14b7ae9c0ccb3376ba5bdd6ef944b757e06ee4f84885c41d7a0f86d0 1280 
jffi_1.0.2-4.dsc
 6cd53fa4899094f1b3fc170c7d87b58589c037d264cf2f1607d9b1d10263d3e3 3647 
jffi_1.0.2-4.debian.tar.gz
 f5ad8271223f110d81d0c8dd6c13362fbba554e2822f8b37dbf3a6037976b198 79396 
libjffi-java_1.0.2-4_all.deb
 7984cd10bcc2e232f9bf9799600523c110348d214215e5963d757d40b93717ca 21094 
libjffi-jni_1.0.2-4_i386.deb
Files: 
 97215ff12a12cbef6397d9a0a0914bf7 1280 java optional jffi_1.0.2-4.dsc
 8e150b4784113a41ed0cfa144e0bbbe8 3647 java optional jffi_1.0.2-4.debian.tar.gz
 7b3344eabb77b837e87958d580ba6209 79396 java optional 
libjffi-java_1.0.2-4_all.deb
 5b5f1ab6d8eec26ff1741c35de1c9598 21094 java optional 
libjffi-jni_1.0.2-4_i386.deb

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

iEYEARECAAYFAkxaEV0ACgkQfY3dicTPjsMGJwCdHcuHtntxJlQizbNPn9YfDPTN
A3UAn2lrQifpfeCtxtNthsNTkhvP2fpM
=ZRsm
-END PGP SIGNATURE-


--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Processed: Re: Bug#591653: hbase-daemons-common: package removal fails

2010-08-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 591653 dpkg 1.15.8.3
Bug #591653 [hbase-daemons-common] hbase-daemons-common: package removal fails
Bug reassigned from package 'hbase-daemons-common' to 'dpkg'.
Bug No longer marked as found in versions hbase/0.20.4+dfsg1-1.
Bug #591653 [dpkg] hbase-daemons-common: package removal fails
Bug Marked as found in versions dpkg/1.15.8.3.
> reassign 591654 dpkg 1.15.8.3
Bug #591654 [zookeeper] zookeeper: package removal fails
Bug reassigned from package 'zookeeper' to 'dpkg'.
Bug No longer marked as found in versions zookeeper/3.3.1+dfsg1-2.
Bug #591654 [dpkg] zookeeper: package removal fails
Bug Marked as found in versions dpkg/1.15.8.3.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
591654: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591654
591653: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591653
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#591143: marked as done (uimaj: FTBFS: maven errors)

2010-08-05 Thread Debian Bug Tracking System
Your message dated Thu, 05 Aug 2010 15:02:26 +
with message-id 
and subject line Bug#591143: fixed in uimaj 2.3.0-2
has caused the Debian Bug report #591143,
regarding uimaj: FTBFS: maven errors
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.)


-- 
591143: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591143
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: uimaj
Version: 2.3.0-1
Severity: serious
Tags: squeeze sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100731 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> make[1]: Entering directory 
> `/build/user-uimaj_2.3.0-1-amd64-qIntA6/uimaj-2.3.0'
> make[1]: Nothing to be done for `patch-poms'.
> make[1]: Leaving directory 
> `/build/user-uimaj_2.3.0-1-amd64-qIntA6/uimaj-2.3.0'
> cd uimaj && /usr/lib/jvm/default-java/bin/java -noverify -cp 
> /usr/share/maven2/boot/classworlds.jar:/usr/lib/jvm/default-java/lib/tools.jar
>  
> -Dproperties.file.manual=/build/user-uimaj_2.3.0-1-amd64-qIntA6/uimaj-2.3.0/debian/maven.properties
>  -Xmx512m -Dclassworlds.conf=/etc/maven2/m2-debian.conf 
> org.codehaus.classworlds.Launcher -s/etc/maven2/settings-debian.xml 
> -Dmaven.repo.local=/build/user-uimaj_2.3.0-1-amd64-qIntA6/uimaj-2.3.0/debian/maven-repo
>   package
> [INFO] 
> NOTE: Maven is executing in offline mode. Any artifacts not already in your 
> local
> repository will be inaccessible.
> 
> [INFO] Scanning for projects...
> [INFO] Reactor build order: 
> [INFO]   Apache UIMA Java SDK
> [INFO]   Apache UIMA Utility Classes For JUnit Tests
> [INFO]   Apache UIMA Java Framework Core
> [INFO]   Apache UIMA - Java Vinci Transport Library
> [INFO]   Apache UIMA Java Vinci Adapter
> [INFO]   Apache UIMA Java Collection Processing Engine
> [INFO]   Apache UIMA Java Framework - Document Annotation
> [INFO]   Apache UIMA Java SDK Tools
> [INFO]   Apache UIMA Java SDK Examples
> [INFO]   Apache UIMA Java SOAP Adapter
> [INFO]   Apache UIMA Utility Classes For Component JUnit Tests
> [INFO]   Apache UIMA - PearPackagingMavenPlugin
> [INFO]   Apache UIMA Bootstrap launcher
> [INFO] 
> 
> [INFO] Building Apache UIMA Java SDK
> [INFO]task-segment: [package]
> [INFO] 
> 
> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> [INFO] 
> 
> [INFO] Building Apache UIMA Utility Classes For JUnit Tests
> [INFO]task-segment: [package]
> [INFO] 
> 
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory 
> /build/user-uimaj_2.3.0-1-amd64-qIntA6/uimaj-2.3.0/uimaj-test-util/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Compiling 7 source files to 
> /build/user-uimaj_2.3.0-1-amd64-qIntA6/uimaj-2.3.0/uimaj-test-util/target/classes
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory 
> /build/user-uimaj_2.3.0-1-amd64-qIntA6/uimaj-2.3.0/uimaj-test-util/src/test/resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Not compiling test sources
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Tests are skipped.
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar: 
> /build/user-uimaj_2.3.0-1-amd64-qIntA6/uimaj-2.3.0/uimaj-test-util/target/uimaj-test-util-2.3.0-incubating.jar
> [INFO] 
> 
> [INFO] Building Apache UIMA Java Framework Core
> [INFO]task-segment: [package]
> [INFO] 
> 
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 15 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] 

Bug#591794: marked as done (jffi: FTBFS: cc1: error: unrecognized command line option "-m32")

2010-08-05 Thread Debian Bug Tracking System
Your message dated Thu, 5 Aug 2010 19:26:02 +0200
with message-id 
and subject line Re: Bug#591794: jffi: FTBFS: cc1: error: unrecognized command 
line  option "-m32"
has caused the Debian Bug report #591794,
regarding jffi: FTBFS: cc1: error: unrecognized command line option "-m32"
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.)


-- 
591794: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591794
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: jffi
Version: 1.0.2-4
Severity: important

> ╔══╗
> ║ jffi 1.0.2-4 (armel)   05 Aug 2010 
> 01:37 ║
> ╚══╝
[...]
> -build-native-library:
>  [exec] make[1]: Entering directory 
> `/build/buildd-jffi_1.0.2-4-armel-x2MTM2/jffi-1.0.2'
>  [exec] cc1: error: unrecognized command line option "-m32"
>  [exec] make[1]: *** 
> [/build/buildd-jffi_1.0.2-4-armel-x2MTM2/jffi-1.0.2/build/jni/jffi/Array.o] 
> Error 1
>  [exec] make[1]: Leaving directory 
> `/build/buildd-jffi_1.0.2-4-armel-x2MTM2/jffi-1.0.2'
> 
> BUILD FAILED
> /build/buildd-jffi_1.0.2-4-armel-x2MTM2/jffi-1.0.2/custom-build.xml:125: exec 
> returned: 2
> 
> Total time: 35 seconds
> make: *** [debian/stamp-ant-build] Error 1
> dpkg-buildpackage: error: debian/rules build gave error exit status 2
> 
> Build finished at 20100805-0147
> FAILED [dpkg-buildpackage died]
> 
> Purging 
> /var/lib/schroot/mount/sid-armel-sbuild-8e846b4d-cfa4-4e3d-8db1-4f6dc12a628a/build/buildd-jffi_1.0.2-4-armel-x2MTM2
> Not removing build depends: cloned chroot in use
> 
> Finished at 20100805-0147
> Build needed 00:10:13, 1632k disc space


--- End Message ---
--- Begin Message ---
Source: jffi
Version: 1.0.2-6

On Thu, Aug 5, 2010 at 6:08 PM, Philipp Kern  wrote:
> Source: jffi
> Version: 1.0.2-4

We have version 1.0.2-6 in unstable.

Torsten

--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Processed: your mail

2010-08-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 580160 + pending
Bug #580160 [groovy] groovy: stargGroovy can't find javac
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
580160: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=580160
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Processed: owner 591867, tagging 591867

2010-08-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> owner 591867 !
Bug #591867 [tomcat6] tomcat6: package purge (after dependencies removal) fails
Owner recorded as Torsten Werner .
> tags 591867 + pending
Bug #591867 [tomcat6] tomcat6: package purge (after dependencies removal) fails
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
591867: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591867
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#591867: marked as done (tomcat6: package purge (after dependencies removal) fails)

2010-08-05 Thread Debian Bug Tracking System
Your message dated Fri, 06 Aug 2010 02:49:49 +
with message-id 
and subject line Bug#591867: fixed in tomcat6 6.0.28-4
has caused the Debian Bug report #591867,
regarding tomcat6: package purge (after dependencies removal) fails
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.)


-- 
591867: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591867
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: tomcat6
Version: 6.0.28-2
Severity: serious
User: debian...@lists.debian.org
Usertags: instest-20100731 instest

Hi,

While testing the installation of all packages in unstable, I ran
into the following problem:

> -- Removing all dependencies: OK
> Reading package lists...
> Building dependency tree...
> Reading state information...
> The following packages will be REMOVED:
> adduser authbind ca-certificates ca-certificates-java dbus
> default-jre-headless icedtea-6-jre-cacao java-common libavahi-client3
> libavahi-common-data libavahi-common3 libcommons-collections3-java
> libcommons-dbcp-java libcommons-pool-java libcups2 libdbus-1-3 libecj-java
> libexpat1 libfreetype6 libgssapi-krb5-2 libjpeg62 libk5crypto3 libkeyutils1
> libkrb5-3 libkrb5support0 liblcms1 libnspr4-0d libnss3-1d libservlet2.5-java
> libsqlite3-0 libssl0.9.8 libtomcat6-java openjdk-6-jre-headless
> openjdk-6-jre-lib openssl tomcat6-common tzdata-java ucf
> 0 upgraded, 0 newly installed, 38 to remove and 0 not upgraded.
> After this operation, 113MB disk space will be freed.
> (Reading database ... 12214 files and directories currently installed.)
> Removing dbus ...
> invoke-rc.d: policy-rc.d denied execution of stop.
> Removing adduser ...
> Removing authbind ...
> Removing icedtea-6-jre-cacao ...
> Removing tomcat6-common ...
> Removing libtomcat6-java ...
> Removing libcommons-dbcp-java ...
> Removing libcommons-collections3-java ...
> Removing libcommons-pool-java ...
> Removing default-jre-headless ...
> Removing libecj-java ...
> Removing libexpat1 ...
> Removing libservlet2.5-java ...
> Removing ucf ...
> Removing ca-certificates-java ...
> Removing openjdk-6-jre-headless ...
> Removing openjdk-6-jre-lib ...
> Removing ca-certificates ...
> Removing dangling symlinks from /etc/ssl/certs... done.
> Removing java-common ...
> Removing libcups2 ...
> Removing libavahi-client3 ...
> Removing libavahi-common3 ...
> Removing libavahi-common-data ...
> Removing libdbus-1-3 ...
> Removing libfreetype6 ...
> Removing libgssapi-krb5-2 ...
> Removing libjpeg62 ...
> Removing libkrb5-3 ...
> Removing libk5crypto3 ...
> Removing libkrb5support0 ...
> Removing libkeyutils1 ...
> Removing liblcms1 ...
> Removing libnss3-1d ...
> Removing libnspr4-0d ...
> Removing libsqlite3-0 ...
> Removing openssl ...
> Removing libssl0.9.8 ...
> Removing tzdata-java ...
> -- Purging package: FAILED
> (Reading database ... 10006 files and directories currently installed.)
> Removing tomcat6 ...
> Purging configuration files for tomcat6 ...
> rmdir: failed to remove `/etc/tomcat6/Catalina/localhost': No such file or 
> directory
> rmdir: failed to remove `/etc/tomcat6/Catalina': No such file or directory
> chown: cannot access `/etc/tomcat6/': No such file or directory
> dpkg: error processing tomcat6 (--purge):
> subprocess installed post-removal script returned error exit status 1
> Errors were encountered while processing:
> tomcat6

The full build log is available from:
 http://people.debian.org/~lucas/logs/2010/07/31/tomcat6.log

It is reproducible by installing your package in a clean chroot, using
the debconf Noninteractive frontend, and priority: critical.

This test was carried out using about 50 AMD64 nodes of the Grid'5000
platform.  Internet was not accessible from the nodes.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


--- End Message ---
--- Begin Message ---
Source: tomcat6
Source-Version: 6.0.28-4

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

libservlet2.5-java-doc_6.0.28-4_all.deb
  to main/t/tomcat6/libservlet2.5-java-doc_6.0.28-4_all.deb
libservlet2.5-java_6.0.28-4_all.deb
  to main/t/tomcat6/libservlet2.5-java_6.0.28-4_all.deb
libtomcat6-java_6.0.28-4_all.deb
  to main/t/tomcat6/libtomcat6-java_6.0.28-4_all.deb

Bug#591926: marked as done (nailgun: FTBFS: B-D vs. B-D-I)

2010-08-06 Thread Debian Bug Tracking System
Your message dated Fri, 06 Aug 2010 15:50:47 +
with message-id 
and subject line Bug#591926: fixed in nailgun 0.7.1-2
has caused the Debian Bug report #591926,
regarding nailgun: FTBFS: B-D vs. B-D-I
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.)


-- 
591926: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591926
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: nailgun
Version: 0.7.1-1
Severity: serious
Justification: FTBFS

Hi,

your package FTBFS, I believe because junit is in B-D-I but needed
during the build:
| [javac] 
/build/buildd-nailgun_0.7.1-1-amd64-ZOeMuj/nailgun-0.7.1/src/java/test/com/martiansoftware/nailgun/TestAlias.java:21:
 package junit.framework does not exist
| [javac] import junit.framework.TestCase;
| [javac]   ^

Full build logs:
  https://buildd.debian.org/status/package.php?p=nailgun

Mraw,
KiBi.


--- End Message ---
--- Begin Message ---
Source: nailgun
Source-Version: 0.7.1-2

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

nailgun_0.7.1-2.debian.tar.gz
  to main/n/nailgun/nailgun_0.7.1-2.debian.tar.gz
nailgun_0.7.1-2.dsc
  to main/n/nailgun/nailgun_0.7.1-2.dsc
nailgun_0.7.1-2_i386.deb
  to main/n/nailgun/nailgun_0.7.1-2_i386.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 591...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Torsten Werner  (supplier of updated nailgun 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, 06 Aug 2010 17:17:03 +0200
Source: nailgun
Binary: nailgun
Architecture: source i386
Version: 0.7.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 

Changed-By: Torsten Werner 
Description: 
 nailgun- client, protocol, and server for running Java programs from CLI
Closes: 591926
Changes: 
 nailgun (0.7.1-2) unstable; urgency=low
 .
   * Move Build-Depends-Indep to Build-Depends. (Closes: #591926)
Checksums-Sha1: 
 1c524d0d1e141a8828b6693505ed9ee737677b3a 1319 nailgun_0.7.1-2.dsc
 13c241ffcc92c4c7059459a02b6015ca29de47df 2626 nailgun_0.7.1-2.debian.tar.gz
 4c77c5c48b6638073902a3f20d190d9771d5c81c 65876 nailgun_0.7.1-2_i386.deb
Checksums-Sha256: 
 772a7460380253d0fa1038a0deaf5671cbe704ca5869788744924266bcd10d2b 1319 
nailgun_0.7.1-2.dsc
 61c1fc19f7c8269082213da53811079652be607e3548a9b380263ec26ae81268 2626 
nailgun_0.7.1-2.debian.tar.gz
 17a699ad0c9f56cd341659efe1d5613af00376d321b985d8fec31b516f42993e 65876 
nailgun_0.7.1-2_i386.deb
Files: 
 f1eee45df15c53b34d0e26bced9fac47 1319 java extra nailgun_0.7.1-2.dsc
 3f1d672dd4dd634cd50a65d814d8d471 2626 java extra nailgun_0.7.1-2.debian.tar.gz
 2421175b774f042d4adee5ee214a2427 65876 java extra nailgun_0.7.1-2_i386.deb

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

iEYEARECAAYFAkxcJ+gACgkQfY3dicTPjsP+bACcDT1S7Q/8hUX3GtaTuMQGU46c
wdAAnRlngb9GYO5Nbi7MQbsy10TF2mX2
=otqX
-END PGP SIGNATURE-


--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#591125: marked as done (clojure-maven-plugin: FTBFS: required artifacts are missing)

2010-08-06 Thread Debian Bug Tracking System
Your message dated Sat, 07 Aug 2010 03:02:06 +
with message-id 
and subject line Bug#591125: fixed in clojure-maven-plugin 1.3.3-2
has caused the Debian Bug report #591125,
regarding clojure-maven-plugin: FTBFS: required artifacts are missing
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.)


-- 
591125: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591125
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: clojure-maven-plugin
Version: 1.3.3-1
Severity: serious
Tags: squeeze sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100731 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> make[1]: Entering directory 
> `/build/user-clojure-maven-plugin_1.3.3-1-amd64-A_HS2i/clojure-maven-plugin-1.3.3'
> make[1]: Nothing to be done for `update-config'.
> make[1]: Leaving directory 
> `/build/user-clojure-maven-plugin_1.3.3-1-amd64-A_HS2i/clojure-maven-plugin-1.3.3'
> /usr/share/maven-debian-helper/copy-repo.sh 
> /build/user-clojure-maven-plugin_1.3.3-1-amd64-A_HS2i/clojure-maven-plugin-1.3.3/debian
> mh_patchpoms -plibclojure-maven-plugin-java --debian-build --keep-pom-version 
> --maven-repo=/build/user-clojure-maven-plugin_1.3.3-1-amd64-A_HS2i/clojure-maven-plugin-1.3.3/debian/maven-repo
>  -idebian/maven.ignoreRules
> touch debian/stamp-poms-patched
> # before-build target may be used to unpatch the pom files, so we need to 
> check if
> # patching the pom files is needed here, normally not
> if [ ! -f pom.xml.save ]; then \
>   /usr/bin/make -f debian/rules patch-poms; \
>   fi
> cd . && /usr/lib/jvm/default-java/bin/java -noverify -cp 
> /usr/share/maven2/boot/classworlds.jar:/usr/lib/jvm/default-java/lib/tools.jar
>  
> -Dproperties.file.manual=/build/user-clojure-maven-plugin_1.3.3-1-amd64-A_HS2i/clojure-maven-plugin-1.3.3/debian/maven.properties
>  -Dclassworlds.conf=/etc/maven2/m2-debian-nodocs.conf 
> org.codehaus.classworlds.Launcher -s/etc/maven2/settings-debian.xml 
> -Dmaven.repo.local=/build/user-clojure-maven-plugin_1.3.3-1-amd64-A_HS2i/clojure-maven-plugin-1.3.3/debian/maven-repo
>   package
> [INFO] 
> NOTE: Maven is executing in offline mode. Any artifacts not already in your 
> local
> repository will be inaccessible.
> 
> [INFO] Scanning for projects...
> [INFO] 
> 
> [INFO] Building clojure-maven-plugin Maven Mojo
> [INFO]task-segment: [package]
> [INFO] 
> 
> [INFO] [plugin:descriptor {execution: default-descriptor}]
> [INFO] Using 'UTF-8' encoding to read mojo metadata.
> [INFO] Applying mojo extractor for language: java
> [INFO] Mojo extractor for language: java found 8 mojo descriptors.
> [INFO] Applying mojo extractor for language: bsh
> [INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 2 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Compiling 11 source files to 
> /build/user-clojure-maven-plugin_1.3.3-1-amd64-A_HS2i/clojure-maven-plugin-1.3.3/target/classes
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 4 resources
> [INFO] 
> 
> [ERROR] BUILD ERROR
> [INFO] 
> 
> [INFO] Failed to resolve artifact.
> 
> Missing:
> --
> 1) org.easytesting:fest-assert:jar:debian
> 
>   Try downloading the file manually from the project website.
> 
>   Then, install it using the command: 
>   mvn install:install-file -DgroupId=org.easytesting 
> -DartifactId=fest-assert -Dversion=debian -Dpackaging=jar -Dfile=/path/to/file
> 
>   Alternatively, if you host your own repository you can deploy the file 
> there: 
>   mvn deploy:deploy-file -DgroupId=org.easytesting 
> -DartifactId=fest-assert -Dversion=debian -Dpackaging=jar 
> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> 
>   Path to depende

  1   2   3   4   5   6   7   8   9   10   >