[SCM] Sun multi-schema XML validator annotated tag, upstream/2009.1, created. upstream/2009.1

2011-02-17 Thread Giovanni Mascellani
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 Sun multi-schema XML validator.

The annotated tag, upstream/2009.1 has been created
at  ab010df385ef061d4487c8b5babef4dd8c2852fb (tag)
   tagging  429430b3480a64ee949217f94655b9a8a314e395 (commit)
 tagged by  Giovanni Mascellani
on  Thu Feb 10 16:23:49 2011 +0100

- Log -
Upstream version 2009.1

Giovanni Mascellani (1):
  Imported Upstream version 2009.1

---


hooks/post-receive
-- 
Sun multi-schema XML validator

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


[SCM] Sun multi-schema XML validator branch, master, updated. upstream/2009.1-8-gb4a1bf0

2011-02-17 Thread Giovanni Mascellani
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 Sun multi-schema XML validator.

The branch, master has been updated
   via  b4a1bf0f247beca1bcfeacc8c8013508b0bab855 (commit)
  from  26991e61048164f2a1d7c3215a6a760f002e2b98 (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 b4a1bf0f247beca1bcfeacc8c8013508b0bab855
Author: Giovanni Mascellani mascell...@poisson.phc.unipi.it
Date:   Thu Feb 17 11:52:29 2011 +0100

Fixing Vcs-* fields.

---

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

diff --git a/debian/control b/debian/control
index fec8b8d..f46a782 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,8 @@ Uploaders: Giovanni Mascellani g...@debian.org
 Build-Depends: debhelper (= 7.0.50~), maven-debian-helper, default-jdk
 Standards-Version: 3.9.1
 Homepage: http://java.net/projects/msv
-#Vcs-Git: git://git.debian.org/collab-maint/msv.git
-#Vcs-Browser: http://git.debian.org/?p=collab-maint/msv.git;a=summary
+Vcs-Git: git://git.debian.org/pkg-java/msv.git
+Vcs-Browser: http://git.debian.org/?p=pkg-java/msv.git;a=summary
 
 Package: libmsv-java
 Architecture: all


hooks/post-receive
-- 
Sun multi-schema XML validator

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


Bug#613808: fop: crashes with java.lang.UnsupportedClassVersionError: Bad version number in .class file

2011-02-17 Thread Roger Casaponsa
Package: fop
Version: 1:0.95.dfsg-11
Severity: important

fop crashes, even withou any argument:

server$ fop
[ERROR] SVGElementMapping - Error while initializing the Batik SVG extensions
java.lang.UnsupportedClassVersionError: Bad version number in .class
filejava.lang.UnsupportedClassVersionError: Bad version number in .class file
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
at
org.apache.fop.fo.extensions.svg.SVGElementMapping.initialize(SVGElementMapping.java:80)
at org.apache.fop.fo.ElementMapping.getTable(ElementMapping.java:52)
at
org.apache.fop.fo.ElementMappingRegistry.addElementMapping(ElementMappingRegistry.java:117)
at
org.apache.fop.fo.ElementMappingRegistry.addElementMapping(ElementMappingRegistry.java:96)
at
org.apache.fop.fo.ElementMappingRegistry.setupDefaultMappings(ElementMappingRegistry.java:77)
at
org.apache.fop.fo.ElementMappingRegistry.init(ElementMappingRegistry.java:64)
at org.apache.fop.apps.FopFactory.init(FopFactory.java:151)
at org.apache.fop.apps.FopFactory.newInstance(FopFactory.java:166)
at
org.apache.fop.cli.CommandLineOptions.init(CommandLineOptions.java:102)
at org.apache.fop.cli.Main.startFOP(Main.java:153)
at org.apache.fop.cli.Main.main(Main.java:197)

Exception in thread main java.lang.UnsupportedClassVersionError: Bad version
number in .class file
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:164)
at
org.apache.fop.image.loader.batik.BatikUtil.isBatikAvailable(BatikUtil.java:33)
at
org.apache.fop.image.loader.batik.ImageLoaderFactorySVG.isAvailable(ImageLoaderFactorySVG.java:60)
at
org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry.registerLoaderFactory(ImageImplRegistry.java:163)
at
org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry.discoverClasspathImplementations(ImageImplRegistry.java:97)
at
org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry.init(ImageImplRegistry.java:70)
at
org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry.getDefaultInstance(ImageImplRegistry.java:79)
at
org.apache.xmlgraphics.image.loader.ImageManager.init(ImageManager.java:48)
at org.apache.fop.apps.FopFactory.init(FopFactory.java:154)
at org.apache.fop.apps.FopFactory.newInstance(FopFactory.java:166)
at
org.apache.fop.cli.CommandLineOptions.init(CommandLineOptions.java:102)
at org.apache.fop.cli.Main.startFOP(Main.java:153)
at org.apache.fop.cli.Main.main(Main.java:197)


The first exception occurs after apply the quick fix explained in the bug
#575411:
A quick fix is to add either :
-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog

if you need more information, just ask.

thanks




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

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

