[SCM] eclipse-emf - Plug-in for eclipse - Debian package. branch, master, updated. 98d98dbdf21325e108212d667c6d9e88b608f83e

2010-04-12 Thread Niels Thykier
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project eclipse-emf - Plug-in for eclipse - Debian package..

The branch, master has been updated
   via  98d98dbdf21325e108212d667c6d9e88b608f83e (commit)
  from  5c6d23f4d50c3694c73cc8c43b39b49482550647 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 98d98dbdf21325e108212d667c6d9e88b608f83e
Author: Niels Thykier ni...@thykier.net
Date:   Thu Apr 8 17:42:43 2010 +0200

Added missing Build-Depends on zip and unzip.

Git-Dch: Ignore

---

Summary of changes:
 debian/control |4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/debian/control b/debian/control
index 55a1da7..cd4f813 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,9 @@ Build-Depends: debhelper (= 7),
eclipse-pde (= 3.5.2),
eclipse-platform (= 3.5.2),
javahelper (= 0.30),
-   tofrodos
+   tofrodos,
+   unzip,
+   zip
 Standards-Version: 3.8.4
 DM-Upload-Allowed: yes
 Vcs-Git: git://git.debian.org/git/pkg-java/eclipse-emf.git


hooks/post-receive
-- 
eclipse-emf - Plug-in for eclipse - Debian package.

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


[pkg-java] r12136 - trunk/fop/debian

2010-04-12 Thread Mathieu Malaterre
Author: malat-guest
Date: 2010-04-12 07:43:42 + (Mon, 12 Apr 2010)
New Revision: 12136

Modified:
   trunk/fop/debian/changelog
   trunk/fop/debian/control
Log:
After discussion with Vincent: pull in patch. Add my name and set DM to 1.

Modified: trunk/fop/debian/changelog
===
--- trunk/fop/debian/changelog  2010-04-12 05:57:31 UTC (rev 12135)
+++ trunk/fop/debian/changelog  2010-04-12 07:43:42 UTC (rev 12136)
@@ -1,3 +1,9 @@
+fop (1:0.95.dfsg-11) unstable; urgency=low
+
+  * Fix StackOverflowError in Java. Closes #577069
+
+ -- Mathieu Malaterre mathieu.malate...@gmail.com  Mon, 12 Apr 2010 09:53:37 
+0200
+
 fop (1:0.95.dfsg-10) unstable; urgency=low
 
   * Pull in new patch from Mathieu Malaterre mathieu.malate...@gmail.com

Modified: trunk/fop/debian/control
===
--- trunk/fop/debian/control2010-04-12 05:57:31 UTC (rev 12135)
+++ trunk/fop/debian/control2010-04-12 07:43:42 UTC (rev 12136)
@@ -2,8 +2,10 @@
 Section: text
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
+DM-Upload-Allowed: yes
 Uploaders: Michael Koch konque...@gmx.de, Sylvestre Ledru 
sylves...@debian.org,
- Vincent Fourmond fourm...@debian.org, Torsten Werner twer...@debian.org
+ Vincent Fourmond fourm...@debian.org, Torsten Werner twer...@debian.org,
+ Mathieu Malaterre mathieu.malate...@gmail.com
 Build-Depends: debhelper (= 5), cdbs (= 0.4.27)
 Build-Depends-Indep: ant-optional, libbatik-java (= 1.7),
  libavalon-framework-java (=4.1.2-2), libxalan2-java,


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


Bug#491334: Reopen eclipse ignores vmargs in eclipse.ini

2010-04-12 Thread Tomáš Jura

I incorrectly analyzed the problem.

The problem is that the 
$HOME/.eclip/org.eclipse.platform_version_id/configuration/config.ini (not 
/etc/eclipse.ini) don't accept the -vmargs switch. More exactly said: It 
is accepted, but silently ignored and even it is shown in the Eclipse in 
the dialog Help-About Eclipse SDK-Instalation Details-Configuration. 
This is pretty confusing.


I think that the 
$HOME/.eclipse/org.eclipse.platform_version_id/configuration/config.ini 
is parsed by Java code during startup and not by wrapper that starts jvm.


Tomas


Dne 11.4.2010 17:27, Niels Thykier napsal(a):

-vmargs works fine for me in my (/etc/)eclipse.ini. Please post your
eclipse.ini, so we can have a look at it (please gzip it or so, so it is
not inlined the mail, it makes it difficult to spot mistakes like
trailing spaces).


I do not think how this patch could work since the -vmargs (and
consequent vm options) must be the last argument on command line and
there is no way how to inject parameters into eclipse via environment
variables.
=20
I propose that ./eclipse/eclipserc should be changed to=20
./eclipse/eclipsevm and should contain just the vm arguments.
=20
The=20
$HOME/.eclipse/org.eclipse.platform_version_id/configuration/config=

=2Eini

will be used for standalone eclipse arguments (=3D non vmargs).
=20


The wrapper script handling ~/.eclipse/eclipserc was broken. We are
trying to remove the remaining pieces of the wrapper that are
(unfortunately) still required for sane defaults/operation.
   But I have no interest in reviving parts of that wrapper if I can
avoid it! Quite a few bugs closed in the 3.5.2 upload are due to the
removal of that overcomplicated wrapper.



FYI
dpkg -l
ii  eclipse   3.5.2-2  =20
Extensible Tool Platform and Java IDE
ii  eclipse-jdt   3.5.2-2  =20
Eclipse Java Development Tools (JDT)
ii  eclipse-pde   3.5.2-2  =20
Eclipse Plug-in Development Environment (PDE
ii  eclipse-platform  3.5.2-2  =20
Eclipse platform without plug-ins to develop
ii  eclipse-platform-data 3.5.2-2  =20
Eclipse platform without plug-ins to develop
ii  eclipse-plugin-cvs3.5.2-2  =20
Eclipse Team Integration (CVS support)
ii  eclipse-rcp   3.5.2-2  =20
Eclipse Rich Client Platform (RCP)
=20
Tomas
=20


~Niels






__
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#491334: Reopen eclipse ignores vmargs in eclipse.ini

2010-04-12 Thread Niels Thykier
 I incorrectly analyzed the problem.
=20
 The problem is that the
 $HOME/.eclip/org.eclipse.platform_version_id/configuration/config.i=
ni
 (not /etc/eclipse.ini) don't accept the -vmargs switch. More exactly
 said: It is accepted, but silently ignored and even it is shown in the
 Eclipse in the dialog Help-About Eclipse SDK-Instalation
 Details-Configuration. This is pretty confusing.
=20

That file is not intended for arguments though; it looks like a regular
properties file (as in java.util.Properties-properties) - have a look
at /usr/lib/eclipse/configuration/config.ini, which is written by the
same part of eclipse.
  I think you may be able to specify properties in it though (as you can
do via -vmargs -Dprop=3Dvalue), if that is what you need. If you writ=
e
-vmargs in it, it probably thinks you define the property -vmargs to
the empty value or null.

Perhaps what you want is a per user eclipse.ini?

 I think that the
 $HOME/.eclipse/org.eclipse.platform_version_id/configuration/config=
=2Eini
 is parsed by Java code during startup and not by wrapper that starts jv=
m.
=20

Yes.

 Tomas
=20
=20
 Dne 11.4.2010 17:27, Niels Thykier napsal(a):
 [...]

~Niels



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


Bug#577422: Removed package(s) from unstable

2010-04-12 Thread Debian Archive Maintenance
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

 gjdoc |  0.7.9-4.1 | source, alpha, amd64, armel, hppa, hurd-i386, i386, 
ia64, kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc, s390, sparc

--- Reason ---
ROM; replaced by gcj-4.4
--

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are usually not removed from testing by hand. Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems. The release team can force a removal from testing if it is
really needed, please contact them if this should be the case.

Bugs which have been reported against this package are not automatically
removed from the Bug Tracking System.  Please check all open bugs and
close them or re-assign them to another package if the removed package
was superseded by another one.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 577...@bugs.debian.org.

The full log for this bug can be viewed at http://bugs.debian.org/577422

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

Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)

__
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#577423: Removed package(s) from unstable

2010-04-12 Thread Debian Archive Maintenance
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

java-package |   0.42 | source, all

--- Reason ---
ROM; obsolete, unmaintained, buggy
--

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are usually not removed from testing by hand. Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems. The release team can force a removal from testing if it is
really needed, please contact them if this should be the case.

Bugs which have been reported against this package are not automatically
removed from the Bug Tracking System.  Please check all open bugs and
close them or re-assign them to another package if the removed package
was superseded by another one.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 577...@bugs.debian.org.

The full log for this bug can be viewed at http://bugs.debian.org/577423

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

Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)

__
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#577390: Removed package(s) from unstable

2010-04-12 Thread Debian Archive Maintenance
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

libxmlrpc3-client-java-gcj |  3.1-3 | hurd-i386
libxmlrpc3-client-java-gcj |3.1.3-1 | alpha, amd64, armel, i386, ia64, 
mips, mipsel, powerpc, s390, sparc
libxmlrpc3-common-java-gcj |  3.1-3 | hurd-i386
libxmlrpc3-common-java-gcj |3.1.3-1 | alpha, amd64, armel, i386, ia64, 
mips, mipsel, powerpc, s390, sparc
libxmlrpc3-server-java-gcj |  3.1-3 | hurd-i386
libxmlrpc3-server-java-gcj |3.1.3-1 | alpha, amd64, armel, i386, ia64, 
mips, mipsel, powerpc, s390, sparc

--- Reason ---
ANAIS; deprecated -gcj packages are no longer built
--

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are usually not removed from testing by hand. Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems. The release team can force a removal from testing if it is
really needed, please contact them if this should be the case.

Bugs which have been reported against this package are not automatically
removed from the Bug Tracking System.  Please check all open bugs and
close them or re-assign them to another package if the removed package
was superseded by another one.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 577...@bugs.debian.org.

The full log for this bug can be viewed at http://bugs.debian.org/577390

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

Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)

__
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] r12137 - trunk/libcommons-fileupload-java/debian

2010-04-12 Thread Damien Raude-Morvan
Author: drazzib
Date: 2010-04-12 11:19:35 + (Mon, 12 Apr 2010)
New Revision: 12137

Removed:
   trunk/libcommons-fileupload-java/debian/README.Debian
Modified:
   trunk/libcommons-fileupload-java/debian/changelog
   trunk/libcommons-fileupload-java/debian/rules
