[Git][java-team/hsqldb] Pushed new branch bookworm

2023-06-19 Thread Rene Engelhard (@rene)


Rene Engelhard pushed new branch bookworm at Debian Java Maintainers / hsqldb

-- 
View it on GitLab: https://salsa.debian.org/java-team/hsqldb/-/tree/bookworm
You're receiving this email because of your account on salsa.debian.org.


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


[Git][java-team/hsqldb][bullseye] 2 commits: fix CVE-2023-1183

2023-06-19 Thread Rene Engelhard (@rene)


Rene Engelhard pushed to branch bullseye at Debian Java Maintainers / hsqldb


Commits:
a768daa1 by Rene Engelhard at 2023-06-15T23:10:31+02:00
fix CVE-2023-1183

- - - - -
0eeccaf4 by Rene Engelhard at 2023-06-17T12:51:54+02:00
update CVE-2023-1183.diff

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/CVE-2023-1183.diff
- debian/patches/series


Changes:

=
debian/changelog
=
@@ -1,3 +1,11 @@
+hsqldb (2.5.1-1+deb11u2) bullseye-security; urgency=medium
+
+  * Team upload.
+
+  * fix CVE-2023-1183 
+
+ -- Rene Engelhard   Sat, 17 Jun 2023 12:51:34 +0200
+
 hsqldb (2.5.1-1+deb11u1) bullseye-security; urgency=high
 
   * Team upload.


=
debian/patches/CVE-2023-1183.diff
=
@@ -0,0 +1,26 @@
+diff --git a/hsqldb/src/org/hsqldb/StatementCommand.java 
b/hsqldb/src/org/hsqldb/StatementCommand.java
+index ab29d28..eaef1ab 100644
+--- a/hsqldb/src/org/hsqldb/StatementCommand.java
 b/hsqldb/src/org/hsqldb/StatementCommand.java