Versions of packages fop depends on:
ii  gij-4.3 [java2-run 4.3.2-2   The GNU Java bytecode interpreter
ii  java-gcj-compat-he 1.0.78-2  Java runtime environment using GIJ
ii  java-wrappers  0.1.16wrappers for java 

[pkg-java] r13332 - trunk/groovy/debian

2011-02-17 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-02-17 14:42:53 + (Thu, 17 Feb 2011)
New Revision: 13332

Modified:
   trunk/groovy/debian/changelog
Log:
* New upstream release.


Modified: trunk/groovy/debian/changelog
===
--- trunk/groovy/debian/changelog   2011-02-17 06:08:38 UTC (rev 13331)
+++ trunk/groovy/debian/changelog   2011-02-17 14:42:53 UTC (rev 13332)
@@ -1,3 +1,9 @@
+groovy (1.7.8-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Miguel Landaeta mig...@miguel.cc  Thu, 17 Feb 2011 08:29:10 -0430
+
 groovy (1.7.7-1) unstable; urgency=low
 
   * New upstream release. 


___
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.31-38-g1be4126

2011-02-17 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  1be4126acc23ef2fd9f39113351488ad67f6d26e (commit)
  from  e42fa2b50a6d29eabfbddbb083cd6084f3b1f1b1 (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 1be4126acc23ef2fd9f39113351488ad67f6d26e
Author: Niels Thykier ni...@thykier.net
Date:   Thu Feb 17 15:41:24 2011 +0100

Fixed synopsis line of jh_manifest manpage

---

Summary of changes:
 jh_manifest |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/jh_manifest b/jh_manifest
index ce40882..b25657f 100755
--- a/jh_manifest
+++ b/jh_manifest
@@ -18,6 +18,7 @@ use Debian::Javahelper::Manifest( qw(MAIN_SECTION) );
 =head1 SYNOPSIS
 
 Bjh_manifest  [SIdebhelper options]  [SIoptions]  Ijar1 ... IjarN
+
 Bjh_manifest  [SIdebhelper options]  [SIoptions]
 
 =head1 DESCRIPTION


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.31-39-g92a6574

2011-02-17 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  92a65741893d2875e453fa3f248c5c94f6c824fc (commit)
  from  1be4126acc23ef2fd9f39113351488ad67f6d26e (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 92a65741893d2875e453fa3f248c5c94f6c824fc
Author: Niels Thykier ni...@thykier.net
Date:   Thu Feb 17 15:57:45 2011 +0100

Refactored the source to allow tests to be run as a part of the build

---

Summary of changes:
 debian/javahelper.install  |5 +
 debian/rules   |   12 
 Eclipse.pm = lib/Debian/Javahelper/Eclipse.pm |0
 Java.pm = lib/Debian/Javahelper/Java.pm   |0
 Manifest.pm = lib/Debian/Javahelper/Manifest.pm   |0
 .../Debian/Javahelper/ManifestSection.pm   |0
 tests/tests.sh |2 +-
 7 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/debian/javahelper.install b/debian/javahelper.install
index e54eb42..3ac2d20 100644
--- a/debian/javahelper.install
+++ b/debian/javahelper.install
@@ -22,7 +22,4 @@ java-arch.sh /usr/share/javahelper
 javahelper.mk /usr/share/cdbs/1/class
 javahelper.pm /usr/share/perl5/Debian/Debhelper/Sequence
 eclipse_helper.pm /usr/share/perl5/Debian/Debhelper/Sequence
-Eclipse.pm /usr/share/perl5/Debian/Javahelper/
-Java.pm /usr/share/perl5/Debian/Javahelper/
-Manifest.pm /usr/share/perl5/Debian/Javahelper/
-ManifestSection.pm /usr/share/perl5/Debian/Javahelper/
+lib/Debian/ /usr/share/perl5/
diff --git a/debian/rules b/debian/rules
index 433f971..edd9c2c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,8 @@ VERSION=$(shell dpkg-parsechangelog | sed -n 's/^Version: //p')
 
 POD2MAN=pod2man --stderr --utf8 -c Javahelper -r $(VERSION)
 
+MOD_PATH:=lib/Debian/Javahelper
+
 %:
dh $@
 
@@ -18,14 +20,16 @@ override_dh_auto_build:
$(POD2MAN) jh_manifest tmp/jh_manifest.1
$(POD2MAN) fetch-eclipse-source.pod tmp/fetch-eclipse-source.1
$(POD2MAN) -s 1 jh_clean.pod tmp/jh_clean.1
-   $(POD2MAN) Eclipse.pm tmp/Debian::Javahelper::Eclipse.3
-   $(POD2MAN) Java.pm tmp/Debian::Javahelper::Java.3
-   $(POD2MAN) Manifest.pm tmp/Debian::Javahelper::Manifest.3
-   $(POD2MAN) ManifestSection.pm tmp/Debian::Javahelper::ManifestSection.3
+   $(POD2MAN) $(MOD_PATH)/Eclipse.pm tmp/Debian::Javahelper::Eclipse.3
+   $(POD2MAN) $(MOD_PATH)/Java.pm tmp/Debian::Javahelper::Java.3
+   $(POD2MAN) $(MOD_PATH)/Manifest.pm tmp/Debian::Javahelper::Manifest.3
+   $(POD2MAN) $(MOD_PATH)/ManifestSection.pm 
tmp/Debian::Javahelper::ManifestSection.3
# jarwrapper pod-based manpages
$(POD2MAN) -s 1 jarwrapper.pod tmp.jarwrapper/jarwrapper.1
$(POD2MAN) -s 1 jardetector.pod tmp.jarwrapper/jardetector.1
 
+override_dh_auto_test:
+   cd tests  ./tests.sh
 
 override_dh_auto_clean:
rm -f jh_lib.sh
diff --git a/Eclipse.pm b/lib/Debian/Javahelper/Eclipse.pm
similarity index 100%
rename from Eclipse.pm
rename to lib/Debian/Javahelper/Eclipse.pm
diff --git a/Java.pm b/lib/Debian/Javahelper/Java.pm
similarity index 100%
rename from Java.pm
rename to lib/Debian/Javahelper/Java.pm
diff --git a/Manifest.pm b/lib/Debian/Javahelper/Manifest.pm
similarity index 100%
rename from Manifest.pm
rename to lib/Debian/Javahelper/Manifest.pm
diff --git a/ManifestSection.pm b/lib/Debian/Javahelper/ManifestSection.pm
similarity index 100%
rename from ManifestSection.pm
rename to lib/Debian/Javahelper/ManifestSection.pm
diff --git a/tests/tests.sh b/tests/tests.sh
index 774e624..27d7e40 100755
--- a/tests/tests.sh
+++ b/tests/tests.sh
@@ -7,7 +7,7 @@ _DIR=`pwd`
 run_jh_manifest()
 {
 cd ..
-./jh_manifest $@
+perl -I./lib ./jh_manifest $@
 cd $_DIR
 }
 


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.31-42-gd37c552

2011-02-17 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  d37c552c4e21c5488a35264ab927054c31604e86 (commit)
   via  5886494bfcb7baecc49a5715fc61bf6e82cc0885 (commit)
   via  bfd936a7be97916911d21fa3cd98d9ee405bf19b (commit)
  from  92a65741893d2875e453fa3f248c5c94f6c824fc (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 d37c552c4e21c5488a35264ab927054c31604e86
Author: Niels Thykier ni...@thykier.net
Date:   Thu Feb 17 16:56:36 2011 +0100

jh_makepkg now uses gcj-jdk as B-D and puts JDKs in B-D

commit 5886494bfcb7baecc49a5715fc61bf6e82cc0885
Author: Niels Thykier ni...@thykier.net
Date:   Thu Feb 17 16:40:07 2011 +0100

Removed -5/--sun5 option from jh_makepkg

commit bfd936a7be97916911d21fa3cd98d9ee405bf19b
Author: Niels Thykier ni...@thykier.net
Date:   Thu Feb 17 16:22:44 2011 +0100

Bumped S-V and removed DMUA flag

---

Summary of changes:
 debian/changelog |   10 ++
 debian/control   |3 +--
 jh_makepkg   |   27 +--
 3 files changed, 16 insertions(+), 24 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 81939e7..c8c121f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,17 @@
 javatools (0.33) unreleased; urgency=low
 
+  [ Matthew Johnson ]
   * fixed some bugs in jh_makepkg (Closes: #593351)
 
+  [ Niels Thykier ]
+  * Bumped Standards-Version 3.9.1 - no changes required.
+- Also bumped S-V in jh_makepkg.
+  * Removed DMUA flag; no longer needed.
+  * Removed -5/--sun5 option from jh_makepkg.
+  * Used gcj-jdk instead of java-gcj-compat-dev in jh_makepkg.
+  * Put the JDK dependency in Build-Depends of the control files
+generated by jh_makepkg, since it is needed by the clean rule.
+
  -- Matthew Johnson mj...@debian.org  Sun, 05 Sep 2010 15:56:31 +
 
 javatools (0.32) unstable; urgency=low
diff --git a/debian/control b/debian/control
index aced9a1..6adc8f5 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,10 @@ Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Matthew Johnson mj...@debian.org, Niels Thykier 
ni...@thykier.net
 Build-Depends: debhelper (= 7.0.50~)
-Standards-Version: 3.9.0
+Standards-Version: 3.9.1
 Section: java
 Vcs-Git: git://git.debian.org/git/pkg-java/javatools.git
 Vcs-Browser: http://git.debian.org/?p=pkg-java/javatools.git
-DM-Upload-Allowed: yes
 
 Package: jarwrapper
 Architecture: all
diff --git a/jh_makepkg b/jh_makepkg
index b7fd810..acec058 100755
--- a/jh_makepkg
+++ b/jh_makepkg
@@ -6,7 +6,7 @@
 #gcj, sun
 
 COMPAT=7
-STANDARDS=3.8.3
+STANDARDS=3.9.1
 
 set -e
 
@@ -32,7 +32,6 @@ syntax()
echo -e \t-k --makefiles: Builds with make
echo -e \t-n --none: Create own buildsystem
echo -e \tPick One:
-   echo -e \t-5 --sun5: Build with Sun Java 1.5 (package must be contrib)
echo -e \t-6 --sun6: Build with Sun Java 1.6 (package must be contrib)
echo -e \t-g --gcj: Build with gcj
echo -e \t-d --default: Build with default free platform compiler
@@ -45,7 +44,7 @@ syntax()
exit 1
 }
 
-ARGS=p package m maintainer e email v upstream l library a app t ant k 
makefile n none 5 sun5 6 sun6 g gcj o openjdk M maven d default parseargs $@
+ARGS=p package m maintainer e email v upstream l library a app t ant k 
makefile n none 6 sun6 g gcj o openjdk M maven d default parseargs $@
 
 BUILDDIR=`pwd`
 
@@ -223,8 +222,6 @@ if [ -n `getarg d default` ]; then
COMP=default
 elif [ -n `getarg g gcj` ]; then
COMP=gcj
-elif [ -n `getarg 5 sun5` ]; then
-   COMP=sun5
 elif [ -n `getarg 6 sun6` ]; then
COMP=sun6
 elif [ -n `getarg o openjdk` ]; then
@@ -234,10 +231,9 @@ else
echo Select:
echo -e \t[F] Default Free compiler/runtime (Default)
echo -e \t[G] GCJ
-   echo -e \t[5] Sun Java 1.5 (Package must be in contrib)
echo -e \t[6] Sun Java 1.6 (Package must be in contrib)
echo -e \t[o] OpenJDK 6
-   echo -n [FG56o] $ 
+   echo -n [FG6o] $ 
read t
echo
case $t in
@@ -245,10 +241,6 @@ else
  COMP=open
  echo Selected: OpenJDK 6
  ;;
-  5)
- COMP=sun5
- echo Selected: Sun 1.5
- ;;
   6)
  COMP=sun6
  echo Selected: Sun 1.6
@@ -266,19 +258,13 @@ fi
 
 case $COMP in
gcj)
-  COMPILER=java-gcj-compat-dev
+  COMPILER=gcj-jdk
   JAVA_HOME=/usr/lib/jvm/java-gcj
;;
default)
   COMPILER=default-jdk
   JAVA_HOME=/usr/lib/jvm/default-java
;;
-   sun5)
-  COMPILER=sun-java5-jdk
-  JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun
-   

[SCM] UNNAMED PROJECT branch, master, updated. 0.31-43-g110bfef

2011-02-17 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  110bfef5ff51ecaf9582e755e662276a4c1cda34 (commit)
  from  d37c552c4e21c5488a35264ab927054c31604e86 (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 110bfef5ff51ecaf9582e755e662276a4c1cda34
Author: Niels Thykier ni...@thykier.net
Date:   Thu Feb 17 17:02:41 2011 +0100

Reordered cdbs sequence to run jh_installlibs earlier

---

Summary of changes:
 debian/changelog |1 +
 javahelper.mk|4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c8c121f..64da904 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ javatools (0.33) unreleased; urgency=low
   * Used gcj-jdk instead of java-gcj-compat-dev in jh_makepkg.
   * Put the JDK dependency in Build-Depends of the control files
 generated by jh_makepkg, since it is needed by the clean rule.
+  * Made cdbs run jh_installlibs before jh_manifest and jh_classpath.
 
  -- Matthew Johnson mj...@debian.org  Sun, 05 Sep 2010 15:56:31 +
 
diff --git a/javahelper.mk b/javahelper.mk
index afa30d0..5935d99 100644
--- a/javahelper.mk
+++ b/javahelper.mk
@@ -1,5 +1,5 @@
 # Copyright © 2009 Matthew Johnson mj...@debian.org
-# Description: A class to build qmake packages
+# Description: A class to build java packages
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
@@ -44,9 +44,9 @@ clean::
 $(patsubst %,install/%,$(DEB_ALL_PACKAGES)) :: install/%:
jh_installjavadoc -p$(cdbs_curpkg) $(JH_INSTALLJAVADOC_ARGS)
 $(patsubst %,binary-post-install/%,$(DEB_ALL_PACKAGES)) :: 
binary-post-install/%:
+   jh_installlibs -p$(cdbs_curpkg) $(JH_INSTALLLIBS_ARGS)
jh_classpath -p$(cdbs_curpkg) $(JH_CLASSPATH_ARGS)
jh_manifest -p$(cdbs_curpkg) $(JH_MANIFEST_ARGS)
-   jh_installlibs -p$(cdbs_curpkg) $(JH_INSTALLLIBS_ARGS)
jh_exec -p$(cdbs_curpkg) $(JH_EXEC_ARGS)
jh_depends -p$(cdbs_curpkg) $(JH_DEPENDS_ARGS)
 


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

japitools 0.9.7-1 MIGRATED to testing

2011-02-17 Thread Debian testing watch
FYI: The status of the japitools source package
in Debian's testing distribution has changed.

  Previous version: 0.9.5+cvs20060115-2
  Current version:  0.9.7-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
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.


libjgraphx-java 1.4.1.0-3 MIGRATED to testing

2011-02-17 Thread Debian testing watch
FYI: The status of the libjgraphx-java source package
in Debian's testing distribution has changed.

  Previous version: 1.2.0.8-1
  Current version:  1.4.1.0-3

-- 
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
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.


rxtx 2.2pre2-7 MIGRATED to testing

2011-02-17 Thread Debian testing watch
FYI: The status of the rxtx source package
in Debian's testing distribution has changed.

  Previous version: 2.2pre2-2
  Current version:  2.2pre2-7

-- 
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
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.


[SCM] UNNAMED PROJECT branch, master, updated. 0.31-44-gf88696b

2011-02-17 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  f88696bc11f28f4c0bed73365850e287fe9538c2 (commit)
  from  110bfef5ff51ecaf9582e755e662276a4c1cda34 (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 f88696bc11f28f4c0bed73365850e287fe9538c2
Author: Niels Thykier ni...@thykier.net
Date:   Thu Feb 17 18:25:04 2011 +0100

Update  usage in jh_build.

---

Summary of changes:
 jh_build |8 
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/jh_build b/jh_build
index 1ee94b6..8c8edda 100755
--- a/jh_build
+++ b/jh_build
@@ -130,15 +130,15 @@ function dobuild()
(
cd debian/_jh_build.$ext;
if [ -z `getarg q quiet` ]; then
-   echo $JAR -c -f $jarpath -m ../_jh_manifest.$ext *   
+   echo $JAR cfm $jarpath ../_jh_manifest.$ext *
fi
-   $JAR -c -f $jarpath -m ../_jh_manifest.$ext *
+   $JAR cfm  $jarpath ../_jh_manifest.$ext *
)
if [ -n $JH_JAR_EXTRA ]; then
if [ -z `getarg q quiet` ]; then
-   echo $JAR -u -f $jarpath -@
+   echo $JAR uf $jarpath $JH_JAR_EXTRA
fi
-   echo $JH_JAR_EXTRA | sed 's/ /\n/g' | $JAR -u -f $jarpath 
-@ 
+   $JAR uf $jarpath $JH_JAR_EXTRA
fi
 
 }


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.31-46-g8b6d4e3

2011-02-17 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  8b6d4e3c3bae54f2a45beddc9a111ce192f4bc22 (commit)
   via  dd03390e12f5d9203b65af4492085318f70d59a4 (commit)
  from  f88696bc11f28f4c0bed73365850e287fe9538c2 (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 8b6d4e3c3bae54f2a45beddc9a111ce192f4bc22
Author: Niels Thykier ni...@thykier.net
Date:   Thu Feb 17 18:46:27 2011 +0100

Skip tests if fastjar is the only thing we can find

fastjar produces some incompatible results

commit dd03390e12f5d9203b65af4492085318f70d59a4
Author: Niels Thykier ni...@thykier.net
Date:   Thu Feb 17 18:46:10 2011 +0100

Added missing B-D-I for running the test suite

---

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

diff --git a/debian/control b/debian/control
index 6adc8f5..d56cc17 100644
--- a/debian/control
+++ b/debian/control
@@ -3,6 +3,7 @@ Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Matthew Johnson mj...@debian.org, Niels Thykier 
ni...@thykier.net
 Build-Depends: debhelper (= 7.0.50~)
+Build-Depends-Indep: default-jdk, libarchive-zip-perl (= 1.20)
 Standards-Version: 3.9.1
 Section: java
 Vcs-Git: git://git.debian.org/git/pkg-java/javatools.git
diff --git a/tests/tests.sh b/tests/tests.sh
index 27d7e40..6f87db7 100755
--- a/tests/tests.sh
+++ b/tests/tests.sh
@@ -1,9 +1,23 @@
 #!/bin/bash --
 
+
 set -e
 _DIR=`pwd`
 . ../jh_lib.sh.in
 
+[ $JAVA_HOME ] || JAVA_HOME=/usr/lib/jvm/default-java
+
+JAR=$JAVA_HOME/bin/jar
+if [ ! -x $JAR -a -x /usr/bin/jar ] ; then
+JAR=/usr/bin/jar
+fi
+
+if readlink $JAR | grep -q fastjar$ ; then
+echo fastjar produces different results than we expect. 2
+echo Skipping test 2
+exit 0
+fi
+
 run_jh_manifest()
 {
 cd ..
@@ -20,9 +34,9 @@ checkmanifest()
shift
shift
touch foo
-   jar cfm test.jar $source foo
+   $JAR cfm test.jar $source foo
run_jh_manifest $@ $_DIR/test.jar
-   jar xf test.jar META-INF/MANIFEST.MF
+   $JAR xf test.jar META-INF/MANIFEST.MF
if ! diff -u $verify META-INF/MANIFEST.MF  test.diff; then
error=1
echo ERROR: difference detected:


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


[pkg-java] r13333 - trunk/groovy/debian

2011-02-17 Thread Tony Mancill
Author: tmancill
Date: 2011-02-17 18:18:50 + (Thu, 17 Feb 2011)
New Revision: 1

Modified:
   trunk/groovy/debian/changelog
Log:
set release to unstable for sponsored upload

Modified: trunk/groovy/debian/changelog
===
--- trunk/groovy/debian/changelog   2011-02-17 14:42:53 UTC (rev 13332)
+++ trunk/groovy/debian/changelog   2011-02-17 18:18:50 UTC (rev 1)
@@ -1,4 +1,4 @@
-groovy (1.7.8-1) UNRELEASED; urgency=low
+groovy (1.7.8-1) unstable; urgency=low
 
   * New upstream release.
 


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


[pkg-java] r13334 - in tags/groovy: . 1.7.8-1/debian

2011-02-17 Thread Tony Mancill
Author: tmancill
Date: 2011-02-17 18:19:35 + (Thu, 17 Feb 2011)
New Revision: 13334

Added:
   tags/groovy/1.7.8-1/
   tags/groovy/1.7.8-1/debian/changelog
Removed:
   tags/groovy/1.7.8-1/debian/changelog
Log:
[svn-buildpackage] Tagging groovy 1.7.8-1

Deleted: tags/groovy/1.7.8-1/debian/changelog
===
--- trunk/groovy/debian/changelog   2011-02-17 14:42:53 UTC (rev 13332)
+++ tags/groovy/1.7.8-1/debian/changelog2011-02-17 18:19:35 UTC (rev 
13334)
@@ -1,313 +0,0 @@
-groovy (1.7.8-1) UNRELEASED; urgency=low
-
-  * New upstream release.
-
- -- Miguel Landaeta mig...@miguel.cc  Thu, 17 Feb 2011 08:29:10 -0430
-
-groovy (1.7.7-1) unstable; urgency=low
-
-  * New upstream release. 
-  * Update dates in debian/copyright file.
-  * Add call to mh_clean in clean target.
-
- -- Miguel Landaeta mig...@miguel.cc  Sun, 06 Feb 2011 19:56:53 -0430
-
-groovy (1.7.6-1) UNRELEASED; urgency=low
-
-  * New upstream release.
-  * Fix section of grape manpage.
-
- -- Miguel Landaeta mig...@miguel.cc  Thu, 16 Dec 2010 19:22:04 -0430
-
-groovy (1.7.5-1) UNRELEASED; urgency=low
-
-  * New upstream release.
-  * Revert Depends on default-jdk. Set correct JAVA_HOME in startGroovy script.
-  * Update dates in debian/copyright file.
-
- -- Miguel Landaeta mig...@miguel.cc  Thu, 11 Nov 2010 19:52:27 -0430
-
-groovy (1.7.4-1) unstable; urgency=low
-
-  * New upstream release.
-  * Add Depends on default-jdk. (Closes: 580160).
-  * Bump debhelper compatibility level to 7.
-  * Bump Standards-Version to 3.9.1.
-debian/copyright was updated to include the full text of BSD license,
-references to /usr/share/common-licenses/BSD are now deprecated.
-
- -- Miguel Landaeta mig...@miguel.cc  Thu, 05 Aug 2010 19:38:10 -0430
-
-groovy (1.7.3-1) UNRELEASED; urgency=low
-
-  [ Steffen Moeller ]
-  * New upstream release, refreshed patches.
-  * Bumped policy to 3.9.0, no changes required
-
-  [ Miguel Landaeta ]
-  * Add myself as Uploader.
-  * Add Build-Depends and Depends on libjansi-java.
-  * Refresh patches/0002-ant-build.diff.patch.
-  * Add mh_clean invocation to clean target.
-
- -- Miguel Landaeta mig...@miguel.cc  Thu, 05 Aug 2010 14:49:05 -0430
-
-groovy (1.7.2-1) UNRELEASED; urgency=low
-
-  [ Torsten Werner ]
-  UNRELEASED, FTBFS: needs jansi
-  * New upstream release
-  * Change maintainers into Maintainers.
-  * Update patches and convert them to dep3 format.
-
-  [ Thierry Carrez ]
-  * debian/control, debian/rules: (Build-)Depend on libservlet2.5-java
-instead of libservlet2.4-java
-  * debian/control: Remove useless runtime dependency on libclassworlds-java
-
- -- Thierry Carrez thierry.car...@ubuntu.com  Wed, 09 Jun 2010 10:53:24 +0200
-
-groovy (1.7.0-3) unstable; urgency=low
-
-  * Replace asm2 with asm3 in debian/maven.rules. (Closes: #571356)
-
- -- Torsten Werner twer...@debian.org  Sun, 28 Feb 2010 11:33:39 +0100
-
-groovy (1.7.0-2) unstable; urgency=low
-
-  * Replace asm2 with asm3 in debian/groovy.links (Closes: #571369)
-  * Replace asm2 with asm3 in patches/ant-build.diff
-
- -- Varun Hiremath va...@debian.org  Fri, 26 Feb 2010 16:39:51 -0500
-
-groovy (1.7.0-1) unstable; urgency=low
-
-  * New upstream release
-  * Switch to source format 3.0 (quilt)
-  * debian/control:
-- Switch to default-jdk
-- Replace Build-Depends: libasm2* with libasm3*
-- Bump Standards-Version to 3.8.4
-  * Update all the patches
-
- -- Varun Hiremath va...@debian.org  Wed, 17 Feb 2010 18:25:49 -0500
-
-groovy (1.6.4-4) unstable; urgency=low
-
-  [ Varun Hiremath ]
-  * Fix debian/copyright file (Closes: #543565)
-  * Bump Standards-Version to 3.8.3
-
-  [ Torsten Werner ]
-  * Remove Build-Depends: bnd and add a patch disable-bn.diff because bnd is
-not ready for main yet. (Closes: #543130)
-
- -- Torsten Werner twer...@debian.org  Wed, 16 Sep 2009 13:25:12 +0200
-
-groovy (1.6.4-3) unstable; urgency=low
-
-  * Patch startGroovy to use Debian paths (Closes: #540688)
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Fri, 14 Aug 2009 14:26:04 
+0100
-
-groovy (1.6.4-2) unstable; urgency=low
-
-  * Update Depends: libcommons-cli-java (= 1.2). (Closes: #530623)
-
- -- Torsten Werner twer...@debian.org  Sun, 09 Aug 2009 11:24:02 +0200
-
-groovy (1.6.4-1) experimental; urgency=low
-
-  * New upstream release
-  * Add myself to Uploaders
-  * Fix classpath for bnd task in the build
-  * Add ant to Suggests: for the groovy package as
-Ant can be embedded in some Groovy scripts
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Sun, 02 Aug 2009 23:12:29 
+0100
-
-groovy (1.6.3-2) experimental; urgency=low
-
-  * Change the section to java
-  * Update the build to use most of the original ant build script
-  * Remove build.diff patch as it is not useful anymore.
-  * Use BND to add the OSGi metadata to the jar.
-  * Add bnd, libqdox-java, libjarjar-java to Build-Depends
-  * Link ivy.jar into the Groovy lib folder (Closes: #526472)
-  * Add 

Processing of groovy_1.7.8-1_i386.changes

2011-02-17 Thread Debian FTP Masters
groovy_1.7.8-1_i386.changes uploaded successfully to localhost
along with the files:
  groovy_1.7.8-1.dsc
  groovy_1.7.8.orig.tar.gz
  groovy_1.7.8-1.debian.tar.gz
  groovy_1.7.8-1_all.deb
  groovy-doc_1.7.8-1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.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.


groovy_1.7.8-1_i386.changes ACCEPTED into unstable

2011-02-17 Thread Debian FTP Masters



Accepted:
groovy-doc_1.7.8-1_all.deb
  to main/g/groovy/groovy-doc_1.7.8-1_all.deb
groovy_1.7.8-1.debian.tar.gz
  to main/g/groovy/groovy_1.7.8-1.debian.tar.gz
groovy_1.7.8-1.dsc
  to main/g/groovy/groovy_1.7.8-1.dsc
groovy_1.7.8-1_all.deb
  to main/g/groovy/groovy_1.7.8-1_all.deb
groovy_1.7.8.orig.tar.gz
  to main/g/groovy/groovy_1.7.8.orig.tar.gz


Override entries for your package:
groovy-doc_1.7.8-1_all.deb - optional doc
groovy_1.7.8-1.dsc - source java
groovy_1.7.8-1_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.


Re: Groovy in Debian

2011-02-17 Thread Miguel Landaeta
On Thu, Feb 17, 2011 at 3:12 AM, Russel Winder rus...@russel.org.uk wrote:
 It's great that the version of Groovy packaged in Debian is being
 upgraded from 1.7.4 -- I just received the 1.7.7 accepted into unstable
 notice.  I understand though that there is a critical regression that
 had to be fixed and so 1.7.8 was released yesterday.

 Does the notification of the existence of 1.7.5 in
 http://packages.qa.debian.org/g/groovy.html go away when 1.7.7 goes live
 in unstable?

Hello Russel,

That notification is due an old Groovy package that I prepared and uploaded
to mentors but was never uploaded to the archive. That notification will go away
very soon.

Regarding 1.7.8, Tony Mancill has just uploaded this version to unstable.
Thanks for notifying this to us.

Cheers,

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche

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


sun-java6_6.24-1ubuntu1_source.changes REJECTED

2011-02-17 Thread Debian FTP Masters



Reject Reasons:
Unknown distribution `natty'.
source only uploads are not supported.
sun-java6_6.24-1ubuntu1.dsc: source format '3.0 (quilt)' not allowed in natty 
(accepted: ) 

Warnings:
ignoring sun-java6_6.24.orig.tar.gz, since it's already in the archive.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


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


libspark-java_1.2-1_i386.changes ACCEPTED into unstable

2011-02-17 Thread Debian FTP Masters



Accepted:
libspark-java-doc_1.2-1_all.deb
  to main/libs/libspark-java/libspark-java-doc_1.2-1_all.deb
libspark-java_1.2-1.debian.tar.gz
  to main/libs/libspark-java/libspark-java_1.2-1.debian.tar.gz
libspark-java_1.2-1.dsc
  to main/libs/libspark-java/libspark-java_1.2-1.dsc
libspark-java_1.2-1_all.deb
  to main/libs/libspark-java/libspark-java_1.2-1_all.deb
libspark-java_1.2.orig.tar.gz
  to main/libs/libspark-java/libspark-java_1.2.orig.tar.gz


Override entries for your package:
libspark-java-doc_1.2-1_all.deb - optional doc
libspark-java_1.2-1.dsc - optional java
libspark-java_1.2-1_all.deb - optional java

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


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#613889: ant dies with bus error in kfreebsd-amd64 virtual machine

2011-02-17 Thread Jan Dittberner
Subject: ant dies with bus error in kfreebsd-amd64 virtual machine
Package: ant
Severity: important

*** Please type your report below this line ***

when trying to build libjna-java on a kfreebsd-amd64 vm using pbuilder ant dies
with bus error.

I tried to narrow the problem and it occurs when running ant without any
parameters too. Running ant in gdb I got the following backtrace:

libjna-java-3.2.7# gdb /usr/lib/jvm/java-gcj/bin/java
GNU gdb (GDB) 7.2-debian
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-kfreebsd-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from /usr/lib/jvm/java-1.5.0-gcj-4.4/bin/java...(no debugging 
symbols found)...done.
(gdb) run org.apache.tools.ant.launch.Launcher
Starting program: /usr/lib/jvm/java-1.5.0-gcj-4.4/bin/java 
org.apache.tools.ant.launch.Launcher

Program received signal ?, Unknown signal.
0x000803c536f7 in __pthread_sigsuspend () from /lib/libpthread.so.0
(gdb) bt
#0  0x000803c536f7 in __pthread_sigsuspend () from /lib/libpthread.so.0
#1  0x000803c52548 in __pthread_wait_for_restart_signal () from 
/lib/libpthread.so.0
#2  0x000803c533c0 in pthread_create@@GLIBC_2.3 () from /lib/libpthread.so.0
#3  0x000802935f02 in ?? () from /usr/lib/libgcj.so.10
#4  0x000802009df0 in _Jv_ThreadStart(java::lang::Thread*, _Jv_Thread_t*, 
void (*)(java::lang::Thread*)) ()
   from /usr/lib/libgcj.so.10
#5  0x0008020018da in void java::lang::Thread::start() () from 
/usr/lib/libgcj.so.10
#6  0x000801fb589e in _Jv_CreateJavaVM () from /usr/lib/libgcj.so.10
#7  0x000801fb5f1a in _Jv_RunMain(_Jv_VMInitArgs*, java::lang::Class*, char 
const*, int, char const**, bool) ()
   from /usr/lib/libgcj.so.10
#8  0x000800820e2b in main () from /usr/lib/libgij.so.10
#9  0x00080494f129 in __libc_start_main () from /lib/libc.so.0.1
#10 0x004005ec in ?? ()
#11 0x7fffe2a8 in ?? ()
#12 0x001c in ?? ()
#13 0x in ?? ()

Unknown signal looks like gdb is not knowing enough about kfreebsd but the rest
of the trace seems to indicate a problem in libgij in combination with ant.


Regards
Jan Dittberner

-- System Information:
Debian Release: 6.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'unstable')
Architecture: kfreebsd-amd64 (x86_64)

Kernel: kFreeBSD 8.1-1-amd64
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash



__
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 groovy_1.8.0~beta4-1_i386.changes

2011-02-17 Thread Debian FTP Masters
groovy_1.8.0~beta4-1_i386.changes uploaded successfully to localhost
along with the files:
  groovy_1.8.0~beta4-1.dsc
  groovy_1.8.0~beta4.orig.tar.gz
  groovy_1.8.0~beta4-1.debian.tar.gz
  groovy_1.8.0~beta4-1_all.deb
  groovy-doc_1.8.0~beta4-1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.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] r13335 - branches/groovy/1.8/debian

2011-02-17 Thread Tony Mancill
Author: tmancill
Date: 2011-02-18 05:42:16 + (Fri, 18 Feb 2011)
New Revision: 13335

Modified:
   branches/groovy/1.8/debian/changelog
Log:
set release to experimental for sponsored upload

Modified: branches/groovy/1.8/debian/changelog
===
--- branches/groovy/1.8/debian/changelog2011-02-17 18:19:35 UTC (rev 
13334)
+++ branches/groovy/1.8/debian/changelog2011-02-18 05:42:16 UTC (rev 
13335)
@@ -1,4 +1,4 @@
-groovy (1.8.0~beta4-1) UNRELEASED; urgency=low
+groovy (1.8.0~beta4-1) experimental; urgency=low
 
   * New upstream release.
   * Update dates in debian/copyright file.


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


groovy_1.8.0~beta4-1_i386.changes ACCEPTED into experimental

2011-02-17 Thread Debian FTP Masters



Accepted:
groovy-doc_1.8.0~beta4-1_all.deb
  to main/g/groovy/groovy-doc_1.8.0~beta4-1_all.deb
groovy_1.8.0~beta4-1.debian.tar.gz
  to main/g/groovy/groovy_1.8.0~beta4-1.debian.tar.gz
groovy_1.8.0~beta4-1.dsc
  to main/g/groovy/groovy_1.8.0~beta4-1.dsc
groovy_1.8.0~beta4-1_all.deb
  to main/g/groovy/groovy_1.8.0~beta4-1_all.deb
groovy_1.8.0~beta4.orig.tar.gz
  to main/g/groovy/groovy_1.8.0~beta4.orig.tar.gz


Override entries for your package:
groovy-doc_1.8.0~beta4-1_all.deb - optional doc
groovy_1.8.0~beta4-1.dsc - source java
groovy_1.8.0~beta4-1_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.


Re: Groovy in Debian

2011-02-17 Thread Russel Winder
On Thu, 2011-02-17 at 15:11 -0430, Miguel Landaeta wrote:
[ . . . ]
 That notification is due an old Groovy package that I prepared and uploaded
 to mentors but was never uploaded to the archive. That notification will go 
 away
 very soon.

Splendid.  I suspected it would but was just checking.

 Regarding 1.7.8, Tony Mancill has just uploaded this version to unstable.
 Thanks for notifying this to us.

I got the acceptance notification, so see things have happened nice and
quickly, thanks for responding to my email promptly.

Sending in notes as I did is the trivial bit, it is you people doing
that packaging that do the hard work, thanks for undertaking it.

The JVM eco-system seems to be hard one to handle in Debian -- I guess
because of the jar hell problem.  Presumably this will only get worse
as OSGi and/or Project Jigsaw go into real production so that it is
possible, indeed required, to have multiple versions of jars all loaded
at once.  I assume all the JVM-related packages will have to head
towards being packaged with their version number in the name as GCC is? 

-- 
Russel.
=
Dr Russel Winder  t: +44 20 7585 2200   voip: sip:russel.win...@ekiga.net
41 Buckmaster Roadm: +44 7770 465 077   xmpp: rus...@russel.org.uk
London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder


signature.asc
Description: This is a digitally signed message part
__
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.