Log:
* Add myself to Uploaders.
* Enable portlet support:
 - Remove debian/README.Debian
 (Closes: #577474)

Deleted: trunk/libcommons-fileupload-java/debian/README.Debian
===
--- trunk/libcommons-fileupload-java/debian/README.Debian   2010-04-12 
07:43:42 UTC (rev 12136)
+++ trunk/libcommons-fileupload-java/debian/README.Debian   2010-04-12 
11:19:35 UTC (rev 12137)
@@ -1,7 +0,0 @@
-commons-fileupload
-==
-
-Support for the Portlet API is disabled in this package due to
-restrictions in the availability of it.
- 
-  -- Michael Koch konque...@gmx.de  Fri, 20 Jul 2007 07:20:00 +0200

Modified: trunk/libcommons-fileupload-java/debian/changelog
===
--- trunk/libcommons-fileupload-java/debian/changelog   2010-04-12 07:43:42 UTC 
(rev 12136)
+++ trunk/libcommons-fileupload-java/debian/changelog   2010-04-12 11:19:35 UTC 
(rev 12137)
@@ -1,4 +1,4 @@
-libcommons-fileupload-java (1.2.1-4) UNRELEASED; urgency=low
+libcommons-fileupload-java (1.2.1-4) unstable; urgency=low
 
   [ Thierry Carrez ]
   * Minimal dependency on default-jre-headless | java2-runtime-headless
@@ -6,13 +6,15 @@
 
   [ Damien Raude-Morvan ]
   * Remove Arnaud from Uploaders.
-  * Add myself
+  * Add myself to Uploaders.
   * Bump Standards-Version to 3.8.4: no changes needed
   * Bump debhelper to = 7
   * Remove version criteria from cdbs B-D (even stable match version)
-  * Compile portlet part:
+  * Enable portlet support:
- Remove debian/patches/04_disable-portlet.patch
- Add B-D-I on libportlet-api-2.0-spec-java
+   - Remove debian/README.Debian
+   (Closes: #577474)
   * Convert to source format 3.0 (quilt)
- Refresh all patches
- Add DEP3 headers to patches
@@ -20,7 +22,7 @@
- B-D-I on maven-repo-helper
- Use mh_installpoms and mh_installjar
 
- -- Damien Raude-Morvan draz...@debian.org  Tue, 30 Mar 2010 23:58:28 +0200
+ -- Damien Raude-Morvan draz...@debian.org  Mon, 12 Apr 2010 12:42:16 +0200
 
 libcommons-fileupload-java (1.2.1-3) unstable; urgency=low
 

Modified: trunk/libcommons-fileupload-java/debian/rules
===
--- trunk/libcommons-fileupload-java/debian/rules   2010-04-12 07:43:42 UTC 
(rev 12136)
+++ trunk/libcommons-fileupload-java/debian/rules   2010-04-12 11:19:35 UTC 
(rev 12137)
@@ -6,7 +6,7 @@
 
 JAVA_HOME_DIRS   := /usr/lib/jvm/default-java
 
-DEB_JARS := servlet-api-2.4 commons-io portlet-api_2.0_spec
+DEB_JARS := servlet-api-2.4 commons-io portlet-api
 DEB_ANT_BUILD_TARGET := dist
 
 LIBRARY=commons-fileupload


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


[pkg-java] r12138 - tags/libcommons-fileupload-java

2010-04-12 Thread Damien Raude-Morvan
Author: drazzib
Date: 2010-04-12 11:19:54 + (Mon, 12 Apr 2010)
New Revision: 12138

Added:
   tags/libcommons-fileupload-java/1.2.1-4/
Log:
[svn-buildpackage] Tagging libcommons-fileupload-java (1.2.1-4)


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


Processing of libcommons-fileupload-java_1.2.1-4_amd64.changes

2010-04-12 Thread Archive Administrator
libcommons-fileupload-java_1.2.1-4_amd64.changes uploaded successfully to 
localhost
along with the files:
  libcommons-fileupload-java_1.2.1-4.dsc
  libcommons-fileupload-java_1.2.1-4.debian.tar.gz
  libcommons-fileupload-java_1.2.1-4_all.deb

Greetings,

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

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


libcommons-fileupload-java_1.2.1-4_amd64.changes ACCEPTED

2010-04-12 Thread Archive Administrator



Accepted:
libcommons-fileupload-java_1.2.1-4.debian.tar.gz
  to 
main/libc/libcommons-fileupload-java/libcommons-fileupload-java_1.2.1-4.debian.tar.gz
libcommons-fileupload-java_1.2.1-4.dsc
  to main/libc/libcommons-fileupload-java/libcommons-fileupload-java_1.2.1-4.dsc
libcommons-fileupload-java_1.2.1-4_all.deb
  to 
main/libc/libcommons-fileupload-java/libcommons-fileupload-java_1.2.1-4_all.deb


Override entries for your package:
libcommons-fileupload-java_1.2.1-4.dsc - source java
libcommons-fileupload-java_1.2.1-4_all.deb - optional java

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


Thank you for your contribution to Debian.

__
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#577474: marked as done (libcommons-fileupload-java: Enable support for Portlet API)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 11:32:58 +
with message-id e1o1hsw-0004yp...@ries.debian.org
and subject line Bug#577474: fixed in libcommons-fileupload-java 1.2.1-4
has caused the Debian Bug report #577474,
regarding libcommons-fileupload-java: Enable support for Portlet API
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
577474: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=577474
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libcommons-fileupload-java
Version: 1.2.1-3
Severity: wishlist
Tags: patch

Hi,
Please see attached my patch to enable support for Portlet API.

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

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

Versions of packages libcommons-fileupload-java depends on:
ii  default-jdk  1.6-35  Standard Java or Java compatible D
ii  default-jre [java2-runtime]  1.6-35  Standard Java or Java compatible R
ii  libcommons-beanutils-java1.8.3-1 utility for manipulating JavaBeans
ii  libcommons-io-java   1.4-2   Common useful IO related classes
ii  libservlet2.4-java   5.0.30-12   Servlet 2.4 and JSP 2.0 Java libra
ii  openjdk-6-jre [java2-runtime 6b18~pre4-1 OpenJDK Java runtime, using Hotspo

libcommons-fileupload-java recommends no packages.

libcommons-fileupload-java suggests no packages.

-- no debconf information
diff -u libcommons-fileupload-java-1.2.1/debian/rules 
libcommons-fileupload-java-1.2.1/debian/rules
--- libcommons-fileupload-java-1.2.1/debian/rules
+++ libcommons-fileupload-java-1.2.1/debian/rules
@@ -7,7 +7,7 @@
 
 JAVA_HOME_DIRS   := /usr/lib/jvm/default-java
 
-DEB_JARS := servlet-api-2.4 commons-io
+DEB_JARS := servlet-api-2.4 commons-io portlet-api
 DEB_ANT_BUILD_TARGET := dist
 
 LIBRARY=commons-fileupload
diff -u libcommons-fileupload-java-1.2.1/debian/control 
libcommons-fileupload-java-1.2.1/debian/control
--- libcommons-fileupload-java-1.2.1/debian/control
+++ libcommons-fileupload-java-1.2.1/debian/control
@@ -4,7 +4,7 @@
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Arnaud Vandyck av...@debian.org, Michael Koch konque...@gmx.de
 Build-Depends: debhelper (= 5), cdbs (= 0.4.5.3), default-jdk, ant
-Build-Depends-Indep: libcommons-beanutils-java, libservlet2.4-java, 
libcommons-io-java
+Build-Depends-Indep: libcommons-beanutils-java, libservlet2.4-java, 
libcommons-io-java, libportlet-api-2.0-spec-java
 Standards-Version: 3.8.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-fileupload-java
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-fileupload-java
@@ -12,7 +12,7 @@
 
 Package: libcommons-fileupload-java
 Architecture: all
-Depends: default-jdk | java1-runtime | java2-runtime, 
libcommons-beanutils-java, libservlet2.4-java, libcommons-io-java, 
${misc:Depends}
+Depends: default-jdk | java1-runtime | java2-runtime, 
libcommons-beanutils-java, libservlet2.4-java, libcommons-io-java, 
libportlet-api-2.0-spec-java, ${misc:Depends}
 Description: File upload capability to your servlets and web applications
  The Commons FileUpload package makes it easy to add robust, high-performance,
  file upload capability to your servlets and web applications.
diff -u libcommons-fileupload-java-1.2.1/debian/changelog 
libcommons-fileupload-java-1.2.1/debian/changelog
--- libcommons-fileupload-java-1.2.1/debian/changelog
+++ libcommons-fileupload-java-1.2.1/debian/changelog
@@ -1,3 +1,10 @@
+libcommons-fileupload-java (1.2.1-4) unstable; urgency=low
+
+  * Team upload.
+  * Enable support for javax.portlet API.
+
+ -- Miguel Landaeta mig...@miguel.cc  Sun, 11 Apr 2010 18:28:33 -0430
+
 libcommons-fileupload-java (1.2.1-3) unstable; urgency=low
 
   * (Build-)Depends on default-jdk.
reverted:
--- libcommons-fileupload-java-1.2.1/debian/README.Debian
+++ libcommons-fileupload-java-1.2.1.orig/debian/README.Debian
@@ -1,7 +0,0 @@
-commons-fileupload
-==
-
-Support for the Portlet API is disabled in this package due to
-restrictions in the availability of it.
- 
-  -- Michael Koch konque...@gmx.de  Fri, 20 Jul 2007 07:20:00 +0200
reverted:
--- libcommons-fileupload-java-1.2.1/debian/patches/04_disable-portlet.patch
+++ 
libcommons-fileupload-java-1.2.1.orig/debian/patches/04_disable-portlet.patch
@@ -1,10 +0,0 @@

[pkg-java] r12139 - trunk/java-common/debian

2010-04-12 Thread Niels Thykier
Author: nthykier-guest
Date: 2010-04-12 12:47:14 + (Mon, 12 Apr 2010)
New Revision: 12139

Modified:
   trunk/java-common/debian/changelog
   trunk/java-common/debian/control
   trunk/java-common/debian/rules
Log:
Removed need for dpsyco-devel and added sh4 to the openjdk-6 arch list.

Modified: trunk/java-common/debian/changelog
===
--- trunk/java-common/debian/changelog  2010-04-12 11:19:54 UTC (rev 12138)
+++ trunk/java-common/debian/changelog  2010-04-12 12:47:14 UTC (rev 12139)
@@ -8,6 +8,10 @@
   * Applied patch from Thierry Basque that fixes the --list
 argument for update-java-alternatives. (Closes: #563070)
   * Updated the off-line copy of the Debian Java FAQ.
+  * Added sh4 to the list of architectures that support openjdk-6.
+(Closes: #577482)
+  * Removed useless commands from debian/rules and removed B-D on
+dpsyco-devel.
 
  -- Niels Thykier ni...@thykier.net  Tue, 06 Apr 2010 21:45:15 +0200
 

Modified: trunk/java-common/debian/control
===
--- trunk/java-common/debian/control2010-04-12 11:19:54 UTC (rev 12138)
+++ trunk/java-common/debian/control2010-04-12 12:47:14 UTC (rev 12139)
@@ -5,7 +5,7 @@
 Uploaders: Michael Koch konque...@gmx.de, Matthias Klose d...@debian.org, 
Torsten Werner twer...@debian.org,
  Niels Thykier ni...@thykier.net
 Build-Depends: debhelper (= 7)
-Build-Depends-Indep: debiandoc-sgml, docbook-utils, docbook-xml, dpsyco-devel, 
lynx
+Build-Depends-Indep: debiandoc-sgml, docbook-utils, docbook-xml, lynx
 Standards-Version: 3.8.4
 DM-Upload-Allowed: yes
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/java-common

Modified: trunk/java-common/debian/rules
===
--- trunk/java-common/debian/rules  2010-04-12 11:19:54 UTC (rev 12138)
+++ trunk/java-common/debian/rules  2010-04-12 12:47:14 UTC (rev 12139)
@@ -25,7 +25,7 @@
 dversion   = 1.5-$(jrel)
 jvmdir = java-gcj
 
-ifneq (,$(filter $(DEB_HOST_ARCH), alpha amd64 armel i386 ia64 lpia mips 
mipsel powerpc s390 sparc))
+ifneq (,$(filter $(DEB_HOST_ARCH), alpha amd64 armel i386 ia64 lpia mips 
mipsel powerpc s390 sparc sh4))
   p_jre= openjdk-6-jre
   p_jhl= openjdk-6-jre-headless
   p_jdk= openjdk-6-jdk
@@ -68,8 +68,6 @@
dh_installdocs -i
$(MAKE) install DESTDIR=$(CURDIR)/debian/java-common
 
-   dpsch-backupclean
-
touch install-stamp
 
 install-arch:
@@ -125,7 +123,6 @@
ln -sf ../$(p_doc)/api 
debian/default-jdk-doc/usr/share/doc/default-jre-headless/api
ln -sf ../$(p_doc)/api 
debian/default-jdk-doc/usr/share/doc/default-jdk-doc/api
dh_installexamples -i
-   dpsch-cvsclean
dh_installmenu -i
dh_installman -i
dh_installchangelogs -i


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


xmlbeans_2.5.0-2_amd64.changes ACCEPTED

2010-04-12 Thread Archive Administrator



Accepted:
libxmlbeans-java_2.5.0-2_all.deb
  to main/x/xmlbeans/libxmlbeans-java_2.5.0-2_all.deb
xmlbeans_2.5.0-2.debian.tar.gz
  to main/x/xmlbeans/xmlbeans_2.5.0-2.debian.tar.gz
xmlbeans_2.5.0-2.dsc
  to main/x/xmlbeans/xmlbeans_2.5.0-2.dsc
xmlbeans_2.5.0-2_all.deb
  to main/x/xmlbeans/xmlbeans_2.5.0-2_all.deb


Override entries for your package:
libxmlbeans-java_2.5.0-2_all.deb - optional java
xmlbeans_2.5.0-2.dsc - source java
xmlbeans_2.5.0-2_all.deb - optional java

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


Thank you for your contribution to Debian.

__
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#571245: marked as done (xmlbeans: Please provide inst2xsd)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 13:04:37 +
with message-id e1o1jjd-59...@ries.debian.org
and subject line Bug#571245: fixed in xmlbeans 2.5.0-2
has caused the Debian Bug report #571245,
regarding xmlbeans: Please provide inst2xsd
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
571245: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=571245
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: xmlbeans
Severity: normal


It would be nice if the xmlbeans source package would also provide a couple of 
the bin apps from xmlbeans.
I am thinking of inst2xml.

See:
http://xmlbeans.apache.org/docs/2.0.0/guide/tools.html#inst2xsd

Thanks !


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

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


---End Message---
---BeginMessage---
Source: xmlbeans
Source-Version: 2.5.0-2

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

libxmlbeans-java_2.5.0-2_all.deb
  to main/x/xmlbeans/libxmlbeans-java_2.5.0-2_all.deb
xmlbeans_2.5.0-2.debian.tar.gz
  to main/x/xmlbeans/xmlbeans_2.5.0-2.debian.tar.gz
xmlbeans_2.5.0-2.dsc
  to main/x/xmlbeans/xmlbeans_2.5.0-2.dsc
xmlbeans_2.5.0-2_all.deb
  to main/x/xmlbeans/xmlbeans_2.5.0-2_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 571...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Torsten Werner twer...@debian.org (supplier of updated xmlbeans package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Apr 2010 21:55:26 +0200
Source: xmlbeans
Binary: libxmlbeans-java xmlbeans
Architecture: source all
Version: 2.5.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Torsten Werner twer...@debian.org
Description: 
 libxmlbeans-java - Java library for accessing XML by binding it to Java types
 xmlbeans   - Java library for accessing XML by binding it to Java types - tool
Closes: 571245
Changes: 
 xmlbeans (2.5.0-2) unstable; urgency=low
 .
   [ Damien Raude-Morvan ]
   * New xmlbeans package which contains CLI tools (Closes: #571245)
   * TODO: build manpages for those tools
 .
   [ Torsten Werner ]
   * Change maintainers into Maintainers.
   * Switch to source format 3.0.
   * Install tools into the xmlbeans packages.
Checksums-Sha1: 
 196b3d0ec190a0742b9e8434061a61cef48728c7 1235 xmlbeans_2.5.0-2.dsc
 2d3f44ad0aa67ae0ef0456370e71cfec78cc6588 7427 xmlbeans_2.5.0-2.debian.tar.gz
 a051526add8194e7d92cf885bc63fb428d6832f8 2332800 
libxmlbeans-java_2.5.0-2_all.deb
 583d7409c6fcc5e5de0990e8671054bc39f1a84c 4816 xmlbeans_2.5.0-2_all.deb
Checksums-Sha256: 
 a17101c41256a05fced148c8cedd68f1f36fe2cca6fe39dfd4c1e4bef3f31c01 1235 
xmlbeans_2.5.0-2.dsc
 be641c95a2f4c46ed3c6bc01b215fd9bd1a79d5b068b0a35df9b29393bf6cac7 7427 
xmlbeans_2.5.0-2.debian.tar.gz
 234c5aba3b89f616bc043a599ee4e4bc69a7cff0020c366f1d34153d08254d30 2332800 
libxmlbeans-java_2.5.0-2_all.deb
 ba2c4ad142d390e6b360742079c1e3b4674122646ae886acece9437743e31167 4816 
xmlbeans_2.5.0-2_all.deb
Files: 
 23fafbf2a0d0ee0bed72d9224302df28 1235 java optional xmlbeans_2.5.0-2.dsc
 0478dc63e00173b6bca654359a316878 7427 java optional 
xmlbeans_2.5.0-2.debian.tar.gz
 ad8e66b6b200d05cf86014e3c1aa5401 2332800 java optional 
libxmlbeans-java_2.5.0-2_all.deb
 649c60437c0c8486a7073d26fa256077 4816 java optional xmlbeans_2.5.0-2_all.deb

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

iEYEARECAAYFAkvCKl4ACgkQfY3dicTPjsP+AQCfSjV+jd9SxEUf00iBXLtgEroj
Iw0AoJb7InIlsK0F6aTLRnxXZM/MQxU9
=Rd+4
-END PGP SIGNATURE-


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


Bug#491334: Reopen eclipse ignores vmargs in eclipse.ini

2010-04-12 Thread Tomáš Jura
Yes, I was looking for the per user eclipse.ini. In the eclipse man 
page (FILES section) claims that 
$HOME/.eclipse/org.eclipse.platform_version_id/configuration/config.ini 
is the user level configuration file. The problem is that JRE parameters 
cannot be set up by this way.


I needed to setup -Xbootclasspath and -javaagent for the lombok library.

I have solved the problem by writing own wrapper script for eclipse.

#!/bin/sh
local VMARGS=$HOME/.eclipse/eclipsevm
local SW
if [ -r $VMARGS ]; then
SW=-vmargs
for a in $@ ; do
if [ $a = $SW ] ; then
unset SW
break;
fi
done
SW=$SW $(cat $VMARGS)
fi

exec /usr/bin/eclipse $@ $SW

Tomas

Dne 12.4.2010 11:30, Niels Thykier napsal(a):

That file is not intended for arguments though; it looks like a regular
properties file (as in java.util.Properties-properties) - have a look
at /usr/lib/eclipse/configuration/config.ini, which is written by the
same part of eclipse.
  I think you may be able to specify properties in it though (as you can
do via -vmargs -Dprop=3Dvalue), if that is what you need. If you writ=
e
-vmargs in it, it probably thinks you define the property -vmargs to
the empty value or null.

Perhaps what you want is a per user eclipse.ini?


I think that the
$HOME/.eclipse/org.eclipse.platform_version_id/configuration/config=

=2Eini

is parsed by Java code during startup and not by wrapper that starts jv=

m.

=20


Yes.


Tomas
=20
=20
Dne 11.4.2010 17:27, Niels Thykier napsal(a):

[...]


~Niels






__
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#266273: marked as done (java-package: does not build a complete package with J2SDK 1.5 Beta 2.)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #266273,
regarding java-package: does not build a complete package with J2SDK 1.5 Beta 2.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
266273: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=266273
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Version: 0.12
Severity: important

When building the package for J2SDK 1.5.0 Beta 2, it fails for some files.
The command line was:

  fakeroot make-jpkg jdk-1_5_0-beta2-linux-i586.bin

This is the failing part of the log:

:
:
Creating jdk1.5.0/jre/lib/ext/localedata.jar
Creating jdk1.5.0/jre/lib/plugin.jar
Creating jdk1.5.0/jre/lib/javaws.jar
Creating jdk1.5.0/jre/lib/deploy.jar
mkdir: no se puede crear el directorio «/etc/.java»: Permiso denegado
mkdir: no se puede crear el directorio «/etc/.java/.systemPrefs»: No existe
el fichero o el directorio
touch: no se puede efectuar `touch' sobre
«/etc/.java/.systemPrefs/.system.lock»: No existe el fichero o el directorio
chmod: no se puede acceder a «/etc/.java/.systemPrefs/.system.lock»: No
existe el fichero o el directorio
touch: no se puede efectuar `touch' sobre
«/etc/.java/.systemPrefs/.systemRootModFile»: No existe el fichero o el
directorio
chmod: no se puede acceder a «/etc/.java/.systemPrefs/.systemRootModFile»:
No existe el fichero o el directorio
/home/rafa/resources/programs/java/jdk-1_5_0-beta2-linux-i586.bin: line 247:
/etc/mailcap: Permiso denegado
mkdir: no se puede crear el directorio
«/usr/share/icons/HighContrast/48x48»: Permiso denegado
mkdir: no se puede crear el directorio
«/usr/share/icons/HighContrastInverse/48x48»: Permiso denegado
mkdir: no se puede crear el directorio «/usr/share/icons/LowContrast/48x48»:
Permiso denegado
cp: no se puede crear el fichero regular «/usr/share/pixmaps/sun-java.png»:
Permiso denegado
cp: no se puede crear el fichero regular
«/usr/share/icons/HighContrast/48x48/apps/sun-java.png»: No existe el
fichero o el directorio
cp: no se puede crear el fichero regular
«/usr/share/icons/HighContrastInverse/48x48/apps/sun-java.png»: No existe el
fichero o el directorio
cp: no se puede crear el fichero regular
«/usr/share/icons/LowContrast/48x48/apps/sun-java.png»: No existe el fichero
o el directorio
/home/rafa/resources/programs/java/jdk-1_5_0-beta2-linux-i586.bin: line 395:
/usr/share/mime-info/java-archive.keys: Permiso denegado
/home/rafa/resources/programs/java/jdk-1_5_0-beta2-linux-i586.bin: line 396:
/usr/share/mime-info/java-archive.keys: Permiso denegado
/home/rafa/resources/programs/java/jdk-1_5_0-beta2-linux-i586.bin: line 397:
/usr/share/mime-info/java-archive.keys: Permiso denegado
/home/rafa/resources/programs/java/jdk-1_5_0-beta2-linux-i586.bin: line 398:
/usr/share/mime-info/java-archive.keys: Permiso denegado
/home/rafa/resources/programs/java/jdk-1_5_0-beta2-linux-i586.bin: line 399:
/usr/share/mime-info/java-archive.keys: Permiso denegado
/home/rafa/resources/programs/java/jdk-1_5_0-beta2-linux-i586.bin: line 400:
/usr/share/mime-info/java-archive.keys: Permiso denegado
/home/rafa/resources/programs/java/jdk-1_5_0-beta2-linux-i586.bin: line 403:
/usr/share/mime-info/java-archive.mime: Permiso denegado
/home/rafa/resources/programs/java/jdk-1_5_0-beta2-linux-i586.bin: line 404:
/usr/share/mime-info/java-archive.mime: Permiso denegado
/home/rafa/resources/programs/java/jdk-1_5_0-beta2-linux-i586.bin: line 407:
/usr/share/application-registry/java-archive.applications: Permiso denegado
/home/rafa/resources/programs/java/jdk-1_5_0-beta2-linux-i586.bin: line 408:
/usr/share/application-registry/java-archive.applications: Permiso denegado
/home/rafa/resources/programs/java/jdk-1_5_0-beta2-linux-i586.bin: line 409:
/usr/share/application-registry/java-archive.applications: Permiso denegado
/home/rafa/resources/programs/java/jdk-1_5_0-beta2-linux-i586.bin: line 410:
/usr/share/application-registry/java-archive.applications: Permiso denegado
/home/rafa/resources/programs/java/jdk-1_5_0-beta2-linux-i586.bin: line 411:
/usr/share/application-registry/java-archive.applications: Permiso denegado
/home/rafa/resources/programs/java/jdk-1_5_0-beta2-linux-i586.bin: line 412:
/usr/share/application-registry/java-archive.applications: Permiso denegado
mkdir: no se puede crear el directorio
«/usr/share/icons/HighContrast/48x48»: Permiso denegado
mkdir: no se puede crear el directorio

Bug#272970: marked as done (make-jpkg prints errors while processing blackdown JDK 1.4.2-rc1)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #266273,
regarding make-jpkg prints errors while processing blackdown JDK 1.4.2-rc1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
266273: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=266273
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Version: 0.14
Severity: normal

 fakeroot make-jpkg j2sdk-1.4.2-rc1-linux-i586-gcc3.2.bin
Creating temporary directory: /tmp/make-jpkg.2kmsGS
Loading plugins: blackdown-j2re.sh blackdown-j2sdk.sh common.sh j2re.sh
j2sdk.sh j2se.sh sun-j2re.sh sun-j2sdk.sh

Detected product:
Java(TM) Software Development Kit (J2SDK)
Standard Edition, Version 1.4.2+rc1
Blackdown Java-Linux
Is this correct [Y/n]:

...

mkdir: невозможно создать каталог `/etc/.java': Permission denied
mkdir: невозможно создать каталог `/etc/.java/.systemPrefs': No such
file or directory
touch: невозможно выполнить touch для
`/etc/.java/.systemPrefs/.system.lock': No such file or directory
chmod: невозможно получить доступ к
`/etc/.java/.systemPrefs/.system.lock': No such file or directory
touch: невозможно выполнить touch для
`/etc/.java/.systemPrefs/.systemRootModFile': No such file or directory
chmod: невозможно получить доступ к
`/etc/.java/.systemPrefs/.systemRootModFile': No such file or directory

Testing extracted archive... okay.

Create debian package:
dh_testdir
dh_testroot
dh_installchangelogs
dh_installdocs
dh_strip
dh_compress
dh_fixperms
dh_installdeb
dh_shlibdeps
dpkg-shlibdeps: warning: could not find any packages for
/tmp/make-jpkg.2kmsGS/install/usr/lib/j2sdk1.4-blackdown/jre/lib/i386/libXm.so.3
(libXm.so.3)
dpkg-shlibdeps: warning: unable to find dependency information for
shared library libXm (soname 3, path
/tmp/make-jpkg.2kmsGS/install/usr/lib/j2sdk1.4-blackdown/jre/lib/i386/libXm.so.3,
dependency field Depends)
dh_gencontrol
dh_md5sums
dh_builddeb
dpkg-deb: сборка пакета blackdown-j2sdk1.4 в файл
/tmp/make-jpkg.2kmsGS/blackdown-j2sdk1.4_1.4.2+rc1_i386.deb.


-- System Information:
Debian Release: 3.0
  APT prefers testing
  APT policy: (620, 'testing'), (600, 'unstable'), (550, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.7-1-k7-smp
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R

Versions of packages java-package depends on:
ii  debhelper 4.2.20 helper programs for debian/rules

-- no debconf information

---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

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


Bug#297868: marked as done (java-package: make-jpkg fails to copy some files under package creation with Sun JRE 1.5)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #266273,
regarding java-package: make-jpkg fails to copy some files under package 
creation with Sun JRE 1.5
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
266273: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=266273
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Version: 0.20
Severity: normal


make-jpkg fails to copy the files below to their correct destination.
Instead of the install tree they are copied to somewhere under /etc and
/usr.

The resulting package is fully usable, but is missing the files.


Creating jre1.5.0_01/lib/deploy.jar
mkdir: cannot create directory `/etc/.java': Permission denied
mkdir: cannot create directory `/etc/.java/.systemPrefs': No such file or 
directory
touch: cannot touch `/etc/.java/.systemPrefs/.system.lock': No such file or 
directory
chmod: cannot access `/etc/.java/.systemPrefs/.system.lock': No such file or 
directory
touch: cannot touch `/etc/.java/.systemPrefs/.systemRootModFile': No such file 
or directory
chmod: cannot access `/etc/.java/.systemPrefs/.systemRootModFile': No such file 
or directory
/tmp/jre-1_5_0_01-linux-i586.bin: line 285: /etc/mailcap: Permission denied
mkdir: cannot create directory `/usr/share/icons/HighContrast': Permission 
denied
mkdir: cannot create directory `/usr/share/icons/HighContrastInverse': 
Permission denied
mkdir: cannot create directory `/usr/share/icons/LowContrast': Permission denied
cp: cannot create regular file `/usr/share/pixmaps/sun-java.png': Permission 
denied
cp: cannot create regular file 
`/usr/share/icons/HighContrast/48x48/apps/sun-java.png': No such file or 
directory
cp: cannot create regular file 
`/usr/share/icons/HighContrastInverse/48x48/apps/sun-java.png': No such file or 
directory
cp: cannot create regular file 
`/usr/share/icons/LowContrast/48x48/apps/sun-java.png': No such file or 
directory
/tmp/jre-1_5_0_01-linux-i586.bin: line 433: 
/usr/share/mime-info/java-archive.keys: Permission denied
/tmp/jre-1_5_0_01-linux-i586.bin: line 434: 
/usr/share/mime-info/java-archive.keys: Permission denied
/tmp/jre-1_5_0_01-linux-i586.bin: line 435: 
/usr/share/mime-info/java-archive.keys: Permission denied
/tmp/jre-1_5_0_01-linux-i586.bin: line 436: 
/usr/share/mime-info/java-archive.keys: Permission denied
/tmp/jre-1_5_0_01-linux-i586.bin: line 437: 
/usr/share/mime-info/java-archive.keys: Permission denied
/tmp/jre-1_5_0_01-linux-i586.bin: line 438: 
/usr/share/mime-info/java-archive.keys: Permission denied
/tmp/jre-1_5_0_01-linux-i586.bin: line 441: 
/usr/share/mime-info/java-archive.mime: Permission denied
/tmp/jre-1_5_0_01-linux-i586.bin: line 442: 
/usr/share/mime-info/java-archive.mime: Permission denied
/tmp/jre-1_5_0_01-linux-i586.bin: line 445: 
/usr/share/application-registry/java-archive.applications: Permission denied
/tmp/jre-1_5_0_01-linux-i586.bin: line 446: 
/usr/share/application-registry/java-archive.applications: Permission denied
/tmp/jre-1_5_0_01-linux-i586.bin: line 447: 
/usr/share/application-registry/java-archive.applications: Permission denied
/tmp/jre-1_5_0_01-linux-i586.bin: line 448: 
/usr/share/application-registry/java-archive.applications: Permission denied
/tmp/jre-1_5_0_01-linux-i586.bin: line 449: 
/usr/share/application-registry/java-archive.applications: Permission denied
/tmp/jre-1_5_0_01-linux-i586.bin: line 450: 
/usr/share/application-registry/java-archive.applications: Permission denied
mkdir: cannot create directory `/usr/share/icons/HighContrast': Permission 
denied
mkdir: cannot create directory `/usr/share/icons/HighContrastInverse': 
Permission denied
mkdir: cannot create directory `/usr/share/icons/LowContrast': Permission 
denied 
cp: cannot create regular file `/usr/share/pixmaps/sun-java.png': Permission 
denied
cp: cannot create regular file 
`/usr/share/icons/HighContrast/48x48/apps/sun-java.png': No such file or 
directory
cp: cannot create regular file 
`/usr/share/icons/HighContrastInverse/48x48/apps/sun-java.png': No such file or 
directory
cp: cannot create regular file 
`/usr/share/icons/LowContrast/48x48/apps/sun-java.png': No such file or 
directory
/tmp/jre-1_5_0_01-linux-i586.bin: line 433: 
/usr/share/mime-info/java-web-start.keys: Permission denied
/tmp/jre-1_5_0_01-linux-i586.bin: line 434: 
/usr/share/mime-info/java-web-start.keys: Permission denied

Bug#280707: marked as done (java-package: building package with fakeroot creates an incomplete package)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #266273,
regarding java-package: building package with fakeroot creates an incomplete 
package
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
266273: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=266273
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Version: 0.16
Severity: important

Hi.

Today I tried making a package from Sun's Java SDK 1.5 with java-package.

Unfortunately, it seems that building the package with fakeroot is not OK,
because make-jpkg tries to write files where a regular user might not have
writing permissions. The following in an excerpt from the messagest that I
got when I tried to use:

fakeroot make-jpkg jdk-1_5_0-linux-i586.bin (sorry for the long line lengths):

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
(...)
  inflating: jdk1.5.0/man/ja_JP.eucJP/man1/rmic.1  
  inflating: jdk1.5.0/man/ja_JP.eucJP/man1/serialver.1  
  inflating: jdk1.5.0/man/ja_JP.eucJP/man1/idlj.1  
Creating jdk1.5.0/lib/tools.jar
Creating jdk1.5.0/jre/lib/rt.jar
Creating jdk1.5.0/jre/lib/jsse.jar
Creating jdk1.5.0/jre/lib/charsets.jar
Creating jdk1.5.0/jre/lib/ext/localedata.jar
Creating jdk1.5.0/jre/lib/plugin.jar
Creating jdk1.5.0/jre/lib/javaws.jar
Creating jdk1.5.0/jre/lib/deploy.jar
mkdir: cannot create directory `/etc/.java': Permission denied
mkdir: cannot create directory `/etc/.java/.systemPrefs': No such file or 
directory
touch: cannot touch `/etc/.java/.systemPrefs/.system.lock': No such file or 
directory
chmod: cannot access `/etc/.java/.systemPrefs/.system.lock': No such file or 
directory
touch: cannot touch `/etc/.java/.systemPrefs/.systemRootModFile': No such file 
or directory
chmod: cannot access `/etc/.java/.systemPrefs/.systemRootModFile': No such file 
or directory
/home/rbrito/jdk-1_5_0-linux-i586.bin: 658: cannot create /etc/mailcap: 
Permission denied
mkdir: cannot create directory `/usr/share/icons/HighContrast': Permission 
denied
mkdir: cannot create directory `/usr/share/icons/HighContrastInverse': 
Permission denied
mkdir: cannot create directory `/usr/share/icons/LowContrast': Permission denied
cp: cannot create regular file `/usr/share/pixmaps/sun-java.png': Permission 
denied
(...)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

It seems that there may be some absolute path used in the scripts used to
make the java-package.


Thanks in advance for any help, Rogério Brito.


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-ac6-1
Locale: LANG=C, LC_CTYPE=pt_BR

Versions of packages java-package depends on:
ii  debhelper 4.2.23 helper programs for debian/rules

-- no debconf information

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  Rogério Brito - rbr...@ime.usp.br - http://www.ime.usp.br/~rbrito
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

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


Bug#266522: marked as done (java-package: Include javaws mime type and handler.)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #266522,
regarding java-package: Include javaws mime type and handler.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
266522: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=266522
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Version: 0.12
Severity: normal

Sun's Java JRE and SDK provides jre/javaws/javaws. This is for Java Web 
Start applications. To be properly set up, it should be associated with 
.jnlp files. The mime type is application/x-java-jnlp-file. This should 
probably be done using the shared-mime-info system.

http://java.sun.com/products/javawebstart/demos.html for some demos.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.6
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8

Versions of packages java-package depends on:
ii  debhelper 4.2.19 helper programs for debian/rules

-- no debconf information

---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

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


Bug#279246: marked as done (please separate X and non-X stuff)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #279246,
regarding please separate X and non-X stuff
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
279246: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=279246
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Version: 0.14
Severity: wishlist

The generated packages depend on xlibs and all because of
appletviewer (I think). Could you please generate a second package
for that so that Java can be installed on clients without pulling in
all the X stuff?

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (600, 'testing'), (98, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-cirrus
Locale: LANG=en_GB, LC_CTYPE=en_GB (ignored: LC_ALL set to en_GB.UTF-8)

Versions of packages java-package depends on:
ii  debhelper 4.2.21 helper programs for debian/rules

-- no debconf information

-- 
 .''`. martin f. krafft madd...@debian.org
: :'  :proud Debian developer, admin, user, and author
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver!


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

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


Bug#281287: marked as done (java-package: remove duplicate files from sun packages)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #281287,
regarding java-package: remove duplicate files from sun packages
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
281287: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=281287
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Version: 0.16
Severity: wishlist


Hi,

SUN packagers do not seem to be very smart because they always have lots
of duplicate files in the J2SDK distribution. Some md5sums from
j2se-1.4.2_06:
00493ce549343ed3b35e1f77b0a8e811  /usr/lib/j2sdk1.4-sun/bin/tnameserv
00493ce549343ed3b35e1f77b0a8e811  /usr/lib/j2sdk1.4-sun/jre/bin/tnameserv
15b6f23569d201cc58d44e3bbe7087fe  /usr/lib/j2sdk1.4-sun/bin/keytool
15b6f23569d201cc58d44e3bbe7087fe  /usr/lib/j2sdk1.4-sun/jre/bin/keytool
3e37ff64756b268cafa765b558194ae8  /usr/lib/j2sdk1.4-sun/bin/rmiregistry
3e37ff64756b268cafa765b558194ae8  /usr/lib/j2sdk1.4-sun/jre/bin/rmiregistry
45a017bafe087886ad90eac6bd82106e  /usr/lib/j2sdk1.4-sun/bin/java
45a017bafe087886ad90eac6bd82106e  /usr/lib/j2sdk1.4-sun/jre/bin/java
8928a6f8be18d0c17f37b94310c37cc0  /usr/lib/j2sdk1.4-sun/bin/klist
8928a6f8be18d0c17f37b94310c37cc0  /usr/lib/j2sdk1.4-sun/jre/bin/klist
c352a14c5f7acf1a4560609f0644c41e  /usr/lib/j2sdk1.4-sun/bin/orbd
c352a14c5f7acf1a4560609f0644c41e  /usr/lib/j2sdk1.4-sun/jre/bin/orbd
d3e2788ca558e15758545bbd361a0702  /usr/lib/j2sdk1.4-sun/bin/ktab
d3e2788ca558e15758545bbd361a0702  /usr/lib/j2sdk1.4-sun/jre/bin/ktab
d4d62abf2d3a8bd922289d69aac44e62  /usr/lib/j2sdk1.4-sun/bin/servertool
d4d62abf2d3a8bd922289d69aac44e62  /usr/lib/j2sdk1.4-sun/jre/bin/servertool
d834765ba76ba292b763e490672dded3  /usr/lib/j2sdk1.4-sun/bin/kinit
d834765ba76ba292b763e490672dded3  /usr/lib/j2sdk1.4-sun/jre/bin/kinit
dc2f7b9d0d5ea7cb3f8e476b98a8c327  /usr/lib/j2sdk1.4-sun/bin/policytool
dc2f7b9d0d5ea7cb3f8e476b98a8c327  /usr/lib/j2sdk1.4-sun/jre/bin/policytool
f8ecd8284470958f1a0bc70723920516  /usr/lib/j2sdk1.4-sun/bin/rmid
f8ecd8284470958f1a0bc70723920516  /usr/lib/j2sdk1.4-sun/jre/bin/rmid

However, java-package could be smart enough to remove such unnecessary files 
from
bin/ and keep those in jre/bin/.
Maybe, other files are affected, too.

Additionally, I am not sure that japanese manpages are really needed in any
case (it is the ONLY localized version!), same for demo/ and src.zip.
Making those optional or even extra packages would be great, it would be even 
worth.
In KB:
11884   /usr/lib/j2sdk1.4-sun/demo/
11292   /usr/lib/j2sdk1.4-sun/src.zip
184 /usr/lib/j2sdk1.4-sun/man/ja_JP.eucJP/
Having 23MB(!) less to install is surely a nice thing!
Those are extras and absolutely not needed for a working SDK and 
removing/splitting
them would surely be worth some effort. A demo.tar.gz only has a size of 
6330073,
that is already 5,5MB less.

HS

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.9y
Locale: lang=de...@euro, lc_ctype=de...@euro

Versions of packages java-package depends on:
ii  debhelper 4.2.23 helper programs for debian/rules

-- no debconf information

---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

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


Bug#288619: marked as done (Shouldn't 1.5 provide 1.4 and 1.4 provide 1.3?)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #288619,
regarding Shouldn't 1.5 provide 1.4 and 1.4 provide 1.3?
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
288619: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=288619
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package

Shouldn't the Java 1.5 packages be made to provide the 1.4 packages,
etc. To provide 1.5 means it obeys the 1.5 spec, which means it is
compatible with 1.4. All the way back to 1.3, etc.

-- 
Jerry Haltom was...@larvalstage.net
Feedback Plus, Inc.


---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

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


Bug#297194: marked as done (fails with bin file in a directory with spaces in dir name)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #297194,
regarding fails with bin file in a directory with spaces in dir name
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
297194: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=297194
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Version: 0.20
Severity: normal

Hello,

the subjects says it all. After accepting the license terms, I see to
messages from tail complaining about not finding My and Downloads,
where it should pick up the file My Downloads/jdk-1_5_0_01-linux-i586.bin

Regards,
Eduard.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-rc5
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages java-package depends on:
ii  coreutils 5.2.1-2The GNU core utilities
ii  debhelper 4.2.31 helper programs for debian/rules
ii  fakeroot  1.2.4  Gives a fake root environment

-- no debconf information

---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

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


Bug#289991: marked as done (java-package: Please provide scripts to package J2ME)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #289991,
regarding java-package: Please provide scripts to package J2ME
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
289991: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=289991
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Version: 0.18
Severity: wishlist

Hi,

it would be great if I could also package J2ME files.

Cheers,
Gregor

---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

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


Bug#308838: marked as done ([U-A] reverts to 'manual' mode erroneously when intermittingly no alternative exists)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #308838,
regarding [U-A] reverts to 'manual' mode erroneously when intermittingly no 
alternative exists
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
308838: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=308838
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Version: 0.24
Severity: normal

To reproduce:

install sun-j2sdk1.5 (built from make-jpkg)
purge sun-j2sdk1.5
install sun-j2sdk1.4 (built from make-jpkg)

Now about:plugins in the browser shows no java plugin.

To repair I had to run the following:

for i in firefox-javaplugin.so \
 mozilla-javaplugin.so \
 netscape-javaplugin.so
do update-alternatives --auto $i
done

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

Versions of packages java-package depends on:
ii  coreutils 5.2.1-2The GNU core utilities
ii  debhelper 4.2.32 helper programs for debian/rules
ii  fakeroot  1.2.10 Gives a fake root environment

-- no debconf information

-- 
Encrypted Mail Preferred:
Key ID:  8527B9AF
Key Fingerprint:  E1B6 40B6 B73F 695E 0D3B  644E 6427 DD74 8527 B9AF
Information:  http://www.gnupg.org/

ASCII ribbon campaign:
()  against HTML email
/\  against Microsoft attachments
Information:  http://www.expita.com/nomime.html


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

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


Bug#329958: marked as done (Check for directory write access before creating the .deb)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #329958,
regarding Check for directory write access before creating the .deb
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
329958: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=329958
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Version: 0.24

Say a have a directory /tmp/java that is writable by root and
readable (but not writable) by everybody. Inside this directory I have my
jdk-1_5_0_04-linux-i586.bin file. Now I type:

 cd /tmp/java
 fakeroot java-package jdk-1_5_0_04-linux-i586.bin

The script runs, unpacks the binary, and builds the Debian
package. Then it aborts because it cannot write the .deb file to
/tmp/java.

Since the script needs to write to the current directory, maybe
the script should test whether the current directory is writable before
going through all the work of extracting the binaries and building the
Debian package.

- Paul

---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

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


Bug#313161: marked as done ((no subject))

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #313161,
regarding (no subject)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
313161: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=313161
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Version: 0.24

# fakeroot make-jpkg ../jre-1_5_0_03-linux-i586.bin
(...)
Testing extracted archive.../usr/share/java-package/common.sh: line 
21: /dev/fd/62: Ist kein Verzeichnis
/usr/share/java-package/common.sh: line 102: [: : integer expression 
expected
 okay.
(...)
dpkg-deb: baue Paket »sun-j2re1.5« in 
»/tmp/make-jpkg.0opjAn/sun-j2re1.5_1.5.0+update03_i386.deb«.
copy sun-j2re1.5_1.5.0+update03_i386.deb into 
directory /home/gunter/lokal/download/prog/Java/tmp/

The Debian package has been created in the current directory. You can
install the package as root (e.g. dpkg -i 
sun-j2re1.5_1.5.0+update03_i386.deb).
# 

Greetings,

  Gunter Ohrner

-- 
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+ http://aachen.uni-dsl.de/   -   Der direkte Draht in's Hochschulnetz! +
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
$ make love
make: don't know how to make love. Stop
$ 
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+   PGP-verschlüsselte Mails bevorzugt! +
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

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


Bug#341776: marked as done (Support Java Advanced Imaging, JAI Tools, JavaMail)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #341776,
regarding Support Java Advanced Imaging, JAI Tools, JavaMail
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


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

Package: java-package
Severity: wishlist

JAI, JAI Tools and JavaMail - all of those can't be distributed as a 
.deb like the JDK or JRE. This qualifies them to be packaged by 
yourself, using a similar process (make-jpkg).


---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

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


Bug#342193: marked as done (java-package: incorrect Depends: in generated .deb)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #342193,
regarding java-package: incorrect Depends: in generated .deb
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
342193: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=342193
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Version: 0.27
Severity: important

the Depends: line in the generated .deb incorrectly ties the JVM to the 
specific versions of
libraries installed on the machine used to generate the package. Sun go out of 
their way to
make their JVM run on anything, but i couldn't find any way short of editing
/usr/share/java-package/j2sdk.sh to replace the line:

Depends: \${shlibs:Depends}

with:

Depends:

to remove the unnecessarily-specific dependencies.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686-smp
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)

Versions of packages java-package depends on:
ii  coreutils 5.93-5 The GNU core utilities
ii  debhelper 5.0.7  helper programs for debian/rules
ii  fakeroot  1.5.5  Gives a fake root environment
ii  unzip 5.52-5 De-archiver for .zip files

java-package recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

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


Bug#347942: marked as done (java-package: Increase alternative priority over java-gcj-compat*)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #342309,
regarding java-package: Increase alternative priority over java-gcj-compat*
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
342309: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=342309
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Version: 0.27
Severity: normal
Tags: patch

The priority of the java-gcj-compat* packages is 1040 which is larger
than the priority of the packages created with java-package (313-315).

It appears that if people take the effort to build private .debs of
these non-free Java packages, then they should get priority over the
other free packages that come in the main Debian distribution,
otherwise, the non-free Java's are not used by default.

I ran this in the java-package-0.27 source directory to increase the
priorities by a factor of 10 and built my private version of
java-package to give Sun's JDK priority.

perl -w -i -p -e 's/priority=(\d+)/priority=$+0/' */install

Regards,
Blair


-- System Information:
Debian Release: testing/unstable
  APT prefers breezy-updates
  APT policy: (500, 'breezy-updates'), (500, 'breezy-security'), (500, 
'breezy-backports'), (500, 'breezy')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-10-686-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

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


Bug#348725: marked as done (java-package: Missing dependency: ibm-java2-sdk-50 depends on libstdc++5.)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #348725,
regarding java-package: Missing dependency: ibm-java2-sdk-50 depends on 
libstdc++5.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
348725: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=348725
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Version: 0.27
Severity: normal

The jre included in ibm java 5 sdk seems to have a dependency on libstdc++.

java.lang.UnsatisfiedLinkError: fontmanager (libstdc++.so.5: cannot open shared 
object file: No such file or directory)

Installing libstdc++5 fixes the problem.

Andrew V.

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

Versions of packages java-package depends on:
ii  coreutils 5.2.1-2.1  The GNU core utilities
ii  debhelper 5.0.10 helper programs for debian/rules
ii  fakeroot  1.5.6  Gives a fake root environment
ii  unzip 5.52-6 De-archiver for .zip files

java-package recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

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


Bug#354944: marked as done (java-package: Please add menus for several graphical tools shipped with Sun's JRE/JDK)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #354944,
regarding java-package: Please add menus for several graphical tools shipped 
with Sun's JRE/JDK
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
354944: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=354944
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Version: 0.27
Severity: wishlist

The almost-official packages for Blackdown Java provide menus for the
Java Web Start, the Java Plugin Control Panel, and the Java Policy Tool.
Please borrow the .desktop files and provide similar ones in packages
generated by java-package.

Thanks
PS: I will try to attach the files from Blackdown's packages here, but
I'm not sure I will succeed with reportbug.

-- 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.15-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages java-package depends on:
ii  coreutils 5.93-5 The GNU core utilities
ii  debhelper 5.0.24 helper programs for debian/rules
ii  fakeroot  1.5.7  Gives a fake root environment
ii  unzip 5.52-6 De-archiver for .zip files

java-package recommends no packages.

-- no debconf information
[Desktop Entry]
Name=Java 1.4
Comment=Blackdown Java (1.4)
Exec=/usr/lib/j2se/1.4/bin/java -jar
Terminal=false
Type=Application
MimeType=application/x-java-archive;application/java-archive;application/x-jar;
NoDisplay=true
[Desktop Entry]
Name=Java Web Start 1.4
Comment=Blackdown Java Web Start (1.4)
Exec=/usr/lib/j2se/1.4/bin/javaws
Terminal=false
Type=Application
Icon=/usr/lib/j2se/1.4/jre/plugin/desktop/sun_java.png
Categories=Application;Network;
MimeType=application/x-java-jnlp-file;
[Desktop Entry]
Encoding=UTF-8
Name=Java Plugin Control Panel (1.4)
Comment=Blackdown Java Plugin Control Panel (1.4)
Exec=/usr/lib/j2se/1.4/bin/ControlPanel
Terminal=false
Type=Application
Icon=/usr/lib/j2se/1.4/jre/plugin/desktop/sun_java.png
Categories=GNOME;Application;Settings;
[Desktop Entry]
Encoding=UTF-8
Name=Java Policy Tool (1.4)
Comment=Blackdown Java Policy Tool (1.4)
Exec=/usr/lib/j2se/1.4/bin/policytool
Terminal=false
Type=Application
Icon=/usr/lib/j2se/1.4/jre/plugin/desktop/sun_java.png
Categories=GNOME;Application;Settings;AdvancedSettings;
---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

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


Bug#342309: marked as done (java-package: can't specify update-alternatives priority; default of 315 too low)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #342309,
regarding java-package: can't specify update-alternatives priority; default of 
315 too low
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
342309: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=342309
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Version: 0.27
Severity: important


We're using make-jpkg to provide a package for Sun's JDK throughout the 
company. We find that
some random crappy alternatives (SableVM, say, or gij) give themselves higher 
priorities, so
we also need to manually update-alternatives. We'd like to be able to choose 
our own priority
for Sun's JDK so we can make it so high it will always be the best 
alternative, unless
someone's gone out of their way to screw themselves over.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686-smp
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)

Versions of packages java-package depends on:
ii  coreutils 5.93-5 The GNU core utilities
ii  debhelper 5.0.7  helper programs for debian/rules
ii  fakeroot  1.5.5  Gives a fake root environment
ii  unzip 5.52-5 De-archiver for .zip files

java-package recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

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


Bug#355825: marked as done (No symlinks for javaws with Sun j2sdk1.4)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #355825,
regarding No symlinks for javaws with Sun j2sdk1.4
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
355825: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=355825
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Version: 0.24

/usr/bin/ and /etc/alternatives/ symlinks are not created for javaws
with j2sdk1.4-sun SDK. I consulted with the package maintainers and
e...@lavar.de confirmed this is probably a bug.

For instance:
/usr/sbin/update-alternatives --list javaws
..gives no output, while:
/usr/sbin/update-alternatives --list java
..produces the following output:
/usr/lib/j2sdk1.4-sun/bin/java

But the executable for javaws does exist:
ls -l /usr/lib/j2sdk1.4-sun/jre/javaws/javaws
-rwxr-xr-x  1 root root 1100 2005-10-11
09:19 /usr/lib/j2sdk1.4-sun/jre/javaws/javaws

---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

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


Bug#375093: marked as done (plenty of errors during build)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #375093,
regarding plenty of errors during build
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
375093: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=375093
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Version: 0.27
Severity: normal

make-jpkg --changes jre-1_5_0_07-linux-i586.bin
[...]
Creating jre1.5.0_07/lib/deploy.jar
mkdir: cannot create directory `/etc/.java': Permission denied
mkdir: cannot create directory `/etc/.java/.systemPrefs': No such file or 
directory
touch: cannot touch `/etc/.java/.systemPrefs/.system.lock': No such file or 
directory
chmod: cannot access `/etc/.java/.systemPrefs/.system.lock': No such file or 
directory
touch: cannot touch `/etc/.java/.systemPrefs/.systemRootModFile': No such file 
or directory
chmod: cannot access `/etc/.java/.systemPrefs/.systemRootModFile': No such file 
or directory
/home/madduck/debian/pkg/sun-j2re1.5/jre-1_5_0_07-linux-i586.bin: 639: cannot 
create /etc/mailcap: Permission denied
mkdir: cannot create directory `/usr/share/icons/HighContrast': Permission 
denied
mkdir: cannot create directory `/usr/share/icons/HighContrastInverse': 
Permission denied
mkdir: cannot create directory `/usr/share/icons/LowContrast': Permission denied
cp: cannot create regular file `/usr/share/pixmaps/sun-java.png': Permission 
denied
cp: cannot create regular file 
`/usr/share/icons/HighContrast/48x48/apps/sun-java.png': No such file or 
directory
cp: cannot create regular file 
`/usr/share/icons/HighContrastInverse/48x48/apps/sun-java.png': No such file or 
directory
cp: cannot create regular file 
`/usr/share/icons/LowContrast/48x48/apps/sun-java.png': No such file or 
directory
/home/madduck/debian/pkg/sun-j2re1.5/jre-1_5_0_07-linux-i586.bin: 639: cannot 
create /usr/share/mime-info/java-archive.keys: Permission denied
/home/madduck/debian/pkg/sun-j2re1.5/jre-1_5_0_07-linux-i586.bin: 639: cannot 
create /usr/share/mime-info/java-archive.keys: Permission denied
/home/madduck/debian/pkg/sun-j2re1.5/jre-1_5_0_07-linux-i586.bin: 639: cannot 
create /usr/share/mime-info/java-archive.keys: Permission denied
/home/madduck/debian/pkg/sun-j2re1.5/jre-1_5_0_07-linux-i586.bin: 639: cannot 
create /usr/share/mime-info/java-archive.keys: Permission denied
/home/madduck/debian/pkg/sun-j2re1.5/jre-1_5_0_07-linux-i586.bin: 639: cannot 
create /usr/share/mime-info/java-archive.keys: Permission denied
/home/madduck/debian/pkg/sun-j2re1.5/jre-1_5_0_07-linux-i586.bin: 639: cannot 
create /usr/share/mime-info/java-archive.keys: Permission denied
/home/madduck/debian/pkg/sun-j2re1.5/jre-1_5_0_07-linux-i586.bin: 639: cannot 
create /usr/share/mime-info/java-archive.mime: Permission denied
/home/madduck/debian/pkg/sun-j2re1.5/jre-1_5_0_07-linux-i586.bin: 639: cannot 
create /usr/share/mime-info/java-archive.mime: Permission denied
/home/madduck/debian/pkg/sun-j2re1.5/jre-1_5_0_07-linux-i586.bin: 639: cannot 
create /usr/share/application-registry/java-archive.applications: Permission 
denied
/home/madduck/debian/pkg/sun-j2re1.5/jre-1_5_0_07-linux-i586.bin: 639: cannot 
create /usr/share/application-registry/java-archive.applications: Permission 
denied
/home/madduck/debian/pkg/sun-j2re1.5/jre-1_5_0_07-linux-i586.bin: 639: cannot 
create /usr/share/application-registry/java-archive.applications: Permission 
denied
/home/madduck/debian/pkg/sun-j2re1.5/jre-1_5_0_07-linux-i586.bin: 639: cannot 
create /usr/share/application-registry/java-archive.applications: Permission 
denied
/home/madduck/debian/pkg/sun-j2re1.5/jre-1_5_0_07-linux-i586.bin: 639: cannot 
create /usr/share/application-registry/java-archive.applications: Permission 
denied
/home/madduck/debian/pkg/sun-j2re1.5/jre-1_5_0_07-linux-i586.bin: 639: cannot 
create /usr/share/application-registry/java-archive.applications: Permission 
denied
mkdir: cannot create directory `/usr/share/icons/HighContrast': Permission 
denied
mkdir: cannot create directory `/usr/share/icons/HighContrastInverse': 
Permission denied
mkdir: cannot create directory `/usr/share/icons/LowContrast': Permission denied
cp: cannot create regular file `/usr/share/pixmaps/sun-java.png': Permission 
denied
cp: cannot create regular file 
`/usr/share/icons/HighContrast/48x48/apps/sun-java.png': No such file or 
directory
cp: cannot create regular file 

Bug#382827: marked as done (please consider to conflict with sun-j2re1.5/sun-j2sdk1.5)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #382827,
regarding please consider to conflict with sun-j2re1.5/sun-j2sdk1.5
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
382827: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=382827
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: sun-java5
Severity: wishlist
Version: 1.5.0-07-1

Please consider to conflict with sun-j2re1.5 and sun-j2sdk1.5 in the
appropriate packages because they provide java with a higher
alternatives priority, so users who have them installed will not
actually get to use the sun-java5 packages without further
configuration.

sun-j2re1.5/sun-j2sdk1.5 is what the java-package package created.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (750, 'unstable'), (500, 'testing'), (250, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.17-1-686
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

-- 
Please do not send copies of list mail to me; I read the list!
 
 .''`. martin f. krafft madd...@debian.org
: :'  :proud Debian developer and author: http://debiansystem.info
`. `'`
  `-  Debian - when you have better things to do than fixing a system


signature.asc
Description: Digital signature (GPG/PGP)
---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

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


Bug#367887: marked as done (java-package generates packages, which do not remove the plugin alternatives)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #367887,
regarding java-package generates packages, which do not remove the plugin 
alternatives
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
367887: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=367887
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Severity: important

java-package generates packages, which do not remove the plugin
alternatives. it tries to remove the symlink.

---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

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


Bug#385415: marked as done (Alter java-package to install JREs/JDKs to /usr/lib/jvm)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #385415,
regarding Alter java-package to install JREs/JDKs to /usr/lib/jvm
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
385415: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=385415
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Version: 0.28
Severity: important

It appears that java-common provides a utility called
update-java-alternatives which looks under /usr/lib/jvm to find all
available java implementation alternatives. The package generated by
make-jpkg for Sun JDK 1.5.08 doesn't include the files which should go
under this directory.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686-smp
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)

Versions of packages java-package depends on:
ii  debhelper 5.0.37.3   helper programs for debian/rules
ii  fakeroot  1.5.10 Gives a fake root environment
ii  unzip 5.52-8 De-archiver for .zip files

java-package recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

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


Bug#395400: marked as done (java-package: please Provides: jar for the sdk packages)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #395400,
regarding java-package: please Provides: jar for the sdk packages
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
395400: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=395400
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Version: 0.28
Severity: minor
Tags: patch

I have a program which requires an implementation of jar at
build-time. The Build-Depends line is non-trivial because nobody
specifies a jar virtual package.

Please adjust the sdk packages to Provides: jar.

Patch attached.

Disclaimer: I'm very sorry but I haven't actually *tried* this patch. I
can try it next week, when I return to work.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-686
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages java-package depends on:
ii  debhelper 5.0.40 helper programs for debian/rules
ii  fakeroot  1.5.10 Gives a fake root environment
ii  unzip 5.52-9 De-archiver for .zip files

java-package recommends no packages.

-- no debconf information
--- lib/j2sdk.sh~   2006-10-26 20:23:18.0 +0100
+++ lib/j2sdk.sh2006-10-26 20:23:30.0 +0100
@@ -13,7 +13,7 @@
 Architecture: any
 Depends: \${shlibs:Depends}
 Recommends: netbase, libx11-6 | xlibs, libasound2, libgtk1.2
-Provides: java-virtual-machine, java-runtime, java2-runtime, 
java-browser-plugin, java-compiler, java2-compiler, j2sdk$j2se_release, 
j2re$j2se_release
+Provides: java-virtual-machine, java-runtime, java2-runtime, 
java-browser-plugin, java-compiler, java2-compiler, j2sdk$j2se_release, 
j2re$j2se_release, jar
 Replaces: ${j2se_package}debian
 Description: $j2se_title
  The Java(TM) 2 SDK is a development environment for building


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

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


Bug#412495: marked as done (java-package: Alternatives for minor versions of Java)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #412495,
regarding java-package: Alternatives for minor versions of Java
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
412495: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=412495
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Version: 0.24
Severity: wishlist


Very often it is required to run Java application with concrete version
of JDK: 1.4 or 1.5.

To achieve this, new executables should be created in /usr/bin:

java1.4
java1.5
javac1.4
javac1.4

and so on.

These files should be symlinks to

/etc/alternatives/*

Similar names present Python (but Python is installed without alternatives).

-- System Information:
Debian Release: 3.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.14-2-686-smp-bigmem
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)

Versions of packages java-package depends on:
ii  coreutils 5.2.1-2The GNU core utilities
ii  debhelper 4.2.32 helper programs for debian/rules
ii  fakeroot  0.4.4-9.2  Gives a fake root environment.

-- no debconf information

---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

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


Bug#433514: marked as done (java-package: package generated with make-jpkg doesn't have a .jinfo file in /usr/lib/jvm)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #433514,
regarding java-package: package generated with make-jpkg doesn't have a .jinfo 
file in /usr/lib/jvm
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
433514: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=433514
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Version: 0.31
Severity: important

I've recently tried to use make-jpkg to generate a package from sun's
java5 a.k.a. java2-1.5 jre and jdk (version 5.0 update 12), respectively. The 
packages generated and
installed fine, but the generated packages did not contain a
corresponding .jinfo file in /usr/lib/jvm
Thus, update-java-alternatives would not see those generated packages and
 was not able to set the alternatives accordingly. This reduces the
usability of those generated packages, as I would have to provide a
PATH to correspoding programs manually in order to overload the
currently installed gcj/gij environment. Sun's java5 and java6 in
non-free don't install currently because of dependency problems. Thus,
use of sun's java5 and/or java6 environments is significantly hampered
in amd64 unstable.

make-jpkg should provide a /usr/lib/jvm/nameofvm.jinfo file in each
generated package in order to be utilised by update-java-alternatives.

Regards,
C. Dominik Bodi

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

Kernel: Linux 2.6.21-2-amd64 (SMP w/1 CPU core)
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 java-package depends on:
ii  debhelper 5.0.53 helper programs for debian/rules
ii  fakeroot  1.7.1  Gives a fake root environment
ii  unzip 5.52-10De-archiver for .zip files

java-package recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

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


Bug#322621: marked as done (Please add suport for JRockit (BEA's) VM)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #322621,
regarding Please add suport for JRockit (BEA's) VM
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
322621: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=322621
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Version: 0.23
Severity: wishlist

Please add support for the JRockit (BEA's) VM. It can be downloaded at
http://commerce.bea.com/products/weblogicjrockit/5.0/jr_50.jsp

Thanks

---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

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


Bug#268214: marked as done (For Sun JRE, .systemRoot prefernces tree should be moved to /etc)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #268214,
regarding For Sun JRE, .systemRoot prefernces tree should be moved to /etc
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
268214: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=268214
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Version: 0.12
Severity: serious

The Java Preferences API maintains a XML based tree of nodes, keys, and 
settings, accessably by the Java API. There are two root nodes, the system one, 
and a per user one. The per user one is created in ~. However, the system root 
node is created by the Sun JRE in /usr/lib/j2sdk1.4-sun/jre/.systemPrefs. These 
are system settings, and according to Debian policy, should be moved to ~.


Unless there is a way to modify the JRE to move these settings, I would suggest 
simply moving them and creating a symlink back to the original. This should 
satisfy the JVM and the policy.


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (700, 'unstable'), (600, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.6
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8

Versions of packages java-package depends on:
ii  debhelper 4.2.19 helper programs for debian/rules

-- no debconf information

---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

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


Bug#330584: marked as done (java-package: Creates invalid .mailcap entry)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #330584,
regarding java-package: Creates invalid .mailcap entry
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
330584: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=330584
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Version: 0.26
Severity: normal


After using the package to build a Java package and installing it, I got
this entry in my .mailcap:

# Java Web Start
application/x-java-jnlp-file; /tmp/make-jpkg.i4B6S1/extract/jre1.5.0_05
/tmp/make-jpkg.i4B6S1/extract/jre1.5.0_05/bin/javaws %s

This can't be right, as it uses the temporary directory of
java-package...

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

Versions of packages java-package depends on:
ii  coreutils 5.2.1-2.1  The GNU core utilities
ii  debhelper 4.9.8  helper programs for debian/rules
ii  fakeroot  1.5.1  Gives a fake root environment
ii  unzip 5.52-3 De-archiver for .zip files

java-package recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

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


Bug#294566: marked as done (java-package: manage ttf fonts with defoma)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #294566,
regarding java-package: manage ttf fonts with defoma
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
294566: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=294566
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Version: 0.19
Severity: wishlist

Thanks for making this package.  This is just a suggestion to manage
the fonts with defoma so that (for example) they are automatically
picked up by:

  FontPath   /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType

which is in XF86Config-4.

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

Versions of packages java-package depends on:
ii  debhelper 4.2.30 helper programs for debian/rules
ii  fakeroot  1.2.2  Gives a fake root environment

-- no debconf information

-- 
Encrypted Mail Preferred:
Key ID:  8527B9AF
Key Fingerprint:  E1B6 40B6 B73F 695E 0D3B  644E 6427 DD74 8527 B9AF
Information:  http://www.gnupg.org/

ASCII ribbon campaign:
()  against HTML email
/\  against Microsoft attachments
Information:  http://www.expita.com/nomime.html


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

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


Bug#347576: marked as done (java-package: support for Java Cryptography Extension (JCE))

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #294995,
regarding java-package: support for Java Cryptography Extension (JCE)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
294995: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=294995
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Version: 0.27
Severity: wishlist

Hi.

First of all, great tool :-)

However. Would it be possible to support Suns Java Cryptography
Extension (JCE) - Unlimited Strength Jurisdiction Policy Files 5.0?

btw: What's the state on the other (very old) wishlist topics like
binfmt support, are these bugs/whishes dead?

Best wishes,
Chris.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.15
Locale: lang=en...@scientia.net, lc_ctype=en...@scientia.net (charmap=UTF-8)

Versions of packages java-package depends on:
ii  coreutils 5.93-5 The GNU core utilities
ii  debhelper 5.0.12 helper programs for
debian/rules
ii  fakeroot  1.5.6  Gives a fake root environment
ii  unzip 5.52-6 De-archiver for .zip files

java-package recommends no packages.

-- no debconf information


---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

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


Bug#294995: marked as done (java-package: please support unlimited crypto policy files jce_policy*.zip)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #294995,
regarding java-package: please support unlimited crypto policy files 
jce_policy*.zip
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
294995: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=294995
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Version: 0.20
Severity: wishlist

On Sun's download pages, there is a section at the end called Other
Downloads.  There, one can download jce_policy-x_y_z.zip (where x_y_z
is the java version number).  This zip contains a US_export_policy.jar
and a local_policy.jar that are meant to replace the jars by the same
name in jre/lib/security.

The new jars allow unlimited strength crypto; for example, AES with
256-bit key will not work without these jars.

It would be nice if java-package supported this.  I see several
possibilities:

1. Just build it in to the scripts; if the user is building a Sun
package and the script detects an appropriately named jce_policy-* in
the same directory as the .bin file, prompt the user and ask if he'd
like to use it.  If so, replace the jars in jre/lib/security with the
new ones before building the .deb.

2. Enhance make-jpkg to build tiny sun-j2{sdk,re}1.{4,5}-jce-policy
.debs from the jce_policy-*.zip files that contain only the two jars,
and dpkg-divert the old jars appropriately.

3. Supply a shell script that will assist the admin in setting up a
local diversion.

I think I like #2 the best.  #1 has the problem that it's difficult to
tell whether a given sun-j2sdk* package has the crypto jars or not.
#3 will certainly work but doesn't seem entirely satisfactory.

Thoughts?  I can contribute something if that will help.

Thanks,

Steve

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (900, 'unstable'), (890, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-hamachi
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages java-package depends on:
ii  coreutils 5.2.1-2The GNU core utilities
ii  debhelper 4.2.30 helper programs for debian/rules
ii  fakeroot  1.2.4  Gives a fake root environment

-- no debconf information

---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

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


Bug#504778: marked as done (java-package: No support for Java 6 update 10)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #504778,
regarding java-package: No support for Java 6 update 10
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
504778: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504778
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Version: 0.42
Severity: important

The new (now a month old) Java 6 update 10 release is not recognized by the
scripts. This causes the build to fail with the message No matching plugin was
found. From a quick glance at the scripts, it seems easy to fix if you know
your way around.

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

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

Versions of packages java-package depends on:
ii  debhelper 7.0.15 helper programs for debian/rules
ii  fakeroot  1.10.1 Gives a fake root environment
ii  libasound21.0.16-2   ALSA library
ii  libx11-6  2:1.1.5-2  X11 client-side library
ii  unzip 5.52-12De-archiver for .zip files

Versions of packages java-package recommends:
ii  dpkg-dev  1.14.22Debian package development tools
ii  gcc   4:4.3.2-2  The GNU C compiler

java-package suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

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


Bug#324658: marked as done (please support binfmt-support)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #324658,
regarding please support binfmt-support
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
324658: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=324658
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Version: 0.25
Severity: wishlist

The current java packages generated by java-package don't seem to
support automatic execution through the kernel's binfmt_misc
interface.

Could you please add this functionality, as described in
binmt-support's README.Debian?

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13-rc6
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages java-package depends on:
ii  coreutils 5.2.1-2The GNU core utilities
ii  debhelper 4.9.5  helper programs for debian/rules
ii  fakeroot  1.4.2  Gives a fake root environment

java-package recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

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


Bug#514364: marked as done ([java-package] Support to jre-6u12-linux-x64.bin)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #514364,
regarding [java-package] Support to jre-6u12-linux-x64.bin
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


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

Package: java-package
Version: 0.42
Severity: wishlist

- --- Please enter the report below this line. ---
Please, add support to Sun JRE 6u12 for x86_64 environment.
I tried to change the script, and did a new pkg to java-pkg.
When tried to build the sun-j2re pkg, got a lot of warnings.

When tried to install it package, returns a lot of warnings in
dh_shlibdeps process/step.

The diff and log are attached here.

Thanks in advanced,

Claudio

- --- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.28.3

Debian Release: 5.0
  500 unstableftp.fi.debian.org
  500 unstableftp.br.debian.org
  500 testing ftp.fi.debian.org
  500 experimentalansani.it
  500 etch-wx apt.wxwidgets.org
1 experimentalftp.fi.debian.org

- --- Package information. ---
Depends (Version) | Installed
=-+-===
debhelper | 7.0.17
fakeroot  | 1.12.1
unzip | 5.52-12
libx11-6  | 2:1.1.5-2
libasound2| 1.0.18-1


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

iEYEARECAAYFAkmMeyUACgkQ0U74969cpYlcwgCfdzzPvR1q3MN1xITD/15mlGcA
uW4AoJRTuwzZBKC0/QDze+9AOvfwFFEn
=s5eb
-END PGP SIGNATURE-
--- sun-j2re.sh.orig	2009-02-06 18:51:45.394399784 +0100
+++ sun-j2re.sh	2009-02-06 18:46:03.330436694 +0100
@@ -69,6 +69,11 @@
 	j2se_expected_min_size=16 # 16542512 bytes
 	found=true
 	;;
+	jre-6u[0-9][0-9]-linux-x64.bin) # SUPPORTED
+	j2se_version=1.6.0+update${archive_name:6:1}${revision}
+	j2se_expected_min_size=16 # 16542512 bytes
+	found=true
+	;;
   esac
   ;;
   esac


make-jpkg.log.gz
Description: GNU Zip compressed data
---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

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


Bug#323835: marked as done (make-jpkg fails to write to /)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #323835,
regarding make-jpkg fails to write to /
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
323835: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=323835
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Version: 0.24

Since there's a newer version in unstable, this might be fixed, but I
can't easily test that, and I don't obviously see this in the bug
list. I'm sorry if it's known.

make-jpkg won't let me run as root. nor will it let me run as root
inside fakeroot. So I'm su'ing:

  su - nobody -c fakeroot make-jpkg /tmp/j2sdk-1_4_2_09-linux-i586.bin

it runs, and seems to work okay, till the end:

   dpkg-deb: building package `sun-j2sdk1.4' in 
`/tmp/make-jpkg.BDz6WZ/sun-j2sdk1.4_1.4.2+09_i386.deb'.
   copy sun-j2sdk1.4_1.4.2+09_i386.deb into directory //
   cp: cannot create regular file `//sun-j2sdk1.4_1.4.2+09_i386.deb': 
Permission denied

   Aborted (//).

seph

---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

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


Bug#352294: marked as done (Documentation could be improved when erroneously trying to cross-build)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #352294,
regarding Documentation could be improved when erroneously trying to cross-build
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
352294: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=352294
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Version: 0.27
Severity: normal

After dwnoloading jre 1,5,0-06 from sun
http://www.java.com/en/download/linux_manual.jsp
I was trying to build this package

$ make-jpkg jre-1_5_0_06-linux-amd64.bin 
Creating temporary directory: /tmp/make-jpkg.DX8w0N
Loading plugins: blackdown-j2re.sh blackdown-j2sdk.sh common.sh ibm-j2re.sh 
ibm-j2sdk.sh j2re.sh j2sdk-doc.sh j2sdk.sh j2se.sh sun-j2re.sh sun-j2sdk-doc.sh 
sun-j2sdk.sh

No matching plugin was found.
Removing temporary directory: done
$ 

And so, mak-jpkg is unable to build package from lastest suns jre binaries.

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

Versions of packages java-package depends on:
ii  coreutils 5.93-5 The GNU core utilities
ii  debhelper 5.0.22 helper programs for debian/rules
ii  fakeroot  1.5.7  Gives a fake root environment
ii  unzip 5.52-6 De-archiver for .zip files

java-package recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

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


Bug#375094: marked as done (please allow build on different architecture)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #375094,
regarding please allow build on different architecture
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
375094: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=375094
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Version: 0.27
Severity: wishlist

I am on an amd64 machine, and when I try to build the x86 package:

piper:..bian/pkg/sun-j2sdk1.5 make-jpkg --changes jdk-1_5_0_07-linux-i586.bin
Creating temporary directory: /tmp/make-jpkg.uPdyc23598
Loading plugins: blackdown-j2re.sh blackdown-j2sdk.sh common.sh ibm-j2re.sh 
ibm-j2sdk.sh j2re.sh j2sdk-doc.sh j2sdk.sh j2se.sh sun-j2re.sh sun-j2sdk-doc.sh 
sun-j2sdk.sh

No matching plugin was found.
Removing temporary directory: done


There's no need to do any compilation, right? So it should be
possible to trivially let i386 packages be created from the proper
source on any architecture.

-- 
Please do not send copies of list mail to me; I read the list!
 
 .''`. martin f. krafft madd...@debian.org
: :'  :proud Debian developer and author: http://debiansystem.info
`. `'`
  `-  Debian - when you have better things to do than fixing a system


signature.asc
Description: Digital signature (GPG/PGP)
---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

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


Bug#358237: marked as done (make-jpkg should create two .deb files instead of one)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #358237,
regarding make-jpkg should create two .deb files instead of one
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


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

Package: java-package
Version: 0.27
Severity: wishlist

Java is intended to be architecture-independent. This architecture 
independence is achieved through architecture-dependent JREs and JDKs. 
However, much of the contents of JRE and JDK packages created by 
make-jpkg are architecture-independent. I believe that putting all the 
contents of a tarball (or other downloaded file) into an indivisible 
blob of a .deb file is not an optimal way to package non-free JREs and 
JDKs for Debian or Ubuntu. The architecture-dependent bits and the 
architecture-independent bits should go into separate packages. 
Packages of the GNU Java implementation already have such a 
modularization. GCJ largely represents the architecture-independent 
bits of that implementation, and GIJ the architecture-dependent ones. 
AFAIK, GIJ is fully compatible with the architecture-dependent bits of 
Sun JREs and JDKs as a drop-in replacement for them, but GCJ will not 
be compatible as a drop-in replacement for their 
architecture-independent bits for the foreseeable future. If someone 
downloaded a Sun JRE or JDK and used make-jpkg to create two packages 
from it (for purposes of this discussion, let's call them sun_i386 and 
sun_all), they would be able to install GIJ and sun_all, thus creating 
a hybrid environment from the aggregation of free and non-free 
software. I believe this would lead to the more widespread adoption of 
GIJ, especially on architectures Sun does not support, and as a result, 
PowerPC users would have another alternative to IBM's 
less-than-reasonable licensing terms, ARM users would not be limited to 
a 1.3.1 JRE or JDK if they wanted Sun compatibility, and other people 
would benefit in other similar ways. In turn, the greater proliferation 
of GIJ should generate greater interest in GCJ. I would be very 
interested in any arguments against making java-package enable this to 
happen. Thank you.

--
Consider that two wrongs never make a right, but that three do.
  --National Lampoon


---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

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


Bug#384066: marked as done (java-package: Please generate a debian specific fontconfig.properties to enable unicode fonts)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #384066,
regarding java-package: Please generate a debian specific fontconfig.properties 
to enable unicode fonts
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
384066: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=384066
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Version: 0.24
Severity: important

Most international fonts don't work inside java applets on debian
because it falls back to a generic minimal
fontconfig.properties. There are much more complete ones provided for
other distributions, but none for debian.

I took the fontconfig.RedHat.8.0.properties.src and did
's/misc-kochi /kochi-/' and copied it as fontconfig.properties,
and that got lots more fonts working including the japanese ones I wanted.
It should probably be called something like fontconfig.debian.properties, but
I don't know exactly what.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.15-1-686-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages java-package depends on:
ii  coreutils 5.2.1-2The GNU core utilities
ii  debhelper 4.2.32 helper programs for debian/rules
ii  fakeroot  1.2.10 Gives a fake root environment

-- no debconf information

---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

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


Bug#326717: marked as done (java-package: generate a file with JAVA_HOME and other environment variables)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #326717,
regarding java-package: generate a file with JAVA_HOME and other environment 
variables
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
326717: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=326717
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Version: 0.26
Severity: wishlist

Hi,
first thanks for java-package, it is really useful!
It would be handy to have java-package generate a file with the correct
values for JAVA_HOME (and eventually add $JAVA_HOME/bin and
$JAVA_HOME/jre/bin to $PATH) to be sourced in shell's profile. Say
/etc/java/package_name.vars

thanks,
filippo

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (600, 'unstable'), (550, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages java-package depends on:
ii  coreutils 5.2.1-2The GNU core utilities
ii  debhelper 4.9.8  helper programs for debian/rules
ii  fakeroot  1.4.3  Gives a fake root environment
ii  unzip 5.52-3 De-archiver for .zip files

java-package recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

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


Bug#577037: marked as done (java-package: please remove Blackdown)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #577037,
regarding java-package: please remove Blackdown
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
577037: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=577037
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Version: 0.42
Severity: normal

Hi,

Blackdown Java is no longer available on the net. Please remove any
references to it.

Thanks,
Torsten


---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

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


Bug#301802: marked as done (java-package: graphic java programs crash X if pkg xserver-xfree86-dri-trunk installed)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #301802,
regarding java-package: graphic java programs crash X if pkg 
xserver-xfree86-dri-trunk installed
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
301802: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=301802
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Version: 0.22
Severity: normal

if (old) package xserver-xfree86-dri-trunk installed, several symbols
don't resolve, and looking at the log of X starting shows this:

Symbol MiscExtPassMessage from module 
/usr/X11R6/lib/modules/extensions/libextmod.a is unresolved!
Symbol PanoramiXVisualTable from module 
/usr/X11R6/lib/modules/extensions/libextmod.a is unresolved!
Symbol xf86setjmp0 from module /usr/X11R6/lib/modules/fonts/libfreetype.a is 
unresolved!

and also something like:

  This shouldn't happen!
  Unresolved symbol called!

(this is -not- exact text, and I can't reproduce it at the moment)

FIX: remove package xserver-xfree86-dri-trunk and then restart x server

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages java-package depends on:
ii  coreutils 5.2.1-2The GNU core utilities
ii  debhelper 4.2.30 helper programs for debian/rules
ii  fakeroot  1.2.2  Gives a fake root environment

-- no debconf information

---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

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


Bug#306973: marked as done (java-package: make-jpkg should exit with non-zero code if the package file was not created)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #306973,
regarding java-package: make-jpkg should exit with non-zero code if the package 
file was not created
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
306973: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=306973
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Version: 0.23
Severity: normal


 Hi,

make-jpkg should exit with non-zero code if the package file was not
created. For example, if no is answered to the question

 Detected product:
Java(TM) Software Development Kit (J2SDK)
Standard Edition, Version 1.5.0
Sun Microsystems(TM), Inc.

 Is this correct [Y/n]: n

then it should exit with 1 (and not 0).
Given example is located in /usr/share/java-package/sun-j2sdk.sh, but
there may be some other ones.

Thanks,

Herve

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (99, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.11
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages java-package depends on:
ii  coreutils 5.2.1-2The GNU core utilities
ii  debhelper 4.2.32 helper programs for debian/rules
ii  fakeroot  1.2.2  Gives a fake root environment

-- no debconf information


---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

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


Bug#385257: marked as done (make-jpkg could detect EE Java and display helpful error text)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #385257,
regarding make-jpkg could detect EE Java and display helpful error text
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
385257: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=385257
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
package: java-package
version: 0.28
priority: important

I just installed an etch machine on a core duo, dowloaded
java_ee_sdk-5-linux.bin from SUN site and run java-package. This is what
happens now:

giuse...@scarafaggio:~/Desktop$ make-jpkg java_ee_sdk-5-linux.bin
Creating temporary directory: /tmp/make-jpkg.lBkNf16863
Loading plugins: blackdown-j2re.sh blackdown-j2sdk.sh common.sh
ibm-j2re.sh ibm-j2sdk.sh j2re.sh j2sdk-doc.sh j2sdk.sh j2se.sh sun-j2re.sh
sun-j2sdk-doc.sh sun-j2sdk.sh

Detected Debian build architecture: i386
Detected Debian GNU type: i486-linux-gnu

No matching plugin was found.
Removing temporary directory: done



---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

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


Bug#432228: marked as done (java-package: ibm-java2-sdk-5.0-5.0-linux-ppc.tgz and warnings messages)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #432228,
regarding java-package: ibm-java2-sdk-5.0-5.0-linux-ppc.tgz and warnings 
messages
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
432228: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=432228
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Version: 0.30
Severity: minor

Hi,

Please add ibm-java2-sdk-5.0-5.0-linux-ppc.tgz:
--- ibm-j2sdk.sh.orig   2007-07-08 17:37:17.0 +0200
+++ ibm-j2sdk.sh2007-07-08 17:43:18.0 +0200
@@ -58,6 +58,10 @@
j2se_expected_min_size=61 # 63942070 bytes
found=true
;;
+   ibm-java2-sdk-5.0-5.0-linux-ppc.tgz) # SUPPORTED
+   j2se_version=1.5.0
+   j2se_expected_min_size=67 # 71224236 byte
+   found=true
   esac
   ;;
 powerpc64|powerpc64-linux)


I see warnings messages when make-jpkg ibm-java2-jre-5.0-5.0-linux-ppc.tgz 
and make-jpkg ibm-java2-sdk-5.0-5.0-linux-ppc.tgz:
...
822-date: warning: This program is deprecated. Please use 'date -R' instead.
...
dpkg-shlibdeps: warning: format of 'NEEDED libjsig.so' not recognized
dpkg-shlibdeps: warning: format of 'NEEDED libj9thr23.so' not recognized
dpkg-shlibdeps: warning: format of 'NEEDED libj9thr23.so' not recognized
dpkg-shlibdeps: warning: format of 'NEEDED libj9thr23.so' not recognized
dpkg-shlibdeps: warning: format of 'NEEDED libj9thr23.so' not recognized
dpkg-shlibdeps: warning: format of 'NEEDED libj9hookable23.so' not recognized
dpkg-shlibdeps: warning: format of 'NEEDED libjsig.so' not recognized
dpkg-shlibdeps: warning: format of 'NEEDED libj9thr23.so' not recognized
dpkg-shlibdeps: warning: format of 'NEEDED libj9thr23.so' not recognized
dpkg-shlibdeps: warning: format of 'NEEDED libj9hookable23.so' not recognized
dpkg-shlibdeps: warning: format of 'NEEDED libj9thr23.so' not recognized
dpkg-shlibdeps: warning: format of 'NEEDED libj9thr23.so' not recognized
dpkg-shlibdeps: warning: format of 'NEEDED libj9thr23.so' not recognized
dpkg-shlibdeps: warning: format of 'NEEDED libj9hookable23.so' not recognized
dpkg-shlibdeps: warning: format of 'NEEDED libjsig.so' not recognized
dpkg-shlibdeps: warning: format of 'NEEDED libj9thr23.so' not recognized
dpkg-shlibdeps: warning: format of 'NEEDED libj9thr23.so' not recognized
dpkg-shlibdeps: warning: format of 'NEEDED libj9thr23.so' not recognized
dpkg-shlibdeps: warning: format of 'NEEDED libjsig.so' not recognized
dpkg-shlibdeps: warning: format of 'NEEDED libjsig.so' not recognized
dpkg-shlibdeps: warning: format of 'NEEDED libj9zlib23.so' not recognized
dpkg-shlibdeps: warning: format of 'NEEDED libj9thr23.so' not recognized
dpkg-shlibdeps: warning: format of 'NEEDED libjvm.so' not recognized
dpkg-shlibdeps: warning: format of 'NEEDED libj9thr23.so' not recognized
dpkg-shlibdeps: warning: format of 'NEEDED libj9hookable23.so' not recognized
dpkg-shlibdeps: warning: format of 'NEEDED libj9prt23.so' not recognized
dpkg-shlibdeps: warning: format of 'NEEDED libjsig.so' not recognized
dpkg-shlibdeps: warning: format of 'NEEDED libj9thr23.so' not recognized
dpkg-shlibdeps: warning: format of 'NEEDED libj9thr23.so' not recognized
dpkg-shlibdeps: warning: format of 'NEEDED libj9thr23.so' not recognized
dpkg-shlibdeps: warning: format of 'NEEDED libj9thr23.so' not recognized
dpkg-shlibdeps: warning: format of 'NEEDED libj9zlib23.so' not recognized
dpkg-shlibdeps: warning: format of 'NEEDED libjsig.so' not recognized
dpkg-shlibdeps: warning: format of 'NEEDED libj9thr23.so' not recognized
dpkg-shlibdeps: warning: format of 'NEEDED libj9thr23.so' not recognized
dpkg-shlibdeps: warning: format of 'NEEDED libj9prt23.so' not recognized
dpkg-shlibdeps: warning: format of 'NEEDED libj9thr23.so' not recognized
dpkg-shlibdeps: warning: format of 'NEEDED libj9thr23.so' not recognized
dpkg-shlibdeps: warning: format of 'NEEDED libj9thr23.so' not recognized
dpkg-shlibdeps: warning: format of 'NEEDED libj9prt23.so' not recognized
dpkg-shlibdeps: warning: format of 'NEEDED libj9thr23.so' not recognized
dpkg-shlibdeps: warning: format of 'NEEDED libjvm.so' not recognized
dpkg-shlibdeps: warning: format of 'NEEDED libwrappers.so' not recognized
dpkg-shlibdeps: warning: format of 'NEEDED libjvm.so' not recognized
dpkg-shlibdeps: warning: format of 'NEEDED libjsig.so' not recognized
dpkg-shlibdeps: warning: format of 'NEEDED 

Bug#487631: marked as done ([java-package] No support for IBM 6.0 SR1)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #487631,
regarding [java-package] No support for IBM 6.0 SR1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
487631: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=487631
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Version: 0.41
Severity: normal

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

make-jpkg doesn't recognize IBM's SDK 6.0 SR1. The filename for
downloaded archive is

  ibm-java-sdk-6.0-1.0-linux-i386.tgz

where the closest correspondent in /usr/share/java-package/ibm-j2sdk.sh is

  ibm-java-sdk-6.0-0.0-linux-i386.tgz

Maybe it is a pattern-only issue, as adding an additional case for SR1
results in the smooth installation.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.24-1-686

Debian Release: lenny/sid
  650 testing www.debian-multimedia.org
  650 testing security.debian.org
  650 testing ftp.de.debian.org
  650 testing debian.gfoss.it
  600 unstablepackages.kirya.net

--- Package information. ---
Depends (Version) | Installed
=-+-===
debhelper | 7.0.10
fakeroot  | 1.9.5
libasound2| 1.0.16-2
libx11-6  | 2:1.1.4-2
unzip | 5.52-11



---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

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


Bug#506015: marked as done (java-package: no support for IBM JRE 6)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #506015,
regarding java-package: no support for IBM JRE 6
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
506015: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506015
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Version: 0.42
Severity: wishlist

make-jpkg does not recognise IBM Java6 JREs (specifically
ibm-java-jre-6.0-2.0-linux-x86_64.tgz).

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

Kernel: Linux 2.6.27.5-melech (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages java-package depends on:
ii  debhelper 7.1.0  helper programs for debian/rules
ii  fakeroot  1.10.1 Gives a fake root environment
ii  libasound21.0.16-2   ALSA library
ii  libx11-6  2:1.1.5-2  X11 client-side library
ii  unzip 5.52-12De-archiver for .zip files

Versions of packages java-package recommends:
ii  dpkg-dev  1.14.22Debian package development tools
ii  gcc   4:4.3.2-2  The GNU C compiler

java-package suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

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


Bug#506016: marked as done (java-package: please support IBM Java6 SDK SR2)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #506016,
regarding java-package: please support IBM Java6 SDK SR2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
506016: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506016
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Version: 0.42
Severity: wishlist

make-jpkg does not support ibm-java-sdk-6.0-2.0-linux-x86_64.tgz, but
same with 0.0 instead of 2.0 works.

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

Kernel: Linux 2.6.27.5-melech (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages java-package depends on:
ii  debhelper 7.1.0  helper programs for debian/rules
ii  fakeroot  1.10.1 Gives a fake root environment
ii  libasound21.0.16-2   ALSA library
ii  libx11-6  2:1.1.5-2  X11 client-side library
ii  unzip 5.52-12De-archiver for .zip files

Versions of packages java-package recommends:
ii  dpkg-dev  1.14.22Debian package development tools
ii  gcc   4:4.3.2-2  The GNU C compiler

java-package suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

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


Bug#573123: marked as done (iceweasel: java does not work)

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #573123,
regarding iceweasel: java does not work
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
573123: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573123
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: iceweasel
Version: 3.5.8-1
Severity: normal


I cannot get java working on my iceweasel, no matter what I do.

when I run the sun.com/download verify applet it tells me
Start: applet not initialized

-- this ought to be the ided-tea plugin 

I am all for free sw such as OpenJDK, only my netbank disagrees, 
so I do need at least an install of java that works in my iceweasel, 
and furthermore, preferably one that is acceptable to my netbank.

(if I try fakeroot make-jpkg ...  I am told that:

=
$ fakeroot make-jpkg jdk-6u18-linux-i586.bin 
Creating temporary directory: /tmp/make-jpkg.9yujaJYPGP
Loading plugins: blackdown-j2re.sh blackdown-j2sdk.sh common.sh ibm-j2re.sh 
ibm-j2sdk.sh j2re.sh j2sdk-doc.sh j2sdk.sh j2se.sh sun-j2re.sh sun-j2sdk-doc.sh 
sun-j2sdk.sh

Detected Debian build architecture: i386
Detected Debian GNU type: i486-linux-gnu

No matching plugin was found.
Removing temporary directory: done
=

So that is no help either)

-- Package-specific info:

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

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

Versions of packages iceweasel depends on:
ii  debianutils   3.2.2  Miscellaneous utilities specific t
ii  fontconfig2.8.0-2generic font configuration library
ii  libc6 2.10.2-6   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.2-9  GCC support library
ii  libglib2.0-0  2.22.4-1   The GLib library of C routines
ii  libgtk2.0-0   2.18.6-1   The GTK+ graphical user interface 
ii  libnspr4-0d   4.8.3-1NetScape Portable Runtime Library
ii  libstdc++64.4.2-9The GNU Standard C++ Library v3
ii  procps1:3.2.8-7  /proc file system utilities
ii  psmisc22.10-1utilities that use the proc file s
ii  xulrunner-1.9.1   1.9.1.6-1  XUL + XPCOM application runner

iceweasel recommends no packages.

Versions of packages iceweasel suggests:
ii  latex-xft-fonts1.6.5-1   TrueType versions of some TeX font
ii  libgssapi-krb5-2   1.8+dfsg~alpha1-7 MIT Kerberos runtime libraries - k
pn  mozplugger none(no description available)
ii  ttf-lyx1.6.5-1   TrueType versions of some TeX font
pn  ttf-mathematica4.1 none(no description available)
ii  xfonts-mathml  4 Type1 Symbol font for MathML
pn  xprint none(no description available)

Versions of packages xulrunner-1.9.1 depends on:
ii  libasound2  1.0.22-2 shared library for ALSA applicatio
ii  libatk1.0-0 1.28.0-1 The ATK accessibility toolkit
ii  libbz2-1.0  1.0.5-4  high-quality block-sorting file co
ii  libc6   2.10.2-6 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.8-2  The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.20-2 simple interprocess messaging syst
ii  libfontconfig1  2.8.0-2  generic font configuration library
ii  libfreetype62.3.11-1 FreeType 2 font engine, shared lib
ii  libgcc1 1:4.4.2-9GCC support library
ii  libglib2.0-02.22.4-1 The GLib library of C routines
ii  libgtk2.0-0 2.18.6-1 The GTK+ graphical user interface 
ii  libhunspell-1.2-0   1.2.8-6  spell checker and morphological an
ii  libjpeg62   6b-16.1  The Independent JPEG Group's JPEG 
ii  libmozjs2d  1.9.1.6-1The Mozilla SpiderMonkey JavaScrip
ii  libnspr4-0d 4.8.3-1  NetScape Portable Runtime Library
ii  

[pkg-java] r12140 - trunk/fop/debian

2010-04-12 Thread Vincent Fourmond
Author: fourmond
Date: 2010-04-12 18:19:57 + (Mon, 12 Apr 2010)
New Revision: 12140

Modified:
   trunk/fop/debian/changelog
Log:
[fop] Fix small mistake in the changelog

Modified: trunk/fop/debian/changelog
===
--- trunk/fop/debian/changelog  2010-04-12 12:47:14 UTC (rev 12139)
+++ trunk/fop/debian/changelog  2010-04-12 18:19:57 UTC (rev 12140)
@@ -1,6 +1,6 @@
 fop (1:0.95.dfsg-11) unstable; urgency=low
 
-  * Fix StackOverflowError in Java. Closes #577069
+  * Fix StackOverflowError in Java. Closes: #577069
 
  -- Mathieu Malaterre mathieu.malate...@gmail.com  Mon, 12 Apr 2010 09:53:37 
+0200
 


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


[pkg-java] r12141 - tags/fop

2010-04-12 Thread Vincent Fourmond
Author: fourmond
Date: 2010-04-12 18:20:59 + (Mon, 12 Apr 2010)
New Revision: 12141

Added:
   tags/fop/1:0.95.dfsg-11/
Log:
[svn-buildpackage] Tagging fop (1:0.95.dfsg-11)


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


Bug#576106: eclipse: Eclipse help and welcome screens don't work

2010-04-12 Thread Niels Thykier
Russ Allbery wrote:
 Package: eclipse
 Version: 3.5.2-2
 Severity: normal
 
 I suspect you folks already know about this, but I didn't see a bug, so
 just in case: with the current Eclipse version in unstable, the help
 and welcome screens (below the top level) don't work.  There are two
 problems: first, when it launches the embedded web browser, it tries
 to connect to 127.0.0.1, but Jetty is listening only on ::1 via IPv6.
 Setting sys.net.ipv6.bindv6only to 0 fixes that.
 

Yes, this has been fixed in openjdk-6 by now; sun-java6 is still broken
and I do not know about gcj.

 Second, once that's fixed, the JSP pages won't compile.  I get the
 following in the pop-up window that's supposed to show the help or
 specific welcome screen (truncated to what I think are the interesting
 bits):
 
 HTTP ERROR 500
 
 Problem accessing /help/index.jsp. Reason:
 
 Unable to compile class for JSP: 
 
 
 [...]
 
 Missing dependency of some kind, maybe?
 
 

We believe the problem is that libjasper-java upstream embeds a part of
eclipse's JDT compiler and it is used to resolve the dependencies. We
know Fedora does not suffer from this issue and they have the JDT
compiler embedded within their java-jasper.
  We are trying to make this work without having to embed the compiler;
unfortunately the interaction between eclipse and jasper is unlike any
other Java library interaction we seen so far, so it is taking us a
while to fix.

~Niels



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


Processing of fop_0.95.dfsg-11_amd64.changes

2010-04-12 Thread Archive Administrator
fop_0.95.dfsg-11_amd64.changes uploaded successfully to ftp-master.debian.org
along with the files:
  fop_0.95.dfsg-11.dsc
  fop_0.95.dfsg-11.debian.tar.gz
  fop_0.95.dfsg-11_all.deb
  fop-doc_0.95.dfsg-11_all.deb

Greetings,

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

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


Hello!!

2010-04-12 Thread Albert Grayson
 Hello,

 I am interested in purchasing some of your products, I will like to know if 
 you can ship directly to SPAIN , I also want you  to  know my mode of payment 
 for this order is via Credit Card. Get back to  me i you can ship to that 
 destination and also if you accept the payment type I  indicated.

 Kindly return this email with your price list of your products..


 Store Name: Del Albert limited:
 Shipping Address:
 \\\El 
 Castillo\\\ - C/ 
 Roma, 29 - Aptdo. 29
 03630 . Sax . (Alicante - Spain)
 Telfs::  (+34) 96 547 40 11
(+34) 96 547 42 21
 Fax:(+34) 96 547 45 902


 Best Regards
 ALBERT GRAYSON




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


Processing of fop_0.95.dfsg-11_amd64.changes

2010-04-12 Thread Archive Administrator
fop_0.95.dfsg-11_amd64.changes uploaded successfully to localhost
along with the files:
  fop_0.95.dfsg-11.dsc
  fop_0.95.dfsg-11.debian.tar.gz
  fop_0.95.dfsg-11_all.deb
  fop-doc_0.95.dfsg-11_all.deb

Greetings,

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

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


fop_0.95.dfsg-11_amd64.changes ACCEPTED

2010-04-12 Thread Archive Administrator



Accepted:
fop-doc_0.95.dfsg-11_all.deb
  to main/f/fop/fop-doc_0.95.dfsg-11_all.deb
fop_0.95.dfsg-11.debian.tar.gz
  to main/f/fop/fop_0.95.dfsg-11.debian.tar.gz
fop_0.95.dfsg-11.dsc
  to main/f/fop/fop_0.95.dfsg-11.dsc
fop_0.95.dfsg-11_all.deb
  to main/f/fop/fop_0.95.dfsg-11_all.deb


Override entries for your package:
fop-doc_0.95.dfsg-11_all.deb - optional doc
fop_0.95.dfsg-11.dsc - source text
fop_0.95.dfsg-11_all.deb - optional text

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


Thank you for your contribution to Debian.

__
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#577069: marked as done (org.apache.fop.fo.flow.table.TableColumn.toString(TableColumn.java:233))

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 19:02:21 +
with message-id e1o1otp-00030q...@ries.debian.org
and subject line Bug#577069: fixed in fop 1:0.95.dfsg-11
has caused the Debian Bug report #577069,
regarding 
org.apache.fop.fo.flow.table.TableColumn.toString(TableColumn.java:233)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


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


hi,

  I am opening this bug report even if I do not understand how that happen.

  In a sid-chroot system fop fails with:

log4j:WARN No appenders could be found for logger 
(org.apache.fop.util.ContentHandlerFactoryRegistry).
log4j:WARN Please initialize the log4j system properly.
Exception in thread main java.lang.StackOverflowError
...
at java.lang.String.valueOf(String.java:2615)
at java.lang.StringBuffer.append(StringBuffer.java:220)
at org.apache.fop.datatypes.LengthBase.toString(LengthBase.java:135)
at java.lang.String.valueOf(String.java:2615)
at java.lang.StringBuffer.append(StringBuffer.java:220)
at org.apache.fop.fo.properties.PercentLength.toString(PercentLength.java:121)
at java.lang.String.valueOf(String.java:2615)
at java.lang.StringBuffer.append(StringBuffer.java:220)
at org.apache.fop.fo.flow.table.TableColumn.toString(TableColumn.java:233)
at java.lang.String.valueOf(String.java:2615)
at java.lang.StringBuffer.append(StringBuffer.java:220)
at org.apache.fop.datatypes.LengthBase.toString(LengthBase.java:135)
at java.lang.String.valueOf(String.java:2615)
at java.lang.StringBuffer.append(StringBuffer.java:220)
at org.apache.fop.fo.properties.PercentLength.toString(PercentLength.java:121)
at java.lang.String.valueOf(String.java:2615) 


Searching on the net I found:

http://old.nabble.com/FOP-0.93-vs-0.94-vs-0.95-td19141580.html

which recommends applying:

http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableColumn.java?r1=670335r2=670334pathrev=670335

After patching my local fop 0.95 debian package I now get another error:

[warning] /usr/bin/fop: Unable to locate jeuclid-core in /usr/share/java
[warning] /usr/bin/fop: Unable to locate jeuclid-fop in /usr/share/java
[warning] /usr/bin/fop: Unable to locate /usr/local/share/java/fop-hyph.jar in 
/usr/share/java
log4j:WARN No appenders could be found for logger 
(org.apache.fop.util.ContentHandlerFactoryRegistry).
log4j:WARN Please initialize the log4j system properly.
Exception in thread main java.lang.StackOverflowError
at java.lang.Math.max(Math.java:798)
at sun.misc.FloatingDecimal.dtoa(FloatingDecimal.java:534)
at sun.misc.FloatingDecimal.init(FloatingDecimal.java:460)
at 
java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:674)
at java.lang.StringBuffer.append(StringBuffer.java:381)
at 
org.apache.fop.fo.properties.PercentLength.toString(PercentLength.java:121)
at java.lang.String.valueOf(String.java:2838)
at java.lang.StringBuffer.append(StringBuffer.java:236)
at 
org.apache.fop.fo.flow.table.TableColumn.toString(TableColumn.java:233)
at java.lang.String.valueOf(String.java:2838)
at java.lang.StringBuffer.append(StringBuffer.java:236)
at org.apache.fop.datatypes.LengthBase.toString(LengthBase.java:135)
...
at 
org.apache.fop.fo.properties.PercentLength.toString(PercentLength.java:121)
at java.lang.String.valueOf(String.java:2838)


Either original patch suggestion is incomplete, or fop 0.95 in debian has a 
different issue.

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

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

Versions of packages fop depends on:
ii  default-jre [java2-runti 1.5-30  Standard Java or Java compatible R
ii  default-jre-headless 1.5-30  Standard Java or Java compatible R
ii  gcj-4.4-jre [java2-runti 4.4.2-4 Java runtime environment using GIJ
ii  gcj-jre [java2-runtime]  4:4.3.4-1   Java runtime environment using GIJ
ii  java-gcj-compat [java2-r 1.0.80-5.1  Java runtime environment using GIJ
ii  java-wrappers0.1.15  wrappers for java executables
ii  libavalon-framework-java 4.2.0-4 Common framework for Java server a
ii  libbatik-java 

[pkg-java] r12142 - in trunk/libibatis-java/debian: . source

2010-04-12 Thread Torsten Werner
Author: twerner
Date: 2010-04-12 21:42:55 + (Mon, 12 Apr 2010)
New Revision: 12142

Added:
   trunk/libibatis-java/debian/source/
   trunk/libibatis-java/debian/source/format
Modified:
   trunk/libibatis-java/debian/changelog
   trunk/libibatis-java/debian/control
   trunk/libibatis-java/debian/rules
Log:
* Switch to gcj-jdk.
* Update Standards-Version: 3.8.4.
* Switch to source format 3.0.
* Improve get-orig-source target.

Modified: trunk/libibatis-java/debian/changelog
===
--- trunk/libibatis-java/debian/changelog   2010-04-12 18:20:59 UTC (rev 
12141)
+++ trunk/libibatis-java/debian/changelog   2010-04-12 21:42:55 UTC (rev 
12142)
@@ -1,3 +1,12 @@
+libibatis-java (2.3.4.726-3) unstable; urgency=low
+
+  * Switch to gcj-jdk.
+  * Update Standards-Version: 3.8.4.
+  * Switch to source format 3.0.
+  * Improve get-orig-source target.
+
+ -- Torsten Werner twer...@debian.org  Mon, 12 Apr 2010 23:32:54 +0200
+
 libibatis-java (2.3.4.726-2) unstable; urgency=low
 
   * Switch to unversioned cglib, thanks to Damien Raude-Morvan. (Closes:

Modified: trunk/libibatis-java/debian/control
===
--- trunk/libibatis-java/debian/control 2010-04-12 18:20:59 UTC (rev 12141)
+++ trunk/libibatis-java/debian/control 2010-04-12 21:42:55 UTC (rev 12142)
@@ -3,18 +3,17 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Torsten Werner twer...@debian.org, Varun Hiremath 
va...@debian.org
-Build-Depends: ant, cdbs, debhelper (= 5), java-gcj-compat-dev,
+Build-Depends: ant, cdbs, debhelper (= 5), gcj-jdk,
  libcglib-java, libcommons-dbcp-java, libcommons-logging-java,
  liblog4j1.2-java, liboscache-java
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Homepage: http://ibatis.apache.org
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libibatis-java/
 Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libibatis-java
 
 Package: libibatis-java
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends},
- java-gcj-compat | java1-runtime | java2-runtime
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: java-virtual-machine
 Description: iBATIS Data Mapper framework
  The  iBATIS Data Mapper framework makes it easier to use a database with Java

Modified: trunk/libibatis-java/debian/rules
===
--- trunk/libibatis-java/debian/rules   2010-04-12 18:20:59 UTC (rev 12141)
+++ trunk/libibatis-java/debian/rules   2010-04-12 21:42:55 UTC (rev 12142)
@@ -12,4 +12,4 @@
dh_link -plibibatis-java 
/usr/share/java/ibatis-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/ibatis.jar
 
 get-orig-source:
-   -uscan --upstream-version 0 --rename
+   uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download 
--rename

Added: trunk/libibatis-java/debian/source/format
===
--- trunk/libibatis-java/debian/source/format   (rev 0)
+++ trunk/libibatis-java/debian/source/format   2010-04-12 21:42:55 UTC (rev 
12142)
@@ -0,0 +1 @@
+3.0 (quilt)


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


[pkg-java] r12143 - tags/libibatis-java

2010-04-12 Thread Torsten Werner
Author: twerner
Date: 2010-04-12 21:44:09 + (Mon, 12 Apr 2010)
New Revision: 12143

Added:
   tags/libibatis-java/2.3.4.726-3/
Log:
[svn-buildpackage] Tagging libibatis-java (2.3.4.726-3)


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


Processing of libibatis-java_2.3.4.726-3_amd64.changes

2010-04-12 Thread Archive Administrator
libibatis-java_2.3.4.726-3_amd64.changes uploaded successfully to localhost
along with the files:
  libibatis-java_2.3.4.726-3.dsc
  libibatis-java_2.3.4.726-3.debian.tar.gz
  libibatis-java_2.3.4.726-3_all.deb

Greetings,

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

__
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] r12144 - in trunk/libjcalendar-java/debian: . patches source

2010-04-12 Thread Torsten Werner
Author: twerner
Date: 2010-04-12 21:54:39 + (Mon, 12 Apr 2010)
New Revision: 12144

Added:
   trunk/libjcalendar-java/debian/patches/series
   trunk/libjcalendar-java/debian/source/
   trunk/libjcalendar-java/debian/source/format
Modified:
   trunk/libjcalendar-java/debian/changelog
   trunk/libjcalendar-java/debian/control
   trunk/libjcalendar-java/debian/rules
Log:
* Switch to default-jdk.
* Update Standards-Version: 3.8.4.
* Remove obsolete dependencies.
* Switch to source format 3.0.

Modified: trunk/libjcalendar-java/debian/changelog
===
--- trunk/libjcalendar-java/debian/changelog2010-04-12 21:44:09 UTC (rev 
12143)
+++ trunk/libjcalendar-java/debian/changelog2010-04-12 21:54:39 UTC (rev 
12144)
@@ -1,3 +1,12 @@
+libjcalendar-java (1.3.3-2) unstable; urgency=low
+
+  * Switch to default-jdk.
+  * Update Standards-Version: 3.8.4.
+  * Remove obsolete dependencies.
+  * Switch to source format 3.0.
+
+ -- Torsten Werner twer...@debian.org  Mon, 12 Apr 2010 23:51:24 +0200
+
 libjcalendar-java (1.3.3-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libjcalendar-java/debian/control
===
--- trunk/libjcalendar-java/debian/control  2010-04-12 21:44:09 UTC (rev 
12143)
+++ trunk/libjcalendar-java/debian/control  2010-04-12 21:54:39 UTC (rev 
12144)
@@ -2,17 +2,17 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Eric Lavarde d...@zorglub.s.bawue.de, Torsten Werner 
twer...@debian.org
-Build-Depends: debhelper (= 5), cdbs (= 0.4.8), java-gcj-compat-dev, ant
+Build-Depends: debhelper (= 5), cdbs (= 0.4.8), default-jdk, ant
 Section: java
-Standards-Version: 3.8.1
+Standards-Version: 3.8.4
 Homepage: http://www.toedter.com/en/jcalendar/
 Vcs-Svn: https://bollin.googlecode.com/svn/libjcalendar-java/trunk
 Vcs-Browser: http://bollin.googlecode.com/svn/libjcalendar-java/trunk
 
 Package: libjcalendar-java
 Architecture: all
-Depends: j2re1.4 | j2re1.5 | java2-runtime, ${misc:Depends}
-Suggests: java-virtual-machine, libjcalendar-java-doc
+Depends: ${misc:Depends}
+Suggests: libjcalendar-java-doc
 Description: Java date chooser bean for graphically picking a date
  JCalendar is composed of several other Java beans, a JDayChooser, a
  JMonthChooser and a JYearChooser. All these beans have a locale property,

Added: trunk/libjcalendar-java/debian/patches/series
===
--- trunk/libjcalendar-java/debian/patches/series   
(rev 0)
+++ trunk/libjcalendar-java/debian/patches/series   2010-04-12 21:54:39 UTC 
(rev 12144)
@@ -0,0 +1,3 @@
+01_build_xml_rm_looks.patch
+02_build_xml_jar_versioned.patch
+03_demo_html_applet.patch

Modified: trunk/libjcalendar-java/debian/rules
===
--- trunk/libjcalendar-java/debian/rules2010-04-12 21:44:09 UTC (rev 
12143)
+++ trunk/libjcalendar-java/debian/rules2010-04-12 21:54:39 UTC (rev 
12144)
@@ -2,9 +2,8 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
-JAVA_HOME:= /usr/lib/jvm/java-gcj
+JAVA_HOME:= /usr/lib/jvm/default-java
 DEB_ANT_BUILD_TARGET := dist
 DEB_BUILDDIR := src
 

Added: trunk/libjcalendar-java/debian/source/format
===
--- trunk/libjcalendar-java/debian/source/format
(rev 0)
+++ trunk/libjcalendar-java/debian/source/format2010-04-12 21:54:39 UTC 
(rev 12144)
@@ -0,0 +1 @@
+3.0 (quilt)


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


[pkg-java] r12145 - trunk/libjcalendar-java/debian

2010-04-12 Thread Torsten Werner
Author: twerner
Date: 2010-04-12 21:56:19 + (Mon, 12 Apr 2010)
New Revision: 12145

Added:
   trunk/libjcalendar-java/debian/libjcalendar-java.docs
   trunk/libjcalendar-java/debian/libjcalendar-java.install
   trunk/libjcalendar-java/debian/libjcalendar-java.links
Removed:
   trunk/libjcalendar-java/debian/dirs
   trunk/libjcalendar-java/debian/docs
   trunk/libjcalendar-java/debian/install
   trunk/libjcalendar-java/debian/links
Log:
rename some files


Deleted: trunk/libjcalendar-java/debian/dirs
===
--- trunk/libjcalendar-java/debian/dirs 2010-04-12 21:54:39 UTC (rev 12144)
+++ trunk/libjcalendar-java/debian/dirs 2010-04-12 21:56:19 UTC (rev 12145)
@@ -1 +0,0 @@
-usr/share/java

Deleted: trunk/libjcalendar-java/debian/docs
===
--- trunk/libjcalendar-java/debian/docs 2010-04-12 21:54:39 UTC (rev 12144)
+++ trunk/libjcalendar-java/debian/docs 2010-04-12 21:56:19 UTC (rev 12145)
@@ -1 +0,0 @@
-readme.txt

Deleted: trunk/libjcalendar-java/debian/install
===
--- trunk/libjcalendar-java/debian/install  2010-04-12 21:54:39 UTC (rev 
12144)
+++ trunk/libjcalendar-java/debian/install  2010-04-12 21:56:19 UTC (rev 
12145)
@@ -1 +0,0 @@
-lib/jcalendar-*.jar usr/share/java

Copied: trunk/libjcalendar-java/debian/libjcalendar-java.docs (from rev 12143, 
trunk/libjcalendar-java/debian/docs)
===
--- trunk/libjcalendar-java/debian/libjcalendar-java.docs   
(rev 0)
+++ trunk/libjcalendar-java/debian/libjcalendar-java.docs   2010-04-12 
21:56:19 UTC (rev 12145)
@@ -0,0 +1 @@
+readme.txt

Copied: trunk/libjcalendar-java/debian/libjcalendar-java.install (from rev 
12143, trunk/libjcalendar-java/debian/install)
===
--- trunk/libjcalendar-java/debian/libjcalendar-java.install
(rev 0)
+++ trunk/libjcalendar-java/debian/libjcalendar-java.install2010-04-12 
21:56:19 UTC (rev 12145)
@@ -0,0 +1 @@
+lib/jcalendar-*.jar usr/share/java

Copied: trunk/libjcalendar-java/debian/libjcalendar-java.links (from rev 12143, 
trunk/libjcalendar-java/debian/links)
===
--- trunk/libjcalendar-java/debian/libjcalendar-java.links  
(rev 0)
+++ trunk/libjcalendar-java/debian/libjcalendar-java.links  2010-04-12 
21:56:19 UTC (rev 12145)
@@ -0,0 +1 @@
+usr/share/java/jcalendar-1.3.2.jar usr/share/java/jcalendar.jar

Deleted: trunk/libjcalendar-java/debian/links
===
--- trunk/libjcalendar-java/debian/links2010-04-12 21:54:39 UTC (rev 
12144)
+++ trunk/libjcalendar-java/debian/links2010-04-12 21:56:19 UTC (rev 
12145)
@@ -1 +0,0 @@
-usr/share/java/jcalendar-1.3.2.jar usr/share/java/jcalendar.jar


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


[pkg-java] r12146 - tags/libjcalendar-java

2010-04-12 Thread Torsten Werner
Author: twerner
Date: 2010-04-12 21:57:38 + (Mon, 12 Apr 2010)
New Revision: 12146

Added:
   tags/libjcalendar-java/1.3.3-2/
Log:
[svn-buildpackage] Tagging libjcalendar-java (1.3.3-2)


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


[pkg-java] r12147 - trunk/libjcalendar-java/debian

2010-04-12 Thread Torsten Werner
Author: twerner
Date: 2010-04-12 21:58:42 + (Mon, 12 Apr 2010)
New Revision: 12147

Modified:
   trunk/libjcalendar-java/debian/libjcalendar-java.links
Log:
fix the symlink


Modified: trunk/libjcalendar-java/debian/libjcalendar-java.links
===
--- trunk/libjcalendar-java/debian/libjcalendar-java.links  2010-04-12 
21:57:38 UTC (rev 12146)
+++ trunk/libjcalendar-java/debian/libjcalendar-java.links  2010-04-12 
21:58:42 UTC (rev 12147)
@@ -1 +1 @@
-usr/share/java/jcalendar-1.3.2.jar usr/share/java/jcalendar.jar
+usr/share/java/jcalendar-1.3.3.jar usr/share/java/jcalendar.jar


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


[pkg-java] r12148 - tags/libjcalendar-java

2010-04-12 Thread Torsten Werner
Author: twerner
Date: 2010-04-12 22:00:22 + (Mon, 12 Apr 2010)
New Revision: 12148

Removed:
   tags/libjcalendar-java/1.3.3-2/
Log:
[svn-buildpackage] Removing old tag libjcalendar-java-1.3.3-2


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


[pkg-java] r12149 - tags/libjcalendar-java

2010-04-12 Thread Torsten Werner
Author: twerner
Date: 2010-04-12 22:00:38 + (Mon, 12 Apr 2010)
New Revision: 12149

Added:
   tags/libjcalendar-java/1.3.3-2/
Log:
[svn-buildpackage] Tagging libjcalendar-java (1.3.3-2)


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


Processing of libjcalendar-java_1.3.3-2_amd64.changes

2010-04-12 Thread Archive Administrator
libjcalendar-java_1.3.3-2_amd64.changes uploaded successfully to localhost
along with the files:
  libjcalendar-java_1.3.3-2.dsc
  libjcalendar-java_1.3.3-2.debian.tar.gz
  libjcalendar-java_1.3.3-2_all.deb
  libjcalendar-java-doc_1.3.3-2_all.deb

Greetings,

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

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


libibatis-java_2.3.4.726-3_amd64.changes ACCEPTED

2010-04-12 Thread Archive Administrator



Accepted:
libibatis-java_2.3.4.726-3.debian.tar.gz
  to main/libi/libibatis-java/libibatis-java_2.3.4.726-3.debian.tar.gz
libibatis-java_2.3.4.726-3.dsc
  to main/libi/libibatis-java/libibatis-java_2.3.4.726-3.dsc
libibatis-java_2.3.4.726-3_all.deb
  to main/libi/libibatis-java/libibatis-java_2.3.4.726-3_all.deb


Override entries for your package:
libibatis-java_2.3.4.726-3.dsc - source java
libibatis-java_2.3.4.726-3_all.deb - optional java

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


Thank you for your contribution to Debian.

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


libjcalendar-java_1.3.3-2_amd64.changes ACCEPTED

2010-04-12 Thread Archive Administrator



Accepted:
libjcalendar-java-doc_1.3.3-2_all.deb
  to main/libj/libjcalendar-java/libjcalendar-java-doc_1.3.3-2_all.deb
libjcalendar-java_1.3.3-2.debian.tar.gz
  to main/libj/libjcalendar-java/libjcalendar-java_1.3.3-2.debian.tar.gz
libjcalendar-java_1.3.3-2.dsc
  to main/libj/libjcalendar-java/libjcalendar-java_1.3.3-2.dsc
libjcalendar-java_1.3.3-2_all.deb
  to main/libj/libjcalendar-java/libjcalendar-java_1.3.3-2_all.deb


Override entries for your package:
libjcalendar-java-doc_1.3.3-2_all.deb - optional doc
libjcalendar-java_1.3.3-2.dsc - source java
libjcalendar-java_1.3.3-2_all.deb - optional java

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


Thank you for your contribution to Debian.

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


Processing of libhibernate3-java_3.3.2.GA-2_amd64.changes

2010-04-12 Thread Archive Administrator
libhibernate3-java_3.3.2.GA-2_amd64.changes uploaded successfully to localhost
along with the files:
  libhibernate3-java_3.3.2.GA-2.dsc
  libhibernate3-java_3.3.2.GA-2.debian.tar.gz
  libhibernate3-java_3.3.2.GA-2_all.deb
  libhibernate3-java-doc_3.3.2.GA-2_all.deb

Greetings,

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

__
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] r12150 - in trunk/libhibernate3-java/debian: . source

2010-04-12 Thread Torsten Werner
Author: twerner
Date: 2010-04-12 22:14:27 + (Mon, 12 Apr 2010)
New Revision: 12150

Added:
   trunk/libhibernate3-java/debian/source/
   trunk/libhibernate3-java/debian/source/format
Modified:
   trunk/libhibernate3-java/debian/build.xml
   trunk/libhibernate3-java/debian/changelog
   trunk/libhibernate3-java/debian/control
   trunk/libhibernate3-java/debian/rules
Log:
* Switch to gcj-jdk.
* Add encoding attribute to javadoc task.
* Switch to source format 3.0.
* Update Standards-Version: 3.8.4.

Modified: trunk/libhibernate3-java/debian/build.xml
===
--- trunk/libhibernate3-java/debian/build.xml   2010-04-12 22:00:38 UTC (rev 
12149)
+++ trunk/libhibernate3-java/debian/build.xml   2010-04-12 22:14:27 UTC (rev 
12150)
@@ -69,7 +69,7 @@
   target name=javadoc description=Creates Javadoc documentation
 mkdir dir=${doc.dir} /
 javadoc packagenames=org.hibernate.* sourcepath=${core.source.dir}
-destdir=${doc.dir} /
+destdir=${doc.dir} encoding=iso8859-1 /
   /target
 
 /project

Modified: trunk/libhibernate3-java/debian/changelog
===
--- trunk/libhibernate3-java/debian/changelog   2010-04-12 22:00:38 UTC (rev 
12149)
+++ trunk/libhibernate3-java/debian/changelog   2010-04-12 22:14:27 UTC (rev 
12150)
@@ -1,3 +1,12 @@
+libhibernate3-java (3.3.2.GA-2) unstable; urgency=low
+
+  * Switch to gcj-jdk.
+  * Add encoding attribute to javadoc task.
+  * Switch to source format 3.0.
+  * Update Standards-Version: 3.8.4.
+
+ -- Torsten Werner twer...@debian.org  Tue, 13 Apr 2010 00:12:28 +0200
+
 libhibernate3-java (3.3.2.GA-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/libhibernate3-java/debian/control
===
--- trunk/libhibernate3-java/debian/control 2010-04-12 22:00:38 UTC (rev 
12149)
+++ trunk/libhibernate3-java/debian/control 2010-04-12 22:14:27 UTC (rev 
12150)
@@ -4,14 +4,14 @@
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Torsten Werner twer...@debian.org, Varun Hiremath 
va...@debian.org,
   Damien Raude-Morvan draz...@debian.org
-Build-Depends: debhelper (= 7), cdbs, quilt, java-gcj-compat-dev, ant
+Build-Depends: debhelper (= 7), cdbs, gcj-jdk, ant
 Build-Depends-Indep: ant-optional, antlr, glassfish-javaee,
  junit, libasm3-java, libcglib-java, libcommons-collections3-java,
  libcommons-logging-java, libc3p0-java, libdom4j-java, libehcache-java,
  libjavassist-java, liboscache-java, libproxool-java, libswarmcache-java,
  libjboss-jmx-java, libjboss-system-java, libjboss-cache1-java,
  libjboss-cache2-java, libslf4j-java, libjgroups-java
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Homepage: http://www.hibernate.org
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libhibernate3-java/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libhibernate3-java/

Modified: trunk/libhibernate3-java/debian/rules
===
--- trunk/libhibernate3-java/debian/rules   2010-04-12 22:00:38 UTC (rev 
12149)
+++ trunk/libhibernate3-java/debian/rules   2010-04-12 22:14:27 UTC (rev 
12150)
@@ -2,7 +2,6 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 JAVA_HOME  := /usr/lib/jvm/java-gcj
 DEB_ANT_BUILDFILE  := debian/build.xml

Added: trunk/libhibernate3-java/debian/source/format
===
--- trunk/libhibernate3-java/debian/source/format   
(rev 0)
+++ trunk/libhibernate3-java/debian/source/format   2010-04-12 22:14:27 UTC 
(rev 12150)
@@ -0,0 +1 @@
+3.0 (quilt)


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


[pkg-java] r12151 - tags/libhibernate3-java

2010-04-12 Thread Torsten Werner
Author: twerner
Date: 2010-04-12 22:17:03 + (Mon, 12 Apr 2010)
New Revision: 12151

Added:
   tags/libhibernate3-java/3.3.2.GA-2/
Log:
[svn-buildpackage] Tagging libhibernate3-java (3.3.2.GA-2)


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


libhibernate3-java_3.3.2.GA-2_amd64.changes ACCEPTED

2010-04-12 Thread Archive Administrator



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


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

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


Thank you for your contribution to Debian.

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


[SCM] eclipse - Powerful IDE written in java - Debian package. branch, lucid, updated. dedd85cb19597884dc5a07b88537cdee2d5d8b38

2010-04-12 Thread Benjamin Drung
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project eclipse - Powerful IDE written in java - Debian package..

The branch, lucid has been updated
   via  dedd85cb19597884dc5a07b88537cdee2d5d8b38 (commit)
   via  78017ff9b8a5d849c6ca75c587b98b1ac1b8f963 (commit)
   via  6194562c15909ba80a7f26bdb7dc0da2475ab85a (commit)
   via  75176904958663af694d433b5b3130b8f32c1a14 (commit)
  from  2a295e6e9b6584b09ef3de46d96cb6c0f9ac5564 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit dedd85cb19597884dc5a07b88537cdee2d5d8b38
Author: Benjamin Drung bdr...@ubuntu.com
Date:   Tue Apr 13 02:13:46 2010 +0200

Release 3.5.2-2ubuntu2 to Ubuntu lucid.

commit 78017ff9b8a5d849c6ca75c587b98b1ac1b8f963
Merge: 2a295e6e9b6584b09ef3de46d96cb6c0f9ac5564 
6194562c15909ba80a7f26bdb7dc0da2475ab85a
Author: Benjamin Drung bdr...@ubuntu.com
Date:   Tue Apr 13 02:11:52 2010 +0200

Merge branch 'master' into lucid

---

Summary of changes:
 debian/changelog  |   11 +++
 debian/copyright  |4 
 debian/extra/copyright-gen.pl |4 
 debian/extra/eclipse  |2 +-
 debian/rules  |   13 +
 5 files changed, 29 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a244b78..ab89115 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+eclipse (3.5.2-2ubuntu2) lucid; urgency=low
+
+  [ Niels Thykier ]
+  * Added missing copyright statement about ownership over the Debian 
packaging.
+
+  [ Benjamin Drung ]
+  * Set MOZILLA_FIVE_HOME instead of LD_LIBRARY_PATH and
+org.eclipse.swt.browser.XULRunnerPath (LP: #559229, #553779).
+
+ -- Benjamin Drung bdr...@ubuntu.com  Tue, 13 Apr 2010 02:12:21 +0200
+
 eclipse (3.5.2-2ubuntu1) lucid; urgency=low
 
   * Set org.eclipse.swt.browser.XULRunnerPath explicitly. (LP: #546518)
diff --git a/debian/copyright b/debian/copyright
index 27dfbb6..8d7cd9e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -267,6 +267,10 @@ License: other
  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
+Files: debian/*
+Copyright: 2010, Debian Orbital Alignment Team
+License: EPL-1.0
+
 License: Apache-2.0
  On Debian systems, the full text of the Apache
  License version 2 can be found in the file
diff --git a/debian/extra/copyright-gen.pl b/debian/extra/copyright-gen.pl
index 5afcc40..44bb12b 100755
--- a/debian/extra/copyright-gen.pl
+++ b/debian/extra/copyright-gen.pl
@@ -197,6 +197,10 @@ License: other
  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
+Files: debian/*
+Copyright: 2010, Debian Orbital Alignment Team
+License: EPL-1.0
+
 EOF
 ;
 
diff --git a/debian/extra/eclipse b/debian/extra/eclipse
index 7bcbdfb..69ec2fd 100644
--- a/debian/extra/eclipse
+++ b/debian/extra/eclipse
@@ -5,7 +5,7 @@
 # https://bugs.launchpad.net/bugs/458703
 export GDK_NATIVE_WINDOWS=true
 
-export LD_LIBRARY_PATH=@xul...@${ld_library_path:+:$LD_LIBRARY_PATH}
+export MOZILLA_FIVE_HOME=/usr/lib/xulrunner-$(@XULRUNNER@ --gre-version)
 
 ECLIPSE=/usr/lib/eclipse/eclipse
 
diff --git a/debian/rules b/debian/rules
index a1dc085..508f57b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -99,7 +99,12 @@ LAUNCHERVERSION = $(shell ls $(DEBIAN_PACK_LIBDIR)/plugins | 
grep equinox.launch
 PDEBUILDVERSION = $(shell ls $(DEBIAN_PACK_LIBDIR)/plugins | grep 
org.eclipse.pde.build_ | sed 's/org.eclipse.pde.build_//')
 UPSTREAM_VERSION := $(shell echo $(DEB_UPSTREAM_VERSION) | sed 
s/+repack.*$$//)
 
-XULDIR := $(shell pkg-config --variable=sdkdir libxul | sed s/-devel//)
+XULVERSION := $(shell pkg-config --modversion libxul)
+XULVERSION_STRIP1 := $(shell echo $(XULVERSION) | sed s/\.[^\.]*$$//)
+XULVERSION_STRIP2 := $(shell echo $(XULVERSION_STRIP1) | sed s/\.[^\.]*$$//)
+XULRUNNER := $(shell if which xulrunner-$(XULVERSION)  /dev/null 21; then 
which xulrunner-$(XULVERSION); \
+   elif which xulrunner-$(XULVERSION_STRIP1)  /dev/null 21; then which 
xulrunner-$(XULVERSION_STRIP1); \
+   elif which xulrunner-$(XULVERSION_STRIP2)  /dev/null 21; then which 
xulrunner-$(XULVERSION_STRIP2); fi)
 
 override_dh_install:
# Turn all following commands into patches and send them to 
eclipse-build
@@ -166,11 +171,11 @@ override_dh_install:
-l -I -r debian_tmp debian/tmp/ | xargs sed -i 
s...@$${to_correct}@@g
# remove extra licence file
rm -f 
debian/tmp/usr/lib/eclipse/plugins/org.apache.ant_*/about_files/LICENSE.sax.txt
-   # 

[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master, updated. 6194562c15909ba80a7f26bdb7dc0da2475ab85a

2010-04-12 Thread Benjamin Drung
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project eclipse - Powerful IDE written in java - Debian package..

The branch, master has been updated
   via  6194562c15909ba80a7f26bdb7dc0da2475ab85a (commit)
  from  75176904958663af694d433b5b3130b8f32c1a14 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
---

Summary of changes:
 debian/extra/eclipse |2 +-
 debian/rules |   13 +
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/debian/extra/eclipse b/debian/extra/eclipse
index 7bcbdfb..69ec2fd 100644
--- a/debian/extra/eclipse
+++ b/debian/extra/eclipse
@@ -5,7 +5,7 @@
 # https://bugs.launchpad.net/bugs/458703
 export GDK_NATIVE_WINDOWS=true
 
-export LD_LIBRARY_PATH=@xul...@${ld_library_path:+:$LD_LIBRARY_PATH}
+export MOZILLA_FIVE_HOME=/usr/lib/xulrunner-$(@XULRUNNER@ --gre-version)
 
 ECLIPSE=/usr/lib/eclipse/eclipse
 
diff --git a/debian/rules b/debian/rules
index a1dc085..508f57b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -99,7 +99,12 @@ LAUNCHERVERSION = $(shell ls $(DEBIAN_PACK_LIBDIR)/plugins | 
grep equinox.launch
 PDEBUILDVERSION = $(shell ls $(DEBIAN_PACK_LIBDIR)/plugins | grep 
org.eclipse.pde.build_ | sed 's/org.eclipse.pde.build_//')
 UPSTREAM_VERSION := $(shell echo $(DEB_UPSTREAM_VERSION) | sed 
s/+repack.*$$//)
 
-XULDIR := $(shell pkg-config --variable=sdkdir libxul | sed s/-devel//)
+XULVERSION := $(shell pkg-config --modversion libxul)
+XULVERSION_STRIP1 := $(shell echo $(XULVERSION) | sed s/\.[^\.]*$$//)
+XULVERSION_STRIP2 := $(shell echo $(XULVERSION_STRIP1) | sed s/\.[^\.]*$$//)
+XULRUNNER := $(shell if which xulrunner-$(XULVERSION)  /dev/null 21; then 
which xulrunner-$(XULVERSION); \
+   elif which xulrunner-$(XULVERSION_STRIP1)  /dev/null 21; then which 
xulrunner-$(XULVERSION_STRIP1); \
+   elif which xulrunner-$(XULVERSION_STRIP2)  /dev/null 21; then which 
xulrunner-$(XULVERSION_STRIP2); fi)
 
 override_dh_install:
# Turn all following commands into patches and send them to 
eclipse-build
@@ -166,11 +171,11 @@ override_dh_install:
-l -I -r debian_tmp debian/tmp/ | xargs sed -i 
s...@$${to_correct}@@g
# remove extra licence file
rm -f 
debian/tmp/usr/lib/eclipse/plugins/org.apache.ant_*/about_files/LICENSE.sax.txt
-   # wrapper script for setting LD_LIBRARY_PATH
+   # wrapper script for setting MOZILLA_FIVE_HOME
+   $(if $(XULRUNNER),,$(error Cannot find xulrunner version))
rm -f debian/tmp/usr/bin/eclipse
-   sed s|@XULDIR@|$(XULDIR)| debian/extra/eclipse  
debian/tmp/usr/bin/eclipse
+   sed s|@XULRUNNER@|$(XULRUNNER)| debian/extra/eclipse  
debian/tmp/usr/bin/eclipse
chmod 755 debian/tmp/usr/bin/eclipse
-   printf \n-Dorg.eclipse.swt.browser.XULRunnerPath=$(XULDIR)\n  
debian/tmp/etc/eclipse.ini
# Correct the profile in config.ini - else eclipse will refuse to open 
the update/install menus.
sed -i 's/SDKProfile/PlatformProfile/' 
debian/tmp/usr/lib/eclipse/configuration/config.ini
# Set a saner default file limit than unlimited.


hooks/post-receive
-- 
eclipse - Powerful IDE written in java - Debian package.

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


[SCM] eclipse - Powerful IDE written in java - Debian package. tag, debian/3.5.2-2ubuntu2, created. dedd85cb19597884dc5a07b88537cdee2d5d8b38

2010-04-12 Thread Benjamin Drung
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project eclipse - Powerful IDE written in java - Debian package..

The tag, debian/3.5.2-2ubuntu2 has been created
at  dedd85cb19597884dc5a07b88537cdee2d5d8b38 (commit)

- Log -
commit dedd85cb19597884dc5a07b88537cdee2d5d8b38
Author: Benjamin Drung bdr...@ubuntu.com
Date:   Tue Apr 13 02:13:46 2010 +0200

Release 3.5.2-2ubuntu2 to Ubuntu lucid.
---


hooks/post-receive
-- 
eclipse - Powerful IDE written in java - Debian package.

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