Bug#404704: commons-daemon: FTBFS (ppc64): Please update src/native/unix/support/config.{sub, guess}

2006-12-28 Thread Andreas Jochens
Hello,

On 06-Dec-28 19:25, Marcus Better wrote:
 Hi,
 
 please test if you can build this version:
 http://mentors.debian.net/debian/pool/main/c/commons-daemon/commons-daemon_1.0.2~svn20061127-5~test1.dsc

this version builds fine on ppc64. Thank you for your help!

Regards
Andreas Jochens



___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Bug#404704: commons-daemon: FTBFS (ppc64): Please update src/native/unix/support/config.{sub, guess}

2006-12-27 Thread Andreas Jochens
Package: commons-daemon
Version: 1.0.2~svn20061127-4
Severity: wishlist
Tags: patch

When building 'commons-daemon' on ppc64/unstable, I get the following error:

dh_clean
 debian/rules build
cd src/native/unix; autoconf
dh_testdir
cd src/native/unix; ./configure --build powerpc64-linux-gnu 
--with-java=/usr/lib/jvm/java-gcj
*** Current host ***
checking build system type... Invalid configuration `powerpc64-linux-gnu': 
machine `powerpc64' not recognized
configure: error: /bin/sh ./support/config.sub powerpc64-linux-gnu failed
make: *** [config-stamp] Error 1

With the attached patch 'commons-daemon' can be compiled on ppc64.

The patch adds an automatic update of the files

src/native/unix/support/config.{sub,guess}

to debian/rules.

Regards
Andreas Jochens

diff -urN ../tmp-orig/commons-daemon-1.0.2~svn20061127/debian/rules 
./debian/rules
--- ../tmp-orig/commons-daemon-1.0.2~svn20061127/debian/rules   2006-12-27 
16:30:59.0 +
+++ ./debian/rules  2006-12-27 15:57:35.0 +
@@ -69,6 +69,8 @@
-rm -f src/native/unix/{Makefile,Makedefs,native/Makefile}
cp -f /usr/share/misc/config.sub $(NATIVE_SRC)/config.sub
cp -f /usr/share/misc/config.guess $(NATIVE_SRC)/config.guess
+   cp -f /usr/share/misc/config.sub $(NATIVE_SRC)/support/config.sub
+   cp -f /usr/share/misc/config.guess $(NATIVE_SRC)/support/config.guess
dh_clean
 
 install: install-arch install-indep


___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Bug#396334: libcommons-jexl-java: FTBFS: /libcommons-jexl-java-1.0/build.xml:46: Error running jikes compiler

2006-11-03 Thread Andreas Jochens
tags 396334 +patch
thanks

Hello,

with the attached patch 'libcommons-jexl-java' can be built on unstable.

Regards
Andreas Jochens

diff -urN ../tmp-orig/libcommons-jexl-java-1.0/debian/rules ./debian/rules
--- ../tmp-orig/libcommons-jexl-java-1.0/debian/rules   2006-11-03 
13:25:44.0 +
+++ ./debian/rules  2006-11-03 13:25:39.0 +
@@ -11,9 +11,7 @@
 JLIBS = /usr/share/java
 
 JAVA_HOME_DIRS   := /usr/lib/jvm/java-gcj/
-ANT_HOME := /usr/share/ant
 DEB_JARS := junit commons-logging
-DEB_ANT_COMPILER := jikes
 DEB_ANT_BUILD_TARGET := jar
 #DEB_ANT_TEST_TARGET := test
 


___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Bug#391170: libjazzy-java: Please build with free java

2006-10-05 Thread Andreas Jochens
Package: libjazzy-java
Version: 0.5.1-1
Severity: wishlist
Tags: patch


Hello,


with the attached patch the package builds using the 
free java-gcj-compat-dev.


Regards
Andreas Jochens


diff -urN ../tmp-orig/libjazzy-java-0.5.1/build.xml ./build.xml
--- ../tmp-orig/libjazzy-java-0.5.1/build.xml   2005-06-13 20:47:40.0 
+
+++ ./build.xml 2006-10-05 09:53:53.0 +
@@ -8,7 +8,7 @@
   property name=www value=www/
   property name=javadoc  value=javadoc/
   property name=jedit-config 
value=${src}/com/swabunga/spell/jedit/config/
-  property name=target value=1.1/
+  property name=target value=1.4/
   property name=package value=com.swabunga.spell.event/
   property name=verbose value=false/
   property name=jsdk-lib  value=/
