[SCM] UNNAMED PROJECT branch, master, updated. 0.30-32-g6683637

2010-07-04 Thread Matthew Johnson
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 "UNNAMED PROJECT".

The branch, master has been updated
   via  668363777e13c68c4c2e880bde51f1cb6c52e4f1 (commit)
  from  d411570f5734f4996a6ec788a8133f9a929e66bb (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 668363777e13c68c4c2e880bde51f1cb6c52e4f1
Author: Matthew Johnson 
Date:   Mon Jul 5 00:30:01 2010 +0100

aoeu

---

Summary of changes:
 tests/tests.sh |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/tests.sh b/tests/tests.sh
index 24bf6da..774e624 100755
--- a/tests/tests.sh
+++ b/tests/tests.sh
@@ -2,7 +2,7 @@
 
 set -e
 _DIR=`pwd`
-. ../jh_lib.sh
+. ../jh_lib.sh.in
 
 run_jh_manifest()
 {


hooks/post-receive
-- 
UNNAMED PROJECT

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


Bug#588114: maven-debian-helper: maven:DocDepends puts in Depends -doc packages which don't exist

2010-07-04 Thread Gabriele Giacone
Package: maven-debian-helper
Version: 1.0
Severity: normal

${maven:DocDepends} is replaced with -doc packages even if they don't exist so 
-doc package will depend on non-existent packages like 
libmaven-shared-io-java-doc, libxstream-java-doc.

Possibility to ignore them?
Don't include them if they don't exist?

Thanks.


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

Kernel: Linux 2.6.32-5-amd64 (SMP w/3 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages maven-debian-helper depends on:
ii  default-jdk   1.6-36 Standard Java or Java compatible D
ii  libmaven-clean-plugin-java2.3-3  Maven clean plugin
ii  libmaven-compiler-plugin-java 2.0.2-4Maven compiler plugin
ii  libmaven-jar-plugin-java  2.2-4  Maven Jar plugin
ii  libmaven-resources-plugin-jav 2.3-5  Maven resources plugin
ii  libmaven-site-plugin-java 2.1-1  Maven Site Plugin for generating a
ii  libplexus-velocity-java   1.1.7-3Plexus component interface to velo
ii  libsurefire-java  2.4.3-3Surefire test framework for Java
ii  maven-repo-helper 1.1Helper tools for including Maven m
ii  maven22.2.1-5Java software project management a
ii  velocity  1.6.2-4Java-based template engine for web

Versions of packages maven-debian-helper recommends:
ii  apt-file  2.4.0  search for files within Debian pac

Versions of packages maven-debian-helper suggests:
ii  libmaven-javadoc-plugin-java  2.6.1-1Maven Javadoc Plugin

-- no debconf information



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


[SCM] UNNAMED PROJECT branch, master, updated. 0.30-31-gd411570

2010-07-04 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 "UNNAMED PROJECT".

The branch, master has been updated
   via  d411570f5734f4996a6ec788a8133f9a929e66bb (commit)
   via  2774eccf8385cffcb7f5c9bad02c784883af1b9a (commit)
   via  533e68290256ddb1202b1c38fe7a4e0014691311 (commit)
  from  930c284ff119ed46f28cf2b3926477ec41a65940 (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 d411570f5734f4996a6ec788a8133f9a929e66bb
Author: Niels Thykier 
Date:   Mon Jul 5 00:58:16 2010 +0200

Rewrote jh_manifest, removed all depends on python.

commit 2774eccf8385cffcb7f5c9bad02c784883af1b9a
Author: Niels Thykier 
Date:   Mon Jul 5 00:47:03 2010 +0200

Added modules manifest handling.

commit 533e68290256ddb1202b1c38fe7a4e0014691311
Author: Niels Thykier 
Date:   Mon Jul 5 00:45:29 2010 +0200

Fixed a formatting issue and added missing entry in the changelog.

---

Summary of changes:
 Java.pm|   74 +++-
 Manifest.pm|   53 +
 ManifestSection.pm |   62 ++
 debian/changelog   |6 +
 debian/control |6 +-
 debian/javahelper.install  |2 +
 debian/javahelper.manpages |1 -
 debian/rules   |3 +
 jh_compilefeatures |   12 +-
 jh_generateorbitdir|2 +-
 jh_installeclipse  |4 +-
 jh_manifest|  491 
 jh_manifest.1  |   35 ---
 jh_setupenvironment|2 +-
 tests/tests.sh |   10 +-
 15 files changed, 448 insertions(+), 315 deletions(-)

diff --git a/Java.pm b/Java.pm
index 63e6b4d..9f201e8 100644
--- a/Java.pm
+++ b/Java.pm
@@ -12,9 +12,10 @@ use warnings;
 use Cwd 'abs_path';
 use File::Spec;
 use Exporter;
+use Debian::Javahelper::Manifest();
 use vars qw(@ISA @EXPORT);
 @ISA = qw(Exporter);
-...@export = qw(&scan_javadoc &find_package_for_existing_files);
+...@export = qw(&scan_javadoc &find_package_for_existing_files 
&write_manifest_fd &parse_manifest_fd);
 
 =head1 SYNOPSIS
 
@@ -135,6 +136,77 @@ sub find_package_for_existing_files{
 return keys(%pkgs);
 }
 
+sub parse_manifest_fd{
+my $fd = shift;
+my $name = shift;
+my $manifest = Debian::Javahelper::Manifest->new();
+my $sec = 
$manifest->get_section(Debian::Javahelper::Manifest::MAIN_SECTION, 1);
+my $atname = '';
+my $atval = '';
+while( my $line = <$fd> ){
+   $line =~ s/[\r]?[\n]$//og;
+   if($line =~ m/^ /o){
+   # extension to a value.
+   die("Unexpected \"extension line\" in $name,") unless($atname);
+   $atval .= substr($line, 1);
+   next;
+   }
+   if($line ne ''){
+   $sec->set_value($atname, $atval) if($atname);
+   ($atname, $atval) = split(/ :\s /ox, $line);
+   die("Expected :  pair in $name,") unless($atval);
+   if(!defined($sec)){
+   die("A section must start with the Name attribute in $name,")
+   unless(lc($atname) eq 'name');
+   $sec = $manifest->get_section($atval, 1);
+   $atname = '';
+   }
+   next;
+   }
+   $sec->set_value($atname, $atval) if($atname);
+   $atname = '';
+   $sec = undef;
+}
+
+$sec->set_value($atname, $atval) if($atname);
+return $manifest;
+}
+
+sub write_manifest_section_fd{
+my $sec = shift;
+my $fd = shift;
+my $name = shift;
+# return manifest-version and name first
+foreach my $entry ($sec->get_values()) {
+   my $atname = lc($entry->[0]);
+   my $line = join(": ", @$entry);
+   # Technically this is incorrect since the rules says "bytes" and not 
"characters"
+   die("Value for Name attribute in $name is too long,") if($atname eq 
'name' && length($line) > 72);
+   # extend long lines.
+   $line =~ s/(.{72})/$1\n /go;
+   $line =~ s/^ \n(\w)/$1/go;
+   print $fd "$line\n";
+}
+print $fd "\n";
+1;
+}
+
+sub write_manifest_fd{
+my $manifest = shift;
+my $fd = shift;
+my $name = shift;
+# returns main section first.
+foreach my $sec ($manifest->get_sections()){
+   write_manifest_section_fd($sec, $fd, $name);
+}
+# must end with two empty lines.
+print $fd "\n";
+1;
+}
+
+# For length
+# s/(.{$len})/$1\n /g; s/^ \n(\w)/$1/g
+
 1;
 __END__
 
diff --git a/Manifest.pm b/Manifest.pm
new file mode 100644
index 000..8eb4bb7
--- /dev/null
+++ b/Manifest.pm
@@ -0,0 +1,53 @@
+package Debian::Javahelper::Manifest;
+
+use strict;
+use warnings;
+
+use Debian::Javahelper::ManifestSection;
+use base qw(Exporter);

[pkg-java] r12726 - in trunk/libspring-java/debian: . patches

2010-07-04 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2010-07-04 22:58:10 + (Sun, 04 Jul 2010)
New Revision: 12726

Added:
   trunk/libspring-java/debian/patches/0005_commonj.diff
Removed:
   trunk/libspring-java/debian/patches/0005_no_commonj.diff
Modified:
   trunk/libspring-java/debian/build-classpath
   trunk/libspring-java/debian/control
   trunk/libspring-java/debian/patches/series
Log:
* Fix dependencies on castor.
* Enable support for CommonJ API.


Modified: trunk/libspring-java/debian/build-classpath
===
--- trunk/libspring-java/debian/build-classpath 2010-07-04 11:03:50 UTC (rev 
12725)
+++ trunk/libspring-java/debian/build-classpath 2010-07-04 22:58:10 UTC (rev 
12726)
@@ -15,7 +15,6 @@
 /usr/share/java/backport-util-concurrent.jar
 /usr/share/java/bsh.jar
 /usr/share/java/c3p0.jar
-# FIX #581862
 /usr/share/java/castor-core.jar
 /usr/share/java/castor-xml.jar
 /usr/share/java/catalina.jar

Modified: trunk/libspring-java/debian/control
===
--- trunk/libspring-java/debian/control 2010-07-04 11:03:50 UTC (rev 12725)
+++ trunk/libspring-java/debian/control 2010-07-04 22:58:10 UTC (rev 12726)
@@ -208,7 +208,7 @@
 Package: libspring-oxm-java
 Architecture: all
 Depends: ${misc:Depends}, libspring-core-java (= ${source:Version}), 
libspring-beans-java (= ${source:Version}), libspring-context-java (= 
${source:Version})
-Suggests: libxstream-java, libjibx1.2-java, libxmlbeans-java, libcastor-java
+Suggests: libxstream-java, libjibx1.2-java, libxmlbeans-java, 
libcastor-xml-java
 Description: modular Java/J2EE application framework - Object/XML Mapping
  Spring is a layered Java/J2EE application framework offering a lot of freedom
  to Java developers yet providing well documented and easy-to-use solutions for
@@ -220,7 +220,7 @@
 Package: libspring-instrument-java
 Architecture: all
 Depends: ${misc:Depends}, libspring-core-java (= ${source:Version}), 
libspring-beans-java (= ${source:Version}), libspring-context-java (= 
${source:Version})
-Suggests: libxstream-java, libjibx1.2-java, libxmlbeans-java, libcastor-java
+Suggests: libxstream-java, libjibx1.2-java, libxmlbeans-java, 
libcastor-xml-java
 Description: modular Java/J2EE application framework - Instrumentation
  Spring is a layered Java/J2EE application framework offering a lot of freedom
  to Java developers yet providing well documented and easy-to-use solutions for

Copied: trunk/libspring-java/debian/patches/0005_commonj.diff (from rev 12725, 
trunk/libspring-java/debian/patches/0005_no_commonj.diff)
===
--- trunk/libspring-java/debian/patches/0005_commonj.diff   
(rev 0)
+++ trunk/libspring-java/debian/patches/0005_commonj.diff   2010-07-04 
22:58:10 UTC (rev 12726)
@@ -0,0 +1,52 @@
+Description: Compatibility with CommonJ API provided by Geronimo project
+ The references to the Work related exceptions are disabled because the
+ build fails and the compiler emit messages like this:
+ "Unreachable catch block for WorkException. This exception is never thrown
+ from the try statement body".
+Author: Miguel Landaeta 
+Last-Update: 2010-07-04
+Forwarded: no
+
+--- 
libspring-java-3.0.3.RELEASE.orig/projects/org.springframework.context.support/src/main/java/org/springframework/scheduling/commonj/WorkManagerTaskExecutor.java
 
libspring-java-3.0.3.RELEASE/projects/org.springframework.context.support/src/main/java/org/springframework/scheduling/commonj/WorkManagerTaskExecutor.java
+@@ -146,20 +146,22 @@ public class WorkManagerTaskExecutor ext
+   public void execute(Runnable task) {
+   Assert.state(this.workManager != null, "No WorkManager 
specified");
+   Work work = new DelegatingWork(task);
+-  try {
++  //try {
+   if (this.workListener != null) {
+   this.workManager.schedule(work, 
this.workListener);
+   }
+   else {
+   this.workManager.schedule(work);
+   }
+-  }
++  //}
++  /*
+   catch (WorkRejectedException ex) {
+   throw new TaskRejectedException("CommonJ WorkManager 
did not accept task: " + task, ex);
+   }
+   catch (WorkException ex) {
+   throw new SchedulingException("Could not schedule task 
on CommonJ WorkManager", ex);
+   }
++  */
+   }
+ 
+   public void execute(Runnable task, long startTimeout) {
+@@ -191,13 +193,13 @@ public class WorkManagerTaskExecutor ext
+   
//-
+ 
+   public WorkItem schedule(Work work)
+-  throws WorkException, IllegalArgumentException {
++  thr

lwjgl_2.4.2+dfsg2-1_amd64.changes ACCEPTED

2010-07-04 Thread Archive Administrator



Accepted:
liblwjgl-java-doc_2.4.2+dfsg2-1_all.deb
  to main/l/lwjgl/liblwjgl-java-doc_2.4.2+dfsg2-1_all.deb
liblwjgl-java-jni_2.4.2+dfsg2-1_amd64.deb
  to main/l/lwjgl/liblwjgl-java-jni_2.4.2+dfsg2-1_amd64.deb
liblwjgl-java_2.4.2+dfsg2-1_all.deb
  to main/l/lwjgl/liblwjgl-java_2.4.2+dfsg2-1_all.deb
lwjgl_2.4.2+dfsg2-1.debian.tar.gz
  to main/l/lwjgl/lwjgl_2.4.2+dfsg2-1.debian.tar.gz
lwjgl_2.4.2+dfsg2-1.dsc
  to main/l/lwjgl/lwjgl_2.4.2+dfsg2-1.dsc
lwjgl_2.4.2+dfsg2.orig.tar.gz
  to main/l/lwjgl/lwjgl_2.4.2+dfsg2.orig.tar.gz


Override entries for your package:
liblwjgl-java-doc_2.4.2+dfsg2-1_all.deb - optional doc
liblwjgl-java-jni_2.4.2+dfsg2-1_amd64.deb - optional java
liblwjgl-java_2.4.2+dfsg2-1_all.deb - optional java
lwjgl_2.4.2+dfsg2-1.dsc - source 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
. Please 
use
debian-j...@lists.debian.org for discussions and questions.


[SCM] jme - high performance scenegraph based graphics java API branch, master, updated. upstream/2.0.1+dfsg-2-g2ef8f6d

2010-07-04 Thread Gabriele Giacone
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 "jme - high performance scenegraph based graphics java API".

The branch, master has been updated
   via  2ef8f6d5207eeda7fca2fe1c879e41be98907754 (commit)
  from  6a1ccf0b40891d422d33ff9ce63773f335680182 (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 2ef8f6d5207eeda7fca2fe1c879e41be98907754
Author: Gabriele Giacone <1o5g4...@gmail.com>
Date:   Sun Jul 4 19:58:54 2010 +0200

improved javadoc, full text of BSD license

---

Summary of changes:
 debian/changelog   |2 +-
 debian/control |5 +-
 debian/copyright   |   50 ++--
 ...bs_and_heapsize => 01_syslibs_heapsize_javadoc} |6 ++-
 debian/patches/series  |2 +-
 debian/rules   |4 ++
 6 files changed, 58 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b3e41e8..f1dcc0e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,4 +2,4 @@ jme (2.0.1+dfsg-1) unstable; urgency=low
 
   * Initial release. (Closes: #587947)
 
- -- Gabriele Giacone <1o5g4...@gmail.com>  Sat, 03 Jul 2010 20:45:16 +0200
+ -- Gabriele Giacone <1o5g4...@gmail.com>  Sun, 04 Jul 2010 19:53:54 +0200
diff --git a/debian/control b/debian/control
index de59ef4..0067c01 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers 

 Build-Depends: debhelper (>= 7.0.50~), javahelper (>= 0.30), ant, 
liblwjgl-java,
  libjogl-java, libswt-gtk-3.5-java
-Build-Depends-Indep: default-jdk, libjorbis-java
+Build-Depends-Indep: default-jdk, libjorbis-java, default-jdk-doc
 Standards-Version: 3.9.0
 Vcs-Git: git://git.debian.org/pkg-java/jme.git
 Vcs-Browser: http://git.debian.org/?p=pkg-java/jme.git
@@ -25,7 +25,8 @@ Package: libjme-java-doc
 Architecture: all
 Section: doc
 Suggests: libjme-java
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, liblwjgl-java-doc, libjogl-java-doc
+Recommends: default-jdk-doc
 Description: high performance scenegraph based graphics java API (javadoc)
  The jMonkey Engine framework (jME) is a high-performance, 3D scenegraph based
  graphics API, written in Java.
diff --git a/debian/copyright b/debian/copyright
index ed901ae..3ac76b1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -18,11 +18,51 @@ Copyright: 2003-2010, jME Team 
   List at http://www.jmonkeyengine.com/wiki/doku.php/team and
   http://www.jmonkeyengine.com/wiki/doku.php/credits 
 License: BSD
- On Debian GNU/Linux system you can find the complete text of the
- BSD license in '/usr/share/common-licenses/BSD'
-
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ Neither the name of 'jMonkeyEngine' nor the names of its contributors 
+ may be used to endorse or promote products derived from this software 
+ without specific prior written permission.
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+ TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ 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, Gabriele Giacone <1o5g4...@gmail.com>
 License: BSD
- On Debian GNU/Linux system you can find the complete text of the
- BSD license in '/usr/share/common-licenses/BSD'
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the follow

Processing of lwjgl_2.4.2+dfsg2-1_amd64.changes

2010-07-04 Thread Archive Administrator
lwjgl_2.4.2+dfsg2-1_amd64.changes uploaded successfully to localhost
along with the files:
  lwjgl_2.4.2+dfsg2-1.dsc
  lwjgl_2.4.2+dfsg2.orig.tar.gz
  lwjgl_2.4.2+dfsg2-1.debian.tar.gz
  liblwjgl-java_2.4.2+dfsg2-1_all.deb
  liblwjgl-java-jni_2.4.2+dfsg2-1_amd64.deb
  liblwjgl-java-doc_2.4.2+dfsg2-1_all.deb

Greetings,

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

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


[SCM] lwjgl - Lightweight Java Game Library annotated tag, upstream/2.4.2+dfsg2, created. upstream/2.4.2+dfsg2

2010-07-04 Thread Gabriele Giacone
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 "lwjgl - Lightweight Java Game Library".

The annotated tag, upstream/2.4.2+dfsg2 has been created
at  fb0ecfeb59d65e1fafaf5c4f7169b3b395e0059f (tag)
   tagging  ded421829736e66c7981dfe72bef19cb11a0cf80 (commit)
  replaces  upstream/2.4.2+dfsg
 tagged by  Gabriele Giacone
on  Sun Jul 4 17:53:23 2010 +0200

- Log -
Upstream version 2.4.2+dfsg2

Gabriele Giacone (1):
  Imported Upstream version 2.4.2+dfsg2

---


hooks/post-receive
-- 
lwjgl - Lightweight Java Game Library

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


[SCM] lwjgl - Lightweight Java Game Library tag, debian/2.4.2+dfsg2-1, created. debian/2.4.2+dfsg-1-8-gc18443d

2010-07-04 Thread Gabriele Giacone
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 "lwjgl - Lightweight Java Game Library".

The tag, debian/2.4.2+dfsg2-1 has been created
at  c18443d43190319e8fb0bb926d7863b9ad1f9e58 (commit)

- Log -
commit c18443d43190319e8fb0bb926d7863b9ad1f9e58
Author: Gabriele Giacone <1o5g4...@gmail.com>
Date:   Sun Jul 4 18:07:40 2010 +0200

added classpath for javadoc
---


hooks/post-receive
-- 
lwjgl - Lightweight Java Game Library

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


[SCM] lwjgl - Lightweight Java Game Library branch, pristine-tar, updated. 99f4feeb261a871b9a81ccd48bb0429d0f0b19e6

2010-07-04 Thread Gabriele Giacone
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 "lwjgl - Lightweight Java Game Library".

The branch, pristine-tar has been updated
   via  99f4feeb261a871b9a81ccd48bb0429d0f0b19e6 (commit)
  from  9d70e0a6cb94cb1b399982a8425823ddeba27a98 (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 99f4feeb261a871b9a81ccd48bb0429d0f0b19e6
Author: Gabriele Giacone <1o5g4...@gmail.com>
Date:   Sun Jul 4 17:53:23 2010 +0200

pristine-tar data for lwjgl_2.4.2+dfsg2.orig.tar.gz

---

Summary of changes:
 lwjgl_2.4.2+dfsg2.orig.tar.gz.delta |  Bin 0 -> 25201 bytes
 lwjgl_2.4.2+dfsg2.orig.tar.gz.id|1 +
 2 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/lwjgl_2.4.2+dfsg2.orig.tar.gz.delta 
b/lwjgl_2.4.2+dfsg2.orig.tar.gz.delta
new file mode 100644
index 000..6e821db
Binary files /dev/null and b/lwjgl_2.4.2+dfsg2.orig.tar.gz.delta differ
diff --git a/lwjgl_2.4.2+dfsg2.orig.tar.gz.id b/lwjgl_2.4.2+dfsg2.orig.tar.gz.id
new file mode 100644
index 000..890fe3b
--- /dev/null
+++ b/lwjgl_2.4.2+dfsg2.orig.tar.gz.id
@@ -0,0 +1 @@
+ded421829736e66c7981dfe72bef19cb11a0cf80


hooks/post-receive
-- 
lwjgl - Lightweight Java Game Library

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


ehcache 2.1.0-1 MIGRATED to testing

2010-07-04 Thread Debian testing watch
FYI: The status of the ehcache source package
in Debian's testing distribution has changed.

  Previous version: 1.6.2-1
  Current version:  2.1.0-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

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


tomcat6 6.0.26-5 MIGRATED to testing

2010-07-04 Thread Debian testing watch
FYI: The status of the tomcat6 source package
in Debian's testing distribution has changed.

  Previous version: 6.0.26-3
  Current version:  6.0.26-5

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

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


commons-jci 1.0-4 MIGRATED to testing

2010-07-04 Thread Debian testing watch
FYI: The status of the commons-jci source package
in Debian's testing distribution has changed.

  Previous version: 1.0-3
  Current version:  1.0-4

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

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


[SCM] UNNAMED PROJECT branch, master, updated. 0.30-28-g930c284

2010-07-04 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 "UNNAMED PROJECT".

The branch, master has been updated
   via  930c284ff119ed46f28cf2b3926477ec41a65940 (commit)
  from  24558c3d846e08030d2a74707788cda19d155f71 (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 930c284ff119ed46f28cf2b3926477ec41a65940
Author: Niels Thykier 
Date:   Sun Jul 4 15:37:45 2010 +0200

Stopped scan_javadocs from following symlinks.
Made jh_installeclipse always set orbit:Depends (even when empty)
Updated the tutorials to mention the java:Recommends variable.
Added notice to the description of javahelper that some of the
 depends for the eclipse helpers are in Suggests.

---

Summary of changes:
 Java.pm   |9 +
 debian/control|4 
 jh_installeclipse |9 -
 tutorial.html |   12 +++-
 tutorial.txt  |7 +++
 5 files changed, 31 insertions(+), 10 deletions(-)

diff --git a/Java.pm b/Java.pm
index fb5624e..63e6b4d 100644
--- a/Java.pm
+++ b/Java.pm
@@ -92,16 +92,9 @@ sub scan_javadoc{
$packname = $1;
$apif = $2;
if(!defined($packname)){
-   print STDERR "Ignoring weird link target ($target).\n";
+   print STDERR "Ignoring weird URL target ($target).\n";
next;
}
-   # Follow the link (unless it is default-jdk-doc)
-   if( -l "/usr/share/doc/$packname/$apif" && $packname ne 
'default-jdk-doc'){
-   my $ltarget = abs_path("/usr/share/doc/$packname/$apif");
-   $phash{$ltarget} = 1;
-   next;
-   }
-   #print STDERR "$target -> ($packname, $apif)\n" 
unless(exists($debpack{"/usr/share/doc/$packname/$apif"})); 
$phash{"/usr/share/doc/$packname/$apif"} = 1;
}
}
diff --git a/debian/control b/debian/control
index 5405cbe..5b4aa26 100644
--- a/debian/control
+++ b/debian/control
@@ -71,6 +71,10 @@ Description: Helper scripts for packaging Java programs
  .
  javahelper provides CDBS and dh macros so that it can be used with those
  package build systems.
+ .
+ Note that some of the eclipse helpers depends on packages not pulled
+ by default (like with devscripts). You can find these scripts in
+ Suggests.
 
 Package: java-propose-classpath
 Architecture: all
diff --git a/jh_installeclipse b/jh_installeclipse
index 24433db..aea360a 100755
--- a/jh_installeclipse
+++ b/jh_installeclipse
@@ -131,7 +131,6 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
}
 }
 }
-
 while ( my ($sysjar, $users) = each(%needed) ){
 my ($pkg, $ver) = findDependency($sysjar);
 if(!defined($pkg)){
@@ -144,6 +143,14 @@ while ( my ($sysjar, $users) = each(%needed) ){
 }
 }
 
+foreach my $package (@{$dh{DOPACKAGES}}){
+   my $ext=pkgext($package);
+   my $substvars="debian/${ext}substvars";
+   if (! -e $substvars || system("grep -q '^orbit:Depends=' $substvars") 
!= 0) {
+   complex_doit("echo orbit:Depends= >> $substvars");
+   }
+}
+
 exit(0);
 
 # Determines where to install something for a given package.
diff --git a/tutorial.html b/tutorial.html
index 6bd3c28..14d10fe 100644
--- a/tutorial.html
+++ b/tutorial.html
@@ -93,7 +93,7 @@ jh_build weirdx.jar src
of any dfsg suffix. Other version-mangling options or explicit version 
numbers can also be provided.

   jh_depends
-  jh_depends works like dpkg-shlibdeps, but for jar 
files. For each jar in the package it 
+  jh_depends works like dpkg-shlibdeps, but 
for jar files. For each jar in the package it
   takes the jars on which it depends and finds the packages to which they 
belong. These are included
   in the debhelper substvars as ${java:Depends}. The control file 
can then just list that
   variable which is filled in automatically.
@@ -109,6 +109,16 @@ jh_build weirdx.jar src
   If the application uses executable jars (see Runtime support 
below) then jh_depends will
   also add the appropriate depends on jarwrapper and the correct 
Java runtime.

+ 
+   As of version 0.32, jh_depends also checks installed 
javadocs for links
+   to system installed javadocs. It will use this to populate the
+   ${java:Recommends} variable, which can be used for the 
doc package.
+ 
+ 
+   Note that both substvars are always created even if they are 
empty,
+   like debhelper does with ${misc:Depends}.
+  

[pkg-java] r12725 - trunk/spring-build/debian

2010-07-04 Thread Damien Raude-Morvan
Author: drazzib
Date: 2010-07-04 11:03:50 + (Sun, 04 Jul 2010)
New Revision: 12725

Modified:
   trunk/spring-build/debian/control
   trunk/spring-build/debian/rules
Log:
Bump Standards-Version and use mh_clean

Modified: trunk/spring-build/debian/control
===
--- trunk/spring-build/debian/control   2010-07-03 11:03:44 UTC (rev 12724)
+++ trunk/spring-build/debian/control   2010-07-04 11:03:50 UTC (rev 12725)
@@ -6,7 +6,7 @@
  libcommons-httpclient-java, libjets3t-java, libequinox-osgi-java,
  libspring-build-java
 Maintainer: Damien Raude-Morvan 
-Standards-Version: 3.8.4
+Standards-Version: 3.9.0
 Homepage: http://www.springsource.org/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/spring-build/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/spring-build/

Modified: trunk/spring-build/debian/rules
===
--- trunk/spring-build/debian/rules 2010-07-03 11:03:44 UTC (rev 12724)
+++ trunk/spring-build/debian/rules 2010-07-04 11:03:50 UTC (rev 12725)
@@ -29,7 +29,6 @@
rm org.springframework.build.$$MYMOD/spring-build; \
done
-rm project-build/project-build
-   -rm -rf debian/tmp
mh_clean
 
 get-orig-source:


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


Bug#588033: vuze: Vuze fails to load the search results

2010-07-04 Thread Paolo Scarabelli
Package: vuze
Version: 4.3.0.6-1
Severity: important

After installing Vuze I'm unable to search for files, the search results
list never displays showing just the animated wait image.

If I run it from the console I get the following error:


DEBUG::Sun Jul 04 17:35:45 SGT
2010::com.aelitis.azureus.core.versioncheck.VersionCheckClient$2::run::189:
  Timeout waiting for version check to complete

UtilitiesImpl$DelayedTaskImpl::run::1316,UtilitiesImpl$7::run::979,AEThread2$threadWrapper::run::287

(Vuze:5061): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate
widget with width 250 and height -1
ERROR: Trying to attach top of widget 'SWTSkinObjectBasic
{Search/main.area.searchresultstab/v=searchresults-area, container;
parent=Contents.Search.12}' to non-existant widget 'main.area.maintabs'. 
Attachment Parameters: main.area.maintabs,10


The 4.4 version downloaded from vuze website works fine.


Regards,


Paolo.


== Full log
pa...@neptune:~/Desktop$ vuze
file:/usr/lib/jni/ ; file:/usr/lib/java/ ; file:/usr/share/java/Azureus2.jar
; file:/usr/share/java/log4j-1.2-1.2.15.jar ;
; file:/usr/share/java/commons-cli-1.2.jar ;
; file:/usr/lib/java/swt-gtk-3.5.1.jar ; file:/home/paolo/Desktop/
changeLocale: *Default Language* != English (Singapore). Searching without
; country..
changeLocale: Searching for language English in *any* country..
changeLocale: no message properties for Locale 'English (Singapore)'
(en_SG), using 'English (default)'
UIFunctions/ImageLoad took 226ms
new shell took 2520ms
new shell setup took 524ms
skinlisteners init took 228ms
skin init took 743ms
MainMenu init took 1288ms
createWindow init took 2ms
skin layout took 25ms
pre skin widgets init took 81ms
hooks init took 3ms
WARNING: already added UIUpdatable
com.aelitis.azureus.ui.swt.views.skin.sidebar.side...@1a12495
skin widgets (1/2) init took 3072ms
skin widgets init took 2011ms
pre SWTInstance init took 0ms
Init Core Columns took 2358ms
SWTInstance init took 2ms
shell.layout took 25ms
-SHOWN AT 1278236129272;16114ms
-DONE DISPATCH AT 1278236131710;18555ms
-READY AT 1278236132145;18989ms
shell.open took 2948ms
processStartupDMS took 0ms
vuzeactivities init took 0ms
Locale Initializing took 45ms
[alert] Alert:3:Error loading plugin 'aefeatman_v' /
'com.aelitis.azureus.plugins.featman.FeatManPlugin'
DEBUG::Sun Jul 04 17:35:34 SGT
2010::org.gudy.azureus2.pluginsimpl.local.PluginInitializer::loadPluginFromDir::1192:
  java.lang.NoClassDefFoundError:
org/gudy/azureus2/plugins/utils/FeatureManager$FeatureEnabler
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:634)
at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:277)
at java.net.URLClassLoader.access$000(URLClassLoader.java:73)
at java.net.URLClassLoader$1.run(URLClassLoader.java:212)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
at

org.gudy.azureus2.pluginsimpl.local.PluginInitializer.loadPluginFromDir(PluginInitializer.java:1117)
at

org.gudy.azureus2.pluginsimpl.local.PluginInitializer.loadPluginsFromDir(PluginInitializer.java:767)
at

org.gudy.azureus2.pluginsimpl.local.PluginInitializer.loadPlugins(PluginInitializer.java:561)
at

com.aelitis.azureus.core.impl.AzureusCoreImpl$5.run(AzureusCoreImpl.java:777)
at

org.gudy.azureus2.core3.util.AEThread2$threadWrapper.run(AEThread2.java:287)
Caused by: java.lang.ClassNotFoundException:
org.gudy.azureus2.plugins.utils.FeatureManager$FeatureEnabler
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:334)
... 15 more

Error loading plugin 'aefeatman_v' /
'com.aelitis.azureus.plugins.featman.FeatManPlugin':
java.lang.NoClassDefFoundError:
org/gudy/azureus2/plugins/utils/FeatureManager$FeatureEnabler
38762:Core: 1679ms for activity between 'Loading Plugin: aefeatman_v'
and 'Loading Torrents'
38762:Core: 1800ms for activity between 'Loading Torrents' and 'Loading
Plugin: azupnpav'
38844:Core: 89ms for activity between 'Loading Plugin: azupnpav' and
'Loading Torrent  1 of 7 : 02D299701A10CD35D97E85129E407E38420BB470.torrent'
40121:Cor

[SCM] UNNAMED PROJECT branch, master, updated. 0.30-27-g24558c3

2010-07-04 Thread Matthew Johnson
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 "UNNAMED PROJECT".

The branch, master has been updated
   via  24558c3d846e08030d2a74707788cda19d155f71 (commit)
  from  32ea17ed0eb138f46aa3478515c26fc2095bde0d (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 24558c3d846e08030d2a74707788cda19d155f71
Author: Matthew Johnson 
Date:   Sun Jul 4 10:04:37 2010 +

fix jh_build documentation

---

Summary of changes:
 debian/changelog |3 ++-
 tutorial.html|4 +---
 tutorial.txt |6 ++
 3 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dbee893..d210b06 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -32,8 +32,9 @@ javatools (0.32) UNRELEASED; urgency=low
 /usr/share/java (Closes: #586783)
   * jh_build will now -link any javadoc in a package that you build-depend
 on
+  * fix jh_build documentation 
 
- -- Matthew Johnson   Sun, 04 Jul 2010 09:32:42 +0100
+ -- Matthew Johnson   Sun, 04 Jul 2010 10:04:17 +
 
 javatools (0.31) unstable; urgency=low
 
diff --git a/tutorial.html b/tutorial.html
index 4a984be..6bd3c28 100644
--- a/tutorial.html
+++ b/tutorial.html
@@ -57,10 +57,8 @@ jh_build weirdx.jar src

Alternatively, you may provide a debian/javabuild file 
containing one jar per
line, each jar name followed by a list of source files or 
directories. In this 
-   case you can call jh_build with no parameters and it 
will build 
+   case you can call jh_build with no jar or source and 
it will build 
those jars. The jars will then be removed by jh_build 
--clean.
-  In this case you cannot provide other options to jh_build, but it 
will honour
-   CLASSPATH and JAVA_HOME environment variables.

  jh_build also provides a --clean parameter which 
should be called in the 
   clean target of debian/rules. It will be called for 
you by jh_clean
diff --git a/tutorial.txt b/tutorial.txt
index 87a0eca..da64c21 100644
--- a/tutorial.txt
+++ b/tutorial.txt
@@ -43,10 +43,8 @@ jh_build weirdx.jar src
 
Alternatively, you may provide a debian/javabuild file containing one 
jar per
line, each jar name followed by a list of source files or directories. 
In this 
-   case you can call jh_build with no parameters and it will build 
-   those jars. The jars will then be removed by jh_build --clean. In this 
case, 
-   you cannot provide other options to jh_build, but it will honour
-   CLASSPATH and JAVA_HOME environment variables
+   case you can call jh_build with no jar or source  and it will build 
+   those jars. The jars will then be removed by jh_build --clean.
 
jh_build also provides a --clean parameter which should be called in
the clean target of debian/rules. It is called for you by jh_clean


hooks/post-receive
-- 
UNNAMED PROJECT

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


[SCM] UNNAMED PROJECT branch, master, updated. 0.30-26-g32ea17e

2010-07-04 Thread Matthew Johnson
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 "UNNAMED PROJECT".

The branch, master has been updated
   via  32ea17ed0eb138f46aa3478515c26fc2095bde0d (commit)
  from  f9a654e5e3e15786cfc577d4eaef64931b913176 (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 32ea17ed0eb138f46aa3478515c26fc2095bde0d
Author: Matthew Johnson 
Date:   Sun Jul 4 09:33:28 2010 +0100

jh_build add -link on all packages you depend on

---

Summary of changes:
 debian/changelog |4 +++-
 jh_build |6 +-
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ab6a11f..dbee893 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -30,8 +30,10 @@ javatools (0.32) UNRELEASED; urgency=low
   [ Matthew Johnson ]
   * If jars aren't specified by absolute path try finding them under
 /usr/share/java (Closes: #586783)
+  * jh_build will now -link any javadoc in a package that you build-depend
+on
 
- -- Matthew Johnson   Fri, 02 Jul 2010 22:29:58 +0100
+ -- Matthew Johnson   Sun, 04 Jul 2010 09:32:42 +0100
 
 javatools (0.31) unstable; urgency=low
 
diff --git a/jh_build b/jh_build
index 426c943..37b2f76 100755
--- a/jh_build
+++ b/jh_build
@@ -86,11 +86,7 @@ function dobuild()
echo "Debian-Java-Home: $JAVA_HOME" >> debian/_jh_manifest.$ext
fi
 
-   if [ -d /usr/share/doc/default-jdk-doc/api ]; then
-   CLASSPATHDOCS="-link /usr/share/doc/default-jdk-doc/api"
-   else
-   CLASSPATHDOCS=
-   fi
+   CLASSPATHDOCS="`for i in $(grep-dctrl --no-field-names --show-field 
Build-Depends,Build-Depends-Indep -F source "$pkg" debian/control | tr , ' ' | 
sed 's/([^)]*)//g') ; do dpkg -L $i 2>/dev/null | grep /usr/share/doc/.*/api$; 
done | sed 's/^/-link /' | xargs`"
 
mkdir -p debian/_jh_build.$ext
if [ -n "$srcdirs" ]; then


hooks/post-receive
-- 
UNNAMED PROJECT

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