+@@ -963,6 +963,10 @@ public class StatementCommand extends Statement {
+ try {
+ session.checkAdmin();
+ 
++if (session.isProcessingScript() || 
session.isProcessingLog()) {
++return Result.updateZeroResult;
++}
++
+ if (name == null) {
+ return session.database.getScript(false);
+ } else {
+@@ -1028,6 +1032,10 @@ public class StatementCommand extends Statement {
+ int mode = ((Integer) 
arguments[1]).intValue();
+ Boolean isVersioning = (Boolean) arguments[2];
+ 
++if (session.isProcessingScript() || 
session.isProcessingLog()) {
++return Result.updateZeroResult;
++}
++
+ return ScriptLoader.loadScriptData(
+ session, pathName, mode, isVersioning.booleanValue());
+ } catch (HsqlException e) {


=
debian/patches/series
=
@@ -1 +1,2 @@
 CVE-2022-41853.patch
+CVE-2023-1183.diff



View it on GitLab: 
https://salsa.debian.org/java-team/hsqldb/-/compare/e28073a39e82e541501b2450b82143acd3c57715...0eeccaf4c3b29a425bc27dad534ec7a672bec3da

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/hsqldb/-/compare/e28073a39e82e541501b2450b82143acd3c57715...0eeccaf4c3b29a425bc27dad534ec7a672bec3da
You're receiving this email because of your account on salsa.debian.org.


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


[pkg-java] r19331 - trunk/saxonb/debian

2018-04-02 Thread Rene Engelhard
Author: rene
Date: 2018-04-02 09:07:24 + (Mon, 02 Apr 2018)
New Revision: 19331

Modified:
   trunk/saxonb/debian/changelog
   trunk/saxonb/debian/control
Log:
remove myself from Uploaders:

Modified: trunk/saxonb/debian/changelog
===
--- trunk/saxonb/debian/changelog   2018-03-30 20:57:38 UTC (rev 19330)
+++ trunk/saxonb/debian/changelog   2018-04-02 09:07:24 UTC (rev 19331)
@@ -1,3 +1,10 @@
+saxonb (9.1.0.8+dfsg-2) UNRELEASED; urgency=medium
+
+  [ Rene Engelhard ]
+  * remove myself from Uploaders: 
+
+ -- Rene Engelhard <r...@debian.org>  Mon, 02 Apr 2018 11:06:53 +0200
+
 saxonb (9.1.0.8+dfsg-1) unstable; urgency=low
 
   * Non-free upstream source removed, dfsg suffix added (Closes: #721925)

Modified: trunk/saxonb/debian/control
===
--- trunk/saxonb/debian/control 2018-03-30 20:57:38 UTC (rev 19330)
+++ trunk/saxonb/debian/control 2018-04-02 09:07:24 UTC (rev 19331)
@@ -2,7 +2,7 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
-Uploaders: Rene Engelhard <r...@debian.org>, Eugene Zhukov 
<jevgeni...@gmail.com>
+Uploaders: Eugene Zhukov <jevgeni...@gmail.com>
 Build-Depends: debhelper (>= 7), cdbs, default-jdk, ant (>= 1.7), 
maven-repo-helper
 Build-Depends-Indep: libdom4j-java, libjdom1-java, libxom-java
 Standards-Version: 3.9.4


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


[lucene2] branch master updated (b02a65d -> 2510986)

2018-03-20 Thread Rene Engelhard
This is an automated email from the git hooks/post-receive script.

rene pushed a change to branch master
in repository lucene2.

  from  b02a65d   Use compat level 9 and require debhelper >= 9.
   new  2510986   remove myself from Uploaders:

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 7 +++
 debian/control   | 3 +--
 2 files changed, 8 insertions(+), 2 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/lucene2.git

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


[lucene2] 01/01: remove myself from Uploaders:

2018-03-20 Thread Rene Engelhard
This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch master
in repository lucene2.

commit 251098607bb85d0fb636d1a39645cfaf8a708dab
Author: Rene Engelhard <r...@rene-engelhard.de>
Date:   Tue Mar 20 09:21:17 2018 +0100

remove myself from Uploaders:
---
 debian/changelog | 7 +++
 debian/control   | 3 +--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 949a8b8..fcef162 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+lucene2 (2.9.4+ds1-7) UNRELEASED; urgency=medium
+
+  [ Rene Engelhard]
+  * remove myself from Uploaders:
+
+ -- Rene Engelhard <r...@debian.org>  Tue, 20 Mar 2018 09:20:34 +0100
+
 lucene2 (2.9.4+ds1-6) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 985e8c1..a16796a 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,7 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
 Uploaders: Barry Hawkins <ba...@alltc.com>,
-   Jeff Breidenbach <j...@debian.org>,
-   Rene Engelhard <r...@debian.org>
+   Jeff Breidenbach <j...@debian.org>
 Build-Depends: ant-contrib,
ant-optional (>= 1.8),
cdbs (>= 0.4.49),

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/lucene2.git

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


[pentaho-reporting-flow-engine] annotated tag debian/0.9.4-5 created (now b2af4b9)

2017-12-16 Thread Rene Engelhard
This is an automated email from the git hooks/post-receive script.

rene pushed a change to annotated tag debian/0.9.4-5
in repository pentaho-reporting-flow-engine.

at  b2af4b9   (tag)
   tagging  ed9fa08ff961afd729d70e9f417602f2c07b695e (commit)
  replaces  debian/0.9.4-4
 tagged by  Rene Engelhard
on  Sat Dec 16 16:05:42 2017 +

- Log -
pentaho-reporting-flow-engine Debian release 0.9.4-5

Rene Engelhard (4):
  fix jfreereport symlink (closes: #702858)
  update changelog
  change build-dependency from bsh to libbsh-java
  update changelog

tony mancill (10):
  interim changelog
  update Vcs URLs for migration to git
  bump Standards-Version to 3.9.8
  use debhelper 10
  drop dependency on dpatch
  disable timestamps in javadoc (Closes: #859976)
  modernize debian/rules
  add build-dep on quilt and ${misc:Depends}
  interim changelog
  add boilerplate README.source

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/pentaho-reporting-flow-engine.git

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


[pentaho-reporting-flow-engine] 04/04: update changelog

2017-12-16 Thread Rene Engelhard
This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch master
in repository pentaho-reporting-flow-engine.

commit ed9fa08ff961afd729d70e9f417602f2c07b695e
Author: Rene Engelhard <r...@rene-engelhard.de>
Date:   Sat Dec 16 16:05:24 2017 +

update changelog
---
 debian/changelog | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/changelog b/debian/changelog
index 4e87060..4a1c1d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ pentaho-reporting-flow-engine (0.9.4-5) unstable; 
urgency=medium
 
   [ Rene Engelhard ]
   * fix jfreereport symlink (closes: #702858)
+  * change build-dependency from bsh to libbsh-java
 
  -- Rene Engelhard <r...@debian.org>  Sat, 16 Dec 2017 16:01:36 +
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/pentaho-reporting-flow-engine.git

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


[pentaho-reporting-flow-engine] branch master updated (ec30f2c -> ed9fa08)

2017-12-16 Thread Rene Engelhard
This is an automated email from the git hooks/post-receive script.

rene pushed a change to branch master
in repository pentaho-reporting-flow-engine.

  from  ec30f2c   add boilerplate README.source
   new  a97eaa6   fix jfreereport symlink (closes: #702858)
   new  3a47d8d   update changelog
   new  7c4a7e3   change build-dependency from bsh to libbsh-java
   new  ed9fa08   update changelog

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog   | 11 ---
 debian/control |  2 +-
 debian/libpentaho-reporting-flow-engine-java.links |  2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/pentaho-reporting-flow-engine.git

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


[pentaho-reporting-flow-engine] 02/04: update changelog

2017-12-16 Thread Rene Engelhard
This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch master
in repository pentaho-reporting-flow-engine.

commit 3a47d8d1d036827a25c8f76317c7fc21c1a2fa7c
Author: Rene Engelhard <r...@rene-engelhard.de>
Date:   Sat Dec 16 16:02:11 2017 +

update changelog
---
 debian/changelog | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7a0e8fb..4e87060 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
-pentaho-reporting-flow-engine (0.9.4-5) UNRELEASED; urgency=medium
+pentaho-reporting-flow-engine (0.9.4-5) unstable; urgency=medium
 
-  * Team upload.
+  [ tony mancill ]
   * moved the package to git
   * update Vcs URLs for migration to git
   * bump Standards-Version to 3.9.8
@@ -8,8 +8,12 @@ pentaho-reporting-flow-engine (0.9.4-5) UNRELEASED; 
urgency=medium
   * drop dependency on dpatch and add dependency on quilt
   * disable timestamps in javadoc (Closes: #859976)
   * update debian/rule to use DH sequencer
+  * add boilerplate README.source
 
- -- tony mancill <tmanc...@debian.org>  Mon, 10 Apr 2017 21:22:51 -0700
+  [ Rene Engelhard ]
+  * fix jfreereport symlink (closes: #702858)
+
+ -- Rene Engelhard <r...@debian.org>  Sat, 16 Dec 2017 16:01:36 +
 
 pentaho-reporting-flow-engine (0.9.4-4) unstable; urgency=low
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/pentaho-reporting-flow-engine.git

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


[pentaho-reporting-flow-engine] 01/04: fix jfreereport symlink (closes: #702858)

2017-12-16 Thread Rene Engelhard
This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch master
in repository pentaho-reporting-flow-engine.

commit a97eaa6b0dfb0c6e538478ed5e83c48735969c43
Author: Rene Engelhard <r...@rene-engelhard.de>
Date:   Sat Dec 16 16:01:22 2017 +

fix jfreereport symlink (closes: #702858)
---
 debian/libpentaho-reporting-flow-engine-java.links | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/libpentaho-reporting-flow-engine-java.links 
b/debian/libpentaho-reporting-flow-engine-java.links
index 40cbb2e..9752936 100644
--- a/debian/libpentaho-reporting-flow-engine-java.links
+++ b/debian/libpentaho-reporting-flow-engine-java.links
@@ -1 +1 @@
-usr/share/java/pentaho-reporting-flow-engine.jar usr/share/java/jfreereport.jar
+usr/share/java/flow-engine.jar usr/share/java/jfreereport.jar

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/pentaho-reporting-flow-engine.git

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


Bug#875340: FTBFS with Java 9: getPeer()

2017-09-10 Thread Rene Engelhard
Hi,

On Sun, Sep 10, 2017 at 08:07:12PM +0100, Chris West wrote:
> getPeer() has been removed. The use here looks horrible, and exactly why
> getPeer() was removed:
> 
> /* 
> Here's the really disguisting hack.
> We have to get to the peer because TextComponent will refuse to
> let us set us set a caret position greater than the text length.
> Great.  What a piece of crap.
> */
> public void setCaretPosition( int pos ) {
> ((java.awt.peer.TextComponentPeer)getPeer()).setCaretPosition( 
> pos + countNLs() );
> }
> 

JFTR, LO did just remove it

https://cgit.freedesktop.org/libreoffice/core/commit/?id=f20810a1318a8dd55cb01e42a0fde7f0e1b36623

Regards,

Rene

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#862135: 1.14, obviously...

2017-05-08 Thread Rene Engelhard
retitle 862135 src:zookeeper: FTBFS with cppunit 1.14 
AM_PATH_CPPUNIT/cppunit-config removed)
retitle 862134 src:drumgizmo: FTBFS with cppunit 1.14 
(AM_PATH_CPPUNIT/cppunit-config removed)
retitle 862133 src:gnuradio: FTBFS with cppunit 1.14 (no C++11 support, 
required by cppunit)
retitle 862132 src:jags: FTBFS with cppunit 1.14 (cppunit-config removed, 
errors ignored)
retitle 862131 src:rtorrent: FTBFS with cppunit 1.14 
(AM_PATH_CPPUNIT/cppunit-config removed)
retitle 862130 src:mpd: FTBFS with cppunit 1.14 ("cannot use typeid with 
-fno-rtti")
retitle 862129 src:libtorrent: FTBFS with cppunit 1.14 
(AM_PATH_CPPUNIT/cppunit-config removed)
retitle 862128 src:ola: FTBFS with cppunit 1.14
retitle 862127 src:sipxtapi: FTBFS with cppunit 1.14 
(AM_PATH_CPPUNIT/cppunit-config removed)
retitle 862126 src:zipios++: FTBFS with cppunit 1.14 (cppunit-config removed, 
errors ignored)
retitle 862125 src:libfilezilla: FTBFS with cppunit 1.14 (cppunit-config 
removed, errors ignored)
thanks

Regards,
  
Rene

Hi,

gah. I apparently shouldn't type stuff manually when tired

of course everywhere where I said 0.14 I mean 1.14 :)

Regards,

Rene

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#862135: src:zookeeper: FTBFS with cppunit 0.14 (AM_PATH_CPPUNIT/cppunit-config removed)

2017-05-08 Thread Rene Engelhard
Package: src:zookeeper
Version: 3.4.9-2
Severity: normal

Dear Maintainer,

[ cppunit 0.14 is not in Debian yet, see #861718. Thus normal for now ]

On a rebuild test using ratt I noticed your package doesn't build with
cppunit 0.14:

[...]
# Compile C library
cd src/c && autoreconf -i
configure.ac:37: warning: macro 'AM_PATH_CPPUNIT' not found in library
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
libtoolize: and rerunning libtoolize and aclocal.
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
configure.ac:37: warning: macro 'AM_PATH_CPPUNIT' not found in library
configure.ac:37: error: possibly undefined macro: AM_PATH_CPPUNIT
  If this token and others are legitimate, please use m4_pattern_allow.
  See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
debian/rules:22: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 1
make[1]: Leaving directory '/<>'
debian/rules:19: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
[...]

cppunit 0.14 removed cppunit-config (and thus also /usr/share/aclocal,
which of course then means AM_PATH_CPPUNIT isn't there anymore.)

You should use pkg-config for it now. (that one is available since
long.)

I put my package for testing to
https://people.debian.org/~rene/libreoffice/5.4/cppunit/

Regards,

Rene

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#856693: Drop ant dependency

2017-03-05 Thread Rene Engelhard
Hi,

On Sun, Mar 05, 2017 at 11:32:53AM +0100, Emmanuel Bourg wrote:
> The ant dependency is only used for the excelant tasks [1] (which are
> never used in Debian [2]). Any use of these tasks implicitly means Ant
> is already on the classpath. In this context Ant can be seen as a
> runtime, much like the Servlet API for web based stuff. So I think it
> makes sense to remove the dependency from the binary package.

Yeah. Or making it a Suggests only.

> Splitting ant into ant+libant-java is a good idea, but this can probably
> wait for the Buster development cycle.

True, since it has the dependency already in jessie. Then again, the libreoffice
metapackage got improvements this release cycle:

libreoffice (1:5.2.1-2) unstable; urgency=medium

  * debian/rules: install typesizes.h into
usr/include/$(DEB_HOST_MULTIARCH)/libreoffice/sal/typesizes.h
  * debian/control.in:
- remove libreoffice-report-builder-bin [kfreebsd-i386 kfreebsd-amd64]
  Conflicts: from -core, thanks Jon Boden (closes: #836887)
- rework libreoffice metapackage "dependencies":
  + Recommend everything (except GNOME/KDE integration and similar) which
the upstream .tar.gz contains:
 libreoffice-script-provider-bsh,
 libreoffice-script-provider-js,
 libreoffice-script-provider-python,
 libreoffice-ogltrans,
 libreoffice-librelogo,
 libreoffice-nlpsolver,
 libreoffice-pdfimport,
 libreoffice-report-builder,
 libreoffice-wiki-publisher
 libreoffice-sdbc-postgresql
  + make libreoffice only Recommend the fonts. Mention it recommends
extra stuff like fonts to resemble a upstream install, thanks
Fabian Greffrath (closes: #836416)
- remove obsolete libreoffice-gtk conflicts which makes -core Break: it
  with bin-NMUs; add (intended) -gtk2/-gtk3 ones...

  * merge from Ubuntu:
- uno-libs: Create the libuno_* symlinks in the multiarch libdir

 -- Rene Engelhard <r...@debian.org>  Tue, 13 Sep 2016 04:28:17 +0200

so that libreoffice now pulls this in via libreoffice-report-builder via its 
dependencies.

But given the minimal size saved, yeah, I agree the split isn't that important. 
The dependency
in libapache-poi-java itself can be changed, though, especially given the 
reasons stated by
Emmanuel.

Regards,

Rene

__
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#856693: Drop ant dependency

2017-03-04 Thread Rene Engelhard
Hi,

On Sat, Mar 04, 2017 at 11:40:53AM -0800, tony mancill wrote:
> were causing a serious issue, we could discuss splitting ant into
> something like "ant-bin" (maybe there's a better name) and libant-java,
> so only the latter library package is a dependency of
> libapache-poi-java.  
>
> In that case, I think we would still want to have an "ant" package that
> depended on both the library and the "ant-bin" cli build tools that are
> found in /usr/bin and /usr/share/ant/bin.  Perhaps another reason to

Or simply ant -> libant-java. IMHO no need for a extra ant-bin.

> But in terms of overhead, I don't think there's anything to be concerned
> about, because the ant wrapper scripts are tiny when compared to the jar
> file itself:
> 
> $ du -sh /usr/share/ant/bin
> 40K   /usr/share/ant/bin
> 
> $ du -shL /usr/share/java/ant.jar
> 2.0M  /usr/share/java/ant.jar
> 
> So this seems more like a question of style.  Do you still think the
> severity is important?

Think so, yes. Doesn't the Java policy also say you should split the library
out to a -java, anyways?

Regards,

Rene

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#855046: openjdk-8-jre-headless (jessie-backports), can't update, ca-certificates-java too old

2017-02-13 Thread Rene Engelhard
[ Not the openjdk maintainer, but.. ]

On Mon, Feb 13, 2017 at 03:26:00PM +0100, Henner Heck wrote:
> I can't update openjdk-8-jre-headless from
> 8u111-b14-2~bpo8+1
> to
> 8u121-b13-1~bpo8+1 .
> It breaks ca-certificates-java (<20160321~)
> and the only available ca-certificates-java is 20140324.

Erm, no?

% rmadison ca-certificates-java
ca-certificates-java | 20121112+nmu2   | oldstable| source, all
ca-certificates-java | 20140324| stable   | source, all
ca-certificates-java | 20140324| stable-kfreebsd  | source, all
ca-certificates-java | 20161107~bpo8+1 | jessie-backports | source, all
^^^
ca-certificates-java | 20161107| testing  | source, all
ca-certificates-java | 20161107| unstable | source, all

Besides that, the BTS is not for bpo-specific bugs sind it doesn't know
about bpo versions and gets confused wrt its version tracking.

Regards,

Rene

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#827502: hunspell integration Consts obsolete?

2016-06-17 Thread Rene Engelhard
Package: omegat
Version: 2.3.0.1+dfsg-3
Severity: important

Hi,

On Thu, Jun 16, 2016 at 10:40:46PM -0400, Jeremy Bicha wrote:
> Package:omegat
> Version: 2.3.0.1+dfsg-4
> Severity: serious
> 
> libhunspell-1.3-0 has been replaced by libhunspell-1.4-0 in Debian
> unstable and testing.
> 
> I took a guess at the bug severity. I believe it's a RC issue because
> upgraders who have libhunspell-1.3-0 installed will not receive any
> bugfixes or security updates for that version of the library.

Even worse; are you sure this hunspell integration is even working? I see
(both in stable and testing/unstable) only

--- a/src/org/omegat/util/OConsts.java
+++ b/src/org/omegat/util/OConsts.java
@@ -100,7 +100,11 @@
 public static final String LEARNED_WORD_LIST_FILE_NAME = 
"learned_words.txt";^M
 ^M
 /** The name of the spell checking library */^M
-public static final String SPELLCHECKER_LIBRARY_NAME = "hunspell";^M
+public static final String SPELLCHECKER_LIBRARY_NAME = "hunspell-1.2";^M
+^M
+/** directory of system dictionaries */^M
+public static final String SPELLCHECKER_SYSTEM_DICTIONARY_DIRECTORY =^M
+"/usr/share/myspell/dicts";^M
 ^M
 /** the native library directory */^M
 public static final String NATIVE_LIBRARY_DIR = "native";^M

patched in.

SPELLCHECKER_LIBRARY_NAME coul dhave stayed hunspell to be compatible,
hunspell-1.2 is long gone (even wheezy has 1.3) and /usr/share/myspell/dicts
is compat stuff and maybe should be changed to /usr/share/hunspell/dicts?

(And yeah, I missed this package in the transition because it wasn't
a Depends:)

Regards,

Rene

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#811053: *.poms Should Not Be Required to Ensure Trailing Newline

2016-01-15 Thread Rene Engelhard
[ I am not the maven-repo-helper maintainer ]

Hi,

On Fri, Jan 15, 2016 at 04:42:54PM +0800, 殷啟聰 wrote:
> If the $package.poms contains only one line, say:
> 
>   debian/foo.pom --usj-name=foo
> 
> maven-repo-helper will not install any .pom or symlinks to
> usr/share/maven-repo. But if I append a newline to the end, it works

I can't confirm this.

https://packages.debian.org/sid/all/libreoffice-java-common/filelist

and this resulted from

http://anonscm.debian.org/cgit/pkg-openoffice/libreoffice.git/tree/libreoffice-java-common.poms

You'll see that it doesn't have a final newline either.

> without any problem. And if there are multiple lines in $package.poms,
> maven-repo-helper simply ignores the last entry, and it won't install
> any symlinks either.

https://packages.debian.org/sid/amd64/ure/filelist

which resulted from

http://anonscm.debian.org/cgit/pkg-openoffice/libreoffice.git/tree/ure.poms

And this one according to 
https://buildd.debian.org/status/fetch.php?pkg=libreoffice=amd64=1%3A5.0.4%7Erc2-2%2Bb1=1452590678
 was built with

Get:702 http://mirror.1und1.de/debian unstable/main amd64 maven-repo-helper all 
1.8.12 [138 kB]

Regards,

Rene

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#794913: libphonenumber6: please use libboost-date-time 1.57 or 1.58 ASAP

2015-08-10 Thread Rene Engelhard
severity 794913 important
tag 794913 - security
forcemerge 794900 794913
thanks

[ I am not the maintainer, but... ]

Hi,

On Sun, Aug 09, 2015 at 03:22:08PM +0200, Christoph Anton Mitterer wrote:
 Simon McVittie was so kind to disable libphonenumber6 in evolution for
 now and rebuild the package with that.
 So I guess the severity of this can be lowered again, as this doesn't
 block updating anymore :)

And

libphonenumber6 | 6.3~svn698-4| sid | amd64, arm64, armel, armhf, i386, 
powerpc, ppc64el, s390x

is fixed. No idea why the maintainer didn't close, I feel free to do so.

Regards,

Rene

__
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#710410: uninstallable: libbctsp-java unavailable

2013-05-30 Thread Rene Engelhard
Package: libitext-java
Version: 2.1.7-4
Severity: serious

Hi,

root@frodo:/# apt-get install libitext-java
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libitext-java : Depends: libbctsp-java but it is not installable
E: Unable to correct problems, you have held broken packages.
root@frodo:/# apt-get install libbctsp-java
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Package libbctsp-java 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

E: Package 'libbctsp-java' has no installation candidate

Looks like bouncycastle dropped libbctsp-java
(see http://packages.qa.debian.org/b/bouncycastle/news/20130406T010007Z.html)
That one went into unstable on May 17
(http://packages.qa.debian.org/b/bouncycastle/news/20130517T054754Z.html)
Actually I don't see a removal of libbctsp-java in removals.txt (only
-doc and -gcj) and rmadison does still show it, but...

I know that experimentals libitext-java *is* installable, though:

root@frodo:/# apt-get -t experimental install libitext-java
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following extra packages will be installed:
  libbcmail-java libbcpkix-java libbcprov-java libexpat1 libffi6 libgcj-common
  libgnuinet-java libgnumail-java libpython2.7-minimal libpython2.7-stdlib
  libssl1.0.0 mime-support python python-minimal python2.7 python2.7-minimal
Suggested packages:
  libbcmail-java-doc libbcmail-java-gcj libbcpkix-java-doc libbcpkix-java-gcj
  libbcprov-java-doc libbcprov-java-gcj libgnumail-java-doc libitext-java-gcj
  python-doc python-tk python2.7-doc binfmt-support
Recommended packages:
  file
The following NEW packages will be installed:
  libbcmail-java libbcpkix-java libbcprov-java libexpat1 libffi6 libgcj-common
  libgnuinet-java libgnumail-java libitext-java libpython2.7-minimal
  libpython2.7-stdlib libssl1.0.0 mime-support python python-minimal python2.7
  python2.7-minimal
0 upgraded, 17 newly installed, 0 to remove and 28 not upgraded.
Need to get 11.9 MB/12.3 MB of archives.
After this operation, 31.3 MB of additional disk space will be used.
Do you want to continue [Y/n]? 

That probably should just be uploaded to unstable asap.

Regards,

Rene

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

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

Versions of packages libitext-java depends on:
ii  libbcmail-java  1.48+dfsg-2
ii  libbcprov-java  1.48+dfsg-2
ii  libbctsp-java   1.46+dfsg-7

libitext-java recommends no packages.

Versions of packages libitext-java suggests:
pn  libitext-java-gcj  none

-- no debconf information

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


Bug#654107: you can remove me as well

2013-05-13 Thread Rene Engelhard
... as LO 3.6.0 (and 4.0.3 is in unstable now) witched to clucene
- no interest in this Java package anymore.

Regards,

Rene

__
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#706176: serious now

2013-05-07 Thread Rene Engelhard
tag 706176 - experimental
severity 706176 serious
thanks

Hi,

said hsqldb (both 2.2.9 and the new libhsqldb1.8.0.10) has now been uploaded
- serious.

Regards,

Rene

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


Re: planning (a) hsqldb transition(s)

2013-05-07 Thread Rene Engelhard
Hi,

On Thu, Apr 25, 2013 at 11:22:05PM +0200, Rene Engelhard wrote:
 openjpa failed to build (see #706176)
[...]
 Will upload the new version after wheezy release[1] as announced in
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670902#17

Done.

Regards,
 
Rene

__
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#706176: FTBFS with hsqldb 2.2.9: cannot find symbol (org.hsqldb.Trace)

2013-04-25 Thread Rene Engelhard
Package: openjpa
Version: 2.0.1-1
Severity: important
Tags: experimental

I just tried to build openjpa with libhsqldb-java 2.2.9 in preparation of
#670902.

It failed:

[...]
[javac] Compiling 1301 source files to 
/tmp/buildd/openjpa-2.0.1/target/classes
[javac] 
/tmp/buildd/openjpa-2.0.1/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/HSQLDictionary.java:30:
 cannot find symbol
[javac] symbol  : class Trace
[javac] location: package org.hsqldb
[javac] import org.hsqldb.Trace;
[javac]  ^
[...]
[javac] 
/tmp/buildd/openjpa-2.0.1/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/HSQLDictionary.java:320:
 cannot find symbol
[javac] symbol  : variable Trace
[javac] location: class org.apache.openjpa.jdbc.sql.HSQLDictionary
[javac]  causes[0].getErrorCode() == 
-Trace.VIOLATION_OF_UNIQUE_INDEX) {
[javac] ^
   [javac] 2 errors
[javac] 28 warnings

BUILD FAILED
/tmp/buildd/openjpa-2.0.1/debian/build.xml:35: Compile failed; see the compiler 
error output for details.

Total time: 11 seconds
make[1]: *** [override_dh_auto_build] Error 1
make[1]: Leaving directory `/tmp/buildd/openjpa-2.0.1'
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
E: Failed autobuilding of package
I: unmounting dev/pts filesystem
I: unmounting proc filesystem
 - Cleaning COW directory
  forking: rm -rf /var/cache/pbuilder/build//cow.13046 

I am filing this as important now but it will become serious when
libhsqldb-java 2.2.9 will replace the obsolete 1.8.0 in sid. Which 
will be the case shortly after wheezy release (when LO 4.0 gets uploaded.)

Regards,

Rene

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

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

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


Re: planning (a) hsqldb transition(s)

2013-04-25 Thread Rene Engelhard
block 670902 by 706176
thanks

Hi,

since the release is next week I did a testbuild of the r-deps -
except hsqldb itself of course :-) - now (in a clean sid chroot +
libhsqldb-java from experimental pre-installed):

$ grep-available -FDepends libhsqldb-java -sPackagePackage: hsqldb-server
Package: eucalyptus-java-common
Package: libbiojava1.7-java
Package: libbiojava3.0-java
Package: entagged
Package: libreoffice-base
Package: libopenjpa-java
Package: hsqldb-utils
Package: pixelmed-java
Package: biomaj
Package: paros

openjpa failed to build (see #706176)

The rest did build - so it actually isn't as as bad as I
feared (that of course doesn't say whether it needs other steps to work
like upgrade/re-create whatever db file, but... - at least the biojavas
ran tests which worked, too)

Will upload the new version after wheezy release[1] as announced in
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670902#17

Regards,

Rene

[1] together with LO to make that one not uninstallable

__
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#706176: FTBFS with hsqldb 2.2.9: cannot find symbol (org.hsqldb.Trace)

2013-04-25 Thread Rene Engelhard
Hi,

On Thu, Apr 25, 2013 at 11:14:49PM +0200, Rene Engelhard wrote:
 I just tried to build openjpa with libhsqldb-java 2.2.9 in preparation of
 #670902.
 
 It failed:
[...]
 I am filing this as important now but it will become serious when
 libhsqldb-java 2.2.9 will replace the obsolete 1.8.0 in sid. Which 
 will be the case shortly after wheezy release (when LO 4.0 gets uploaded.)

What I forgot to mention here: 1.8.0.10 will be kept for LO, though -
as libhsqldb1.8.0-java. If you can't make it work with 2.2.9
there's that fallback.

Regards,
 
Rene

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


Re: planning (a) hsqldb transition(s)

2013-02-11 Thread Rene Engelhard
Hi,

On Mon, Jan 07, 2013 at 11:09:41AM +0100, Rene Engelhard wrote:
  Or is this silent agreement? 
  (If so then please do not complain if a upgrade of libhsqldb-java from 
  1.8.0.10 to
  libhsqldb-java 2.2.8 breaks anything - you had advance warning.
 
 This is the LAST ping. When there will be no reply (well, -med and
 Sebastien[1] answered, this targets -java..) I *will* take this as a
 silent agreement and do it immediately when the freeze ends
 (and libreoffice will directly switch to libhsqldb1.8.0-java).

Quoting IRC with Niels (2013-01-07):

11:01 _rene_ ping?
11:06 nthykier yes
11:06 _rene_ http://lists.debian.org/debian-openoffice/2012/04/msg00227.html 
   etc
11:07 _rene_ no pkg-java answer since February 2011
11:07 _rene_ I will send a last ping and if there's no reply just do it(tm) 
   once we unfreeze
11:07 _rene_ see also 
http://packages.qa.debian.org/h/hsqldb/news/20130107T011735Z.html and 
   http://ftp-master.debian.org/new/hsqldb1.8.0_1.8.0.10-15.html
11:08 _rene_ will also send a mail ping
11:09 _rene_ but here jfyi ;)
11:09 nthykier perhaps not the day we unfreeze, but yeah - I think silence 
 is acceptance is a good approach for the Java team atm, which 
 is generally not very active anymore
11:10 _rene_ mail sent

Nothing happened by now, so I *will* take this as silent consensus and
not ask any further. Will upload the new hsqldb after the freeze[1] and 
make LO use either the internal hsqldb 1.8.0 or libhsqldb1.8.0-java[2]..

Regards,
 
Rene

[1] Now that 698943 is fixed the new libhsqldb-java now is visible in
experimentals Packages files
[2] right now in NEW 
(http://ftp-master.debian.org/new/hsqldb1.8.0_1.8.0.10-15.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.


Re: planning (a) hsqldb transition(s)

2013-01-07 Thread Rene Engelhard
Hi,

 Two weeks later, and rougly one month before the freeze? PING? Can you
 (= pkg-java and Sebastien!) please answer?

Now - *8* months later (yes, I let it slip but it was not very likely
to fit the freeze anyway with the non-reaction of the r-dep maintainers) -
we are long inside the freeze - so another Debian release with a completely
obosolete default libhsqldb-java :/
(And http://bugs.debian.org/670902 got wheezy-ignore.)

But we should fix it asap in jeesie.

 Or is this silent agreement? 
 (If so then please do not complain if a upgrade of libhsqldb-java from 
 1.8.0.10 to
 libhsqldb-java 2.2.8 breaks anything - you had advance warning.

This is the LAST ping. When there will be no reply (well, -med and
Sebastien[1] answered, this targets -java..) I *will* take this as a
silent agreement and do it immediately when the freeze ends
(and libreoffice will directly switch to libhsqldb1.8.0-java).

(See http://lists.debian.org/debian-openoffice/2012/04/msg00408.html and it's
References for the context, I _am not_ going to cut'n'paste it here again.)

 I *will* do this change - and ake LO use libhsqldb1.8-java *for sure* in the
 next weeks and libsqldb-java will become 2.2.8.

I seem to be too nice (or lazy) and actually didn't do it.

First part of this is now done, though:
- http://packages.qa.debian.org/h/hsqldb/news/20130107T011735Z.html
- hsqldb1.8.0 is in NEW:
  http://ftp-master.debian.org/new/hsqldb1.8.0_1.8.0.10-15.html

If hsqldb1.8.0 won't get accepted I still can use internal hsqldb
in LibreOffice, so...
If one of you still need it, too fine. Just change your packages :)
That way is not ideal, but better than carrying oround this
hsqldb mess longer without a reply from the r-dep maintainers.)

 And that upload will directly orphan the package.

This isn't yet done, but it will be done when this is in unstable.

Regards,

Rene

[1] http://lists.debian.org/debian-openoffice/2012/04/msg00410.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.


Re: [Debian-med-packaging] planning (a) hsqldb transition(s)

2012-04-30 Thread Rene Engelhard
Hi,

On Mon, Apr 30, 2012 at 09:11:09AM +0200, olivier.sal...@codeless.fr wrote:
 I am not completly sure of this but I think v1.x and v2.x are not fully
 compliant. This may cause issue with some applications.

Yes, API changed afaicr etc. That's *exactly* why I am trying to coordinate
this and get responses from pkg-java. Since February (where there would still
have been plenty of time to fix packages up if possible) NO answer from
pkg-java.

And now the RT team (understandably) thinks  it's too late so we live
 2.5 years more with a grossly obsolete libhsqldb-java in Debian...

Regards,

Rene

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


Re: planning (a) hsqldb transition(s)

2012-04-29 Thread Rene Engelhard
Hi,

On Fri, Apr 13, 2012 at 04:31:31PM +0200, Rene Engelhard wrote:
  so I'd like to upload that to unstable (and adapt libreoffice) if it 
  happens.
  
  But this problem makes me ask
  
  Q1) does anyone of your programs using libhsqldb-java have the same 
  problem? Do we need to wait for them to be patches
  to upload 1.8.1.x?
  
  As you probably noticed, libhsqldb-java is 1.8.x while we have a
  libhsqldb2.0-java in experimental (and there's a 2.2.8 released, which I
  packaged some days ago and is ready to upload here now that I long neglected
  because I didn't care as OOo and LibO *do* need 1.8.x.)
  
  Q2) Would you agree that renaming libhsqldb-java to libhsqldb1.8-java would 
  be
  worthwile? We then can upload 2.2.8 as libhsqldb-java. This needs source
  uploads of all the above packages, though.
  
  Q3) Does anyone want to overtake libhsqldb-java (2.x) then? I am only
  interested in 1.8.x for OOo/LO.
  
  Q4) does anyone need 2.0 *and* 2.2 be different? Anything working with 2.0
  and not 2.2? (Doubt that, but better safe than sorry) - in that case we
  need to have libhsqldb1.8-java, libhsqldb2.0-java and the new
  libhsqldb-java)
 
 And noone except tillea (for debian-med)[1] answered here. pkg-java,
 Sebastien?

Two weeks later, and rougly one month before the freeze? PING? Can you
(= pkg-java and Sebastien!) please answer?

Or is this silent agreement? 
(If so then please do not complain if a upgrade of libhsqldb-java from 1.8.0.10 
to
libhsqldb-java 2.2.8 breaks anything - you had advance warning.
I *will* do this change - and ake LO use libhsqldb1.8-java *for sure* in the 
next weeks
and libsqldb-java will become 2.2.8. And that upload will directly orphan the 
package.
UNLESS you object)

Regards,

Rene

__
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#661970: libloader: FTBFS: package net.sf.ehcache does not exist

2012-03-15 Thread Rene Engelhard
Hi,

On Fri, Mar 02, 2012 at 08:52:06PM -0430, Miguel Landaeta wrote:
 diff -Nru libloader-1.1.6.dfsg/debian/changelog 
 libloader-1.1.6.dfsg/debian/changelog
 --- libloader-1.1.6.dfsg/debian/changelog 2011-11-24 16:56:18.0 
 -0430
 +++ libloader-1.1.6.dfsg/debian/changelog 2012-03-02 20:46:45.0 
 -0430
 @@ -1,3 +1,10 @@
 +libloader (1.1.6.dfsg-4) unstable; urgency=low
 +
 +  * Team upload.
 +  * d/rules: Use version-less ehcache-core jar file. (Closes: #661970).
 +
 + -- Miguel Landaeta mig...@miguel.cc  Fri, 02 Mar 2012 20:47:22 -0430
 +
  libloader (1.1.6.dfsg-3) unstable; urgency=low
  
* add build-depends on ant-optional (closes: #648916) 
 diff -Nru libloader-1.1.6.dfsg/debian/rules libloader-1.1.6.dfsg/debian/rules
 --- libloader-1.1.6.dfsg/debian/rules 2011-11-01 10:44:26.0 -0430
 +++ libloader-1.1.6.dfsg/debian/rules 2012-03-02 20:45:13.0 -0430
 @@ -6,7 +6,7 @@
  
  JAVA_HOME := /usr/lib/jvm/default-java
  
 -DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar jcommon libpixie libbase 
 commons-logging ehcache-core-2.1.0 batik batik-svg-dom xml-apis-ext junit 
 ant-contrib ant-junit
 +DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar jcommon libpixie libbase 
 commons-logging ehcache-core batik batik-svg-dom xml-apis-ext junit 
 ant-contrib ant-junit
  DEB_ANT_BUILDFILE := build.xml
  DEB_ANT_BUILD_TARGET := compile jar javadoc
  DEB_ANT_CHECK_TARGET := test

Will upload with the complete patch applied on top of -3.
Thanks :)

Regards,

Rene



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


planning (a) hsqldb transition(s)

2012-02-13 Thread Rene Engelhard
Hi,

(sid)root@frodo:/# grep-available -FDepends libhsqldb -sPackage | awk '{ print 
$2 }' | grep -v .*hsqldb
libbiojava1.7-java
entagged
libreoffice-base
libopenjpa-java
pixelmed-java
biomaj
paros

are the packages in sid right now which depend on libhsqldb-java.

I kept libhsqldb-java 1.8.0.x in unstable (and 1.8.1.x only in experimental)
because openoffice.org (and now libreoffice) need 1.8.0.x for it's file format
compatibility ([1])

Now this seems to be fixed in 1.8.1.x:

(quote from #libreoffice-dev/freenode, 2012-02-10):

10:46 @caolan _rene_: hsqldb guy (fred) tells me that the hsqldb 1.8.1 series 
file format is the same as the 1.8.0 file format, except for one feature we 
don't use, so that in theory we can upgrade to 1.8.1, change bits in 
org.hsqldb.persist.HsqlDatabaseProperties to write 1.8.0 and .odb written with 
1.8.1 will open
fine in 1.8.0
[...]
10:48 @caolan _rene_: I asked fred to send all the details of the 1.8.X and 
2.X.X hsqldb stuff to the list
[...]
10:51 @_rene_ caolan: yeah, that I write 1.8.1 in the document format thing 
is why noone upgraded it yet.. (except gentoo who then reverted it as it 
broke..)
10:52 @_rene_ caolan: but yeah, good thing
10:53  CIA-63 LibreOffice (core) smvarela * (3 files in 3 dirs): Remove 
unused code.
10:53 @caolan _rene_: fred suggested he might do a maintenance 1.8.X release. 
It wasn't quite clear if that release would auto-configure to claiming its 
output format was 1.8.0 out of the box, making the problem just go away, or if 
it would need to be tweaked, which wouldn't massively help the distros
10:54 @caolan though maybe he could add an api to set the output format from 
using-code, which might resolve it properly
[...]
14:20 @caolan _rene_: yeah, fred from hsqldb with release a hsqldb 1.8.1.4 
with some sort of hook that can be used to tell it to write 1.8.0 compatible 
databases
14:20 @_rene_ ok
14:21 @_rene_ thenwe just need to use the hook in 3.5.1 and 3.4.6 :-)
14:22 @caolan yeah, and then we're back on track with system-hsqldb, of the 
1.8.X series anyway
14:22 @_rene_ yep
14:23 @_rene_ (/me still has system-hsqldb, but just because he maintains 
hsqldb, too and kept 1.8.1.x only in experimental)
14:23 @caolan cheater :-)
14:24 @_rene_ :)
14:27 @_rene_ .oO ( maybe I should also just rename the package to 
libhsqldb1.8-java )

so I'd like to upload that to unstable (and adapt libreoffice) if it happens.

But this problem makes me ask

Q1) does anyone of your programs using libhsqldb-java have the same problem? Do 
we need to wait for them to be patches
to upload 1.8.1.x?

As you probably noticed, libhsqldb-java is 1.8.x while we have a
libhsqldb2.0-java in experimental (and there's a 2.2.8 released, which I
packaged some days ago and is ready to upload here now that I long neglected
because I didn't care as OOo and LibO *do* need 1.8.x.)

Q2) Would you agree that renaming libhsqldb-java to libhsqldb1.8-java would be
worthwile? We then can upload 2.2.8 as libhsqldb-java. This needs source
uploads of all the above packages, though.

Q3) Does anyone want to overtake libhsqldb-java (2.x) then? I am only
interested in 1.8.x for OOo/LO.

Q4) does anyone need 2.0 *and* 2.2 be different? Anything working with 2.0
and not 2.2? (Doubt that, but better safe than sorry) - in that case we
need to have libhsqldb1.8-java, libhsqldb2.0-java and the new
libhsqldb-java)

I'll upload 1.8.1.4 when it comes without change first (same with 2.2.8-1
and a hsqldb2.0 update)

Comments (and answers), please ;-)

Regards,

Rene

[1]
$ unzip New\ Database.odb 
Archive:  New Database.odb
 extracting: mimetype
  inflating: content.xml 
  inflating: database/properties 
  inflating: database/script 
  inflating: settings.xml
  inflating: META-INF/manifest.xml   
$ grep 1\.8 mimetype content.xml database/properties database/script 
settings.xml META-INF/manifest.xml
database/properties:#HSQL Database Engine 1.8.0.10
database/properties:version=1.8.0
database/properties:hsqldb.original_version=1.8.0
database/properties:hsqldb.compatible_version=1.8.0


__
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#648916: libloader: FTBFS due to missing build-dependency on ant-optional

2011-11-28 Thread Rene Engelhard
Hi,

 Unless I'm misinterpreting ant-optional's dep(s), it already covers ant.
 Is
 that insufficient for this usage?

In theory no. In practice (and that's what Debian wants) it's more safe to 
specify what you use, regardless of whether something happens to be pulled in 
by something else.

Regards,

Rene



__
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#648916: libloader: FTBFS due to missing build-dependency on ant-optional

2011-11-24 Thread Rene Engelhard
tag 648916 - patch
thanks

 Tags: patch
 User: ubuntu-de...@lists.ubuntu.com

Wrong. There is no *correct* patch here. Removing the tag.

 This source package FTBFS in Debian and Ubuntu due to a missing
 component, junit, so we need to use ant-optional as the build-dep
 instead of ant. Thanks for considering this patch.

You don't need ant *and* ant-optional? Sorry, I can't believe that, I think you 
need ant either way, so ...

 +Build-Depends: debhelper (= 7), cdbs, default-jdk, ant-optional,
 libjcommon-java (= 1.0.10), libpixie-java (= 1.1.6), libbase-java,
 libcommons-logging-java, libehcache-java, libbatik-java, 
 libxml-commons-external-java,
 javahelper, junit, ant-contrib

... coorrect would be ant, ant-optional

Gruesse,

Rene



__
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#632821: javahelper: adds unversioned base-files dependency

2011-07-06 Thread Rene Engelhard
Package: javahelper
Version: 0.36.1
Severity: important

Hi,

I saw that jh_depends seems to add a unversioned base-files dependency
to e.g. libreoffice-base:

[...]
earching /home/rene/Debian/Pakete/LibreOffice/libreoffice-3.3.3/debian/libreoff
ice-base for libreoffice-base
Searching /home/rene/Debian/Pakete/LibreOffice/libreoffice-3.3.3/debian/libreoff
ice-base/usr/share/libreoffice/basis3.3/program/classes/sdbc_hsqldb.jar
Found Jars: .. /usr/share/java/hsqldb.jar
Checking:  /home/rene/Debian/Pakete/LibreOffice/libreoffice-3.3.3/debian/libreof
fice-base/tmp
Checking:  /home/rene/Debian/Pakete/LibreOffice/libreoffice-3.3.3/debian/libreof
fice-base/usr/share/java/hsqldb-1.8.0.10.jar
Found Debs: base-files libhsqldb-java
Adding substvars: java:Depends=base-files,  libhsqldb-java java:Recommends=
[...]

http://www.debian.org/doc/debian-policy/ch-binary.html#s-dependencies:

3.5 Dependencies

Every package must specify the dependency information about other packages that 
are required for the first to work correctly.

For example, a dependency entry must be provided for any shared libraries 
required by a dynamically-linked executable binary in a package.

Packages are not required to declare any dependencies they have on other 
packages which are marked Essential (see below), and should not do so unless 
they depend on a particular version of that package.[10]
[...]


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

Kernel: Linux 2.6.32-5-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/dash

Versions of packages javahelper depends on:
ii  bsdmainutils  8.2.3  collection of more utilities from 
ii  dctrl-tools   2.18   Command-line tools to process Debi
ii  debhelper 8.9.0  helper programs for debian/rules
ii  devscripts2.11.0 scripts to make the life of a Debi
ii  dpkg-dev  1.16.0.3   Debian package development tools
ii  libarchive-zip-perl   1.30-4 Perl module for manipulation of ZI

javahelper recommends no packages.

Versions of packages javahelper suggests:
pn  cvs   none (no description available)
ii  gawk  1:3.1.7.dfsg-5 GNU awk, a pattern scanning and pr
pn  tofrodos  none (no description available)

-- no debconf information

Grüße/Regards,

Rene



__
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#632619: please add -s option as dh_

2011-07-04 Thread Rene Engelhard
Package: javahelper
Version: 0.36.1
Severity: wishlist

Hi.

jh_depends --help:

Usage: jh_depends [options]
Options:
-h --help: show this text
-V --version: print the version
-ppackage --package=package: package to act on (default=all)
-Ppackagedir --tmpdir=package: package directory 
(default=$CWD/debian/package)
-v --verbose: show more information while running
-i --indep: work on all indep packages
-a --arch: work on all arch-specific packages
-n --no-act: don't actually do anything, just print the results
-j[jvm] --jvm[=jvm]: Options are: default, headless, gcj, open, 
sun, sun6. Can be a space-separated list.
-Xpackage --exclude=package: don't add this package to depends

Note: headless (for --jvm) affects other values and alternatives (e.g. 
java6-runtime becomes
 java6-runtime-headless) and default cannot be used with any other value 
except headless
 If headless is the only value given then it is assumed to be headless 
default

I think we miss -s as in the debhelper sense here, for packages which are 
arch-dep
and appear in control but are not built on the current arch and this is properl
reflected in control...

e.g.:

Package: libreoffice-math
Architecture: alpha amd64 armel armhf hppa i386 ia64 mips mipsel powerpc 
powerpcspe ppc64 s390 s390x sparc kfreebsd-amd64 kfreebsd-i386
Depends: libreoffice-core (= ${binary:Version}), ${shlibs:Depends}, 
${misc:Depends}, ttf-opensymbol (= 2:2.4.3~)
Description: office productivity suite -- equation editor
 LibreOffice is a full-featured office productivity suite that provides
 a near drop-in replacement for Microsoft(R) Office.
 .
 This package contains the equation editor component for LibreOffice.

Package: libreoffice-base-core
Architecture: alpha amd64 armhf hppa i386 ia64 mips mipsel powerpc powerpcspe 
ppc64 s390 s390x sparc kfreebsd-amd64 kfreebsd-i386
Depends: libreoffice-core (= ${binary:Version}), ${shlibs:Depends}, 
${misc:Depends}
Suggests: libreoffice-base
Description: office productivity suite -- shared library
 LibreOffice is a full-featured office productivity suite that provides
 a near drop-in replacement for Microsoft(R) Office.
 .
 This package contains libdba, a common library of the LibreOffice
 suite used by Base, Writer and Calc.
 .
 If you need full Base functionality (or actual database drivers), please
 install libreoffice-base.

Using -s would have prevented 
https://buildd.debian.org/status/fetch.php?pkg=libreofficearch=armelver=1%3A3.3.3-4stamp=1309760289:

jh_depends -a -Xlibreoffice-gcj -Xure
find: 
`/build/buildd-libreoffice_3.3.3-4-armel-Mz0jMT/libreoffice-3.3.3/debian/libreoffice-base-core/usr/share/doc':
 No such file or directory

Regards,

Rene

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

Kernel: Linux 2.6.32-5-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/dash

Versions of packages javahelper depends on:
ii  bsdmainutils  8.2.3  collection of more utilities from 
ii  dctrl-tools   2.18   Command-line tools to process Debi
ii  debhelper 8.9.0  helper programs for debian/rules
ii  devscripts2.11.0 scripts to make the life of a Debi
ii  dpkg-dev  1.16.0.3   Debian package development tools
ii  libarchive-zip-perl   1.30-4 Perl module for manipulation of ZI

javahelper recommends no packages.

Versions of packages javahelper suggests:
pn  cvs   none (no description available)
ii  gawk  1:3.1.7.dfsg-5 GNU awk, a pattern scanning and pr
pn  tofrodos  none (no description available)

-- no debconf information
Grüße/Regards,

Rene



__
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#632620: relies on package/usr/share/doc

2011-07-04 Thread Rene Engelhard
Package: javahelper
Version: 0.36.1
Severity: serious
iJustification: policy 12.3

Hi.

From 
https://buildd.debian.org/status/fetch.php?pkg=libreofficearch=armelver=1%3A3.3.3-4stamp=1309760289:

[...]
jh_depends -a -Xlibreoffice-gcj -Xure
find: 
`/build/buildd-libreoffice_3.3.3-4-armel-Mz0jMT/libreoffice-3.3.3/debian/libreoffice-base-core/usr/share/doc':
 No such file or directory
make: *** [debian/stampdir/binary-arch] Error 1
dpkg-buildpackage: error: fakeroot debian/rules binary-arch gave error exit 
status 2

Why does javahelper look in /usr/share/doc/? And why does it fail
if it doesn't exist because it's just not built? (see my other bug).

Policy 12.3 (http://www.debian.org/doc/debian-policy/ch-docs.html):

12.3 Additional documentation

Any additional documentation that comes with the package may be installed at 
the discretion of the package maintainer. Plain text documentation should be 
installed in the directory /usr/share/doc/package, where package is the name of 
the package, and compressed with gzip -9 unless it is small.
[...]
Packages must not require the existence of any files in /usr/share/doc/ in 
order to function [105]. Any files that are referenced by programs but are also 
useful as stand alone documentation should be installed under 
/usr/share/package/ with symbolic links from /usr/share/doc/package. 
[...]


Regards,

Rene

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

Kernel: Linux 2.6.32-5-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/dash

Versions of packages javahelper depends on:
ii  bsdmainutils  8.2.3  collection of more utilities from 
ii  dctrl-tools   2.18   Command-line tools to process Debi
ii  debhelper 8.9.0  helper programs for debian/rules
ii  devscripts2.11.0 scripts to make the life of a Debi
ii  dpkg-dev  1.16.0.3   Debian package development tools
ii  libarchive-zip-perl   1.30-4 Perl module for manipulation of ZI

javahelper recommends no packages.

Versions of packages javahelper suggests:
pn  cvs   none (no description available)
ii  gawk  1:3.1.7.dfsg-5 GNU awk, a pattern scanning and pr
pn  tofrodos  none (no description available)

-- no debconf information
Grüße/Regards,

Rene



__
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#622396: wrong and harmful needless-dependency-on-jre

2011-04-12 Thread Rene Engelhard
Package: lintian
Version: 2.4.3
Severity: important

Hi,

apparently the new lintian added new wrong tags. E.g.:

W: libreoffice-gcj: needless-dependency-on-jre
N:
N:The package appear to be a Java library and depending on one or more
N:JRE/JDK packages. As of 05 Apr 2010, the Java Policy no longer mandates
N:that Java libraries depend on Java Runtimes.
N:
N:If the library package ships executables along with the library, then
N:please consider making this an application package or move the binaries
N:to a (new) application package.
N:
N:If there is otherwise a valid reason for this dependency, please
N:override the tag.
N:
N:Refer to
N:http://packages.qa.debian.org/j/java-common/news/20100405T221415Z.html
N:and http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=227587 for details.
N:
N:Severity: normal, Certainty: possible
N:
W: libreoffice-gcj: needless-dependency-on-jre
W: libreoffice-gcj: needless-dependency-on-jre
W: libreoffice-gcj: needless-dependency-on-jre
W: libreoffice-gcj: needless-dependency-on-jre
W: libreoffice-gcj: needless-dependency-on-jre

Hmm.

A package which sole purpose is to provide jars compiled to jar.sos for use 
with gcj
shouldn't depen on gcj? So that installing it would be a no-op and thus 
rendering this
package useless. Actually I'd argue that a -gcj package not depending on 
gcj-jre (or
whatever else similar) is RC-buggy (serious). Therefore the severity, I 
consider this
warning harmful, as it surely will cause people to get rid of the dependency.

Regards,

Rene

-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-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/dash

Versions of packages lintian depends on:
ii  binutils   2.20.1-16 The GNU assembler, linker and bina
ii  diffstat   1.53-1produces graph of changes introduc
ii  dpkg-dev   1.15.8.10 Debian package development tools
ii  file   5.04-5Determines file type using magic
ii  gettext0.18.1.1-3GNU Internationalization utilities
ii  intltool-debian0.35.0+20060710.1 Help i18n of RFC822 compliant conf
ii  libapt-pkg-perl0.1.24+b1 Perl interface to libapt-pkg
ii  libclass-accessor-perl 0.34-1Perl module that automatically gen
ii  libipc-run-perl0.89-1Perl module for running processes
ii  libparse-debianchangel 1.1.1-2.1 parse Debian changelogs and output
ii  libtimedate-perl   1.2000-1  collection of modules to manipulat
ii  liburi-perl1.54-2module to manipulate and access UR
ii  locales2.11.2-10 Embedded GNU C Library: National L
ii  man-db 2.5.7-8   on-line manual pager
ii  perl [libdigest-sha-pe 5.10.1-17 Larry Wall's Practical Extraction 

lintian recommends no packages.

Versions of packages lintian suggests:
pn  binutils-multiarchnone (no description available)
pn  libtext-template-perl none (no description available)
ii  man-db2.5.7-8on-line manual pager

-- no debconf information
Grüße/Regards,

Rene



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


Re: FTBFS eclipse

2010-09-20 Thread Rene Engelhard
Hi,

On Mon, Sep 20, 2010 at 08:05:04AM -0700, tony mancill wrote:
 This is certainly a bug, but it would be against either docbook2x or gettext.

No, it's one in both.

None of those should contain that file, then again they're Ubuntu packages - why
am I not surprised?

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  r...@debian.org | GnuPG-Key ID: D03E3E70
   `-   Fingerprint: E12D EA46 7506 70CF A960 801D 0AA0 4571 D03E 3E70

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


[pkg-java] r12885 - in trunk: . hsqldb2.0 hsqldb2.0/debian hsqldb2.0/debian/bin hsqldb2.0/debian/etc hsqldb2.0/debian/man

2010-08-06 Thread Rene Engelhard
 #7cb2da,
+ak c #7cb2db,
+ae c #7cb3db,
+#9 c #7db3da,
+.V c #7db3db,
+.A c #7eb3db,
+#B c #7fb4db,
+.2 c #7fb4dc,
+#U c #80b4db,
+#s c #80b4dc,
+af c #82b5dc,
+az c #82b6dd,
+.g c #83b6dd,
+#j c #83b7dc,
+#h c #84b7dd,
+.G c #85b7dd,
+ar c #86b7dd,
+#7 c #86b8dd,
+.L c #87b8de,
+#x c #87b9de,
+.f c #88b9de,
+#T c #89b9df,
+#i c #89badf,
+#G c #8abadf,
+#5 c #8bbadf,
+ac c #8bbbdf,
+#p c #8cbbdf,
+#X c #8cbbe0,
+.Q c #8dbbe0,
+.J c #8dbce0,
+#d c #8ebce0,
+ag c #8fbde0,
+#M c #8fbde1,
+#J c #90bde0,
+#R c #90bde1,
+au c #90bee1,
+.r c #91bde1,
+av c #91bee1,
+#A c #92bee1,
+.8 c #93bee1,
+#n c #93bfe1,
+.F c #93bfe2,
+.5 c #94bfe2,
+#2 c #94c0e2,
+ay c #95bfe2,
+.U c #95c0e2,
+#V c #95c0e3,
+as c #96c0e3,
+.K c #96c1e3,
+#a c #97c1e3,
+.Y c #98c1e3,
+#3 c #98c2e3,
+#t c #98c2e4,
+al c #99c2e3,
+.z c #99c2e4,
+.o c #9ac2e4,
+.y c #9ac3e4,
+.q c #9bc3e4,
+#F c #9cc3e4,
+ad c #9cc4e4,
+.p c #9cc4e5,
+QtQtQtQtQtQtQtQtQt.#.a.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b,
+QtQtQtQtQtQtQtQt.c.d.e.f.f.f.f.f.f.f.f.f.f.f.f.f.f.g.h.i.i.i.j.k,
+QtQtQtQtQtQtQt.l.m.n.o.p.p.p.p.p.p.p.p.p.p.p.p.p.p.q.r.s.t.k.u.k,
+QtQtQtQtQt.v.w.x.n.y.p.p.p.p.p.p.p.p.p.p.p.p.p.p.p.p.p.z.A.B.u.k,
+QtQtQtQt.C.D.E.n.y.p.p.p.y.F.G.e.h.H.I.A.J.K.q.p.p.p.p.p.q.L.M.k,
+QtQtQt.v.N.O.P.q.p.p.q.Q.s.R.k.k.k.k.k.k.k.S.T.U.q.p.p.p.p.p.V.k,
+QtQtQt.w.W.X.p.p.p.Y.Z.0.k.k.k.k.k.k.k.k.k.k.k.R.1.o.p.p.p.p.2.k,
+QtQt.l.3.4.y.p.p.5.6.k.k.k.k.k.k.k.k.k.k.k.k.k.k.0.7.8.p.p.p.2.k,
+Qt.9#.##.z.p.p#a#b.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k#c#d.p.p.2.k,
+.##e##.z.p.p.q#f.0.k.k.k.k.t#g.T#h#i#j#k#l.0.k.k.k.k.k#m#n.p.2.k,
+.a#o.z.p.p.p#p#q.k.k.k.k#r#s#t.p.p.p.p.p.F#u.u.k.k.k.k.k#k.z.2.k,
+#v.5.p.p.p.q#w.k.k.k.k#r#x.p.p.p.p.p.p.p.p.p.Q#y.k.k.k.k#q.L.2.k,
+#z#a.p.p.p#A.0.k.k.k.t#B.p.p.p.p.p.p.p.p.p.p.p#A.S.k.k.k.k#C.A.k,
+#D#a.p.p.p#E.k.k.k.k.6.y.p.p.p.p.p.p.p.p.p.p.p#F#G.0.k.k.k#H#k.k,
+#D#a.p.p.o#I.k.k.k.0.g.p.p.p.p#J#K.u#L#M.q.p.p.p.o#N.k.k.k.k#O.k,
+#D#a.p.p#a#P.k.k.k#Q#R.p.p.p.Y#S.k.k.k.B#T.q.p.p.p#U.k.k.k.k.S.k,
+#D#a.p.p#V.B.k.k.k#W.K.p.p.p#X.R.k.k.k.k#Y.Y.p.p.p#d#Z.k.k.k#c.k,
+#D#a.p.p.K#0.k.k.k#0.F.p.p.p#a#Y.k.k.k.k#1.F.p.p.p#2.t.k.k.k#c.k,
+#D#a.p.p#3#C.k.k.k#4#5.p.p.p.p#2#N.k.k.k#Q.5.p.p.p.F.t.k.k.k#c.k,
+#D#a.p.p.q.h.k.k.k.k#6.p.p.p.p.p.z#f.0.k#I.z.p.p.p.f.0.k.k.k#c.k,
+#D#a.p.p.p#7.k.k.k.k#8#B.p.p.p.p.p.z#9#1#5#F.p.p.q##.k.k.k.k#y.k,
+a..K.p.p.p#t.j.k.k.k.k.Ra##a.p.p.p.p#3#o.5.p.p.p#3.S.k.k.k.taa.k,
+abac.p.p.pad.g.t.k.k.k.k.k#Pae#G#Xaf.i.k#Yag.q.q#h.k.k.k.k.u.e.k,
+ab#L.y.p.p.p.q#o.0.k.k.k.k.k.k.k.k.k.k.k.k.Sac.Fah.k.k.k.kai.2.k,
+abajac.p.p.p.p.z.h.0.k.k.k.k.k.k.k.k.k.k.k.k#c.h.k.k.k.k#4#G.2.k,
+ab.k#Y#a.p.p.p.p.zak#4.k.k.k.k.k.k.k.k.k.k#4afalam.k.k.kan.q.2.k,
+ab.k.kao.z.p.p.p.p.q#R#k#H.k.k.k.k.k.k.t.Hag.q.p.y.P.t.j.5.p.2.k,
+ab.k.k.tap.z.p.p.p.p.p.y#2af#oaqaqai.Pag.o.p.p.p.p.qapar.q.p.2.k,
+ab.k.k.k#8#o#t.p.p.p.p.p.p.p.p.p.p.p.p.p.p.p.p.p.pas#Iaa.r.p.2.k,
+ab.k.k.k.k.katau.q.p.p.p.p.p.p.p.p.p.p.p.p.p.p.qavaw.k.k#P#p.A.k,
+abax.S.S.Sax.k.u.P.5asasasasasasasasasasasasayaz#0.k.k.k.kaA.s.k,
+aBababababababababababababababababababababababababababababababab};

Added: trunk/hsqldb2.0/debian/changelog
===
--- trunk/hsqldb2.0/debian/changelog(rev 0)
+++ trunk/hsqldb2.0/debian/changelog2010-08-06 15:08:40 UTC (rev 12885)
@@ -0,0 +1,253 @@
+hsqldb2.0 (2.0.0-3) experimental; urgency=low
+
+  * gah, I forgot the maven-repo-helper builddep 
+
+ -- Rene Engelhard r...@debian.org  Wed, 23 Jun 2010 09:34:43 +0200
+
+hsqldb2.0 (2.0.0-2) experimental; urgency=low
+
+  * build with libservlet2.5-java
+  * merge POM file from 1.8.1.2 packasges (closes: #581851)
+
+ -- Rene Engelhard r...@debian.org  Mon, 21 Jun 2010 19:12:14 +0200
+
+hsqldb2.0 (2.0.0-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Rene Engelhard r...@debian.org  Fri, 11 Jun 2010 14:27:55 +0200
+
+hsqldb2.0 (2.0.0~rc8-1) experimental; urgency=low
+
+  * New upstream release candidate
+  * add ${misc:Depends} for hsqldb2.0-utils
+
+ -- Rene Engelhard r...@debian.org  Sat, 13 Mar 2010 17:02:56 +0100
+
+hsqldb1.9 (1.9.0~rc6-1) experimental; urgency=low
+
+  * New upstream release candidate
+  * drop hsqldb-server for now
+
+ -- Rene Engelhard r...@debian.org  Sun, 25 Oct 2009 02:20:10 +0200
+
+hsqldb (1.8.1.1-2) experimental; urgency=low
+
+  * merge 1.8.0.10-6
+  * add Breaks: openoffice.org-base
+
+ -- Rene Engelhard r...@debian.org  Sun, 25 Oct 2009 02:19:34 +0200
+
+hsqldb (1.8.0.10-6) unstable; urgency=low
+
+  * split utilities (hsqldb-*) into hsqldb-utils to allow
+co-installation of libraries of different versions
+
+ -- Rene Engelhard r...@debian.org  Sun, 25 Oct 2009 02:19:13 +0200
+
+hsqldb (1.8.1.1-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Rene Engelhard r...@debian.org  Sat, 24 Oct 2009 14:47:46 +0200
+
+hsqldb (1.8.0.10-5) unstable; urgency=low
+
+  * add i104901.patch from OOo to fix autoincrement behaviour which
+otherwise can cause db corruption 
+  * bin/hsqldb

Bug#527308: Class-Path: not there in 4.8.2-1

2010-06-25 Thread Rene Engelhard
# didn't test squeezes version (4.8.1-3 currently) yet
found 527308 4.8.2-1
thanks
 
OOo uses junit4 for their Java (unit) tests and just has a classpath entry to
$(OOO_JUNIT_JAR), in this case /usr/share/java/junit4.jar.
In my case, this results in

1: JUnit version 4.8.2
1: Exception in thread main java.lang.NoClassDefFoundError:
org/hamcrest/SelfDescribing
1:  at java.lang.ClassLoader.defineClass1(Native Method)
1:  at java.lang.ClassLoader.defineClass(ClassLoader.java:634)
1:  at 
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)

  * debian/build.xml:
Add hamcrest-core.jar in Class-Path using junit4.jar Manifest file.
Thanks to Florian Weimer. (Closes: #527308)

Looks like that never actually appear(s/ed) in the actual jar - or it regressed.
I've created a configure check for me/us, but I think this should be fixed 
anyways..

Reopening this bug.

Grüße/Regards,

René



__
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: sun-java6-jre: version 6-20-0lenny1 does not install , from proposed updates in debian lenny

2010-05-26 Thread Rene Engelhard
Hi,

On Wed, May 26, 2010 at 09:45:25PM +0200, Torsten Werner wrote:
 Neither i386 nor ia64 packages have been built for proposed-updates so
 far (maybe because sun-java6 is a non-free package). But this is not a
 bug in the package. I am Cc-ing the release team to get some

No, this is a bug in the upload. You need to upload those binaries I guess..

There's no non-free autobuilder atm afaict.

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  r...@debian.org | GnuPG-Key ID: D03E3E70
   `-   Fingerprint: E12D EA46 7506 70CF A960 801D 0AA0 4571 D03E 3E70



__
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#572328: should Provide ant / ant-optional

2010-03-03 Thread Rene Engelhard
Package: ant1.7,ant1.7-optional,ant1.7-gcj,ant1.7-optional-gcj
Severity: important

Hi,

Die folgenden NEUEN Pakete werden zusätzlich installiert:
  ant1.7 
Die folgenden Pakete werden ENTFERNT:
  ant{a} ant-optional{a} bicyclerepair{u} eclipse{a} eclipse-efj{a} 
  eclipse-jdt{a} eclipse-pde{a} eclipse-pydev{a} gcj-4.3{u} jython{u} 
  libgcj9-0-awt{u} libgcj9-dev{u} libreadline-java{u} 
Die folgenden Pakete werden EMPFOHLEN, aber NICHT installiert:
  ant-gcj 

I think ant1.7 / ant1.7-optional should provide ant or ant-optional
respectively. (I haven't checked what those packages depend on and
whether that's versioned, but for unversioned depends it would help)

This here is even more serious (that's why I file  this as important):

Die folgenden NEUEN Pakete werden zusätzlich installiert:
  ant1.7-gcj ant1.7-optional ant1.7-optional-gcj 
Die folgenden Pakete werden ENTFERNT:
  eclipse-source{u} junit{u} junit4{u} libhamcrest-java{u} 
Die folgenden Pakete werden EMPFOHLEN, aber NICHT installiert:
  ant-optional-gcj 
0 Pakete aktualisiert, 3 zusätzlich installiert, 4 werden entfernt und 0 nicht 
aktualisiert.
Die folgenden NEUEN Pakete werden zusätzlich installiert:
  ant1.7-gcj ant1.7-optional ant1.7-optional-gcj 
Die folgenden Pakete werden ENTFERNT:
  eclipse-source{u} junit{u} junit4{u} libhamcrest-java{u} 
Die folgenden Pakete werden EMPFOHLEN, aber NICHT installiert:
  ant-optional-gcj 
0 Pakete aktualisiert, 3 zusätzlich installiert, 4 werden entfernt und 0 nicht 
aktualisiert.

So trying to install ant1.7-optional will try to remove junit4, which will
be a build-dep of OOo 3.3 (together with ant1.7 for those archs
still using gij if this bug isn't fixed by then)

Regards,

Rene

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

Kernel: Linux 2.6.32-2-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/dash

-- 
Grüße/Regards,

Rene



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


Bug#571397: still happens

2010-03-03 Thread Rene Engelhard
reopen 571397
thanks

Hi,

the changelog of 1.8.0-3 suggests moving -gcj fixes  this. Unfortunately it
doesn't; it fails with the same error.

$ dpkg -l ant*
Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/Fehlgeschl. Konfiguration/
 Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name   VersionBeschreibung
+++-==-==-
ii  ant1.8.0-2Java based build tool like make
ii  ant-contrib1.0~b3+svn177- collection of tasks, types and other tools f
un  ant-dockeine(keine Beschreibung vorhanden)
un  ant-gcjkeine(keine Beschreibung vorhanden)
ii  ant-optional   1.8.0-2Java based build tool like make - optional l
un  ant-optional-g keine(keine Beschreibung vorhanden)
un  ant1.7 keine(keine Beschreibung vorhanden)
rc  ant1.7-gcj 1.7.1-5Java based build tool like make
un  ant1.7-optiona keine(keine Beschreibung vorhanden)
rc  ant1.7-optiona 1.7.1-5Java based build tool like make - API docume
un  antlr  keine(keine Beschreibung vorhanden)

Grüße/Regards,

René



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


Bug#571397: still happens

2010-03-03 Thread Rene Engelhard
On Wed, Mar 03, 2010 at 06:02:14PM +0100, Torsten Werner wrote:
 Rene Engelhard schrieb:
  the changelog of 1.8.0-3 suggests moving -gcj fixes  this. Unfortunately it
  doesn't; it fails with the same error.
 ...
  ii  ant1.8.0-2Java based build tool like make
 ...
  ii  ant-optional   1.8.0-2Java based build tool like make - 
  optional l
 
 How did you find a bug in 1.8.0-3 when 1.8.0-2 is actually installed?

1.8.0-3s changelog claims that removing -gcj fixes this bug:
From the changelog:

   * Do no longer build the -gcj packages because of bus error in gij. Such
 packages are provided by the ant1.7 source package. (Closes: #570889)

I removed -gcj in my 1.8.0-2 and the bug was still there.

So either removing -gcj does not fix the bug or someting in addition
needs to be done.

In the second case I apolofize and wait for -3, but... 

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  r...@debian.org | GnuPG-Key ID: D03E3E70
   `-   Fingerprint: E12D EA46 7506 70CF A960 801D 0AA0 4571 D03E 3E70



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


Re: icu4j_3.8.1-1_i386.changes is NEW

2008-12-15 Thread Rene Engelhard
Hi,


Debian Installer wrote:
 (new) icu4j_3.8.1-1.diff.gz optional devel
 (new) icu4j_3.8.1-1.dsc optional devel
 (new) icu4j_3.8.1.orig.tar.gz optional devel
 (new) libicu4j-java_3.8.1-1_all.deb optional devel

OOC, why icu4j 3.8.1 and not directly 4.0.0?

Regrds,

Rene

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


Bug#506782: Patch 81_prevent-network-access.dpatch is not needed anymore

2008-11-26 Thread Rene Engelhard
Hi,

Onkar Shinde wrote:
  But it doesn't do harm, does it?
 
 It bypasses a unit test. Do you consider that serious?

Good point.

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  [EMAIL PROTECTED] | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73




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


Re: lucene2_2.3.2+ds1-2_i386.changes REJECTED

2008-08-23 Thread Rene Engelhard
Hi,

Mark Hymers wrote:
 Rejected.

?

 At the present time, if you need to move package from contrib to main,
 you need to upload with a new (fake) upstream version due to a bug in

It actually was. Not with a fake one but a real one:

$ rmadison liblucene2-java
liblucene2-java | 2.3.1+ds1-1 | testing/contrib | all
liblucene2-java | 2.3.1+ds1-1 | unstable/contrib | all

Rejected version was 2.3.*2*+ds1-1

Regards,

Rene

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


Re: lucene2_2.3.2+ds1-2_i386.changes REJECTED

2008-08-23 Thread Rene Engelhard
Hi,

Rene Engelhard wrote:
 Rejected version was 2.3.*2*+ds1-1

Err, -2 but anyway.

lucene2 (2.3.2+ds1-2) unstable; urgency=low

  * Use openjdk to build lucene2, move to main (Closes: #488895)
  * Update TODO.Debian to reflect move to openjdk
  * Update README.Debian to reflect inclusion of bdb-je (in 2.3.0+ds1-1)
  * Bump Standards-Version to 3.8.0
  * Update debian/copyright to refer to the text of the Apache license in
/usr/share/common-licenses/
  * Clean up some cruft (failed-unittest-log.txt, KEYS, rules-backup) per
suggestion of Jeff Breidenbach

 -- Jan-Pascal van Best [EMAIL PROTECTED]  Mon, 28 Jul 2008 21:57:05 +0200

lucene2 (2.3.2+ds1-1) unstable; urgency=low

  * New upstream release

 -- Jan-Pascal van Best [EMAIL PROTECTED]  Thu, 15 May 2008 23:31:28 +0200

is the changelog, no idea why that is split and/or it wasn't uploaded
with -v, though.

Regards,
 
Rene

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


Re: lucene2_2.3.2+ds1-2_amd64.changes is NEW

2008-08-11 Thread Rene Engelhard
Hi Jan,

Debian Installer wrote:
 Changes: lucene2 (2.3.2+ds1-2) unstable; urgency=low
  .
   * Use openjdk to build lucene2, move to main (Closes: #488895)
   * Update TODO.Debian to reflect move to openjdk
   * Update README.Debian to reflect inclusion of bdb-je (in 2.3.0+ds1-1)
   * Bump Standards-Version to 3.8.0
   * Update debian/copyright to refer to the text of the Apache license in
 /usr/share/common-licenses/
   * Clean up some cruft (failed-unittest-log.txt, KEYS, rules-backup) per
 suggestion of Jeff Breidenbach
 
 
 Override entries for your package:
 liblucene2-java-doc_2.3.2+ds1-2_all.deb - optional contrib/doc
 
 Announcing to [EMAIL PROTECTED]
 Closing bugs: 488895 

This (build-)depends on libdb-je-java which is not uploaded to main yet:
http://ftp-master.debian.org/new/lucene2_2.3.2+ds1-2.html

An Oversight? Can you also upload libdb-je-java?

Regards,

Rene

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


Bug#491542: eclipse: missing dependency for embedded browsing library

2008-07-21 Thread Rene Engelhard
Hi,

Juergen Stuber wrote:
 I use iceape, hence the library for embedded browsing wasn't found
 (none was installed) and on every startup there was a nasty popup message.
 
 I fixed it by installing libxul0d, I suggest you add a suitable dependency.

libxul0d isn't anymore, if at all you mean xulrunner-1.9

Regards,

Rene



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


Bug#490680: does not work due to dangling symlink/missing dependency

2008-07-13 Thread Rene Engelhard
Package: icedtea-gcjwebplugin
Severity: grave

Hi,

after installing icedtea-gcjwebplugin about:plugins in iceweasel didn't
show the Java plugin.

[EMAIL PROTECTED]:/usr/lib/iceweasel/plugins$ ls -l
insgesamt 0
lrwxrwxrwx 1 root root 39 24. Mai 17:46 gtk-vnc-plugin.so -
../../gtk-vnc/plugins/gtk-vnc-plugin.so
lrwxrwxrwx 1 root root 41 21. Jan 11:00 libjavaplugin.so -
/etc/alternatives/iceweasel-javaplugin.so
lrwxrwxrwx 1 root root 41 13. Jul 15:52 libnpsoplugin.so -
../../openoffice/program/libnpsoplugin.so
lrwxrwxrwx 1 root root 57  6. Jul 16:11 npwrapper.libflashplayer.so -
../../nspluginwrapper/plugins/npwrapper.libflashplayer.so
lrwxrwxrwx 1 root root 22 21. Apr 01:27 opensc-signer.so -
../../opensc-signer.so
[EMAIL PROTECTED]:/usr/lib/iceweasel/plugins$ 

(libjavaplugin.so in red for danglings symlinks)

OK, let's look at  /etc/alternatives/iceweasel-javaplugin.so:

[EMAIL PROTECTED]:/usr/lib/iceweasel/plugins$ ls -l
/etc/alternatives/iceweasel-javaplugin.so
lrwxrwxrwx 1 root root 48 21. Jan 11:00
/etc/alternatives/iceweasel-javaplugin.so -
/usr/lib/jvm/java-gcj/jre/lib/libgcjwebplugin.so

dangling, too. It points to the libgcjwebplugin.so
java-gcj-compat-plugin installs, but does not depend on
java-gcj-compat-plugin.

But I don't think this is intended, given that icedtea-gcjwebplugin
itself contains
/usr/lib/jvm/java-6-openjdk/jre/lib/amd64/gcjwebplugin.so

FWIW:

[EMAIL PROTECTED]:/usr/lib/iceweasel/plugins$ sudo update-alternatives --config
iceweasel-javaplugin.so

Es gibt nur 1 Programm, welches iceweasel-javaplugin.so bereitstellt
(/usr/lib/jvm/java-6-openjdk/jre/lib/amd64/gcjwebplugin.so). Nichts zu
konfigurieren.
[EMAIL PROTECTED]:/usr/lib/iceweasel/plugins

Regards,

Rene

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

Kernel: Linux 2.6.25-2-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 icedtea-gcjwebplugin depends on:
ii  libatk1.0-0   1.22.0-1   The ATK accessibility toolkit
ii  libc6 2.7-12 GNU C Library: Shared libraries
ii  libcairo2 1.6.4-6The Cairo 2D vector graphics libra
ii  libgcc1   1:4.3.1-6  GCC support library
ii  libglib2.0-0  2.16.4-1   The GLib library of C routines
ii  libgtk2.0-0   2.12.11-1  The GTK+ graphical user interface 
ii  libnspr4-0d   4.7.1-3NetScape Portable Runtime Library
ii  libpango1.0-0 1.20.5-1   Layout and rendering of internatio
ii  libstdc++64.3.1-6The GNU Standard C++ Library v3
ii  openjdk-6-jre 6b10dfsg-1 OpenJDK Java runtime

icedtea-gcjwebplugin recommends no packages.



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


Bug#488895: please move to main

2008-07-13 Thread Rene Engelhard
Hi,

Jeff Breidenbach wrote:
 But seriously, what's the ETA for Sun Java to enter main? Fedora is
 already shipping it, right?

That doesn't say anything, we all know that other distributions are
sloppy with license issues.

But that said, openjdk entered Debian now (yay!).

But *if* you move lucene2 to main, pleae DO NOT depend on openjdk. Would
make people having it installed besides java-gcj-compat when they want
it/need it becasue OpenJDK is not available. And some stuff of lucene
(like the OOo things) seem to work with java-gcj-compat..

Regards,

Rene



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


Bug#488895: please move to main

2008-07-02 Thread Rene Engelhard
severity 488895 serious
tag 488895 + lenny-ignore
thanks

10:48  man-di _rene_: you make this RC if you want
10:49  man-di _rene_: I just saw that eclipse needs it too



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


Bug#488895: please move to main

2008-07-01 Thread Rene Engelhard
Package: liblucene2-java
Version: 2.3.1+ds1-1
Severity: wishlist

Hi,

please move liblucene2-java to main. OpenOffice.org 3.0 needs it since
development milestone m22 for help indexing.

As far as I can (publically) see the need for contrib arises because it
uses libdb-je-java. Can it be disabled again, please?

Michael Koch tells me, though, that lucene had some various other
problems with java-gcj-compat and that it's therefore not in main, at
least for OOos build process it does work, though (builds fine and the
help building indexing runs through - didn't check the result/runtime
yet, though). This is with lucene 2.3.2, though.

Anyway, even if the internal lucene worked I don't really like using a
unpatched internal version of lucene - but we better should use the
normal one.

I am filing this bug for reference.

Regards,

Rene

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

Kernel: Linux 2.6.25-2-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 liblucene2-java depends on:
ii  libcommons-beanutils-jav 1.8.0~beta-1utility for manipulating JavaBeans
ii  libcommons-collections3- 3.2.1-1 A set of abstract data type interf
ii  libcommons-digester-java 1.8-1   Rule based XML Java object mapping
ii  libcommons-logging-java  1.1.1-1 commmon wrapper interface for seve
ii  libdb-je-java3.2.68-1Oracle Berkeley Database Java Edit
ii  libdb4.5-java4.5.20-12   Berkeley v4.5 Database Libraries f
ii  libjline-java0.9.94-1Java library for handling console 
ii  libjtidy-java7+svn20070309-2 a Java port of HTML Tidy, a HTML s
ii  libregexp-java   1.4-4   regular expression library for Jav
ii  sun-java6-jre6-06-1  Sun Java(TM) Runtime Environment (

liblucene2-java recommends no packages.

-- debconf-show failed



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


Bug#467601: jfreereport: FTBFS: The method getPlattformDefaultEncoding() is undefined for the type EncodingRegistry

2008-03-03 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

clone 467601 -1
submitter -1 Rene Engelhard [EMAIL PROTECTED]
reassign -1 ftp.debian.org
severity -1 important
retitle -1 ftp.debian.org: RM: jfreereport -- RoM; RC-buggy; superseded by 
pentaho-reporting-flow-engine
thanks

Rene Engelhard wrote:
 Michael Koch wrote:
  Thats due to the libfonts-java update from 0.2.6 to 0.3.3. We will
  either need to patch jfreereport or remove it from the archive, we have
  now its successor, pentaho-reporting-flow-engine, in the archive.
 
 Indeed; I'd vote for the removal. The only thing still needing it
 is the 2.3.1-x in testing which is not really supported by me
 anymore anyway (lenny should contain 2.4), so...

So let's do it..

Regards,
 
Rene
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHzFad+FmQsCSK63MRAhEnAJwIuD0COR2bfTAcXvXWpARdchSo1gCfdkf2
5wVXf3DzrIbwqIUQJQPQVm8=
=zQtP
-END PGP SIGNATURE-



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


Bug#467601: jfreereport: FTBFS: The method getPlattformDefaultEncoding() is undefined for the type EncodingRegistry

2008-02-26 Thread Rene Engelhard
Hi,

Michael Koch wrote:
 Thats due to the libfonts-java update from 0.2.6 to 0.3.3. We will
 either need to patch jfreereport or remove it from the archive, we have
 now its successor, pentaho-reporting-flow-engine, in the archive.

Indeed; I'd vote for the removal. The only thing still needing it
is the 2.3.1-x in testing which is not really supported by me
anymore anyway (lenny should contain 2.4), so...

Regards,

Rene



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


Bug#451215: closing 451215

2008-02-25 Thread Rene Engelhard
# Automatically generated email from bts, devscripts version 2.10.16
# hmm.
close 451215 0.2.8.dfsg-1




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


Bug#433939: ITP: jfreereport -- java class library for generating reports

2007-11-17 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Michael Koch wrote:
  This package is needed for pentaho-reportdesigner and OpenOffice
 
 This package was already in Debian as libjfreereport-java. Its in
 pkg-java SVN and still in oldstable [1].

And is now in sid again [1] (although with 0.9.0-05 becase OOo uses this
version specifically; I didn't yet patch out the whole plenthora of
hardcoded versions in OOo, not to mention testing whether it works with
new versions..)

The OpenOffice.org using it is now in sid, too.

Regards,

Rene

[1] http://packages.debian.org/libjfreereport-java
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHPuXu+FmQsCSK63MRAtFgAJ9zehaub9EVXv+kig7tpCCCSLnnZwCeNffY
l1Nmm+9PBzR69f204Wjw7o4=
=+mw/
-END PGP SIGNATURE-



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


Bug#433939: ITP: jfreereport -- java class library for generating reports

2007-11-17 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Arnaud Vandyck wrote:
 On 7/20/07, Arnaud Vandyck [EMAIL PROTECTED] wrote:
  * Package name: jfreereport
Version : 0.9.1
 [...]
  This package is needed for pentaho-reportdesigner and OpenOffice
 
 My mistake!

Thanks. I am not sure we should try upgrading to 0.9.1 now, though..

Regards,

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

iD8DBQFHPuZA+FmQsCSK63MRAs4BAJwIjSukv5aRZ5Bt2RhQ/clbar06egCfaBQe
8AaPHmZno9MEarPMluLlzb4=
=XXPC
-END PGP SIGNATURE-



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


Bug#439496: unmerge

2007-08-25 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

unmerge 439496
reassign 439496 swing-layout
thanks

Hi,

how is unzip not found (so a missing build-dep on unzip) related to
the Java errors in gjdoc?

Regards,

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

iD8DBQFG0Dun+FmQsCSK63MRAgiEAJwPSxs7mvlwdzufLqntNqYbfcBx4gCeOaQs
flhtGJlMCtcYLJ2aS/lduM4=
=kghN
-END PGP SIGNATURE-


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


Bug#436193: 0.7.8-2 broke building OOo SDKs Javadoc

2007-08-06 Thread Rene Engelhard
Package: gjdoc
Version: 0.7.8-2
Severity: grave

Hi,

while 0.7.8-1 worked, 0.7.8-2 breaks building OOo:

[...]
Writing HTML files for package com.sun.star.tools.uno
java.lang.reflect.InvocationTargetException
   at java.lang.reflect.Method.invoke(libgcj_bc.so.1)
   at gnu.classpath.tools.gjdoc.Main.startDoclet(javadoc)
   at gnu.classpath.tools.gjdoc.Main.start(javadoc)
   at gnu.classpath.tools.gjdoc.Main.main(javadoc)
Caused by: java.lang.NoClassDefFoundError: 
gnu.classpath.tools.gjdoc.expr.Evaluator
   at java.lang.Class.initializeClass(libgcj_bc.so.1)
   at gnu.classpath.tools.gjdoc.FieldDocImpl.constantValue(javadoc)
   at gnu.classpath.tools.gjdoc.FieldDocImpl.constantValue(javadoc)
   at 
gnu.classpath.tools.doclets.htmldoclet.HtmlDoclet.printMemberDetails(javadoc)
   at gnu.classpath.tools.doclets.htmldoclet.HtmlDoclet.printClassPage(javadoc)
   at gnu.classpath.tools.doclets.htmldoclet.HtmlDoclet.run(javadoc)
   at gnu.classpath.tools.doclets.AbstractDoclet.startInstance(javadoc)
   at gnu.classpath.tools.doclets.AbstractDoclet.start(javadoc)
   at java.lang.reflect.Method.invoke(libgcj_bc.so.1)
   ...3 more
Caused by: java.lang.ClassNotFoundException: antlr.TokenStreamException not 
found in gnu.gcj.runtime.SystemClassLoader{urls=[file:./], 
parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}
   at java.net.URLClassLoader.findClass(libgcj_bc.so.1)
   at gnu.gcj.runtime.SystemClassLoader.findClass(libgcj_bc.so.1)
   at java.lang.ClassLoader.loadClass(libgcj_bc.so.1)
   at java.lang.ClassLoader.loadClass(libgcj_bc.so.1)
   at java.lang.Class.initializeClass(libgcj_bc.so.1)
   ...11 more
dmake:  Error code 5, while making 
'../../unxlngi6.pro/bin/odkcommon/docs/java/ref/index.html'
dmake:  '../../unxlngi6.pro/bin/odkcommon/docs/java/ref/index.html' removed.
---* RULES.MK *---

ERROR: Error 65280 occurred while making 
/home/rene/openoffice.org-2.3.0/ooo-build/build/current/odk/pack/gendocu

Regards,

Rene

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

Kernel: Linux 2.6.18-4-686 (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 gjdoc depends on:
ii  antlr   2.7.6-9  language tool for constructing rec
ii  debhelper   5.0.53   helper programs for debian/rules
ii  gij [java1-runtime] 4:4.1.2-3The GNU Java bytecode interpreter
ii  gij-4.1 [java1-runtime] 4.1.2-14 The GNU Java bytecode interpreter
ii  gij-4.2 [java1-runtime] 4.2.1-1  The GNU Java bytecode interpreter
ii  java-gcj-compat 1.0.76-2 Java runtime environment using GIJ
ii  libc6   2.6-5GNU C Library: Shared libraries
ii  libgcc1 1:4.2.1-1GCC support library
ii  libgcj-bc   4.1.2-3  Link time only library for use wit
ii  libgcj7-1   4.1.2-14 Java runtime library for use with
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

gjdoc recommends no packages.

-- no debconf information



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

Bug#432648: severity of 432648 is serious

2007-07-11 Thread Rene Engelhard
# Automatically generated email from bts, devscripts version 2.10.6
# FTBFSes are serious
severity 432648 serious



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


Bug#421302: missing conflicts against eclipse-ecj-ecj?

2007-04-27 Thread Rene Engelhard
Package: ecj-gcj
Version: 3.2.2-1
Severity: serious


Hi,

(as already told on IRC)

While installing the new gcj (sorry, german):

$ sudo dpkg -i *ecj*deb
(Lese Datenbank ... 292312 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereiten zum Ersetzen von ecj 3.2.2-1 (durch ecj_3.2.2-1_all.deb) ...
Entpacke Ersatz fü ...
Vorbereiten zum Ersetzen von ecj-bootstrap 3.2.2-1 (durch 
ecj-bootstrap_3.2.2-1_all.deb) ...
Entpacke Ersatz fü-bootstrap ...
Wäe vormals abgewätes Paket ecj-bootstrap-gcj.
Entpacke ecj-bootstrap-gcj (aus ecj-bootstrap-gcj_3.2.2-1_all.deb) ...
Entpacke ecj-gcj (aus ecj-gcj_3.2.2-1_powerpc.deb) ...
dpkg: Fehler beim Bearbeiten von ecj-gcj_3.2.2-1_powerpc.deb (--install):
 Versuche, »/usr/bin/ecj-gcj« zu ühreiben, welches auch in Paket 
eclipse-ecj-gcj ist
dpkg-deb: Unterprozess paste mit Signal (Broken pipe) getö
Richte ecj ein (3.2.2-1) ...
Richte ecj-bootstrap ein (3.2.2-1) ...
dpkg: Abhäigkeitsprobleme verhindern Konfiguration von ecj-bootstrap-gcj:
 ecj-bootstrap-gcj hät ab von ecj-gcj (= 3.2.2-1); aber:
  Paket ecj-gcj ist nicht installiert.
dpkg: Fehler beim Bearbeiten von ecj-bootstrap-gcj (--install):
 Abhäigkeitsprobleme - lasse es unkonfiguriert
Fehler traten auf beim Bearbeiten von:
 ecj-gcj_3.2.2-1_powerpc.deb
 ecj-bootstrap-gcj

Looks like ecj-gcj needs a Conflicts: against eclipse-ecj-gcj.
And maybe, if ecj[-gcj] exist, should eclipse-ecj-* removed/not built anymore?

Regards,

Rene

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.18-4-powerpc
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 ecj-gcj depends on:
ii  ecj 3.2.2-1  standalone version of the Eclipse 
ii  libc6   2.5-4GNU C Library: Shared libraries
ii  libgcc1 1:4.2-20070405-1 GCC support library
ii  libgcj-bc   4.1.2-2  Link time only library for use wit
ii  libgcj7-1   4.1.2-4  Java runtime library for use with 
ii  zlib1g  1:1.2.3-13   compression library - runtime

Versions of packages ecj-gcj recommends:
ii  java-gcj-compat   1.0.65-10  Java runtime environment using GIJ

-- no debconf information


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

Bug#408729: should depend on jaxp1.3, not jaxp1.2

2007-01-27 Thread Rene Engelhard
Package: libxalan2-java-gcj
Version: 2.7.0-3
Severity: important
Tags: patch

Hi,

$ dpkg --info libxalan2-java-gcj_2.7.0-3_amd64.deb
 neues Debian-Paket, Version 2.0.
 Grö4597290 Byte: control-Archiv= 1028 Byte.
 880 Byte,17 Zeilen  control
 438 Byte, 6 Zeilen  md5sums
 160 Byte, 7 Zeilen   *  postinst #!/bin/sh
 168 Byte, 7 Zeilen   *  postrm   #!/bin/sh
 Package: libxalan2-java-gcj
 Version: 2.7.0-3
 Section: libs
 Priority: optional
 Architecture: amd64
 Depends: libxalan2-java (= 2.7.0-3), libjaxp1.2-java-gcj, 
libxerces2-java-gcj, libgcj-common ( 1:4.1.1-13), libc6 (= 2.3.5-1), libgcc1 
(= 1:4.1.1-12), libgcj-bc (= 4.1), zlib1g (= 1:1.2.1)
[...]

libxalan2-java-gcj depends on libjaxp1.2-java-gcj. But:

$ dpkg --contents libxalan2-java_2.7.0-3_all.deb
drwxr-xr-x root/root 0 2007-01-04 08:56 ./
drwxr-xr-x root/root 0 2007-01-04 08:56 ./usr/
drwxr-xr-x root/root 0 2007-01-04 08:56 ./usr/share/
drwxr-xr-x root/root 0 2007-01-04 08:56 ./usr/share/java/
-rw-r--r-- root/root   3198712 2007-01-04 08:56 ./usr/share/java/xalan2.jar
-rw-r--r-- root/root194490 2007-01-04 08:56 ./usr/share/java/serializer.jar
drwxr-xr-x root/root 0 2007-01-04 08:56 ./usr/share/doc/
drwxr-xr-x root/root 0 2007-01-04 08:56 ./usr/share/doc/libxalan2-java/
-rw-r--r-- root/root 11777 2007-01-03 11:54 
./usr/share/doc/libxalan2-java/copyright
-rw-r--r-- root/root  2920 2007-01-04 08:50 
./usr/share/doc/libxalan2-java/changelog.Debian.gz
lrwxrwxrwx root/root 0 2007-01-04 08:56 ./usr/share/java/xml-apis.jar 
- jaxp-1.3.jar

 ^
Shouldn't libxalan2-java-gcj then depend on libjaxp1.3-java-gcj instead of
libjaxp1.2-java-gcj?

Regards,

Rene

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-powerpc
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)


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

Bug#352348: eclipse tries to overwrite file(s) in eclipse-platform-common, missing Conflicts:/Replaces:

2006-02-11 Thread Rene Engelhard
Package: eclipse
Version: 3.1.2-1
Severity: serious

Hi,

sorry, no log available but eclipse tried to overwrite file(s) (iirc
/usr/bin/eclipse) from eclipse-platform-common but fails to declare
appropriate relationships which does fail on a upgrade run where
eclipse is unpacked first...

Regards,

Rene

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-2-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages eclipse depends on:
ii  eclipse-jdt   3.1.2-1Java Development Tools plug-ins fo
ii  eclipse-pde   3.1.2-1Plug-in Development Environment to
ii  eclipse-source3.1.2-1Eclipse source code plug-ins

eclipse recommends no packages.

-- no debconf information


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