diff -urN ../tmp-orig/libjazzy-java-0.5.1/debian/control ./debian/control
--- ../tmp-orig/libjazzy-java-0.5.1/debian/control  2006-10-05 
09:53:56.0 +
+++ ./debian/control2006-10-05 09:43:28.0 +
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Arnaud Vandyck [EMAIL PROTECTED], Wolfgang Baer [EMAIL 
PROTECTED]
-Build-Depends-Indep: debhelper (= 4.2.30), cdbs (= 0.4.8), jikes, ant, 
j2sdk1.4
+Build-Depends-Indep: debhelper (= 4.2.30), cdbs (= 0.4.8), ant, 
java-gcj-compat-dev
 Standards-Version: 3.6.2
 
 Package: libjazzy-java
diff -urN ../tmp-orig/libjazzy-java-0.5.1/debian/rules ./debian/rules
--- ../tmp-orig/libjazzy-java-0.5.1/debian/rules2006-10-05 
09:53:56.0 +
+++ ./debian/rules  2006-10-05 09:44:14.0 +
@@ -9,10 +9,7 @@
 
 export JITC_PROCESSOR_TYPE=6
 
-JAVA_HOME_DIRS   := /usr/lib/j2sdk1.4-sun /usr/lib/j2sdk1.4-ibm 
/usr/lib/j2sdk1.4-blackdown /usr/lib/j2sdk1.5-sun /usr/local/IBMJava2-ppc-142
-ANT_HOME := /usr/share/ant
-DEB_JARS := /usr/share/ant/lib/ant-launcher.jar
-DEB_ANT_COMPILER := jikes
+JAVA_HOME_DIRS   := /usr/lib/jvm/java-gcj
 DEB_ANT_BUILD_TARGET := library-all javadoc
 
 LIBRARY=jazzy
Binary files ../tmp-orig/libjazzy-java-0.5.1/www/jazzy-applet.jar and 
./www/jazzy-applet.jar differ


___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Bug#391202: libdtdparser-java: FTBFS: /libdtdparser-java-1.21a/build.xml:50: Manifest file: /libdtdparser-java-1.21a/source/mainclass does not exist.

2006-10-05 Thread Andreas Jochens
Package: libdtdparser-java
Version: 1.21a-1
Severity: serious

Hello,

when building 'libdtdparser-java' in a clean unstable chroot,
I get the following error:

makejar:
  [jar] JARs are never empty, they contain at least a manifest file

BUILD FAILED
/libdtdparser-java-1.21a/build.xml:39: The following error occurred while 
executing this line:
/libdtdparser-java-1.21a/build.xml:50: Manifest file: 
/libdtdparser-java-1.21a/source/mainclass does not exist.

Total time: 4 seconds
make: *** [debian/stamp-ant-build] Error 1

Regards
Andreas Jochens


___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Bug#379530: libjaxp1.3-java: FTBFS: Missing Build-Depends on 'gcj'

2006-08-01 Thread Andreas Jochens
On 06-Aug-01 10:19, Arnaud Vandyck wrote:
  I used the following commands:
  
  # apt-get remove gcj
  # apt-get build-dep libjaxp1.3-java
  # dpkg-buildpackage
 
 Is the option APT::Get::Arch-Only is set to no?

I used the above commands inside a chroot which was freshly created 
with debootstrap. I did not use any special options.

Regards
Andreas Jochens


___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Bug#379530: libjaxp1.3-java: FTBFS: Missing Build-Depends on 'gcj'

2006-08-01 Thread Andreas Jochens
On 06-Aug-01 15:39, Arnaud Vandyck wrote:
 Andreas Jochens wrote:
  # apt-get remove gcj
  # apt-get build-dep libjaxp1.3-java
  # dpkg-buildpackage
  Is the option APT::Get::Arch-Only is set to no?
  
  I used the above commands inside a chroot which was freshly created 
  with debootstrap. I did not use any special options.
 
 Is java-gcj-compat-dev installed?

Yes. The problem is that gcj is not pulled in by java-gcj-compat-dev.
java-gcj-compat-dev depends on gcj-4.1 but _not_ on gcj. Consequently,
the gcj command is not available without an explicit Build-Depends on 
gcj.

BTW, thanks for looking at this issue.

Regards
Andreas Jochens



___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Bug#379530: libjaxp1.3-java: FTBFS: Missing Build-Depends on 'gcj'

2006-07-31 Thread Andreas Jochens
Hello,

