Petr Salinger wrote: > Package: jetty > Version: 6.1.22-1 > User: [email protected] > Usertags: kfreebsd > > > Hi, > > please build libjetty-extra on all architectures. > > The proper solution seems be to use default-jdk, > which depends on appropriate arch specific java package, > currently openjdk and gcj. > > Patch have been build tested on kfreebsd-amd64. > > Petr > > diff -u jetty-6.1.22/debian/rules jetty-6.1.22/debian/rules > --- jetty-6.1.22/debian/rules > +++ jetty-6.1.22/debian/rules > @@ -6,7 +6,7 @@ > > PACKAGE := $(DEB_SOURCE_PACKAGE) > VERSION := $(DEB_UPSTREAM_VERSION) > -JAVA_HOME := /usr/lib/jvm/java-6-openjdk > +JAVA_HOME := /usr/lib/jvm/default-java > ANT_HOME := /usr/share/ant > DEB_JARS := servlet-api-2.5 slf4j-api mx4j mx4j-tools > gnumail activation commons-daemon > DEB_ANT_BUILD_TARGET := package > diff -u jetty-6.1.22/debian/control jetty-6.1.22/debian/control > --- jetty-6.1.22/debian/control > +++ jetty-6.1.22/debian/control > @@ -5,7 +5,7 @@ > Uploaders: Michael Koch <[email protected]>, Thierry Carrez > <[email protected]>, > Ludovic Claude <[email protected]>, Torsten Werner > <[email protected]>, > Niels Thykier <[email protected]>, Pablo Duboue <[email protected]> > -Build-Depends: debhelper (>= 6), cdbs (>> 0.4.5.3), openjdk-6-jdk, ant, > maven-repo-helper, > +Build-Depends: debhelper (>= 6), cdbs (>> 0.4.5.3), default-jdk, ant, > maven-repo-helper, > libservlet2.5-java, libslf4j-java, libmx4j-java, libgnumail-java, > libgnujaf-java, libcommons-daemon-java, quilt > Standards-Version: 3.8.3 > > > > > __ > This is the maintainer address of Debian's Java team > <http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. > Please use > [email protected] for discussions and questions. >
Hi
I just noticed this:
jetty (6.1.19-1) experimental; urgency=low
[...]
* Use openjdk-6-jdk for the build; add a Build-Depends on this
package. Required to build the javadoc.
[...]
jetty (6.1.18-1) unstable; urgency=low
[Ludovic Claude]
* Add myself to Uploaders.
* Change the build dependency on java-gcj to default-jdk.
...
So it would appear that it was deliberately changed from default-jdk.
Although the request appears reasonable - perhaps gcj works again for jetty?
~Niels
signature.asc
Description: OpenPGP digital signature
__ This is the maintainer address of Debian's Java team <http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please use [email protected] for discussions and questions.

