[pkg-java] r12571 - in trunk/libspring-2.5-java/debian: . patches poms

2010-06-15 Thread Onkar Shinde
Author: onkarshinde-guest
Date: 2010-06-15 08:08:46 + (Tue, 15 Jun 2010)
New Revision: 12571

Added:
   trunk/libspring-2.5-java/debian/patches/15_fix_build_with_asm3.diff
   trunk/libspring-2.5-java/debian/poms/spring-aspects-2.5.xml
Modified:
   trunk/libspring-2.5-java/debian/changelog
   trunk/libspring-2.5-java/debian/classpath-debian
   trunk/libspring-2.5-java/debian/control
   trunk/libspring-2.5-java/debian/patches/series
   trunk/libspring-2.5-java/debian/rules
Log:
asm2 - asm3 transition

Modified: trunk/libspring-2.5-java/debian/changelog
===
--- trunk/libspring-2.5-java/debian/changelog   2010-06-15 03:05:53 UTC (rev 
12570)
+++ trunk/libspring-2.5-java/debian/changelog   2010-06-15 08:08:46 UTC (rev 
12571)
@@ -1,3 +1,13 @@
+libspring-2.5-java (2.5.6.SEC01-10) unstable; urgency=low
+
+  * Team upload.
+  * asm2 - asm3 transition.
+  * Build a new package libspring-aspects-2.5-java and include
+spring-aspects.jar file in it. This is needed to build xwork2.
+(Closes: #582510)
+
+ -- Onkar Shinde onkarshi...@ubuntu.com  Tue, 25 May 2010 17:32:40 +0530
+
 libspring-2.5-java (2.5.6.SEC01-9) unstable; urgency=low
 
   [ Miguel Landaeta ]

Modified: trunk/libspring-2.5-java/debian/classpath-debian
===
--- trunk/libspring-2.5-java/debian/classpath-debian2010-06-15 03:05:53 UTC 
(rev 12570)
+++ trunk/libspring-2.5-java/debian/classpath-debian2010-06-15 08:08:46 UTC 
(rev 12571)
@@ -2,13 +2,13 @@
 usr/share/java/commons-logging.jar
 usr/share/java/aopalliance.jar
 usr/share/java/cglib.jar
-usr/share/java/asm2.jar
+usr/share/java/asm3.jar
 usr/share/java/jamon.jar
 usr/share/java/commons-pool.jar
 usr/share/java/commons-collections3.jar
 usr/share/java/backport-util-concurrent.jar
-usr/share/java/asm2.jar
-usr/share/java/asm2-commons.jar
+usr/share/java/asm3.jar
+usr/share/java/asm3-commons.jar
 usr/share/java/c3p0.jar
 usr/share/java/xapool.jar
 usr/share/java/jdo2-api.jar

Modified: trunk/libspring-2.5-java/debian/control
===
--- trunk/libspring-2.5-java/debian/control 2010-06-15 03:05:53 UTC (rev 
12570)
+++ trunk/libspring-2.5-java/debian/control 2010-06-15 08:08:46 UTC (rev 
12571)
@@ -5,7 +5,7 @@
 Uploaders: Andreas Schildbach debian@schildbach.de, Damien Raude-Morvan 
draz...@debian.org
 Build-Depends: debhelper (= 7.0.50~), ant, openjdk-6-jdk
 Build-Depends-Indep: libcommons-logging-java, libcommons-attributes-java (= 
2.2-4), libaopalliance-java,
- libjamon-java, libcommons-pool-java, libcommons-collections3-java, 
libbackport-util-concurrent-java, libasm2-java,
+ libjamon-java, libcommons-pool-java, libcommons-collections3-java, 
libbackport-util-concurrent-java, libasm3-java,
  libc3p0-java, libgnumail-java, libjdo-api-java, libcommons-httpclient-java, 
libaxis-java, groovy,
  libfreemarker-java, velocity, liblog4j1.2-java, libcommons-fileupload-java,
  libjakarta-poi-java, libjexcelapi-java, libitext-java, libstruts1.2-java, 
libdom4j-java,
@@ -21,7 +21,7 @@
 
 Package: libspring-core-2.5-java
 Architecture: all
-Depends: ${misc:Depends}, openjdk-6-jre | java2-runtime, libasm2-java, 
libcommons-collections3-java, libcommons-logging-java, liblog4j1.2-java, 
libbackport-util-concurrent-java
+Depends: ${misc:Depends}, openjdk-6-jre | java2-runtime, libasm3-java, 
libcommons-collections3-java, libcommons-logging-java, liblog4j1.2-java, 
libbackport-util-concurrent-java
 Recommends: libcommons-attributes-java
 Description: modular Java/J2EE application framework - Core
  Spring is a layered Java/J2EE application framework offering a lot of freedom
@@ -179,3 +179,13 @@
  .
  This package provide spring-orm.jar : JDO support, JPA support, Hibernate
  support, TopLink support, iBATIS support
+
+Package: libspring-aspects-2.5-java
+Architecture: all
+Depends: ${misc:Depends}, openjdk-6-jre | java2-runtime
+Description: modular Java/J2EE application framework - ORM tools
+ 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
+ common practices in the industry.
+ .
+ This package provide spring-aspects.jar.

Added: trunk/libspring-2.5-java/debian/patches/15_fix_build_with_asm3.diff
===
--- trunk/libspring-2.5-java/debian/patches/15_fix_build_with_asm3.diff 
(rev 0)
+++ trunk/libspring-2.5-java/debian/patches/15_fix_build_with_asm3.diff 
2010-06-15 08:08:46 UTC (rev 12571)
@@ -0,0 +1,42 @@
+Index: 
libspring-2.5-java-2.5.6.SEC01/src/org/springframework/core/LocalVariableTableParameterNameDiscoverer.java
+===
+--- 
libspring-2.5-java-2.5.6.SEC01.orig/src/org/springframework/core/LocalVariableTableParameterNameDiscoverer.java

Bug#585970: rename symlink classworlds.jar to classworlds-1.1.jar

2010-06-15 Thread Julien Wajsberg
Package: maven2
Version: 2.2.1-5

Hi,

I tried installing a software (ExoPlatform 3.0) using debian's maven,
but I got :

java.lang.ClassNotFoundException: org.codehaus.classworlds.Launcher

With Apache's maven 2.2.1, it works perfectly.

ExoPlatform uses something strange to build, with lots of Javascript
files run with Mozilla Rhino.

At the end, it runs classworlds using the following code :

var mvnClasspath = [
  new java.net.URL(file: + m2Home + /core/boot/classworlds-1.1.jar),
  new java.net.URL(file: + m2Home + /boot/classworlds-1.1.jar)
] ;

var contextLoader= java.lang.Thread.currentThread().getContextClassLoader();
var mvnLoader = new java.net.URLClassLoader(mvnClasspath, contextLoader);
java.lang.Thread.currentThread().setContextClassLoader(mvnLoader);
var  type = mvnLoader.loadClass(org.codehaus.classworlds.Launcher) ;

In apache's maven 2.2.1, classworlds jar is in
boot/classworlds-1.1.jar. In debian's distribution, it is in
boot/classworlds.jar.
That's why I get this ClassNotFoundException.

Then an obvious solution would be to rename the symlink to mimic
Apache's official distribution.

Thanks,
-- 
Julien



__
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#585970: and don't forget

2010-06-15 Thread Julien Wajsberg
Of course, that seems obvious, but please don't forget to change the
classpath in /usr/bin/mvn... :-)

Just did the manipulation on my local computer and my build succeeded.
-- 
Julien



__
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 (with 1 errors): your mail

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

 forwarded 584378 http://oss.101tec.com/jira/browse/KATTA-137
Bug #584378 [src:zkclient] zkclient: FTBFS: java cannot find symbol
Set Bug forwarded-to-address to 'http://oss.101tec.com/jira/browse/KATTA-137'.
 Thomas Koch, http://www.koch.ro
Unknown command or malformed arguments to command.


End of message, stopping processing here.

Please contact me if you need assistance.
-- 
584378: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=584378
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.


Bug#585581: doesn't work with current libasm3-java

2010-06-15 Thread David Paleino
On Mon, 14 Jun 2010 21:43:06 +0200, Torsten Werner wrote:

 Hi David,

Hello,

 On Sat, Jun 12, 2010 at 12:49 AM, David Paleino da...@debian.org wrote:
  The problem is that DebuggingClassWriter.java tries to pass an integer to
  asm's ClassWriter, which expects a boolean instead.
 
 thanks for the analysis! May you provide a patch, please?

Looking at the sources, it seems like my analysis was completely wrong. And I
can't even remember how I came to that conclusion :) (I remember seeing a
bool somewhere, but can't find it anymore.. :/)

In fact, asm's ClassWriter has an init method accepting int:

public ClassWriter(final int flags) {
[..]
}

And also the documentation says it's there:

http://asm.ow2.org/asm32/javadoc/user/org/objectweb/asm/ClassWriter.html

So, I can't really say how to fix this. Maybe the init(I)V in the
stacktrace helps? (not being a Javist, I could only infer that I means
integer, but don't know what V means)

The only difference I can see is in the class init methods. Compare the one
above with:

public class DebuggingClassWriter extends ClassWriter {
public DebuggingClassWriter(int flags) {
super(flags);
}
[..]
}

See, the only difference is the final keyword in ClassWriter. I don't know if
this could be related to the bug.

David

-- 
 . ''`.   Debian developer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 | http://deb.li/dapal
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174


signature.asc
Description: 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.


mini-dinstall: Successfully installed geronimo-jacc-1.1-spec 1.0.1-1 to unstable

2010-06-15 Thread Mini-Dinstall
Package: geronimo-jacc-1.1-spec
Maintainer: Chris Grzegorczyk g...@eucalyptus.com
Changed-By: Chris Grzegorczyk g...@eucalyptus.com
Architecture: source all
Changes:
  * Port package to pkg-java based largely on existing Ubuntu package

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


mini-dinstall: Successfully installed geronimo-jacc-1.1-spec 1.0.1-1.1 to unstable

2010-06-15 Thread Mini-Dinstall
Package: geronimo-jacc-1.1-spec
Maintainer: Chris Grzegorczyk g...@eucalyptus.com
Changed-By: Torsten Werner twer...@debian.org
Architecture: source all
Changes:
  * Non-maintainer upload.
  * Install POM file with maven-repo-helper.

__
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, master, updated. eclipse-ppa/maverick-16-ge726ac7

2010-06-15 Thread Adnan Hodzic
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  e726ac7fba265a578d76d25c19b23219e00357b3 (commit)
  from  2bc74386eb7efebef8177f3484552dd666d4a4e6 (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 e726ac7fba265a578d76d25c19b23219e00357b3
Author: Adnan Hodzic ad...@foolcontrol.org
Date:   Tue Jun 15 18:40:55 2010 +0200

fixes bashisms

---

Summary of changes:
 debian/patches/bashism.patch  |   40 -
 debian/patches/series |1 +
 patches/eclipse-pde.build-add-package-build.patch |   10 +++---
 3 files changed, 6 insertions(+), 45 deletions(-)

diff --git a/debian/patches/bashism.patch b/debian/patches/bashism.patch
deleted file mode 100644
index 5b19224..000
--- a/debian/patches/bashism.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-Index: 
eclipse/build/eclipse-3.5.2-src/installation/plugins/org.eclipse.pde.build_3.5.2.R35x_20100114/templates/package-build/prepare-build-dir.sh
-===
 
eclipse.orig/build/eclipse-3.5.2-src/installation/plugins/org.eclipse.pde.build_3.5.2.R35x_20100114/templates/package-build/prepare-build-dir.sh
   2010-06-01 18:58:25.857923592 +0200
-+++ 
eclipse/build/eclipse-3.5.2-src/installation/plugins/org.eclipse.pde.build_3.5.2.R35x_20100114/templates/package-build/prepare-build-dir.sh
2010-06-01 19:02:10.853929638 +0200
-@@ -44,7 +44,7 @@
-   PROJECTDIR=$(dirname $f)
-   inSDK=1
-   inSDK=$(echo $PROJECTDIR | grep -c $BUILDDIR)
--  if [ $inSDK == 0 ]; then
-+  if [ $inSDK = 0 ]; then
- PROJECTNAME=$(ant -Dbasedir=$PROJECTDIR -f 
$BUILDDIR/tmp/feature-build.xml 21 | grep echo | cut --delimiter=' ' -f 7)
- ERROR=
- if [ -z $PROJECTNAME ]; then
-@@ -57,7 +57,7 @@
- fi
- 
- if [ x$ERROR != xyes ]; then
--  if [[ $TESTING != true || `echo $PROJECTNAME | grep org.eclipse` ]]; 
then
-+  if [ $TESTING != true || `echo $PROJECTNAME | grep org.eclipse` ]; 
then
- echo   making symlink: $BUILDDIR/features/$PROJECTNAME - 
$PROJECTDIR
- ln -sfT $PROJECTDIR $BUILDDIR/features/$PROJECTNAME
-   fi
-@@ -72,7 +72,7 @@
-   ERROR=
-   inSDK=1
-   inSDK=$(echo $dir | grep -c $BUILDDIR)
--  if [ $inSDK == 0 ]; then
-+  if [ $inSDK = 0 ]; then
- if [ -e $dir/META-INF/MANIFEST.MF ]; then
-   PROJECTNAME=$(grep Bundle-SymbolicName $dir/META-INF/MANIFEST.MF | cut 
--delimiter=';' -f 1 | cut --delimiter=' ' -f 2)
- elif [ -e $dir/plugin.xml ]; then
-@@ -91,7 +91,7 @@
- fi
- 
- if [ x$ERROR != xyes ]; then
--  if [[ $TESTING != true || `echo $PROJECTNAME | grep org.eclipse` ]]; 
then
-+  if [ $TESTING != true || `echo $PROJECTNAME | grep org.eclipse` ]; 
then
- echo   making symlink: $BUILDDIR/plugins/$PROJECTNAME - $dir
- ln -sfT $dir $BUILDDIR/plugins/$PROJECTNAME
-   fi
diff --git a/debian/patches/series b/debian/patches/series
index a9df4b5..210dd21 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+bashisms.patch
 upstream-eclipse-build-repack.patch
 osgi-util.patch
 osgi-services.patch
diff --git a/patches/eclipse-pde.build-add-package-build.patch 
b/patches/eclipse-pde.build-add-package-build.patch
index f5998ce..43f22a1 100644
--- a/patches/eclipse-pde.build-add-package-build.patch
+++ b/patches/eclipse-pde.build-add-package-build.patch
@@ -7,7 +7,7 @@ diff -N templates/package-build/prepare-build-dir.sh
 --- /dev/null  1 Jan 1970 00:00:00 -
 +++ templates/package-build/prepare-build-dir.sh   1 Jan 1970 00:00:00 
-
 @@ -0,0 +1,105 @@
-+#!/bin/sh
++#!/bin/bash
 +
 +if [ $# -lt 2 ]; then
 +  echo usage: $0 path to source dir path to build dir
@@ -53,7 +53,7 @@ diff -N templates/package-build/prepare-build-dir.sh
 +  PROJECTDIR=$(dirname $f)
 +  inSDK=1
 +  inSDK=$(echo $PROJECTDIR | grep -c $BUILDDIR)
-+  if [ $inSDK == 0 ]; then
++  if [ $inSDK = 0 ]; then
 +PROJECTNAME=$(ant -Dbasedir=$PROJECTDIR -f 
$BUILDDIR/tmp/feature-build.xml 21 | grep echo | cut --delimiter=' ' -f 7)
 +ERROR=
 +if [ -z $PROJECTNAME ]; then
@@ -66,7 +66,7 @@ diff -N templates/package-build/prepare-build-dir.sh
 +fi
 +
 +if [ x$ERROR != xyes ]; then
-+  if [[ $TESTING != true || `echo $PROJECTNAME | grep org.eclipse` ]]; 
then
++  if [ $TESTING != true -o `echo $PROJECTNAME | grep org.eclipse` ]; 
then
 +echo   making symlink: $BUILDDIR/features/$PROJECTNAME - 
$PROJECTDIR
 +ln -sfT $PROJECTDIR $BUILDDIR/features/$PROJECTNAME
 +  fi

Processed: eclipse: completely broken in Lenny

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

 severity 585690 grave
Bug #585690 [eclipse] eclipse: JVM terminated at startup with exit code 127
Severity set to 'grave' from 'important'

 retitle 585690 eclipse: completely broken in Lenny
Bug #585690 [eclipse] eclipse: JVM terminated at startup with exit code 127
Changed Bug title to 'eclipse: completely broken in Lenny' from 'eclipse: JVM 
terminated at startup with exit code 127'
 block 585690 with 574356
Bug #585690 [eclipse] eclipse: completely broken in Lenny
Was not blocked by any bugs.
Added blocking bug(s) of 585690: 574356
 # cantfix would have been better really.
 tags 585690 + confirmed wontfix
Bug #585690 [eclipse] eclipse: completely broken in Lenny
Added tag(s) confirmed and wontfix.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
585690: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585690
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.


Bug#585690: eclipse: completely broken in Lenny

2010-06-15 Thread Niels Thykier
severity 585690 grave
retitle 585690 eclipse: completely broken in Lenny
block 585690 with 574356
# cantfix would have been better really.
tags 585690 + confirmed wontfix
thanks

Hi

As the subject (and the new title of the bug suggests) - eclipse in
Lenny is completely broken with slim to no chance of repair. I have
explained the reason for this in #574356, but a short recap.
  The version of eclipse in Lenny is incompatible with the xulrunner
version in Lenny and Lenny backports. We would need eclipse = 3.4 and
= 3.5 for Lenny and Lenny backports (respectively) to fix this and
neither of them are doable for Lenny / Lenny backports.
  I have asked the release team to remove eclipse from stable (see #574356).


I know that this is suboptimal for you as a user, but unfortunately
eclipse has been unmaintained for about 3 years and eclipse in Lenny is
pretty much a lost cause.
  It requires at least a 2 or 3 upstream version bump and uploading of
10+ other packages (some of these are upstream version bumps).


You may be able to use a work around (including making eclipse not able
to use xulrunner by providing non-existent paths).

The eclipse in Squeeze is doing vastly better, but unfortunately Squeeze
is not stable yet (and it may take a while before it is). You may be
able to use the eclipse in Squeeze (using apt pinning), alternatively
downloading eclipse directly from eclipse.org should also do.

Please note that if you download eclipse from eclipse.org or upgrade to
eclipse 3.5.2 in Squeeze, you will need to remove your ~/.eclipse, since
the old eclipse 3.2.2 in Debian has extracted old swt libraries into
that folder. These old swt libraries will take precedence over the ones
you need and will result in weird crashes.

If you are interested, I can look into making an unofficial and
unsupported stable backport. Though, I cannot make any guarantees to
whether it is possible to actually backport eclipse or if will break (a
lot of) other applications.

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


mini-dinstall: Successfully installed libhibernate-commons-annotations-java 3.2.0.Final-1 to experimental

2010-06-15 Thread Mini-Dinstall
Package: libhibernate-commons-annotations-java
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Torsten Werner twer...@debian.org
Architecture: source all
Changes:
  * New upstream version
  * Update debian/watch to support the new tags.
  * Change Vcs to git and update Vcs headers accordingly.
  * Use Maven to build the package.
  * Add missing Depends: ${misc:Depends}.
  * Change Section: java.
  * Update Standard-Version: 3.8.4.
  * Switch to source format 3.0.

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


mini-dinstall: Successfully installed libhibernate3-java 3.5.2.Final-2 to experimental

2010-06-15 Thread Mini-Dinstall
Package: libhibernate3-java
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Torsten Werner twer...@debian.org
Architecture: source all
Changes:
  * Build annotations and JDK6 modules.

__
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.5.2.Final-2_amd64.changes

2010-06-15 Thread Archive Administrator
libhibernate3-java_3.5.2.Final-2_amd64.changes uploaded successfully to 
localhost
along with the files:
  libhibernate3-java_3.5.2.Final-2.dsc
  libhibernate3-java_3.5.2.Final-2.debian.tar.gz
  libhibernate3-java_3.5.2.Final-2_all.deb
  libhibernate3-java-doc_3.5.2.Final-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.


libhibernate3-java_3.5.2.Final-2_amd64.changes ACCEPTED

2010-06-15 Thread Archive Administrator



Accepted:
libhibernate3-java-doc_3.5.2.Final-2_all.deb
  to main/libh/libhibernate3-java/libhibernate3-java-doc_3.5.2.Final-2_all.deb
libhibernate3-java_3.5.2.Final-2.debian.tar.gz
  to main/libh/libhibernate3-java/libhibernate3-java_3.5.2.Final-2.debian.tar.gz
libhibernate3-java_3.5.2.Final-2.dsc
  to main/libh/libhibernate3-java/libhibernate3-java_3.5.2.Final-2.dsc
libhibernate3-java_3.5.2.Final-2_all.deb
  to main/libh/libhibernate3-java/libhibernate3-java_3.5.2.Final-2_all.deb


Override entries for your package:
libhibernate3-java-doc_3.5.2.Final-2_all.deb - optional doc
libhibernate3-java_3.5.2.Final-2.dsc - source java
libhibernate3-java_3.5.2.Final-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.


[pkg-java] r12572 - tags/statsvn

2010-06-15 Thread Vincent Fourmond
Author: fourmond
Date: 2010-06-15 23:05:10 + (Tue, 15 Jun 2010)
New Revision: 12572

Added:
   tags/statsvn/0.7.0.dfsg-2/
Log:
[svn-buildpackage] Tagging statsvn 0.7.0.dfsg-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 statsvn_0.7.0.dfsg-2_amd64.changes

2010-06-15 Thread Archive Administrator
statsvn_0.7.0.dfsg-2_amd64.changes uploaded successfully to localhost
along with the files:
  statsvn_0.7.0.dfsg-2.dsc
  statsvn_0.7.0.dfsg-2.debian.tar.gz
  statsvn_0.7.0.dfsg-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.


statsvn_0.7.0.dfsg-2_amd64.changes ACCEPTED

2010-06-15 Thread Archive Administrator



Accepted:
statsvn_0.7.0.dfsg-2.debian.tar.gz
  to main/s/statsvn/statsvn_0.7.0.dfsg-2.debian.tar.gz
statsvn_0.7.0.dfsg-2.dsc
  to main/s/statsvn/statsvn_0.7.0.dfsg-2.dsc
statsvn_0.7.0.dfsg-2_all.deb
  to main/s/statsvn/statsvn_0.7.0.dfsg-2_all.deb


Override entries for your package:
statsvn_0.7.0.dfsg-2.dsc - source vcs
statsvn_0.7.0.dfsg-2_all.deb - optional vcs

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


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#576664: marked as done (statsvn: Please update the man page)

2010-06-15 Thread Debian Bug Tracking System
Your message dated Tue, 15 Jun 2010 23:17:35 +
with message-id e1oofnv-00071a...@ries.debian.org
and subject line Bug#576664: fixed in statsvn 0.7.0.dfsg-2
has caused the Debian Bug report #576664,
regarding statsvn: Please update the man page
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.)


-- 
576664: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576664
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: statsvn
Version: 0.4.0.dfsg-1
Severity: minor


I am not sure how the man page was first generated, but it would be nice that 
this page was updated with the latest options:

http://wiki.statsvn.org/User%20Manual.ashx

Thanks !

-- 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 statsvn depends on:
ii  default-jre [java-ru 1.5-30  Standard Java or Java compatible R
ii  gcj-4.4-jre [java-ru 4.4.2-4 Java runtime environment using GIJ
ii  gcj-jre [java-runtim 4:4.3.4-1   Java runtime environment using GIJ
ii  java-gcj-compat [jav 1.0.80-5.1  Java runtime environment using GIJ
ii  java-wrappers0.1.15  wrappers for java executables
ii  kaffe-pthreads [java 2:1.1.8-5.2 A POSIX threads enabled version of
ii  libbackport-util-con 2.2+dfsg-1  backport of java.util.concurrent t
ii  libjcommon-java  1.0.10.dfsg-1   General Purpose library for Java
ii  libjfreechart-java   1.0.10-1Chart library for Java
ii  openjdk-6-jre [java- 6b11-9.1+lenny2 OpenJDK Java runtime, using Hotspo
ii  statcvs  1:0.4.0.dfsg-3  CVS Repository statistic analysis 
ii  subversion   1.6.4dfsg-1~bpo50+1 Advanced version control system
ii  sun-java5-jre [java- 1.5.0-17-0.1Sun Java(TM) Runtime Environment (
ii  sun-java6-jre [java- 6-12-1  Sun Java(TM) Runtime Environment (

statsvn recommends no packages.

statsvn suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: statsvn
Source-Version: 0.7.0.dfsg-2

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

statsvn_0.7.0.dfsg-2.debian.tar.gz
  to main/s/statsvn/statsvn_0.7.0.dfsg-2.debian.tar.gz
statsvn_0.7.0.dfsg-2.dsc
  to main/s/statsvn/statsvn_0.7.0.dfsg-2.dsc
statsvn_0.7.0.dfsg-2_all.deb
  to main/s/statsvn/statsvn_0.7.0.dfsg-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 576...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Vincent Fourmond fourm...@debian.org (supplier of updated statsvn 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: Tue, 06 Apr 2010 22:24:27 +0200
Source: statsvn
Binary: statsvn
Architecture: source all
Version: 0.7.0.dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Vincent Fourmond fourm...@debian.org
Description: 
 statsvn- SVN repository statistics
Closes: 576664
Changes: 
 statsvn (0.7.0.dfsg-2) unstable; urgency=low
 .
   * Pull option documentation from upstream's wiki:
 http://wiki.statsvn.org/Default.aspx?Page=User Manual (closes: 576664)
 Thanks to Mathieu Malaterre for pointing out.
Checksums-Sha1: 
 a1529acb65a8f55d491cccd4996ff40cecb46bea 1380 statsvn_0.7.0.dfsg-2.dsc
 c430a4bbc51206351765f5a62366bcb2bdbb5027 9202 
statsvn_0.7.0.dfsg-2.debian.tar.gz
 e86453a38a11716f5f9659be6c7383e92fa531a7 102672 statsvn_0.7.0.dfsg-2_all.deb
Checksums-Sha256: 
 a7a8d23f54df2680865afa0178ef616ac0f862b562c67a3086e0d5806e504d73 1380 
statsvn_0.7.0.dfsg-2.dsc
 7915b6e6eb4f5575634f8c1b11da853ef94025dd76d6578a3145f154f8fb76c3 9202 
statsvn_0.7.0.dfsg-2.debian.tar.gz
 67363cd05fbf2cc6b859578c7f8a492ea6b67eb98c3a21ffd3ac92002d8a5a9c 102672 
statsvn_0.7.0.dfsg-2_all.deb
Files: 
 305ffd0c673d6e828f636a2265850708 1380 vcs optional