On 06-Jul-31 14:50, Arnaud Vandyck wrote:
  # An alternative would be to build the classes using GCJ
  gcj -C -O2 -d build `find javax org -name \*.java`
  /bin/sh: gcj: command not found
  make: *** [debian/build-stamp] Error 127
  
  Please add the missing Build-Depends on 'gcj' to debian/control.
 
 libjaxp1.3-java Build-Depends-Indep on java-gcj-compat-dev which depends
 on gcj-4.1, so it should build without problem.
 
 How did you try to build the package? Can you provide the exact command
 you type to build the package?

I used the following commands:

# apt-get remove gcj
# apt-get build-dep libjaxp1.3-java
# dpkg-buildpackage

Regards
Andreas Jochens


___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Bug#376107: libbsf-java: FTBFS: .orig.tar.gz missing and Build-Dependencies can not be satisfied

2006-06-30 Thread Andreas Jochens
Package: libbsf-java
Version: 1:2.3.0+cvs20050308-6
Severity: serious

When trying to build 'libbsf-java' in a clean unstable chroot,
I get the following error:

aj:/# apt-get source libbsf-java
Reading package lists... Done
Building dependency tree... Done
Need to get 213kB of source archives.
Get:1 http://ftp.de.debian.org sid/main libbsf-java 1:2.3.0+cvs20050308-6 (dsc) 
[872B]
Err http://ftp.de.debian.org sid/main libbsf-java 1:2.3.0+cvs20050308-6 (tar)
  404 Not Found
Get:2 http://ftp.de.debian.org sid/main libbsf-java 1:2.3.0+cvs20050308-6 
(diff) [5750B]
Fetched 6622B in 0s (30.6kB/s)
Failed to fetch 
http://ftp.de.debian.org/debian/pool/main/libb/libbsf-java/libbsf-java_2.3.0+cvs20050308.orig.tar.gz
  404 Not Found
E: Failed to fetch some archives.

and also:

# apt-get build-dep libbsf-java
Reading package lists... Done
Building dependency tree... Done
E: Build-dependencies for libbsf-java could not be satisfied.

Regards
Andreas Jochens


___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Bug#338205: lucene: FTBFS: Failed to fetch http://ftp.de.debian.org/debian/pool/main/l/lucene/lucene_1.4.3.orig.tar.gz 404 Not Found

2006-06-28 Thread Andreas Jochens
found 338205 1.4.3-10
thanks

Hello,

the source for 'lucene' is still not available in main:

# apt-get source lucene
Reading package lists... Done
Building dependency tree... Done
Need to get 785kB of source archives.
Get:1 http://ftp.de.debian.org sid/main lucene 1.4.3-10 (dsc) [837B]
Err http://ftp.de.debian.org sid/main lucene 1.4.3-10 (tar)
  404 Not Found
Get:2 http://ftp.de.debian.org sid/main lucene 1.4.3-10 (diff) [16.2kB]
Fetched 17.1kB in 1s (13.4kB/s)
Failed to fetch 
http://ftp.de.debian.org/debian/pool/main/l/lucene/lucene_1.4.3.orig.tar.gz  
404 Not Found
E: Failed to fetch some archives.

Regards
Andreas Jochens


___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Bug#360542: argouml: FTBFS: Failed to satisfy Build-Depends-Indep dependency for argouml: mime-codecs

2006-04-02 Thread Andreas Jochens
Package: argouml
Version: 0.19.6-2
Severity: serious
Tags: patch


When building 'argouml' on unstable, I get the following error:


Building argouml unstable main amd64...
Reading package lists...
Building dependency tree...
E: Package mime-codecs has no installation candidate
E: Failed to satisfy Build-Depends-Indep dependency for argouml: mime-codecs
Package mime-codecs is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source


With the attached patch 'argouml' can be compiled on unstable.


Regards
Andreas Jochens


