Bug#630198: fop: Support conf.d like configuration files

2011-06-12 Thread Jerome Robert
Package: fop
Version: 1:1.0.dfsg-3
Severity: wishlist
Tags: patch

It would be nice to enable .conf.d/ configuration style in
/usr/bin/fop so libjeuclid-fop-java and libjlatexmath-fop-java could
be automatically configured. For example libjeuclid-fop-java would
only have to add:
FOP_HYPHENATION_PATH=$FOP_HYPHENATION_PATH jeuclid-fop jeuclid-core
to /etc/fop.conf.d/jeuclid.conf

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (900, 'testing'), (700, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.39-1-amd64 (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

Versions of packages fop depends on:
ii  java-wrappers0.1.22  wrappers for java executables
ii  libavalon-framew 4.2.0-7 Common framework for Java server a
ii  libbatik-java1.7-7   xml.apache.org SVG Library
ii  libbsf-java  1:2.4.0-4   Bean Scripting Framework to suppor
ii  libcommons-io-ja 1.4-3   Common useful IO related classes
ii  libcommons-loggi 1.1.1-8 commmon wrapper interface for seve
ii  libxalan2-java   2.7.1-5 XSL Transformations (XSLT) process
ii  libxerces2-java  2.9.1-4.1   Validating XML parser for Java wit
ii  libxml-commons-e 1.3.05-2XML Commons external code - DOM, S
ii  libxmlgraphics-c 1.4.dfsg-3  reusable components used by Batik
ii  libxp6   1:1.0.1-1   X Printing Extension (Xprint) clie
ii  libxt6   1:1.1.1-1   X11 toolkit intrinsics library
ii  libxtst6 2:1.2.0-1   X11 Testing -- Record extension li
ii  sun-java6-jre [j 6.25-3  Sun Java(TM) Runtime Environment (

Versions of packages fop recommends:
pn  libsaxon-java none (no description available)

Versions of packages fop suggests:
pn  fop-doc   none (no description available)
pn  libservlet2.4-javanone (no description available)

-- no debconf information
diff --git a/debian/fop.dirs b/debian/fop.dirs
index 60dac6d..aaf5db3 100644
--- a/debian/fop.dirs
+++ b/debian/fop.dirs
@@ -1,2 +1,3 @@
 usr/share/java
 usr/bin
+etc/fop.conf.d
diff --git a/debian/fop.sh b/debian/fop.sh
index 6130d45..d1b8250 100644
--- a/debian/fop.sh
+++ b/debian/fop.sh
@@ -16,6 +16,9 @@
 HEADLESS=-Djava.awt.headless=true
 
 
+for cf in /etc/fop.conf.d/*.conf; do
+. $cf;
+done
 
 # Load system-wide configuration, if any
 if [ -f /etc/fop.conf ]; then
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#626020: compile error on MIPS architecture

2011-06-12 Thread Ted Dunning
It appears that this error is due to java 1.5 being used to compile
Zookeeper on MIPS.  Java = 1.6 is an explicit requirement of
Zookeeper but the message being emitted indicates that the compiler
being used is imposing 1.5 syntax.

See these links for more information:


 
http://stackoverflow.com/questions/1678122/must-override-a-superclass-method-errors-after-importing-a-project-into-eclipse
 
http://stackoverflow.com/questions/2335655/why-is-javac-failing-on-override-annotation


Based on this, I think that this is a build system misconfiguration
rather than a package bug.



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


Bug#626020: Problem with MIPS in general?

2011-06-12 Thread Ted Dunning
I see this thread:

http://us.generation-nt.com/answer/openjdk-default-jdk-squeeze-issues-mips-open-security-issues-lenny-help-199722741.html

Does this imply the MIPS doesn't even have jdk-6?  If so, why are we
worrying about whether a package that requires jdk-6 compiles or not?



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


Bug#626020: more about Zookeeper

2011-06-12 Thread Henrique de Moraes Holschuh
retitle 626020 zookeeper: incorrect dependency information
thanks

On Sun, 12 Jun 2011, Ted Dunning wrote:
 I just looked at this bug and it looks like a configuration error in
 the environment rather than a bug in Zookeeper per se.
 
 In particular, Java = 1.6 is an explicit requirement of the Zookeeper
 package while the error being emitted is highly characteristic of an
 attempt to compile 1.6 compatible code on a java 1.5 compiler.

The Debian package declares:

Depends: libzookeeper-java (= 3.3.1+dfsg1-2), default-jre-headless | 
java6-runtime-headless, adduser

which looks like it would allow the package to be installed on java-5
environments at first glance.  That would be a grave bug by itself.

It also declares:

Build-Depends: debhelper (= 7.4.11), javahelper (= 0.28), default-jdk (=
1.6), ant (= 1.6.0), liblog4j1.2-java ( 1.2.15-8), junit4,
libxerces2-java, libjline-java, libnetty-java, javacc, default-jdk-doc,
python-all-dev, python-support, libboost-dev, libxml2-dev, liblog4cxx10-dev,
autoconf, help2man, libtool, automake, libcppunit-dev

Which is ALSO broken, due to the use of epochs in the default-jdk
versioning.  It would have to declare a build-dependency on default-jdk (=
1:1.6).

As it stands, it allows the package to be built under java-5, which appears
to be the reason for the FBTFS report from MIPS.

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh



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


Processed: Re: more about Zookeeper

2011-06-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 retitle 626020 zookeeper: incorrect dependency information
Bug #626020 [src:zookeeper] zookeeper: FTBFS on mips: The method close() of 
type FileSnap must override a superclass method
Changed Bug title to 'zookeeper: incorrect dependency information' from 
'zookeeper: FTBFS on mips: The method close() of type FileSnap must override a 
superclass method'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
626020: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=626020
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/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


sun-java6 6.26-1 MIGRATED to testing

2011-06-12 Thread Debian testing watch
FYI: The status of the sun-java6 source package
in Debian's testing distribution has changed.

  Previous version: 6.25-3
  Current version:  6.26-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

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


Processed: closing 610434

2011-06-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 close 610434
Bug#610434: tomcat7
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Sergio Fernández 
ser...@wikier.org

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
610434: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=610434
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/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

[pkg-java] r13787 - trunk/libjemmy2-java/debian

2011-06-12 Thread Tony Mancill
Author: tmancill
Date: 2011-06-12 17:02:54 + (Sun, 12 Jun 2011)
New Revision: 13787

Modified:
   trunk/libjemmy2-java/debian/copyright
Log:
move license explanation section in debian/copyright to directly precede the 
other licenses

Modified: trunk/libjemmy2-java/debian/copyright
===
--- trunk/libjemmy2-java/debian/copyright   2011-06-11 23:04:01 UTC (rev 
13786)
+++ trunk/libjemmy2-java/debian/copyright   2011-06-12 17:02:54 UTC (rev 
13787)
@@ -1,44 +1,6 @@
 Format: http://dep.debian.net/deps/dep5/
 Source: https://svn.java.net/svn/jemmy~svn/trunk/AWT/Jemmy2
 
-License: CDDL or GPL-2 with Classpath exception
- The contents of this file are subject to the terms of either the GNU
- General Public License Version 2 only (GPL) or the Common
- Development and Distribution License(CDDL) (collectively, the
- License). You may not use this file except in compliance with the
- License. You can obtain a copy of the License at
- http://www.netbeans.org/cddl-gplv2.html
- or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- specific language governing permissions and limitations under the
- License.  When distributing the software, include this License Header
- Notice in each file and include the License file at
- nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- particular file as subject to the Classpath exception as provided
- by Sun in the GPL Version 2 section of the License file that
- accompanied this code. If applicable, add the following below the
- License Header, with the fields enclosed by brackets [] replaced by
- your own identifying information:
- Portions Copyrighted [year] [name of copyright owner]
- .
- The Original Software is the Jemmy library.
- The Initial Developer of the Original Software is Alexandre Iline.
- All Rights Reserved.
- .
- If you wish your version of this file to be governed by only the CDDL
- or only the GPL Version 2, indicate your decision by adding
- [Contributor] elects to include this software in this distribution
- under the [CDDL or GPL Version 2] license. If you do not indicate a
- single choice of license, a recipient has the option to distribute
- your version of this file under either the CDDL, the GPL Version 2 or
- to extend the choice of license to its licensees as provided above.
- However, if you add GPL Version 2 code and therefore, elected the GPL
- Version 2 license, then the option applies only if the new code is
- made subject to such option by the copyright holder.
- .
- The full text of the Common Development and Distribution License
- (CDDL) and the GPL-2 with the Classpath exception can be found later
- in this file.
-
 Files: *
 Copyright:
  (C) 1997-2007 Sun Microsystems, Inc.
@@ -80,6 +42,45 @@
  (C) 1997-2007 shura
 License: CDDL or GPL-2 with Classpath exception
 
+License: CDDL or GPL-2 with Classpath exception
+ The contents of this file are subject to the terms of either the GNU
+ General Public License Version 2 only (GPL) or the Common
+ Development and Distribution License(CDDL) (collectively, the
+ License). You may not use this file except in compliance with the
+ License. You can obtain a copy of the License at
+ http://www.netbeans.org/cddl-gplv2.html
+ or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ specific language governing permissions and limitations under the
+ License.  When distributing the software, include this License Header
+ Notice in each file and include the License file at
+ nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
+ particular file as subject to the Classpath exception as provided
+ by Sun in the GPL Version 2 section of the License file that
+ accompanied this code. If applicable, add the following below the
+ License Header, with the fields enclosed by brackets [] replaced by
+ your own identifying information:
+ Portions Copyrighted [year] [name of copyright owner]
+ .
+ The Original Software is the Jemmy library.
+ The Initial Developer of the Original Software is Alexandre Iline.
+ All Rights Reserved.
+ .
+ If you wish your version of this file to be governed by only the CDDL
+ or only the GPL Version 2, indicate your decision by adding
+ [Contributor] elects to include this software in this distribution
+ under the [CDDL or GPL Version 2] license. If you do not indicate a
+ single choice of license, a recipient has the option to distribute
+ your version of this file under either the CDDL, the GPL Version 2 or
+ to extend the choice of license to its licensees as provided above.
+ However, if you add GPL Version 2 code and therefore, elected the GPL
+ Version 2 license, then the option applies only if the new code is
+ made subject to such option by the copyright holder.
+ .
+ The full text of the Common Development and Distribution License
+ (CDDL) and the GPL-2 with the Classpath exception can be found later
+ in this file.
+
+
 License: CDDL
  COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) 

Processing of localizer_1.13-1_amd64.changes

2011-06-12 Thread Debian FTP Masters
localizer_1.13-1_amd64.changes uploaded successfully to localhost
along with the files:
  localizer_1.13-1.dsc
  localizer_1.13.orig.tar.gz
  localizer_1.13-1.debian.tar.gz
  liblocalizer-java_1.13-1_all.deb
  liblocalizer-java-doc_1.13-1_all.deb

Greetings,

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

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


localizer_1.13-1_amd64.changes is NEW

2011-06-12 Thread Debian FTP Masters
(new) liblocalizer-java-doc_1.13-1_all.deb optional doc
Documentation for type-safe access to message resources
 This small tool reads your property files and generate Java classes
 that enables type-safe access to message resources.
 .
 This package provides the API documentation for liblocalizer-java.
(new) liblocalizer-java_1.13-1_all.deb optional java
type-safe access to message resources
 This small tool reads your property files and generate Java classes
 that enables type-safe access to message resources.
(new) localizer_1.13-1.debian.tar.gz optional java
(new) localizer_1.13-1.dsc optional java
(new) localizer_1.13.orig.tar.gz optional java
Changes: localizer (1.13-1) unstable; urgency=low
 .
  * Initial release. (Closes: #628803)


Override entries for your package:

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 628803 


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.

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


[no subject]

2011-06-12 Thread Kapoor, Shiv Gopal
I am Capt James Roy. I am US Army in artillery military unit here in Iraq, we 
discovered some oil money in Iraq. we want you to keep it safe for us. Email us 
at
captjamesroy2...@hotmail.commailto:captjamesroy2...@hotmail.com
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Processing of libpam4j_1.4-1_amd64.changes

2011-06-12 Thread Debian FTP Masters
libpam4j_1.4-1_amd64.changes uploaded successfully to localhost
along with the files:
  libpam4j_1.4-1.dsc
  libpam4j_1.4.orig.tar.gz
  libpam4j_1.4-1.debian.tar.gz
  libpam4j-java_1.4-1_all.deb
  libpam4j-java-doc_1.4-1_all.deb

Greetings,

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

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



libpam4j_1.4-1_amd64.changes is NEW

2011-06-12 Thread Debian FTP Masters
(new) libpam4j-java-doc_1.4-1_all.deb optional doc
Documentation for Java binding for libpam.so
 This library enables easy integration to the pluggable authentication
 module (PAM) on Linux and UNIX systems through the use of native
 integration to libpam.so.
 .
 This package provides the API documentation for libpam4j-java.
(new) libpam4j-java_1.4-1_all.deb optional java
Java binding for libpam.so
 This library enables easy integration to the pluggable authentication
 module (PAM) on Linux and UNIX systems through the use of native
 integration to libpam.so.
(new) libpam4j_1.4-1.debian.tar.gz optional java
(new) libpam4j_1.4-1.dsc optional java
(new) libpam4j_1.4.orig.tar.gz optional java
Changes: libpam4j (1.4-1) unstable; urgency=low
 .
  * Initial release. (Closes: #629381)


Override entries for your package:

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 629381 


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.

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


Bug#630285: java-gnome: Please transition to libnotify 0.7

2011-06-12 Thread bigon
Source: java-gnome
Version: 4.0.15-1
Severity: important
User: pkg-gnome-maintain...@lists.alioth.debian.org
Usertags: libnotify0.7-transition

Hi,

We are planning to transition[0] libnotify to version 0.7 which
breaks its API.

Unfortunately, after a rebuild it seems that your package FTBFS with
the newer version.

Packages of the 0.7 version can be currently found in experimental.

API changes (shamelessly taken from[1]):
notify_notification_new_with_status_icon is gone
notify_notification_attach_to_status_icon is gone
notify_notification_attach_to_widget is gone
notify_notification_set_geometry_hints is gone
notify_notification_new has lost its widget argument

All rebuild logs can be found at:
http://people.debian.org/~bigon/libnotify0.7_rebuildlog/

Cheers

Laurent Bigonville

[0] http://release.debian.org/transitions/html/libnotify.html
[1] http://lists.fedoraproject.org/pipermail/devel/2010-November/144914.html 




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


Processing of yui-compressor_2.4.6+debian1-1_amd64.changes

2011-06-12 Thread Debian FTP Masters
yui-compressor_2.4.6+debian1-1_amd64.changes uploaded successfully to localhost
along with the files:
  yui-compressor_2.4.6+debian1-1.dsc
  yui-compressor_2.4.6+debian1.orig.tar.gz
  yui-compressor_2.4.6+debian1-1.debian.tar.gz
  yui-compressor_2.4.6+debian1-1_all.deb

Greetings,

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

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


rhino_1.7R3-2_amd64.changes ACCEPTED into unstable

2011-06-12 Thread Debian FTP Masters



Accepted:
librhino-java-doc_1.7R3-2_all.deb
  to main/r/rhino/librhino-java-doc_1.7R3-2_all.deb
librhino-java_1.7R3-2_all.deb
  to main/r/rhino/librhino-java_1.7R3-2_all.deb
rhino-doc_1.7R3-2_all.deb
  to main/r/rhino/rhino-doc_1.7R3-2_all.deb
rhino_1.7R3-2.debian.tar.gz
  to main/r/rhino/rhino_1.7R3-2.debian.tar.gz
rhino_1.7R3-2.dsc
  to main/r/rhino/rhino_1.7R3-2.dsc
rhino_1.7R3-2_all.deb
  to main/r/rhino/rhino_1.7R3-2_all.deb


Override entries for your package:
librhino-java-doc_1.7R3-2_all.deb - optional doc
librhino-java_1.7R3-2_all.deb - optional java
rhino-doc_1.7R3-2_all.deb - optional doc
rhino_1.7R3-2.dsc - source interpreters
rhino_1.7R3-2_all.deb - optional interpreters

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.

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


rhino override disparity

2011-06-12 Thread Debian FTP Masters
There are disparities between your recently accepted upload and the
override file for the following file(s):

rhino-doc_1.7R3-2_all.deb: package says section is oldlibs, override says doc.


Please note that a list of new sections were recently added to the
archive: cli-mono, database, debug, fonts, gnu-r, gnustep, haskell,
httpd, java, kernel, lisp, localization, ocaml, php, ruby, vcs, video,
xfce, zope.  At this time a script was used to reclassify packages into
these sections.  If this is the case, please only reply to this email if
the new section is inappropriate, otherwise please update your package
at the next upload.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please file a bug against ftp.debian.org and
explain why. Please INCLUDE the list of packages as seen above, or we
won't be able to deal with your request due to missing information.

Please make sure that the subject of the bug you file follows the
following format:

Subject: override: BINARY1:section/priority, [...], BINARYX:section/priority

Include the justification for the change in the body of the mail please.


[NB: this is an automatically generated mail; if you already filed a bug
and have not received a response yet, please ignore this mail.  Your bug
needs to be processed by a human and will be in due course, but until
then the installer will send these automated mails; sorry.]

--
Debian distribution maintenance software

(This message was generated automatically; if you believe that there
is a problem with it please contact the archive administrators by
mailing ftpmas...@debian.org)

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


yui-compressor_2.4.6+debian1-1_amd64.changes ACCEPTED into unstable

2011-06-12 Thread Debian FTP Masters



Accepted:
yui-compressor_2.4.6+debian1-1.debian.tar.gz
  to main/y/yui-compressor/yui-compressor_2.4.6+debian1-1.debian.tar.gz
yui-compressor_2.4.6+debian1-1.dsc
  to main/y/yui-compressor/yui-compressor_2.4.6+debian1-1.dsc
yui-compressor_2.4.6+debian1-1_all.deb
  to main/y/yui-compressor/yui-compressor_2.4.6+debian1-1_all.deb
yui-compressor_2.4.6+debian1.orig.tar.gz
  to main/y/yui-compressor/yui-compressor_2.4.6+debian1.orig.tar.gz


Override entries for your package:
yui-compressor_2.4.6+debian1-1.dsc - source java
yui-compressor_2.4.6+debian1-1_all.deb - optional java

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.

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


Processing of sun-java6_6.26-0squeeze1_amd64.changes

2011-06-12 Thread Debian FTP Masters
sun-java6_6.26-0squeeze1_amd64.changes uploaded successfully to localhost
along with the files:
  sun-java6_6.26-0squeeze1.dsc
  sun-java6_6.26-0squeeze1.debian.tar.gz
  sun-java6-bin_6.26-0squeeze1_amd64.deb
  sun-java6-plugin_6.26-0squeeze1_amd64.deb
  ia32-sun-java6-bin_6.26-0squeeze1_amd64.deb
  sun-java6-jdk_6.26-0squeeze1_amd64.deb
  sun-java6-demo_6.26-0squeeze1_amd64.deb
  sun-java6-jre_6.26-0squeeze1_all.deb
  sun-java6-fonts_6.26-0squeeze1_all.deb
  sun-java6-source_6.26-0squeeze1_all.deb
  sun-java6-javadb_6.26-0squeeze1_all.deb

Greetings,

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

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


Bug#626020: more about Zookeeper

2011-06-12 Thread Ted Dunning
Yes.

This looks more like bad packaging than either bad environment or code.

On Sun, Jun 12, 2011 at 2:27 PM, Henrique de Moraes Holschuh
h...@debian.org wrote:
 retitle 626020 zookeeper: incorrect dependency information
 thanks

 On Sun, 12 Jun 2011, Ted Dunning wrote:
 I just looked at this bug and it looks like a configuration error in
 the environment rather than a bug in Zookeeper per se.

 In particular, Java = 1.6 is an explicit requirement of the Zookeeper
 package while the error being emitted is highly characteristic of an
 attempt to compile 1.6 compatible code on a java 1.5 compiler.

 The Debian package declares:

 Depends: libzookeeper-java (= 3.3.1+dfsg1-2), default-jre-headless | 
 java6-runtime-headless, adduser

 which looks like it would allow the package to be installed on java-5
 environments at first glance.  That would be a grave bug by itself.

 It also declares:

 Build-Depends: debhelper (= 7.4.11), javahelper (= 0.28), default-jdk (=
 1.6), ant (= 1.6.0), liblog4j1.2-java ( 1.2.15-8), junit4,
 libxerces2-java, libjline-java, libnetty-java, javacc, default-jdk-doc,
 python-all-dev, python-support, libboost-dev, libxml2-dev, liblog4cxx10-dev,
 autoconf, help2man, libtool, automake, libcppunit-dev

 Which is ALSO broken, due to the use of epochs in the default-jdk
 versioning.  It would have to declare a build-dependency on default-jdk (=
 1:1.6).

 As it stands, it allows the package to be built under java-5, which appears
 to be the reason for the FBTFS report from MIPS.

 --
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh



 --
 To unsubscribe, send mail to 626020-unsubscr...@bugs.debian.org.




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

sun-java6 override disparity

2011-06-12 Thread Debian FTP Masters
There are disparities between your recently accepted upload and the
override file for the following file(s):

ia32-sun-java6-bin_6.26-0squeeze1_amd64.deb: package says section is 
non-free/java, override says non-free/libs.


Please note that a list of new sections were recently added to the
archive: cli-mono, database, debug, fonts, gnu-r, gnustep, haskell,
httpd, java, kernel, lisp, localization, ocaml, php, ruby, vcs, video,
xfce, zope.  At this time a script was used to reclassify packages into
these sections.  If this is the case, please only reply to this email if
the new section is inappropriate, otherwise please update your package
at the next upload.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please file a bug against ftp.debian.org and
explain why. Please INCLUDE the list of packages as seen above, or we
won't be able to deal with your request due to missing information.

Please make sure that the subject of the bug you file follows the
following format:

Subject: override: BINARY1:section/priority, [...], BINARYX:section/priority

Include the justification for the change in the body of the mail please.


[NB: this is an automatically generated mail; if you already filed a bug
and have not received a response yet, please ignore this mail.  Your bug
needs to be processed by a human and will be in due course, but until
then the installer will send these automated mails; sorry.]

--
Debian distribution maintenance software

(This message was generated automatically; if you believe that there
is a problem with it please contact the archive administrators by
mailing ftpmas...@debian.org)

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


Bug#602694: this bug appears invalid

2011-06-12 Thread Ted Dunning
I see no technical justification of this bug.  It appears to be personal opinion
unsubstantiated by the record.



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


Bug#602694: this bug appears invalid

2011-06-12 Thread Miguel Landaeta
On Sun, Jun 12, 2011 at 10:21:04PM +, Ted Dunning wrote:
 I see no technical justification of this bug.  It appears to be personal 
 opinion
 unsubstantiated by the record.

Even if that were true, somebody must be willing to maintain
zookeeper during a release cycle.

If nobody was interested in maintain zookeeper in a stable release,
it will remain that way until a new maintainer appears.

Debian is a volunteer effort.

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



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


[pkg-java] r13792 - trunk/libjemmy2-java/debian

2011-06-12 Thread Tony Mancill
Author: tmancill
Date: 2011-06-13 03:56:28 + (Mon, 13 Jun 2011)
New Revision: 13792

Modified:
   trunk/libjemmy2-java/debian/copyright
Log:
update FSF address

Modified: trunk/libjemmy2-java/debian/copyright
===
--- trunk/libjemmy2-java/debian/copyright   2011-06-12 20:31:17 UTC (rev 
13791)
+++ trunk/libjemmy2-java/debian/copyright   2011-06-13 03:56:28 UTC (rev 
13792)
@@ -498,8 +498,8 @@
  .
  You should have received a copy of the GNU General
  Public License along with this program; if not, write to
- the Free Software Foundation, Inc., 59 Temple Place,
- Suite 330, Boston, MA 02111-1307 USA
+ the Free Software Foundation, Inc., 51 Franklin St, 
+ Fifth Floor, Boston, MA 02110-1301, USA.
  .
  CLASSPATH EXCEPTION TO THE GPL VERSION 2
  .


___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


Processing of libjemmy2-java_2.3.1.1-2_amd64.changes

2011-06-12 Thread Debian FTP Masters
libjemmy2-java_2.3.1.1-2_amd64.changes uploaded successfully to localhost
along with the files:
  libjemmy2-java_2.3.1.1-2.dsc
  libjemmy2-java_2.3.1.1-2.debian.tar.gz
  libjemmy2-java_2.3.1.1-2_all.deb
  libjemmy2-java-doc_2.3.1.1-2_all.deb

Greetings,

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

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


libjemmy2-java_2.3.1.1-2_amd64.changes is NEW

2011-06-12 Thread Debian FTP Masters
(new) libjemmy2-java-doc_2.3.1.1-2_all.deb optional doc
Java library for automated Java GUI testing (documentation)
 Jemmy is a Java library that is used to create automated tests for
 Java GUI applications. It contains methods to reproduce all user
 actions which can be performed on Swing/AWT components.
 .
 This package provides the documentation.
(new) libjemmy2-java_2.3.1.1-2.debian.tar.gz optional java
(new) libjemmy2-java_2.3.1.1-2.dsc optional java
(new) libjemmy2-java_2.3.1.1-2_all.deb optional java
Java library for automated Java GUI testing
 Jemmy is a Java library that is used to create automated tests for
 Java GUI applications. It contains methods to reproduce all user
 actions which can be performed on Swing/AWT components.
Changes: libjemmy2-java (2.3.1.1-2) unstable; urgency=low
 .
  * Updated debian/copyright
  * Don't install separate file containing copyright notice.


Override entries for your package:

Announcing to debian-devel-chan...@lists.debian.org


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.

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


Processing of libhibernate3-java_3.6.4.Final-2_amd64.changes

2011-06-12 Thread Debian FTP Masters
libhibernate3-java_3.6.4.Final-2_amd64.changes uploaded successfully to 
localhost
along with the files:
  libhibernate3-java_3.6.4.Final-2.dsc
  libhibernate3-java_3.6.4.Final-2.debian.tar.gz
  libhibernate3-java_3.6.4.Final-2_all.deb
  libhibernate3-java-doc_3.6.4.Final-2_all.deb

Greetings,

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

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


libhibernate3-java_3.6.4.Final-2_amd64.changes ACCEPTED into unstable

2011-06-12 Thread Debian FTP Masters



Accepted:
libhibernate3-java-doc_3.6.4.Final-2_all.deb
  to main/libh/libhibernate3-java/libhibernate3-java-doc_3.6.4.Final-2_all.deb
libhibernate3-java_3.6.4.Final-2.debian.tar.gz
  to main/libh/libhibernate3-java/libhibernate3-java_3.6.4.Final-2.debian.tar.gz
libhibernate3-java_3.6.4.Final-2.dsc
  to main/libh/libhibernate3-java/libhibernate3-java_3.6.4.Final-2.dsc
libhibernate3-java_3.6.4.Final-2_all.deb
  to main/libh/libhibernate3-java/libhibernate3-java_3.6.4.Final-2_all.deb


Override entries for your package:
libhibernate3-java-doc_3.6.4.Final-2_all.deb - optional doc
libhibernate3-java_3.6.4.Final-2.dsc - source java
libhibernate3-java_3.6.4.Final-2_all.deb - optional java

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.

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


[pkg-java] r13794 - trunk/jbossas4/debian

2011-06-12 Thread Tony Mancill
Author: tmancill
Date: 2011-06-13 04:56:03 + (Mon, 13 Jun 2011)
New Revision: 13794

Modified:
   trunk/jbossas4/debian/changelog
Log:
set distribution to unstable for sponsored upload

Modified: trunk/jbossas4/debian/changelog
===
--- trunk/jbossas4/debian/changelog 2011-06-13 04:03:18 UTC (rev 13793)
+++ trunk/jbossas4/debian/changelog 2011-06-13 04:56:03 UTC (rev 13794)
@@ -1,4 +1,4 @@
-jbossas4 (4.2.3.GA-5) UNRELEASED; urgency=low
+jbossas4 (4.2.3.GA-5) unstable; urgency=low
 
   * Team upload. 
   * Fix FTBFS with Hibernate 3.6.x. (Closes: #625986).


___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[pkg-java] r13795 - in tags/jbossas4: . 4.2.3.GA-5/debian

2011-06-12 Thread Tony Mancill
Author: tmancill
Date: 2011-06-13 05:07:21 + (Mon, 13 Jun 2011)
New Revision: 13795

Added:
   tags/jbossas4/4.2.3.GA-5/
   tags/jbossas4/4.2.3.GA-5/debian/changelog
Removed:
   tags/jbossas4/4.2.3.GA-5/debian/changelog
Log:
[svn-buildpackage] Tagging jbossas4 4.2.3.GA-5

Deleted: tags/jbossas4/4.2.3.GA-5/debian/changelog
===
--- trunk/jbossas4/debian/changelog 2011-06-13 04:03:18 UTC (rev 13793)
+++ tags/jbossas4/4.2.3.GA-5/debian/changelog   2011-06-13 05:07:21 UTC (rev 
13795)
@@ -1,91 +0,0 @@
-jbossas4 (4.2.3.GA-5) UNRELEASED; urgency=low
-
-  * Team upload. 
-  * Fix FTBFS with Hibernate 3.6.x. (Closes: #625986).
-  * Bump Standards-Version to 3.9.2. No changes were needed.
-
- -- Miguel Landaeta mig...@miguel.cc  Fri, 03 Jun 2011 16:08:07 -0430
-
-jbossas4 (4.2.3.GA-4) unstable; urgency=low
-
-  * Team upload. 
-  * Upload to unstable. (Closes: #592236).
-  * Bump Standards-Version to 3.9.1. No changes were needed.
-
- -- Miguel Landaeta mig...@miguel.cc  Sun, 08 Aug 2010 11:52:03 -0430
-
-jbossas4 (4.2.3.GA-3) experimental; urgency=low
-
-  * Team upload.
-  * Fix FTBFS with Hibernate 3.5.x. (Closes: #589599).
-  * Bump Standards-Version to 3.9.0. No changes were needed.
-
- -- Miguel Landaeta mig...@miguel.cc  Sun, 18 Jul 2010 20:47:00 -0430
-
-jbossas4 (4.2.3.GA-2) unstable; urgency=low
-
-  * Switch back to jgroups 2.6. (Closes: #577878)
-  * Switch to source format 3.0.
-  * Update Standards-Version: 3.8.4.
-  * Change Section: java.
-  * Improve short description for libjboss-j2ee-java a bit. (Closes:
-#493434)
-
- -- Torsten Werner twer...@debian.org  Thu, 15 Apr 2010 18:01:56 +0200
-
-jbossas4 (4.2.3.GA-1) unstable; urgency=low
-
-  * new upstream release
-  * Refresh patches.
-  * Switch to openjdk-6-jdk.
-  * Add Build-Depends: libjboss-managed-java.
-  * Bump up Standards-Version: 3.8.0 (no changes).
-  * Do no longer quote the full text of the Apache license in
-debian/copyright.
-  * Build aspects library with source=1.4.
-  * Move package to main.
-
- -- Torsten Werner twer...@debian.org  Tue, 18 Nov 2008 18:04:13 +0100
-
-jbossas4 (4.2.2.GA-5) unstable; urgency=low
-
-  * debian/control: Add libjboss-reflect-java to Build-Depends
-
- -- Varun Hiremath va...@debian.org  Wed, 23 Apr 2008 17:27:13 +0530
-
-jbossas4 (4.2.2.GA-4) unstable; urgency=low
-
-  * Fix package descriptions
-
- -- Varun Hiremath va...@debian.org  Tue, 18 Mar 2008 16:00:58 +0530
-
-jbossas4 (4.2.2.GA-3) unstable; urgency=low
-
-  [ Varun Hiremath ]
-  * Add some more packages: ejb3, cluster, aspects, connector, jms and
-webservices
-
-  [ Torsten Werner ]
-  * Add Build-Depends: libjboss-microcontainer-java and libquartz-java.
-
- -- Torsten Werner twer...@debian.org  Tue, 11 Mar 2008 21:40:54 +0100
-
-jbossas4 (4.2.2.GA-2) unstable; urgency=low
-
-  [ Torsten Werner ]
-  * Add README.Debian explaining the state of the package. (Closes: #451976)
-  * Add more packages thanks to Rafal Lewczuk.
-  * Fix Vcs header in debian/control.
-
-  [ Varun Hiremath ]
-  * Move the package to contrib as some of the Build-Depends are in contrib
-(Closes: #457405)
-  * Update Standards-Version to 3.7.3
-
- -- Varun Hiremath va...@debian.org  Sun, 23 Dec 2007 00:05:20 +0530
-
-jbossas4 (4.2.2.GA-1) unstable; urgency=low
-
-  * Initial release (Closes: #446661, #448990)
-
- -- Varun Hiremath varunhirem...@gmail.com  Tue, 24 Apr 2007 17:19:10 +0530

Copied: tags/jbossas4/4.2.3.GA-5/debian/changelog (from rev 13794, 
trunk/jbossas4/debian/changelog)
===
--- tags/jbossas4/4.2.3.GA-5/debian/changelog   (rev 0)
+++ tags/jbossas4/4.2.3.GA-5/debian/changelog   2011-06-13 05:07:21 UTC (rev 
13795)
@@ -0,0 +1,91 @@
+jbossas4 (4.2.3.GA-5) unstable; urgency=low
+
+  * Team upload. 
+  * Fix FTBFS with Hibernate 3.6.x. (Closes: #625986).
+  * Bump Standards-Version to 3.9.2. No changes were needed.
+
+ -- Miguel Landaeta mig...@miguel.cc  Fri, 03 Jun 2011 16:08:07 -0430
+
+jbossas4 (4.2.3.GA-4) unstable; urgency=low
+
+  * Team upload. 
+  * Upload to unstable. (Closes: #592236).
+  * Bump Standards-Version to 3.9.1. No changes were needed.
+
+ -- Miguel Landaeta mig...@miguel.cc  Sun, 08 Aug 2010 11:52:03 -0430
+
+jbossas4 (4.2.3.GA-3) experimental; urgency=low
+
+  * Team upload.
+  * Fix FTBFS with Hibernate 3.5.x. (Closes: #589599).
+  * Bump Standards-Version to 3.9.0. No changes were needed.
+
+ -- Miguel Landaeta mig...@miguel.cc  Sun, 18 Jul 2010 20:47:00 -0430
+
+jbossas4 (4.2.3.GA-2) unstable; urgency=low
+
+  * Switch back to jgroups 2.6. (Closes: #577878)
+  * Switch to source format 3.0.
+  * Update Standards-Version: 3.8.4.
+  * Change Section: java.
+  * Improve short description for libjboss-j2ee-java a bit. (Closes:
+#493434)
+
+ -- Torsten Werner twer...@debian.org  Thu, 15 Apr 2010 18:01:56 +0200
+
+jbossas4 (4.2.3.GA-1) unstable; urgency=low
+
+  * 

Processing of jbossas4_4.2.3.GA-5_amd64.changes

2011-06-12 Thread Debian FTP Masters
jbossas4_4.2.3.GA-5_amd64.changes uploaded successfully to localhost
along with the files:
  jbossas4_4.2.3.GA-5.dsc
  jbossas4_4.2.3.GA-5.debian.tar.gz
  jbossas4_4.2.3.GA-5_all.deb
  libjboss-test-java_4.2.3.GA-5_all.deb
  libjboss-jmx-java_4.2.3.GA-5_all.deb
  libjboss-system-java_4.2.3.GA-5_all.deb
  libjboss-j2ee-java_4.2.3.GA-5_all.deb
  libjboss-ejb3-java_4.2.3.GA-5_all.deb
  libjboss-ejb3x-java_4.2.3.GA-5_all.deb
  libjboss-naming-java_4.2.3.GA-5_all.deb
  libjboss-deployment-java_4.2.3.GA-5_all.deb
  libjboss-transaction-java_4.2.3.GA-5_all.deb
  libjboss-security-java_4.2.3.GA-5_all.deb
  libjboss-server-java_4.2.3.GA-5_all.deb
  libjboss-messaging-java_4.2.3.GA-5_all.deb
  libjboss-management-java_4.2.3.GA-5_all.deb
  libjboss-cluster-java_4.2.3.GA-5_all.deb
  libjboss-aspects-java_4.2.3.GA-5_all.deb
  libjboss-connector-java_4.2.3.GA-5_all.deb
  libjboss-jms-java_4.2.3.GA-5_all.deb
  libjboss-webservices-java_4.2.3.GA-5_all.deb

Greetings,

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

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


jbossas4_4.2.3.GA-5_amd64.changes ACCEPTED into unstable

2011-06-12 Thread Debian FTP Masters



Accepted:
jbossas4_4.2.3.GA-5.debian.tar.gz
  to main/j/jbossas4/jbossas4_4.2.3.GA-5.debian.tar.gz
jbossas4_4.2.3.GA-5.dsc
  to main/j/jbossas4/jbossas4_4.2.3.GA-5.dsc
jbossas4_4.2.3.GA-5_all.deb
  to main/j/jbossas4/jbossas4_4.2.3.GA-5_all.deb
libjboss-aspects-java_4.2.3.GA-5_all.deb
  to main/j/jbossas4/libjboss-aspects-java_4.2.3.GA-5_all.deb
libjboss-cluster-java_4.2.3.GA-5_all.deb
  to main/j/jbossas4/libjboss-cluster-java_4.2.3.GA-5_all.deb
libjboss-connector-java_4.2.3.GA-5_all.deb
  to main/j/jbossas4/libjboss-connector-java_4.2.3.GA-5_all.deb
libjboss-deployment-java_4.2.3.GA-5_all.deb
  to main/j/jbossas4/libjboss-deployment-java_4.2.3.GA-5_all.deb
libjboss-ejb3-java_4.2.3.GA-5_all.deb
  to main/j/jbossas4/libjboss-ejb3-java_4.2.3.GA-5_all.deb
libjboss-ejb3x-java_4.2.3.GA-5_all.deb
  to main/j/jbossas4/libjboss-ejb3x-java_4.2.3.GA-5_all.deb
libjboss-j2ee-java_4.2.3.GA-5_all.deb
  to main/j/jbossas4/libjboss-j2ee-java_4.2.3.GA-5_all.deb
libjboss-jms-java_4.2.3.GA-5_all.deb
  to main/j/jbossas4/libjboss-jms-java_4.2.3.GA-5_all.deb
libjboss-jmx-java_4.2.3.GA-5_all.deb
  to main/j/jbossas4/libjboss-jmx-java_4.2.3.GA-5_all.deb
libjboss-management-java_4.2.3.GA-5_all.deb
  to main/j/jbossas4/libjboss-management-java_4.2.3.GA-5_all.deb
libjboss-messaging-java_4.2.3.GA-5_all.deb
  to main/j/jbossas4/libjboss-messaging-java_4.2.3.GA-5_all.deb
libjboss-naming-java_4.2.3.GA-5_all.deb
  to main/j/jbossas4/libjboss-naming-java_4.2.3.GA-5_all.deb
libjboss-security-java_4.2.3.GA-5_all.deb
  to main/j/jbossas4/libjboss-security-java_4.2.3.GA-5_all.deb
libjboss-server-java_4.2.3.GA-5_all.deb
  to main/j/jbossas4/libjboss-server-java_4.2.3.GA-5_all.deb
libjboss-system-java_4.2.3.GA-5_all.deb
  to main/j/jbossas4/libjboss-system-java_4.2.3.GA-5_all.deb
libjboss-test-java_4.2.3.GA-5_all.deb
  to main/j/jbossas4/libjboss-test-java_4.2.3.GA-5_all.deb
libjboss-transaction-java_4.2.3.GA-5_all.deb
  to main/j/jbossas4/libjboss-transaction-java_4.2.3.GA-5_all.deb
libjboss-webservices-java_4.2.3.GA-5_all.deb
  to main/j/jbossas4/libjboss-webservices-java_4.2.3.GA-5_all.deb


Override entries for your package:
jbossas4_4.2.3.GA-5.dsc - source java
jbossas4_4.2.3.GA-5_all.deb - optional java
libjboss-aspects-java_4.2.3.GA-5_all.deb - optional java
libjboss-cluster-java_4.2.3.GA-5_all.deb - optional java
libjboss-connector-java_4.2.3.GA-5_all.deb - optional java
libjboss-deployment-java_4.2.3.GA-5_all.deb - optional java
libjboss-ejb3-java_4.2.3.GA-5_all.deb - optional java
libjboss-ejb3x-java_4.2.3.GA-5_all.deb - optional java
libjboss-j2ee-java_4.2.3.GA-5_all.deb - optional java
libjboss-jms-java_4.2.3.GA-5_all.deb - optional java
libjboss-jmx-java_4.2.3.GA-5_all.deb - optional java
libjboss-management-java_4.2.3.GA-5_all.deb - optional java
libjboss-messaging-java_4.2.3.GA-5_all.deb - optional java
libjboss-naming-java_4.2.3.GA-5_all.deb - optional java
libjboss-security-java_4.2.3.GA-5_all.deb - optional java
libjboss-server-java_4.2.3.GA-5_all.deb - optional java
libjboss-system-java_4.2.3.GA-5_all.deb - optional java
libjboss-test-java_4.2.3.GA-5_all.deb - optional java
libjboss-transaction-java_4.2.3.GA-5_all.deb - optional java
libjboss-webservices-java_4.2.3.GA-5_all.deb - optional java

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 625986 


Thank you for your contribution to Debian.

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


Bug#630341: rhino: Incorrect handling of denormalized numbers

2011-06-12 Thread Witold Baryluk
Package: rhino
Version: 1.7R2-4
Severity: important

Probably some memory corruption in to string conversion

js m = 2.2250738585072014e-308
2.2250738585072014e-308
js m * 0.99
F.028231199221293e-309
js m * 0.999
F.228487846486944e-309
js m * 0.98
E.805723813370573e-309
js m * 0.95
E.13820165581841e-309
js m * 0.91
D.248172112415536e-309
js m * 0.8
A.80059086805761e-309
js m * 0.5
;.125369292536007e-309
js m * 0.4
8.900295434028804e-309
js m * 0.6
=.35044315104321e-309
js m * 0.7
?.57551700955041e-309
js


Regards,
Witek



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

Kernel: Linux 2.6.39-1-686-pae (SMP w/1 CPU core)
Locale: LANG=pl_PL.utf8, LC_CTYPE=pl_PL.utf8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.utf8)
Shell: /bin/sh linked to /bin/dash

Versions of packages rhino depends on:
ii  default-jre-headless [java5 1:1.6-40 Standard Java or Java compatible R
ii  gcj-4.4-jre-headless [java5 4.4.6-6  Java runtime environment using GIJ
ii  gcj-4.6-jre-headless [java5 4.6.0-13 Java runtime environment using GIJ
ii  gij-4.3 [java5-runtime-head 4.3.4-4  The GNU Java bytecode interpreter
ii  libjline-java   0.9.94-5 Java library for handling console 
ii  openjdk-6-jre-headless [jav 6b18-1.8.7-5 OpenJDK Java runtime, using Hotspo
ii  sun-java6-jre [java5-runtim 6.26-1   Sun Java(TM) Runtime Environment (

rhino recommends no packages.

Versions of packages rhino suggests:
pn  rhino-doc none (no description available)

-- no debconf information



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