[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master-3.6, updated. eclipse-ppa/maverick-167-gba44b74

2010-08-17 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-3.6 has been updated
   via  ba44b74b0a40e9f0c184f5416b465a3b974a3d3c (commit)
  from  952b828402c054f67f9c5b942e85be07599e8fa8 (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 ba44b74b0a40e9f0c184f5416b465a3b974a3d3c
Author: Benjamin Drung bdr...@ubuntu.com
Date:   Tue Aug 17 14:34:22 2010 +0200

Cleanup with wrap-and-sort

Git-Dch: ignore

---

Summary of changes:
 debian/control   |   19 +--
 debian/copyright |1 -
 2 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/debian/control b/debian/control
index 812a2bf..1d8319e 100644
--- a/debian/control
+++ b/debian/control
@@ -142,10 +142,10 @@ Replaces: eclipse-jdt ( 3.5.1+repack~3),
   eclipse-source (= 3.1.1-3),
   libeclipse-jni
 Breaks: eclipse-source (= 3.1.1-3)
-Conflicts: eclipse-platform-common,
-   libeclipse-jni,
+Conflicts: eclipse-common-nls,
+   eclipse-platform-common,
eclipse-platform-nls,
-   eclipse-common-nls
+   libeclipse-jni
 Suggests: eclipse-jdt
 Description: Eclipse platform without plug-ins to develop any language
  The Eclipse Platform is an open and extensible platform for anything and yet
@@ -210,17 +210,17 @@ Architecture: any
 Depends: default-jre | java5-runtime | java6-runtime,
  libequinox-osgi-java (= ${source:Version}),
  libicu4j-4.2-java (= 4.2),
- ${shlibs:Depends},
- ${misc:Depends}
+ ${misc:Depends},
+ ${shlibs:Depends}
 Recommends: ${shlibs:Recommends}
 Suggests: eclipse
 Replaces: eclipse-rcp-gcj,
-  libswt3.2-gtk-java,
-  libswt3.2-gtk-gcj,
-  libswt3.2-gtk-jni,
   libswt-gtk-3.4-java,
   libswt-gtk-3.4-jni,
-  libswt-gtk-3.5-jni ( 3.5.1+repack)
+  libswt-gtk-3.5-jni ( 3.5.1+repack),
+  libswt3.2-gtk-gcj,
+  libswt3.2-gtk-java,
+  libswt3.2-gtk-jni
 Description: Eclipse Rich Client Platform (RCP)
  The Eclipse Platform is an open and extensible platform for anything and yet
  nothing in particular. It provides a foundation for constructing and running
@@ -255,4 +255,3 @@ Description: Equinox OSGi framework
  .
  This package includes only the Eclipse Equinox OSGi framework, which can
  be used outside Eclipse.
-
diff --git a/debian/copyright b/debian/copyright
index 0cc7581..e8f5490 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1060,4 +1060,3 @@ License: MPL-v1.1
   the notices in the Source Code files of the Original Code. You should
   use the text of this Exhibit A rather than the text found in the
   Original Code Source Code for Your Modifications.]
- 


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


Bug#593351: javahelper: jh_makepkg does not correctly handle --default and --email options

2010-08-17 Thread Daniel Thomas
Package: javahelper
Version: 0.28
Severity: normal

When using jh_makepkg to create the debian directory for a java library
I noticed the following problems with options passed to it:

If I run jh_makepkg with --default as one of the options 
I get: Invalid option: default. If I omit the --default option then I
am asked to choose.

If I set --maintainer=Daniel Thomas --email=drt24-deb...@srcf.ucam.org
then I get Maintainer: Daniel Thomas Daniel Thomas in control and in 
changelog it is using the value of u...@host which is not what I expected 
to happen.

The jh_makepkg version (jh_makepkg -V) I was using is Javahelper Version 0.5.

I was running it in a git clone of:
git://git.savannah.gnu.org/gnuprologjava.git

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

Kernel: Linux 2.6.32-24-generic (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages javahelper depends on:
ii  bsdmainutils 8.0.1ubuntu1collection of more utilities from 
ii  dctrl-tools  2.14Command-line tools to process Debi
ii  debhelper7.4.15ubuntu1   helper programs for debian/rules
ii  devscripts   2.10.61ubuntu5  scripts to make the life of a Debi
ii  dpkg-dev 1.15.5.6ubuntu4.1   Debian package development tools
ii  fastjar  2:0.98-1ubuntu0.10.04.1 Jar creation utility
ii  python   2.6.5-0ubuntu1  An interactive high-level object-o
ii  python-debian0.1.14ubuntu2   Python modules to work with Debian
ii  python-scriptuti 1-1 Python module which provides the f
ii  realpath 1.15build1  Return the canonicalized absolute 

javahelper recommends no packages.

javahelper suggests no packages.

-- no debconf information



__
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#593352: jblas: complex return values do not work

2010-08-17 Thread Mikio Braun
Package: jblas
Version: 1.0.2-1
Severity: important


Functions with complex return values do not work but directly crash the JVM
in unpredicatble ways. Apparently, it has something to do with the way
complex return values are handled in gcc 3 vs gcc 4.

The bug is fixed in jblas 1.1.

-- System Information:
Debian Release: 5.0.5
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (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

-- 
Dr. Mikio Braunemail: mi...@cs.tu-berlin.de
TU Berlin  web: ml.cs.tu-berlin.de/~mikio
Franklinstr. 28/29 tel: +49 30 314 78627
10587 Berlin, Germany






__
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#593353: jblas: complex return values do not work

2010-08-17 Thread Mikio Braun
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: jblas
Version: 1.0.2-1
Severity: important


Functions with complex return values do not work but directly crash the JVM
in unpredicatble ways. Apparently, it has something to do with the way
complex return values are handled in gcc 3 vs gcc 4.

The bug is fixed in jblas 1.1.

- -- System Information:
Debian Release: 5.0.5
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (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

- -- 
Dr. Mikio Braunemail: mi...@cs.tu-berlin.de
TU Berlin  web: ml.cs.tu-berlin.de/~mikio
Franklinstr. 28/29 tel: +49 30 314 78627
10587 Berlin, Germany



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

iEYEARECAAYFAkxqi/AACgkQtnXKX8rQtgDvuwCfQF1Ixm+Q0u3PiFcUSY7YkX6X
FxcAn36pArlBu2SRVLx1fgSRs7vGGGUt
=altA
-END PGP 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#593066: Removed package(s) from unstable

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

 jblas |1.0.2-1 | mips

--- Reason ---
ROOM; Build-Depends on openjdk-6-jdk
--

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 593...@bugs.debian.org.

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

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.
Torsten Werner (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#593068: Removed package(s) from unstable

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

libjdic-bin |0.9.5-7 | mips

--- Reason ---
ROOM; Build-Depends on openjdk-6-jdk
--

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 593...@bugs.debian.org.

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

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.
Torsten Werner (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#593070: Removed package(s) from unstable

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

libjogl-jni | 1.1.1+dak1-9 | mips

--- Reason ---
ROOM; Build-Depends an openjdk-6-jdk
--

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 593...@bugs.debian.org.

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

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.
Torsten Werner (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#593064: Removed package(s) from unstable

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

libaccess-bridge-java-jni |   1.26.2-5 | mips

--- Reason ---
ROM; Build-Depends on openjdk-6-jdk
--

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 593...@bugs.debian.org.

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

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.
Torsten Werner (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#593065: Removed package(s) from unstable

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

libjava3d-jni | 1.5.2+dfsg-5 | mips

--- Reason ---
ROOM; Build-Depends on openjdk-6-jdk
--

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 593...@bugs.debian.org.

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

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.
Torsten Werner (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.


Processed: block 573482 with 589450

2010-08-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 block 573482 with 589450
Bug #573482 [maven2] maven2: DAV Wagon not included - Cannot find wagon which 
supports the  requested protocol: dav
Was not blocked by any bugs.
Added blocking bug(s) of 573482: 589450
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
573482: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573482
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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