diff -urN ../tmp-orig/argouml-0.19.6/debian/control ./debian/control
--- ../tmp-orig/argouml-0.19.6/debian/control   2006-04-03 02:54:23.0 
+
+++ ./debian/control2006-04-03 02:53:57.0 +
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Arnaud Vandyck [EMAIL PROTECTED]
-Build-Depends-Indep: kaffe | java2-compiler, cdbs (= 0.4.5.3), debhelper ( 
4.0.0), libxerces-java, antlr, liblog4j1.2-java, libgef-java (= 0.10.2), 
libnsuml-java, libocl-argo-java, jikes, ant (=1.5), ant-optional, 
libjdepend-java, junit, libi18n-java (= 0.1.3), libtoolbar-java (= 0.4), 
mime-codecs, libgnujmi-java, libswidgets-java
+Build-Depends-Indep: kaffe | java2-compiler, cdbs (= 0.4.5.3), debhelper ( 
4.0.0), libxerces-java, antlr, liblog4j1.2-java, libgef-java (= 0.10.2), 
libnsuml-java, libocl-argo-java, jikes, ant (=1.5), ant-optional, 
libjdepend-java, junit, libi18n-java (= 0.1.3), libtoolbar-java (= 0.4), 
libgnujmi-java, libswidgets-java
 Standards-Version: 3.6.2
 
 Package: argouml
diff -urN ../tmp-orig/argouml-0.19.6/debian/rules ./debian/rules
--- ../tmp-orig/argouml-0.19.6/debian/rules 2006-04-03 02:54:23.0 
+
+++ ./debian/rules  2006-04-02 18:04:47.0 +
@@ -22,7 +22,7 @@
install -m 644 $(CURDIR)/build/argouml.jar 
$(CURDIR)/debian/argouml/usr/share/java/
install -m 644 $(CURDIR)/build/argouml-model.jar 
$(CURDIR)/debian/argouml/usr/share/java/
install -m 755 $(CURDIR)/debian/argouml.sh 
$(CURDIR)/debian/argouml/usr/bin/argouml
-   base64-decode  debian/argologo32x32.xpm.asc  
$(CURDIR)/debian/argouml/usr/share/pixmaps/argouml_icon.xpm
+   perl -MMIME::Base64 -e 'print decode_base64(join(, ))'  
debian/argologo32x32.xpm.asc  
$(CURDIR)/debian/argouml/usr/share/pixmaps/argouml_icon.xpm
-mkdir $(CURDIR)/debian/argouml-doc/usr/share/doc/argouml-doc/apidoc
-cp -R $(CURDIR)/build/javadocs/* \
 $(CURDIR)/debian/argouml-doc/usr/share/doc/argouml-doc/apidoc


___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Bug#352203: antlr: FTBFS (ppc64): cannot guess build type; you must specify one

2006-03-02 Thread Andreas Jochens
reopen 352203
thanks

Hello,

the config.sub and config.guess scripts are still not updated properly,
because the updated files are copied to the wrong directory in
debian/rules.

The attached patch fixes this.

Regards
Andreas Jochens

diff -urN ../tmp-orig/antlr-2.7.6/debian/rules ./debian/rules
--- ../tmp-orig/antlr-2.7.6/debian/rules2006-03-02 14:49:37.0 
+
+++ ./debian/rules  2006-03-02 14:49:15.0 +
@@ -9,7 +9,7 @@
 configure: configure-stamp
 configure-stamp: autotools
dh_testdir
-   cp /usr/share/misc/config.* .
+   cp /usr/share/misc/config.* scripts
BOOTCLASSPATH=/usr/share/classpath/glibj.zip JAVAC=jikes-classpath 
CLASSPATH=`pwd` JAVA=kaffe \
./configure \
--prefix=/usr \


___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Bug#352203: antlr: FTBFS (ppc64): Please update scripts/config.{guess, sub}

2006-02-10 Thread Andreas Jochens
Package: antlr
Version: 2.7.6-2
Severity: wishlist
Tags: patch

When building 'antlr' on ppc64/unstable, I get the following error:

UNAME_MACHINE = ppc64
UNAME_RELEASE = 2.6.14-2-ppc64
UNAME_SYSTEM  = Linux
UNAME_VERSION = #1 SMP Sun Nov 27 06:36:32 UTC 2005
configure: error: cannot guess build type; you must specify one
make: *** [configure-stamp] Error 1

This is caused by outdated config.{guess,sub} files in the scripts
directory.

With the attached patch 'antlr' can be compiled on ppc64.

Regards
Andreas Jochens

diff -urN ../tmp-orig/antlr-2.7.6/debian/rules ./debian/rules
--- ../tmp-orig/antlr-2.7.6/debian/rules2006-02-10 11:20:41.0 
+0100
+++ ./debian/rules  2006-02-10 11:19:53.0 +0100
@@ -9,6 +9,7 @@
 configure: configure-stamp
 configure-stamp: autotools
dh_testdir
+   cp /usr/share/misc/config.{guess,sub} scripts
BOOTCLASSPATH=/usr/share/classpath/glibj.zip JAVAC=jikes-classpath 
CLASSPATH=`pwd` JAVA=kaffe \
./configure \
--prefix=/usr \


___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Bug#329325: libgef-java: Please use 'kaffe'

2005-09-21 Thread Andreas Jochens
Package: libgef-java
Version: 0.11.1-1
Severity: wishlist
Tags: patch

Please use 'kaffe' to build the package. It seems to build fine with 'kaffe'.

Regards
Andreas Jochens

diff -urN ../tmp-orig/libgef-java-0.11.1/debian/control ./debian/control
--- ../tmp-orig/libgef-java-0.11.1/debian/control   2005-09-21 
06:52:57.0 +
+++ ./debian/control2005-09-21 06:52:48.0 +
@@ -3,12 +3,12 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Arnaud Vandyck [EMAIL PROTECTED]
-Build-Depends-Indep: j2sdk1.3 | j2sdk1.4 | java2-compiler, debhelper (= 
4.1.0), cdbs (= 0.4.5.3), libxerces-java, liblog4j1.2-java, ant, jikes, 
libcommons-logging-java
+Build-Depends-Indep: kaffe, debhelper (= 4.1.0), cdbs (= 0.4.5.3), 
libxerces-java, liblog4j1.2-java, ant, jikes, libcommons-logging-java
 Standards-Version: 3.6.2
 
 Package: libgef-java
 Architecture: all
-Depends: j2re1.4 | java2-runtime, libxerces-java, liblog4j1.2-java, 
libcommons-logging-java
+Depends: kaffe | j2re1.4 | java2-runtime, libxerces-java, liblog4j1.2-java, 
libcommons-logging-java
 Description: Graph Editing Framework written entirely in Java
  This lib is needed by ArgoUML but can be used within different applications.
  .
diff -urN ../tmp-orig/libgef-java-0.11.1/debian/rules ./debian/rules
--- ../tmp-orig/libgef-java-0.11.1/debian/rules 2005-09-21 06:52:57.0 
+
+++ ./debian/rules  2005-09-21 06:51:50.0 +
@@ -13,7 +13,7 @@
 include /usr/share/cdbs/1/class/ant.mk
 #include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
-JAVA_HOME_DIRS   := /usr/local/IBMJava2-ppc-142 /usr/lib/j2se/1.4 
/usr/lib/j2se/1.3
+JAVA_HOME_DIRS   := /usr/lib/kaffe
 ANT_HOME := /usr/share/ant
 DEB_JARS := log4j-1.2 xerces $(ANT_HOME)/lib/ant-launcher.jar 
commons-logging
 DEB_ANT_COMPILER := jikes


___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Bug#328929: gjdoc: FTBFS: Missing Build-Depends on 'java-gcj-compat-dev'

2005-09-18 Thread Andreas Jochens
Package: gjdoc
Version: 0.7.5-3
Severity: serious
Tags: patch

When building 'gjdoc' in a clean 'unstable' chroot,
I get the following error:

checking whether stripping libraries is possible... yes
You have no CLASSPATH, I hope it is good
checking for uudecode... no
configure: WARNING: I have to compile Test.class from scratch
checking if /usr/bin/gcj-wrapper-4.0 works... configure: error: The Java 
compiler /usr/bin/gcj-wrapper-4.0 failed (see config.log, check the CLASSPATH?)
make: *** [config.status] Error 1

Please add the missing Build-Depends on 'java-gcj-compat-dev'
to debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/gjdoc-0.7.5/debian/control ./debian/control
--- ../tmp-orig/gjdoc-0.7.5/debian/control  2005-09-18 09:05:02.0 
+
+++ ./debian/control2005-09-18 09:04:58.0 +
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Mark Howard [EMAIL PROTECTED], Takashi Okamoto [EMAIL 
PROTECTED], Arnaud Vandyck [EMAIL PROTECTED], Michael Koch [EMAIL 
PROTECTED]
-Build-Depends: debhelper ( 4), cdbs, java-gcj-compat [!m68k !mips !mipsel], 
sablevm [m68k mips mipsel], antlr (= 2.7.1), tetex-bin, perl
+Build-Depends: debhelper, cdbs, java-gcj-compat-dev [!m68k !mips !mipsel], 
sablevm [m68k mips mipsel], antlr (= 2.7.1), tetex-bin, perl
 Standards-Version: 3.6.2
 
 Package: gjdoc


___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers