[SCM] FreeHEP Scalable Vector Graphics Driver branch, build, updated. upstream/2.1.1-6-g7d559a8

2010-02-28 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 FreeHEP Scalable Vector Graphics Driver.

The branch, build has been updated
   via  7d559a8b8b97c9e711d103ff36180f74f7a005ef (commit)
  from  7fb59c1594fa96bb951bb146e0c1928ec556fb31 (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 7d559a8b8b97c9e711d103ff36180f74f7a005ef
Author: Giovanni Mascellani mascell...@poisson.phc.unipi.it
Date:   Sun Feb 28 11:14:49 2010 +0100

Timestamp updated

---

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

diff --git a/debian/changelog b/debian/changelog
index b6bdd1b..6ef0aa6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,4 +2,4 @@ freehep-graphicsio-svg (2.1.1-1) unstable; urgency=low
 
   * Initial release (Closes: #564949)
 
- -- Gabriele Giacone 1o5g4...@gmail.com  Tue, 12 Jan 2010 23:59:25 +0100
+ -- Giovanni Mascellani mascell...@poisson.phc.unipi.it  Sun, 28 Feb 2010 
11:14:42 +0100


hooks/post-receive
-- 
FreeHEP Scalable Vector Graphics Driver

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


[SCM] FreeHEP Scalable Vector Graphics Driver branch, master, updated. upstream/2.1.1-6-g7d559a8

2010-02-28 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 FreeHEP Scalable Vector Graphics Driver.

The branch, master has been updated
   via  7d559a8b8b97c9e711d103ff36180f74f7a005ef (commit)
  from  7fb59c1594fa96bb951bb146e0c1928ec556fb31 (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 7d559a8b8b97c9e711d103ff36180f74f7a005ef
Author: Giovanni Mascellani mascell...@poisson.phc.unipi.it
Date:   Sun Feb 28 11:14:49 2010 +0100

Timestamp updated

---

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

diff --git a/debian/changelog b/debian/changelog
index b6bdd1b..6ef0aa6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,4 +2,4 @@ freehep-graphicsio-svg (2.1.1-1) unstable; urgency=low
 
   * Initial release (Closes: #564949)
 
- -- Gabriele Giacone 1o5g4...@gmail.com  Tue, 12 Jan 2010 23:59:25 +0100
+ -- Giovanni Mascellani mascell...@poisson.phc.unipi.it  Sun, 28 Feb 2010 
11:14:42 +0100


hooks/post-receive
-- 
FreeHEP Scalable Vector Graphics Driver

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


[pkg-java] r11757 - in trunk/libjgroups-java/debian: . patches source

2010-02-28 Thread Torsten Werner
Author: twerner
Date: 2010-02-28 10:17:05 + (Sun, 28 Feb 2010)
New Revision: 11757

Added:
   trunk/libjgroups-java/debian/patches/
   
trunk/libjgroups-java/debian/patches/0001-define-jg.classpath-before-using-it.patch
   trunk/libjgroups-java/debian/patches/series
   trunk/libjgroups-java/debian/source/
   trunk/libjgroups-java/debian/source/format
Modified:
   trunk/libjgroups-java/debian/changelog
Log:
* Add a patch to fix the half broken build.xml. (Closes: #571349)
* Switch to source format 3.0.

Modified: trunk/libjgroups-java/debian/changelog
===
--- trunk/libjgroups-java/debian/changelog  2010-02-28 01:21:12 UTC (rev 
11756)
+++ trunk/libjgroups-java/debian/changelog  2010-02-28 10:17:05 UTC (rev 
11757)
@@ -1,3 +1,10 @@
+libjgroups-java (2.7.0.GA-2) unstable; urgency=low
+
+  * Add a patch to fix the half broken build.xml. (Closes: #571349)
+  * Switch to source format 3.0.
+
+ -- Torsten Werner twer...@debian.org  Sun, 28 Feb 2010 11:14:45 +0100
+
 libjgroups-java (2.7.0.GA-1) unstable; urgency=low
 
   * new upstream release

Added: 
trunk/libjgroups-java/debian/patches/0001-define-jg.classpath-before-using-it.patch
===
--- 
trunk/libjgroups-java/debian/patches/0001-define-jg.classpath-before-using-it.patch
 (rev 0)
+++ 
trunk/libjgroups-java/debian/patches/0001-define-jg.classpath-before-using-it.patch
 2010-02-28 10:17:05 UTC (rev 11757)
@@ -0,0 +1,35 @@
+From: Torsten Werner twer...@debian.org
+Date: Sun, 28 Feb 2010 11:09:15 +0100
+Subject: [PATCH] define jg.classpath before using it
+
+---
+ build.xml |8 
+ 1 files changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/build.xml b/build.xml
+index 596e909..20baae7 100644
+--- a/build.xml
 b/build.xml
+@@ -41,10 +41,6 @@
+ property name=threadcount value=false/
+ property name=test.verbose value=0/
+ 
+-
+-taskdef resource=testngtasks classpathref=jg.classpath/
+-
+-
+ path id=jg.classpath
+ pathelement location=${compile.dir}/
+ pathelement location=${conf.dir}/
+@@ -54,6 +50,10 @@
+ /fileset
+ /path
+ 
++
++taskdef resource=testngtasks classpathref=jg.classpath/
++
++
+ !-- patternsets used to define test sets --
+ patternset id=flush.tests
+ include name=org/jgroups/tests/FlushTest*/
+-- 

Added: trunk/libjgroups-java/debian/patches/series
===
--- trunk/libjgroups-java/debian/patches/series (rev 0)
+++ trunk/libjgroups-java/debian/patches/series 2010-02-28 10:17:05 UTC (rev 
11757)
@@ -0,0 +1 @@
+0001-define-jg.classpath-before-using-it.patch

Added: trunk/libjgroups-java/debian/source/format
===
--- trunk/libjgroups-java/debian/source/format  (rev 0)
+++ trunk/libjgroups-java/debian/source/format  2010-02-28 10:17:05 UTC (rev 
11757)
@@ -0,0 +1 @@
+3.0 (quilt)


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


[pkg-java] r11758 - tags/libjgroups-java

2010-02-28 Thread Torsten Werner
Author: twerner
Date: 2010-02-28 10:17:59 + (Sun, 28 Feb 2010)
New Revision: 11758

Added:
   tags/libjgroups-java/2.7.0.GA-2/
Log:
[svn-buildpackage] Tagging libjgroups-java (2.7.0.GA-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 libjgroups-java_2.7.0.GA-2_i386.changes

2010-02-28 Thread Archive Administrator
libjgroups-java_2.7.0.GA-2_i386.changes uploaded successfully to localhost
along with the files:
  libjgroups-java_2.7.0.GA-2.dsc
  libjgroups-java_2.7.0.GA-2.debian.tar.gz
  libjgroups-java_2.7.0.GA-2_all.deb

Greetings,

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

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


libjgroups-java_2.7.0.GA-2_i386.changes ACCEPTED

2010-02-28 Thread Archive Administrator



Accepted:
libjgroups-java_2.7.0.GA-2.debian.tar.gz
  to main/libj/libjgroups-java/libjgroups-java_2.7.0.GA-2.debian.tar.gz
libjgroups-java_2.7.0.GA-2.dsc
  to main/libj/libjgroups-java/libjgroups-java_2.7.0.GA-2.dsc
libjgroups-java_2.7.0.GA-2_all.deb
  to main/libj/libjgroups-java/libjgroups-java_2.7.0.GA-2_all.deb


Override entries for your package:
libjgroups-java_2.7.0.GA-2.dsc - source java
libjgroups-java_2.7.0.GA-2_all.deb - optional java

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


Thank you for your contribution to Debian.

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


reassign 571356 to groovy

2010-02-28 Thread Torsten Werner
# Automatically generated email from bts, devscripts version 2.10.35lenny7
reassign 571356 groovy 


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


Processing of freehep-xml_2.1.2+dfsg1-1_amd64.changes

2010-02-28 Thread Archive Administrator
freehep-xml_2.1.2+dfsg1-1_amd64.changes uploaded successfully to localhost
along with the files:
  freehep-xml_2.1.2+dfsg1-1.dsc
  freehep-xml_2.1.2+dfsg1.orig.tar.gz
  freehep-xml_2.1.2+dfsg1-1.diff.gz
  libfreehep-xml-java_2.1.2+dfsg1-1_all.deb

Greetings,

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

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


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

2010-02-28 Thread Torsten Werner
Author: twerner
Date: 2010-02-28 10:52:14 + (Sun, 28 Feb 2010)
New Revision: 11759

Modified:
   trunk/groovy/debian/changelog
   trunk/groovy/debian/maven.rules
Log:
Replace asm2 with asm3 in debian/maven.rules. (Closes: #571356)

Modified: trunk/groovy/debian/changelog
===
--- trunk/groovy/debian/changelog   2010-02-28 10:17:59 UTC (rev 11758)
+++ trunk/groovy/debian/changelog   2010-02-28 10:52:14 UTC (rev 11759)
@@ -1,3 +1,9 @@
+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)

Modified: trunk/groovy/debian/maven.rules
===
--- trunk/groovy/debian/maven.rules 2010-02-28 10:17:59 UTC (rev 11758)
+++ trunk/groovy/debian/maven.rules 2010-02-28 10:52:14 UTC (rev 11759)
@@ -1,4 +1,4 @@
-asm asm* jar s/2\..*/2.x/
+asm asm* jar s/3\..*/3.x/
 antlr antlr jar s/2\..*/2.x/
 junit junit jar s/3\..*/3.x/
 javax.servlet servlet-api jar *


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


Bug#571349: marked as done (libjgroups-java: FTBFS: Reference jg.classpath not found.)

2010-02-28 Thread Debian Bug Tracking System
Your message dated Sun, 28 Feb 2010 10:32:24 +
with message-id e1nlgrk-0001td...@ries.debian.org
and subject line Bug#571349: fixed in libjgroups-java 2.7.0.GA-2
has caused the Debian Bug report #571349,
regarding libjgroups-java: FTBFS: Reference jg.classpath not found.
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.)


-- 
571349: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=571349
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: libjgroups-java
Version: 2.7.0.GA-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-2010-02-24 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
  /usr/bin/fakeroot debian/rules clean
 test -x debian/rules
 dh_testroot
 dh_clean 
 cd .  /usr/lib/jvm/java-6-openjdk/bin/java -classpath 
 /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/xalan2.jar:/usr/share/java/serializer.jar:/usr/share/java/junit.jar:/usr/share/java/log4j-1.2.jar:/usr/share/java/bsh.jar:/usr/share/java/commons-logging.jar:/usr/share/java/bcprov.jar:/usr/share/java/glassfish-javaee.jar:/usr/share/java/ant-junit.jar:/usr/share/java/testng.jar:/usr/lib/jvm/java-6-openjdk/lib/tools.jar
  -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 
 -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dcompile.debug=true 
 -Dcompile.optimize=true-propertyfile 
 /build/user-libjgroups-java_2.7.0.GA-1-amd64-HFtzJn/libjgroups-java-2.7.0.GA/debian/ant.properties
  clean
 Buildfile: 
 /build/user-libjgroups-java_2.7.0.GA-1-amd64-HFtzJn/libjgroups-java-2.7.0.GA/build.xml
 
 BUILD FAILED
 /build/user-libjgroups-java_2.7.0.GA-1-amd64-HFtzJn/libjgroups-java-2.7.0.GA/build.xml:45:
  Reference jg.classpath not found.
 
 Total time: 0 seconds
 make: [clean] Error 1 (ignored)
 rm -f debian/stamp-ant-build
  dpkg-source -b libjgroups-java-2.7.0.GA
 dpkg-source: info: using source format `1.0'
 dpkg-source: info: building libjgroups-java using existing 
 libjgroups-java_2.7.0.GA.orig.tar.gz
 dpkg-source: info: building libjgroups-java in 
 libjgroups-java_2.7.0.GA-1.diff.gz
 dpkg-source: info: building libjgroups-java in libjgroups-java_2.7.0.GA-1.dsc
  debian/rules build
 test -x debian/rules
 mkdir -p .
 cd .  /usr/lib/jvm/java-6-openjdk/bin/java -classpath 
 /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/xalan2.jar:/usr/share/java/serializer.jar:/usr/share/java/junit.jar:/usr/share/java/log4j-1.2.jar:/usr/share/java/bsh.jar:/usr/share/java/commons-logging.jar:/usr/share/java/bcprov.jar:/usr/share/java/glassfish-javaee.jar:/usr/share/java/ant-junit.jar:/usr/share/java/testng.jar:/usr/lib/jvm/java-6-openjdk/lib/tools.jar
  -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 
 -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dcompile.debug=true 
 -Dcompile.optimize=true-propertyfile 
 /build/user-libjgroups-java_2.7.0.GA-1-amd64-HFtzJn/libjgroups-java-2.7.0.GA/debian/ant.properties
  jar
 Buildfile: 
 /build/user-libjgroups-java_2.7.0.GA-1-amd64-HFtzJn/libjgroups-java-2.7.0.GA/build.xml
 
 BUILD FAILED
 /build/user-libjgroups-java_2.7.0.GA-1-amd64-HFtzJn/libjgroups-java-2.7.0.GA/build.xml:45:
  Reference jg.classpath not found.
 
 Total time: 0 seconds
 make: *** [debian/stamp-ant-build] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2010-02-24/libjgroups-java_2.7.0.GA-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


---End Message---
---BeginMessage---
Source: libjgroups-java
Source-Version: 2.7.0.GA-2

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

libjgroups-java_2.7.0.GA-2.debian.tar.gz
  to main/libj/libjgroups-java/libjgroups-java_2.7.0.GA-2.debian.tar.gz
libjgroups-java_2.7.0.GA-2.dsc
  to main/libj/libjgroups-java/libjgroups-java_2.7.0.GA-2.dsc
libjgroups-java_2.7.0.GA-2_all.deb
  to main/libj/libjgroups-java/libjgroups-java_2.7.0.GA-2_all.deb



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

Thank you for 

Processed: reassign 571356 to groovy

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

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 reassign 571356 groovy
Bug #571356 [src:maven-invoker-plugin] maven-invoker-plugin: FTBFS: missing 
asm:asm:jar:debian
Bug reassigned from package 'src:maven-invoker-plugin' to 'groovy'.
Bug No longer marked as found in versions maven-invoker-plugin/1.3-2.

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)

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


freehep-xml_2.1.2+dfsg1-1_amd64.changes REJECTED

2010-02-28 Thread Archive Administrator



Reject Reasons:
freehep-xml_2.1.2+dfsg1-1_amd64.changes file already known to dak
freehep-xml_2.1.2+dfsg1-1.diff.gz file already exists in the New directory.
libfreehep-xml-java_2.1.2+dfsg1-1_all.deb file already exists in the New 
directory.
freehep-xml_2.1.2+dfsg1.orig.tar.gz file already exists in the New directory.
freehep-xml_2.1.2+dfsg1-1.dsc file already exists in the New directory.



===

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.


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


Bug#571356: marked as done (maven-invoker-plugin: FTBFS: missing asm:asm:jar:debian)

2010-02-28 Thread Debian Bug Tracking System
Your message dated Sun, 28 Feb 2010 11:17:24 +
with message-id e1nlh9i-0005e1...@ries.debian.org
and subject line Bug#571356: fixed in groovy 1.7.0-3
has caused the Debian Bug report #571356,
regarding maven-invoker-plugin: FTBFS: missing asm:asm:jar:debian
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.)


-- 
571356: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=571356
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: maven-invoker-plugin
Version: 1.3-2
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-2010-02-24 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
  /usr/bin/fakeroot debian/rules clean
 test -x debian/rules
 dh_testroot
 mkdir -p .
 mh_patchpoms -plibmaven-invoker-plugin-java --keep-pom-version 
 touch debian/stamp-poms-patched
 /usr/share/maven-debian-helper/copy-repo.sh 
 /build/user-maven-invoker-plugin_1.3-2-amd64-6b2zwM/maven-invoker-plugin-1.3/debian
 skip faking of existing javax.servlet:servlet-api::2.4
 cd .  /usr/lib/jvm/default-java/bin/java -noverify -cp 
 /usr/share/maven2/boot/classworlds.jar:/usr/lib/jvm/default-java/lib/tools.jar
  
 -Dproperties.file.manual=/build/user-maven-invoker-plugin_1.3-2-amd64-6b2zwM/maven-invoker-plugin-1.3/debian/maven.properties
  -Dclassworlds.conf=/etc/maven2/m2-debian.conf 
 org.codehaus.classworlds.Launcher  -s/etc/maven2/settings-debian.xml 
 -Dmaven.repo.local=/build/user-maven-invoker-plugin_1.3-2-amd64-6b2zwM/maven-invoker-plugin-1.3/debian/maven-repo
   clean
 [INFO] 
 NOTE: Maven is executing in offline mode. Any artifacts not already in your 
 local
 repository will be inaccessible.
 
 [INFO] Scanning for projects...
 [INFO] 
 
 [INFO] Building Maven Invoker Plugin
 [INFO]task-segment: [clean]
 [INFO] 
 
 [INFO] [clean:clean {execution: default-clean}]
 [INFO] 
 
 [INFO] BUILD SUCCESSFUL
 [INFO] 
 
 [INFO] Total time:  1 second
 [INFO] Finished at: Wed Feb 24 22:22:05 CET 2010
 [INFO] Final Memory: 6M/303M
 [INFO] 
 
 rm -f -r 
 /build/user-maven-invoker-plugin_1.3-2-amd64-6b2zwM/maven-invoker-plugin-1.3/debian/maven-repo
  debian/stamp-maven-build
 rm -f debian/*.substvars
 dh_clean 
 mh_unpatchpoms -plibmaven-invoker-plugin-java
 rm -f -f debian/stamp-poms-patched
  dpkg-source -b maven-invoker-plugin-1.3
 dpkg-source: info: using source format `1.0'
 dpkg-source: info: building maven-invoker-plugin using existing 
 maven-invoker-plugin_1.3.orig.tar.gz
 dpkg-source: info: building maven-invoker-plugin in 
 maven-invoker-plugin_1.3-2.diff.gz
 dpkg-source: info: building maven-invoker-plugin in 
 maven-invoker-plugin_1.3-2.dsc
  debian/rules build
 test -x debian/rules
 mkdir -p .
 mh_patchpoms -plibmaven-invoker-plugin-java --keep-pom-version 
 touch debian/stamp-poms-patched
 /usr/share/maven-debian-helper/copy-repo.sh 
 /build/user-maven-invoker-plugin_1.3-2-amd64-6b2zwM/maven-invoker-plugin-1.3/debian
 skip faking of existing javax.servlet:servlet-api::2.4
 cd .  /usr/lib/jvm/default-java/bin/java -noverify -cp 
 /usr/share/maven2/boot/classworlds.jar:/usr/lib/jvm/default-java/lib/tools.jar
  
 -Dproperties.file.manual=/build/user-maven-invoker-plugin_1.3-2-amd64-6b2zwM/maven-invoker-plugin-1.3/debian/maven.properties
  -Dclassworlds.conf=/etc/maven2/m2-debian.conf 
 org.codehaus.classworlds.Launcher  -s/etc/maven2/settings-debian.xml 
 -Dmaven.repo.local=/build/user-maven-invoker-plugin_1.3-2-amd64-6b2zwM/maven-invoker-plugin-1.3/debian/maven-repo
   package
 [INFO] 
 NOTE: Maven is executing in offline mode. Any artifacts not already in your 
 local
 repository will be inaccessible.
 
 [INFO] Scanning for projects...
 [INFO] 
 
 [INFO] Building Maven Invoker Plugin
 [INFO]task-segment: [package]
 [INFO] 
 
 [INFO] 
 
 [ERROR] BUILD ERROR
 [INFO] 
 
 [INFO] Failed to resolve artifact.
 
 Missing:
 --
 1) asm:asm:jar:debian
 
   Try downloading 

[pkg-java] r11761 - in trunk/jarjar/debian: . patches source

2010-02-28 Thread Torsten Werner
Author: twerner
Date: 2010-02-28 11:52:52 + (Sun, 28 Feb 2010)
New Revision: 11761

Added:
   trunk/jarjar/debian/patches/0001-fix-build.xml.patch
   trunk/jarjar/debian/patches/0002-embed-libs-from-debian.patch
   trunk/jarjar/debian/patches/0003-fix-path-in-build.xml.patch
   trunk/jarjar/debian/patches/0004-support-gnu-regexp.patch
   trunk/jarjar/debian/patches/0005-cast-null-to-java.io.File.patch
   trunk/jarjar/debian/patches/0006-remove-asm-commons-from-final-jar.patch
   trunk/jarjar/debian/patches/series
   trunk/jarjar/debian/source/
   trunk/jarjar/debian/source/format
Removed:
   trunk/jarjar/debian/patches/02_fix_build_xml.patch
   trunk/jarjar/debian/patches/03_embed_libs_from_debian.patch
   trunk/jarjar/debian/patches/04_path_build.patch
   trunk/jarjar/debian/patches/05_gnu_regexp.patch
Modified:
   trunk/jarjar/debian/changelog
   trunk/jarjar/debian/rules
Log:
* Convert patches to dep3 format.
* Add a patch to cast null to java.io.File. (Closes: #571340)
* Add a patch to remove asm-commons from final jar file.
* Convert package to source format 3.0.

Modified: trunk/jarjar/debian/changelog
===
--- trunk/jarjar/debian/changelog   2010-02-28 10:59:12 UTC (rev 11760)
+++ trunk/jarjar/debian/changelog   2010-02-28 11:52:52 UTC (rev 11761)
@@ -1,12 +1,18 @@
-jarjar (1.0+dfsg-2) UNRELEASED; urgency=low
+jarjar (1.0+dfsg-2) unstable; urgency=low
 
+  [ Torsten Werner ]
+  * Convert patches to dep3 format.
+  * Add a patch to cast null to java.io.File. (Closes: #571340)
+  * Add a patch to remove asm-commons from final jar file.
+  * Convert package to source format 3.0.
+
   [ Thierry Carrez ]
   * debian/control: Minimal runtime dependency set to java2-runtime-headless
 
   [ Niels Thykier ]
   * debian/control: Added java5 and java6 as alternatives.
 
- -- Thierry Carrez thierry.car...@ubuntu.com  Tue, 10 Nov 2009 12:01:37 +0100
+ -- Torsten Werner twer...@debian.org  Sun, 28 Feb 2010 12:47:45 +0100
 
 jarjar (1.0+dfsg-1) unstable; urgency=low
 

Added: trunk/jarjar/debian/patches/0001-fix-build.xml.patch
===
--- trunk/jarjar/debian/patches/0001-fix-build.xml.patch
(rev 0)
+++ trunk/jarjar/debian/patches/0001-fix-build.xml.patch2010-02-28 
11:52:52 UTC (rev 11761)
@@ -0,0 +1,25 @@
+From: Arnaud Vandyck av...@debian.org
+Date: Sun, 28 Feb 2010 12:42:05 +0100
+Subject: [PATCH] fix build.xml
+
+---
+ build.xml |5 +++--
+ 1 files changed, 3 insertions(+), 2 deletions(-)
+
+diff --git a/build.xml b/build.xml
+index 06db28d..0fcf8b6 100644
+--- a/build.xml
 b/build.xml
+@@ -47,8 +47,9 @@
+ fileset dir=src/@{module} excludes=**/*.java/
+ /copy
+ javac srcdir=src/@{module} destdir=build/@{module}
+-  source=${compile.source}
+-  target=${compile.target} bootclasspath=@{bootclasspath} 
extdirs=${compile.extdirs}
++  source=1.5
++  target=1.5 bootclasspath=@{bootclasspath} 
extdirs=${compile.extdirs}
++  excludes=com/tonicsystems/jarjar/JarJarMojo.java
+   debug=${compile.debug} optimize=${compile.optimize} 
deprecation=${compile.deprecation}
+  classpath refid=@{refid}/
+  compilerarg value=-Xlint/
+-- 

Added: trunk/jarjar/debian/patches/0002-embed-libs-from-debian.patch
===
--- trunk/jarjar/debian/patches/0002-embed-libs-from-debian.patch   
(rev 0)
+++ trunk/jarjar/debian/patches/0002-embed-libs-from-debian.patch   
2010-02-28 11:52:52 UTC (rev 11761)
@@ -0,0 +1,24 @@
+From: Arnaud Vandyck av...@debian.org
+Date: Sun, 28 Feb 2010 12:42:06 +0100
+Subject: [PATCH] embed libs from debian
+
+---
+ build.xml |4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/build.xml b/build.xml
+index 0fcf8b6..b2b73d1 100644
+--- a/build.xml
 b/build.xml
+@@ -76,8 +76,8 @@
+ mkdir dir=dist/
+ jarjar jarfile=${jarfile}
+ fileset dir=build/main/
+-zipfileset src=lib/asm-3.1.jar/
+-zipfileset src=lib/asm-commons-3.1.jar
++ zipfileset src=${asm.jar}/
++ zipfileset src=${asm-commons.jar}
+ include name=org/objectweb/asm/commons/EmptyVisitor.class/
+ include name=org/objectweb/asm/commons/Remap*.class/
+ include 
name=org/objectweb/asm/commons/LocalVariablesSorter.class/
+-- 

Added: trunk/jarjar/debian/patches/0003-fix-path-in-build.xml.patch
===
--- trunk/jarjar/debian/patches/0003-fix-path-in-build.xml.patch
(rev 0)
+++ trunk/jarjar/debian/patches/0003-fix-path-in-build.xml.patch
2010-02-28 11:52:52 UTC (rev 11761)
@@ -0,0 +1,24 @@
+From: Arnaud 

[pkg-java] r11762 - tags/jarjar

2010-02-28 Thread Torsten Werner
Author: twerner
Date: 2010-02-28 11:53:43 + (Sun, 28 Feb 2010)
New Revision: 11762

Added:
   tags/jarjar/1.0+dfsg-2/
Log:
[svn-buildpackage] Tagging jarjar (1.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 jarjar_1.0+dfsg-2_i386.changes

2010-02-28 Thread Archive Administrator
jarjar_1.0+dfsg-2_i386.changes uploaded successfully to localhost
along with the files:
  jarjar_1.0+dfsg-2.dsc
  jarjar_1.0+dfsg-2.debian.tar.gz
  libjarjar-java_1.0+dfsg-2_all.deb
  libjarjar-java-doc_1.0+dfsg-2_all.deb

Greetings,

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

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


jarjar_1.0+dfsg-2_i386.changes ACCEPTED

2010-02-28 Thread Archive Administrator



Accepted:
jarjar_1.0+dfsg-2.debian.tar.gz
  to main/j/jarjar/jarjar_1.0+dfsg-2.debian.tar.gz
jarjar_1.0+dfsg-2.dsc
  to main/j/jarjar/jarjar_1.0+dfsg-2.dsc
libjarjar-java-doc_1.0+dfsg-2_all.deb
  to main/j/jarjar/libjarjar-java-doc_1.0+dfsg-2_all.deb
libjarjar-java_1.0+dfsg-2_all.deb
  to main/j/jarjar/libjarjar-java_1.0+dfsg-2_all.deb


Override entries for your package:
jarjar_1.0+dfsg-2.dsc - source libs
libjarjar-java-doc_1.0+dfsg-2_all.deb - optional doc
libjarjar-java_1.0+dfsg-2_all.deb - optional java

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


Thank you for your contribution to Debian.

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


Bug#571340: marked as done (jarjar: FTBFS: Compile failed)

2010-02-28 Thread Debian Bug Tracking System
Your message dated Sun, 28 Feb 2010 12:03:10 +
with message-id e1nlhra-0001pb...@ries.debian.org
and subject line Bug#571340: fixed in jarjar 1.0+dfsg-2
has caused the Debian Bug report #571340,
regarding jarjar: FTBFS: Compile failed
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.)


-- 
571340: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=571340
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: jarjar
Version: 1.0+dfsg-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-2010-02-24 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 make[1]: Entering directory 
 `/build/user-jarjar_1.0+dfsg-1-amd64-rVN_hl/jarjar-1.0+dfsg'
 make[1]: Nothing to be done for `update-config'.
 make[1]: Leaving directory 
 `/build/user-jarjar_1.0+dfsg-1-amd64-rVN_hl/jarjar-1.0+dfsg'
 cd .  /usr/lib/jvm/default-java/bin/java -classpath 
 /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/asm3.jar:/usr/share/java/asm3-commons.jar:/usr/lib/jvm/default-java/lib/tools.jar
   -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dcompile.debug=true 
 -Dcompile.optimize=true-propertyfile 
 /build/user-jarjar_1.0+dfsg-1-amd64-rVN_hl/jarjar-1.0+dfsg/debian/ant.properties
  jar javadoc
 Buildfile: 
 /build/user-jarjar_1.0+dfsg-1-amd64-rVN_hl/jarjar-1.0+dfsg/build.xml
 
 init:
  [echo] bootclasspath 
 
 compile:
 [mkdir] Created dir: 
 /build/user-jarjar_1.0+dfsg-1-amd64-rVN_hl/jarjar-1.0+dfsg/build/main
  [copy] Copying 1 file to 
 /build/user-jarjar_1.0+dfsg-1-amd64-rVN_hl/jarjar-1.0+dfsg/build/main
  [copy] Copied 4 empty directories to 1 empty directory under 
 /build/user-jarjar_1.0+dfsg-1-amd64-rVN_hl/jarjar-1.0+dfsg/build/main
 [javac] 
 /build/user-jarjar_1.0+dfsg-1-amd64-rVN_hl/jarjar-1.0+dfsg/build.xml:55: 
 warning: 'includeantruntime' was not set, defaulting to 
 build.sysclasspath=last; set to false for repeatable builds
 [javac] Compiling 39 source files to 
 /build/user-jarjar_1.0+dfsg-1-amd64-rVN_hl/jarjar-1.0+dfsg/build/main
 [javac] 
 /build/user-jarjar_1.0+dfsg-1-amd64-rVN_hl/jarjar-1.0+dfsg/src/main/com/tonicsystems/jarjar/util/AntJarProcessor.java:87:
  reference to zipDir is ambiguous, both method 
 zipDir(java.io.File,org.apache.tools.zip.ZipOutputStream,java.lang.String,int,org.apache.tools.zip.ZipExtraField[])
  in org.apache.tools.ant.taskdefs.Zip and method 
 zipDir(org.apache.tools.ant.types.Resource,org.apache.tools.zip.ZipOutputStream,java.lang.String,int,org.apache.tools.zip.ZipExtraField[])
  in org.apache.tools.ant.taskdefs.Zip match
 [javac]   super.zipDir(null, zOut, dir + /, 
 ZipFileSet.DEFAULT_DIR_MODE, JAR_MARKER);
 [javac]^
 [javac] 1 error
 
 BUILD FAILED
 /build/user-jarjar_1.0+dfsg-1-amd64-rVN_hl/jarjar-1.0+dfsg/build.xml:63: The 
 following error occurred while executing this line:
 /build/user-jarjar_1.0+dfsg-1-amd64-rVN_hl/jarjar-1.0+dfsg/build.xml:55: 
 Compile failed; see the compiler error output for details.
 
 Total time: 1 second
 make: *** [debian/stamp-ant-build] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2010-02-24/jarjar_1.0+dfsg-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


---End Message---
---BeginMessage---
Source: jarjar
Source-Version: 1.0+dfsg-2

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

jarjar_1.0+dfsg-2.debian.tar.gz
  to main/j/jarjar/jarjar_1.0+dfsg-2.debian.tar.gz
jarjar_1.0+dfsg-2.dsc
  to main/j/jarjar/jarjar_1.0+dfsg-2.dsc
libjarjar-java-doc_1.0+dfsg-2_all.deb
  to main/j/jarjar/libjarjar-java-doc_1.0+dfsg-2_all.deb
libjarjar-java_1.0+dfsg-2_all.deb
  to main/j/jarjar/libjarjar-java_1.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 571...@bugs.debian.org,
and the maintainer will reopen the bug report if 

[pkg-java] r11763 - trunk/libjboss-remoting-java/debian

2010-02-28 Thread Torsten Werner
Author: twerner
Date: 2010-02-28 12:18:12 + (Sun, 28 Feb 2010)
New Revision: 11763

Modified:
   trunk/libjboss-remoting-java/debian/changelog
   trunk/libjboss-remoting-java/debian/rules
Log:
Replace coyote by tomcat-coyote in debian/rules to support the new tomcat6
package. (Closes: #571355)

Modified: trunk/libjboss-remoting-java/debian/changelog
===
--- trunk/libjboss-remoting-java/debian/changelog   2010-02-28 11:53:43 UTC 
(rev 11762)
+++ trunk/libjboss-remoting-java/debian/changelog   2010-02-28 12:18:12 UTC 
(rev 11763)
@@ -1,3 +1,10 @@
+libjboss-remoting-java (2.5.2.SP1-2) unstable; urgency=low
+
+  * Replace coyote by tomcat-coyote in debian/rules to support the new tomcat6
+package. (Closes: #571355)
+
+ -- Torsten Werner twer...@debian.org  Sun, 28 Feb 2010 13:15:38 +0100
+
 libjboss-remoting-java (2.5.2.SP1-1) unstable; urgency=low
 
   * New Upstream release

Modified: trunk/libjboss-remoting-java/debian/rules
===
--- trunk/libjboss-remoting-java/debian/rules   2010-02-28 11:53:43 UTC (rev 
11762)
+++ trunk/libjboss-remoting-java/debian/rules   2010-02-28 12:18:12 UTC (rev 
11763)
@@ -7,7 +7,7 @@
 JAVA_HOME  := /usr/lib/jvm/default-java
 DEB_ANT_BUILD_TARGET   := jar
 DEB_ANT_BUILDFILE  := debian/build.xml
-DEB_JARS   := jboss-common log4j-1.2 coyote commons-httpclient 
servlet-api-2.5 \
+DEB_JARS   := jboss-common log4j-1.2 tomcat-coyote 
commons-httpclient servlet-api-2.5 \
   jboss-serialization jboss-jmx jnpserver concurrent
 
 install/libjboss-remoting-java::


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


[pkg-java] r11764 - tags/libjboss-remoting-java

2010-02-28 Thread Torsten Werner
Author: twerner
Date: 2010-02-28 12:19:50 + (Sun, 28 Feb 2010)
New Revision: 11764

Added:
   tags/libjboss-remoting-java/2.5.2.SP1-2/
Log:
[svn-buildpackage] Tagging libjboss-remoting-java (2.5.2.SP1-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 libjboss-remoting-java_2.5.2.SP1-2_i386.changes

2010-02-28 Thread Archive Administrator
libjboss-remoting-java_2.5.2.SP1-2_i386.changes uploaded successfully to 
localhost
along with the files:
  libjboss-remoting-java_2.5.2.SP1-2.dsc
  libjboss-remoting-java_2.5.2.SP1-2.diff.gz
  libjboss-remoting-java_2.5.2.SP1-2_all.deb

Greetings,

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

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


[pkg-java] r11765 - trunk/glassfish/debian

2010-02-28 Thread Torsten Werner
Author: twerner
Date: 2010-02-28 12:32:35 + (Sun, 28 Feb 2010)
New Revision: 11765

Modified:
   trunk/glassfish/debian/build.xml
   trunk/glassfish/debian/changelog
Log:
Add an extra sleep / before line 62 in debian/build.xml as we had in the
past. (Closes: #571403)

Modified: trunk/glassfish/debian/build.xml
===
--- trunk/glassfish/debian/build.xml2010-02-28 12:19:50 UTC (rev 11764)
+++ trunk/glassfish/debian/build.xml2010-02-28 12:32:35 UTC (rev 11765)
@@ -59,6 +59,7 @@
 ant dir=../connector-api target=all/
 ant dir=../management-api target=all/
 ant dir=../jmac-api target=all/
+sleep seconds=2/
 ant dir=../appserv-api target=all/
 ant dir=../jacc-api target=all/
 ant dir=../common-util target=all/

Modified: trunk/glassfish/debian/changelog
===
--- trunk/glassfish/debian/changelog2010-02-28 12:19:50 UTC (rev 11764)
+++ trunk/glassfish/debian/changelog2010-02-28 12:32:35 UTC (rev 11765)
@@ -1,3 +1,10 @@
+glassfish (1:2ur2-b04-5) unstable; urgency=low
+
+  * Add an extra sleep / before line 62 in debian/build.xml as we had in the
+past. (Closes: #571403)
+
+ -- Torsten Werner twer...@debian.org  Sun, 28 Feb 2010 13:28:59 +0100
+
 glassfish (1:2ur2-b04-4) unstable; urgency=low
 
   * debian/control:


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


libjboss-remoting-java_2.5.2.SP1-2_i386.changes ACCEPTED

2010-02-28 Thread Archive Administrator



Accepted:
libjboss-remoting-java_2.5.2.SP1-2.diff.gz
  to main/libj/libjboss-remoting-java/libjboss-remoting-java_2.5.2.SP1-2.diff.gz
libjboss-remoting-java_2.5.2.SP1-2.dsc
  to main/libj/libjboss-remoting-java/libjboss-remoting-java_2.5.2.SP1-2.dsc
libjboss-remoting-java_2.5.2.SP1-2_all.deb
  to main/libj/libjboss-remoting-java/libjboss-remoting-java_2.5.2.SP1-2_all.deb


Override entries for your package:
libjboss-remoting-java_2.5.2.SP1-2.dsc - source java
libjboss-remoting-java_2.5.2.SP1-2_all.deb - optional java

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


Thank you for your contribution to Debian.

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


Bug#571355: marked as done (libjboss-remoting-java: FTBFS: java errors)

2010-02-28 Thread Debian Bug Tracking System
Your message dated Sun, 28 Feb 2010 12:33:49 +
with message-id e1nlilf-00049z...@ries.debian.org
and subject line Bug#571355: fixed in libjboss-remoting-java 2.5.2.SP1-2
has caused the Debian Bug report #571355,
regarding libjboss-remoting-java: FTBFS: java errors
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.)


-- 
571355: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=571355
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: libjboss-remoting-java
Version: 2.5.2.SP1-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-2010-02-24 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 make[1]: Entering directory 
 `/build/user-libjboss-remoting-java_2.5.2.SP1-1-amd64-tBHRLB/libjboss-remoting-java-2.5.2.SP1'
 make[1]: Nothing to be done for `update-config'.
 make[1]: Leaving directory 
 `/build/user-libjboss-remoting-java_2.5.2.SP1-1-amd64-tBHRLB/libjboss-remoting-java-2.5.2.SP1'
 cd .  /usr/lib/jvm/default-java/bin/java -classpath 
 /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/jboss-common.jar:/usr/share/java/log4j-1.2.jar:/usr/share/java/commons-httpclient.jar:/usr/share/java/servlet-api-2.5.jar:/usr/share/java/jboss-serialization.jar:/usr/share/java/jboss-jmx.jar:/usr/share/java/jnpserver.jar:/usr/share/java/concurrent.jar:/usr/lib/jvm/default-java/lib/tools.jar
   -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dcompile.debug=true 
 -Dcompile.optimize=true   -buildfile debian/build.xml -propertyfile 
 /build/user-libjboss-remoting-java_2.5.2.SP1-1-amd64-tBHRLB/libjboss-remoting-java-2.5.2.SP1/debian/ant.properties
  jar
 Buildfile: 
 /build/user-libjboss-remoting-java_2.5.2.SP1-1-amd64-tBHRLB/libjboss-remoting-java-2.5.2.SP1/debian/build.xml
 
 compile:
 [mkdir] Created dir: 
 /build/user-libjboss-remoting-java_2.5.2.SP1-1-amd64-tBHRLB/libjboss-remoting-java-2.5.2.SP1/class
 [javac] 
 /build/user-libjboss-remoting-java_2.5.2.SP1-1-amd64-tBHRLB/libjboss-remoting-java-2.5.2.SP1/debian/build.xml:13:
  warning: 'includeantruntime' was not set, defaulting to 
 build.sysclasspath=last; set to false for repeatable builds
 [javac] Compiling 269 source files to 
 /build/user-libjboss-remoting-java_2.5.2.SP1-1-amd64-tBHRLB/libjboss-remoting-java-2.5.2.SP1/class
 [javac] 
 /build/user-libjboss-remoting-java_2.5.2.SP1-1-amd64-tBHRLB/libjboss-remoting-java-2.5.2.SP1/src/org/jboss/remoting/transport/coyote/InputBuffer.java:23:
  package org.apache.coyote does not exist
 [javac] import org.apache.coyote.Request;
 [javac] ^
 [javac] 
 /build/user-libjboss-remoting-java_2.5.2.SP1-1-amd64-tBHRLB/libjboss-remoting-java-2.5.2.SP1/src/org/jboss/remoting/transport/coyote/InputBuffer.java:24:
  package org.apache.tomcat.util.buf does not exist
 [javac] import org.apache.tomcat.util.buf.B2CConverter;
 [javac]  ^
 [javac] 
 /build/user-libjboss-remoting-java_2.5.2.SP1-1-amd64-tBHRLB/libjboss-remoting-java-2.5.2.SP1/src/org/jboss/remoting/transport/coyote/InputBuffer.java:25:
  package org.apache.tomcat.util.buf does not exist
 [javac] import org.apache.tomcat.util.buf.ByteChunk;
 [javac]  ^
 [javac] 
 /build/user-libjboss-remoting-java_2.5.2.SP1-1-amd64-tBHRLB/libjboss-remoting-java-2.5.2.SP1/src/org/jboss/remoting/transport/coyote/InputBuffer.java:26:
  package org.apache.tomcat.util.buf does not exist
 [javac] import org.apache.tomcat.util.buf.CharChunk;
 [javac]  ^
 [javac] 
 /build/user-libjboss-remoting-java_2.5.2.SP1-1-amd64-tBHRLB/libjboss-remoting-java-2.5.2.SP1/src/org/jboss/remoting/transport/coyote/InputBuffer.java:38:
  package ByteChunk does not exist
 [javac]   implements ByteChunk.ByteInputChannel, 
 CharChunk.CharInputChannel,
 [javac]   ^
 [javac] 
 /build/user-libjboss-remoting-java_2.5.2.SP1-1-amd64-tBHRLB/libjboss-remoting-java-2.5.2.SP1/src/org/jboss/remoting/transport/coyote/InputBuffer.java:38:
  package CharChunk does not exist
 [javac]   implements ByteChunk.ByteInputChannel, 
 CharChunk.CharInputChannel,
 [javac]   ^
 [javac] 
 /build/user-libjboss-remoting-java_2.5.2.SP1-1-amd64-tBHRLB/libjboss-remoting-java-2.5.2.SP1/src/org/jboss/remoting/transport/coyote/InputBuffer.java:39:
  package CharChunk does not exist
 [javac]  

[pkg-java] r11766 - trunk/glassfish/debian

2010-02-28 Thread Torsten Werner
Author: twerner
Date: 2010-02-28 12:44:59 + (Sun, 28 Feb 2010)
New Revision: 11766

Modified:
   trunk/glassfish/debian/build.xml
Log:
increase sleep time to 5 seconds


Modified: trunk/glassfish/debian/build.xml
===
--- trunk/glassfish/debian/build.xml2010-02-28 12:32:35 UTC (rev 11765)
+++ trunk/glassfish/debian/build.xml2010-02-28 12:44:59 UTC (rev 11766)
@@ -59,7 +59,7 @@
 ant dir=../connector-api target=all/
 ant dir=../management-api target=all/
 ant dir=../jmac-api target=all/
-sleep seconds=2/
+sleep seconds=5/
 ant dir=../appserv-api target=all/
 ant dir=../jacc-api target=all/
 ant dir=../common-util target=all/


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


[pkg-java] r11767 - tags/glassfish

2010-02-28 Thread Torsten Werner
Author: twerner
Date: 2010-02-28 12:47:32 + (Sun, 28 Feb 2010)
New Revision: 11767

Added:
   tags/glassfish/1:2ur2-b04-5/
Log:
[svn-buildpackage] Tagging glassfish (1:2ur2-b04-5)


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


Processing of glassfish_2ur2-b04-5_i386.changes

2010-02-28 Thread Archive Administrator
glassfish_2ur2-b04-5_i386.changes uploaded successfully to localhost
along with the files:
  glassfish_2ur2-b04-5.dsc
  glassfish_2ur2-b04-5.debian.tar.gz
  glassfish-activation_2ur2-b04-5_all.deb
  glassfish-appserv_2ur2-b04-5_all.deb
  glassfish-jmac-api_2ur2-b04-5_all.deb
  glassfish-mail_2ur2-b04-5_all.deb
  glassfish-javaee_2ur2-b04-5_all.deb
  glassfish-toplink-essentials_2ur2-b04-5_all.deb

Greetings,

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

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


Bug#571403: glassfish: FTBFS: package javax.management.j2ee.statistics does not exist

2010-02-28 Thread Torsten Werner
On Sun, Feb 28, 2010 at 12:28 AM, Varun Hiremath
varunhirem...@gmail.com wrote:
 Hmmm.. I tried building the package again today, and I could reproduce
 it. This seems very strange, because all the required classes are
 present in the javaee.jar, which is included in the classpath. In
 fact, if you try to rebuild the package from the failed state; it
 builds fine. I'm not sure what is going on here.

I have seen similar build problems in the past and I have added an
extra sleep of 5 seconds.

Torsten



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


glassfish_2ur2-b04-5_i386.changes ACCEPTED

2010-02-28 Thread Archive Administrator



Accepted:
glassfish-activation_2ur2-b04-5_all.deb
  to main/g/glassfish/glassfish-activation_2ur2-b04-5_all.deb
glassfish-appserv_2ur2-b04-5_all.deb
  to main/g/glassfish/glassfish-appserv_2ur2-b04-5_all.deb
glassfish-javaee_2ur2-b04-5_all.deb
  to main/g/glassfish/glassfish-javaee_2ur2-b04-5_all.deb
glassfish-jmac-api_2ur2-b04-5_all.deb
  to main/g/glassfish/glassfish-jmac-api_2ur2-b04-5_all.deb
glassfish-mail_2ur2-b04-5_all.deb
  to main/g/glassfish/glassfish-mail_2ur2-b04-5_all.deb
glassfish-toplink-essentials_2ur2-b04-5_all.deb
  to main/g/glassfish/glassfish-toplink-essentials_2ur2-b04-5_all.deb
glassfish_2ur2-b04-5.debian.tar.gz
  to main/g/glassfish/glassfish_2ur2-b04-5.debian.tar.gz
glassfish_2ur2-b04-5.dsc
  to main/g/glassfish/glassfish_2ur2-b04-5.dsc


Override entries for your package:
glassfish-activation_2ur2-b04-5_all.deb - optional libs
glassfish-appserv_2ur2-b04-5_all.deb - optional libs
glassfish-javaee_2ur2-b04-5_all.deb - optional libs
glassfish-jmac-api_2ur2-b04-5_all.deb - optional libs
glassfish-mail_2ur2-b04-5_all.deb - optional libs
glassfish-toplink-essentials_2ur2-b04-5_all.deb - optional libs
glassfish_2ur2-b04-5.dsc - source libs

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


Thank you for your contribution to Debian.

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


glassfish override disparity

2010-02-28 Thread Archive Administrator
There are disparities between your recently accepted upload and the
override file for the following file(s):

glassfish-activation_2ur2-b04-5_all.deb: package says section is java, override 
says libs.
glassfish-appserv_2ur2-b04-5_all.deb: package says section is java, override 
says libs.
glassfish-javaee_2ur2-b04-5_all.deb: package says section is java, override 
says libs.
glassfish-jmac-api_2ur2-b04-5_all.deb: package says section is java, override 
says libs.
glassfish-mail_2ur2-b04-5_all.deb: package says section is java, override says 
libs.
glassfish-toplink-essentials_2ur2-b04-5_all.deb: package says section is java, 
override says libs.


Please note that a list of new sections were recently added to the
archive: cli-mono, database, debug, fonts, gnu-r, gnustep, haskell,
httpd, java, kernel, lisp, localization, ocaml, php, ruby, vcs, video,
xfce, zope.  At this time a script was used to reclassify packages into
these sections.  If this is the case, please only reply to this email if
the new section is inappropriate, otherwise please update your package
at the next upload.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please file a bug against ftp.debian.org and
explain why. Please INCLUDE the list of packages as seen above, or we
won't be able to deal with your request due to missing information.

Please make sure that the subject of the bug you file follows the
following format:

Subject: override: BINARY1:section/priority, [...], BINARYX:section/priority

Include the justification for the change in the body of the mail please.


[NB: this is an automatically generated mail; if you already filed a bug
and have not received a response yet, please ignore this mail.  Your bug
needs to be processed by a human and will be in due course, but until
then the installer will send these automated mails; sorry.]

--
Debian distribution maintenance software

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

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


Processing of freehep-xml_2.1.2+dfsg1-2_amd64.changes

2010-02-28 Thread Archive Administrator
freehep-xml_2.1.2+dfsg1-2_amd64.changes uploaded successfully to localhost
along with the files:
  freehep-xml_2.1.2+dfsg1-2.dsc
  freehep-xml_2.1.2+dfsg1-2.diff.gz
  libfreehep-xml-java_2.1.2+dfsg1-2_all.deb

Greetings,

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

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


Processing of freehep-graphicsio-svg_2.1.1-1_amd64.changes

2010-02-28 Thread Archive Administrator
freehep-graphicsio-svg_2.1.1-1_amd64.changes uploaded successfully to localhost
along with the files:
  freehep-graphicsio-svg_2.1.1-1.dsc
  freehep-graphicsio-svg_2.1.1.orig.tar.gz
  freehep-graphicsio-svg_2.1.1-1.diff.gz
  libfreehep-graphicsio-svg-java_2.1.1-1_all.deb

Greetings,

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

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


freehep-graphicsio-svg_2.1.1-1_amd64.changes is NEW

2010-02-28 Thread Archive Administrator
(new) freehep-graphicsio-svg_2.1.1-1.diff.gz optional java
(new) freehep-graphicsio-svg_2.1.1-1.dsc optional java
(new) freehep-graphicsio-svg_2.1.1.orig.tar.gz optional java
(new) libfreehep-graphicsio-svg-java_2.1.1-1_all.deb optional java
FreeHEP Scalable Vector Graphics Driver
 The GraphicsIO library offers a base interface for image exporters in many
 vector or bitmap image formats. It features direct support for GIF, PNG, PPM
 and RAW formats, as well as the ability to manage TrueType fonts. Support
 for other file types can be added with plugins.
 .
 This package contains a GraphicsIO plugin to export to SVG format.
 .
 FreeHEP is a collection of Java libraries used in High Energy Physics.
Changes: freehep-graphicsio-svg (2.1.1-1) unstable; urgency=low
 .
  * Initial release (Closes: #564949)


Override entries for your package:

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


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.

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


freehep-xml_2.1.2+dfsg1-2_amd64.changes is NEW

2010-02-28 Thread Archive Administrator
(new) freehep-xml_2.1.2+dfsg1-2.diff.gz optional java
(new) freehep-xml_2.1.2+dfsg1-2.dsc optional java
(new) libfreehep-xml-java_2.1.2+dfsg1-2_all.deb optional java
FreeHEP XML Library
 This library provides tools to read and write XML and XHTML files. You can
 write XML and XHTML files using a Writer-like interface, with additional
 methods to add tags and attributes, or save and restore on object
 configuration with XML.
 .
 FreeHEP is a collection of Java libraries used in High Energy Physics.
Changes: freehep-xml (2.1.2+dfsg1-2) unstable; urgency=low
 .
  * Removing unneeded patch for jdom.


Override entries for your package:

Announcing to debian-devel-chan...@lists.debian.org


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.

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


[pkg-java] r11768 - tags/doxia

2010-02-28 Thread Torsten Werner
Author: twerner
Date: 2010-02-28 15:57:04 + (Sun, 28 Feb 2010)
New Revision: 11768

Added:
   tags/doxia/1.1.2-1/
Log:
[svn-buildpackage] Tagging doxia (1.1.2-1)


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


Processing of doxia_1.1.2-1_i386.changes

2010-02-28 Thread Archive Administrator
doxia_1.1.2-1_i386.changes uploaded successfully to localhost
along with the files:
  doxia_1.1.2-1.dsc
  doxia_1.1.2.orig.tar.gz
  doxia_1.1.2-1.debian.tar.gz
  libdoxia-java_1.1.2-1_all.deb
  libdoxia-java-doc_1.1.2-1_all.deb

Greetings,

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

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


[pkg-java] r11769 - tags/doxia-sitetools

2010-02-28 Thread Torsten Werner
Author: twerner
Date: 2010-02-28 16:01:03 + (Sun, 28 Feb 2010)
New Revision: 11769

Added:
   tags/doxia-sitetools/1.1.2-1/
Log:
[svn-buildpackage] Tagging doxia-sitetools (1.1.2-1)


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


mini-dinstall: Successfully installed doxia 1.1.2-1 to unstable

2010-02-28 Thread Mini-Dinstall
Package: doxia
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Gabriele Giacone 1o5g4...@gmail.com
Architecture: source all
Changes:
  * New upstream release.
  * Standards-Version to 3.8.4.
  * Source format 3.0 (quilt)
- removed quilt as build dependency
- removed README.source

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


[pkg-java] r11770 - tags/doxia-sitetools

2010-02-28 Thread Torsten Werner
Author: twerner
Date: 2010-02-28 16:04:07 + (Sun, 28 Feb 2010)
New Revision: 11770

Removed:
   tags/doxia-sitetools/1.1.2-1/
Log:
[svn-buildpackage] Removing old tag doxia-sitetools-1.1.2-1


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


[pkg-java] r11771 - tags/doxia-sitetools

2010-02-28 Thread Torsten Werner
Author: twerner
Date: 2010-02-28 16:04:31 + (Sun, 28 Feb 2010)
New Revision: 11771

Added:
   tags/doxia-sitetools/1.1.2-1/
Log:
[svn-buildpackage] Tagging doxia-sitetools (1.1.2-1)


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


Processing of doxia-sitetools_1.1.2-1_i386.changes

2010-02-28 Thread Archive Administrator
doxia-sitetools_1.1.2-1_i386.changes uploaded successfully to localhost
along with the files:
  doxia-sitetools_1.1.2-1.dsc
  doxia-sitetools_1.1.2.orig.tar.gz
  doxia-sitetools_1.1.2-1.debian.tar.gz
  libdoxia-sitetools-java_1.1.2-1_all.deb

Greetings,

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

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


doxia_1.1.2-1_i386.changes ACCEPTED

2010-02-28 Thread Archive Administrator



Accepted:
doxia_1.1.2-1.debian.tar.gz
  to main/d/doxia/doxia_1.1.2-1.debian.tar.gz
doxia_1.1.2-1.dsc
  to main/d/doxia/doxia_1.1.2-1.dsc
doxia_1.1.2.orig.tar.gz
  to main/d/doxia/doxia_1.1.2.orig.tar.gz
libdoxia-java-doc_1.1.2-1_all.deb
  to main/d/doxia/libdoxia-java-doc_1.1.2-1_all.deb
libdoxia-java_1.1.2-1_all.deb
  to main/d/doxia/libdoxia-java_1.1.2-1_all.deb


Override entries for your package:
doxia_1.1.2-1.dsc - source devel
libdoxia-java-doc_1.1.2-1_all.deb - optional doc
libdoxia-java_1.1.2-1_all.deb - optional java

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.

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


doxia-sitetools_1.1.2-1_i386.changes ACCEPTED

2010-02-28 Thread Archive Administrator



Accepted:
doxia-sitetools_1.1.2-1.debian.tar.gz
  to main/d/doxia-sitetools/doxia-sitetools_1.1.2-1.debian.tar.gz
doxia-sitetools_1.1.2-1.dsc
  to main/d/doxia-sitetools/doxia-sitetools_1.1.2-1.dsc
doxia-sitetools_1.1.2.orig.tar.gz
  to main/d/doxia-sitetools/doxia-sitetools_1.1.2.orig.tar.gz
libdoxia-sitetools-java_1.1.2-1_all.deb
  to main/d/doxia-sitetools/libdoxia-sitetools-java_1.1.2-1_all.deb


Override entries for your package:
doxia-sitetools_1.1.2-1.dsc - source devel
libdoxia-sitetools-java_1.1.2-1_all.deb - optional java

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.

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


Re: ITU to bpo: batik-1.7, xml-commons-external-1.3.05, xmlgraphics-commons-1.3.1.dfsg, fop-0.95.dfsg

2010-02-28 Thread Alexander Wirt
Joachim Breitner schrieb am Sonntag, den 28. Februar 2010:

 [Re-sent, as the adresses in the CC were wrong]
 
 Hi,
 
 just FYI, as I need an updated fop package on a lenny installation, I
 backported fop and the required dependencies batik, xml-commons-external
 and xmlgraphics-commons. All build without problems using lenny
 packages.
 
 I will upload them to lenny-backports as soon as my key is added to the
 backports keyring.
Key has been added a few minutes ago. 

Alex



signature.asc
Description: Digital signature
___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

ITU to bpo: batik-1.7, xml-commons-external-1.3.05, xmlgraphics-commons-1.3.1.dfsg, fop-0.95.dfsg

2010-02-28 Thread Joachim Breitner
[Re-sent, as the adresses in the CC were wrong]

Hi,

just FYI, as I need an updated fop package on a lenny installation, I
backported fop and the required dependencies batik, xml-commons-external
and xmlgraphics-commons. All build without problems using lenny
packages.

I will upload them to lenny-backports as soon as my key is added to the
backports keyring.

Greetings,
Joachim

-- 
Joachim nomeata Breitner
Debian Developer
  nome...@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: nome...@joachim-breitner.de | http://people.debian.org/~nomeata



signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

Bug#566690: Call +234 528 817 40

2010-02-28 Thread HARRY
You have $50,000 from our office,confirm receipt by sending
yourname,address,age,phone number etc to (wu.africadep...@w.cn)



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


Processed: reopening 570095, notfixed 570095 in 1:0.95.dfsg-8

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

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 reopen 570095
Bug #570095 {Done: Vincent Fourmond fourm...@debian.org} [fop] 
java.lang.NullPointerException: at 
org.apache.fop.layoutmgr.inline.InlineStackingLayoutManager.applyChanges(InlineStackingLayoutManager.java:350)
'reopen' may be inappropriate when a bug has been closed with a version;
you may need to use 'found' to remove fixed versions.
 notfixed 570095 1:0.95.dfsg-8
Bug #570095 [fop] java.lang.NullPointerException: at 
org.apache.fop.layoutmgr.inline.InlineStackingLayoutManager.applyChanges(InlineStackingLayoutManager.java:350)
Ignoring request to alter fixed versions of bug #570095 to the same values 
previously set

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)

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


Processed: severity of 570095 is important, tagging 570095

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

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 severity 570095 important
Bug #570095 [fop] java.lang.NullPointerException: at 
org.apache.fop.layoutmgr.inline.InlineStackingLayoutManager.applyChanges(InlineStackingLayoutManager.java:350)
Severity set to 'important' from 'grave'

 tags 570095 + help
Bug #570095 [fop] java.lang.NullPointerException: at 
org.apache.fop.layoutmgr.inline.InlineStackingLayoutManager.applyChanges(InlineStackingLayoutManager.java:350)
Added tag(s) help.

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)

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


[pkg-java] r11772 - tags/jmdns

2010-02-28 Thread Torsten Werner
Author: twerner
Date: 2010-02-28 17:35:06 + (Sun, 28 Feb 2010)
New Revision: 11772

Added:
   tags/jmdns/3.1-1/
Log:
[svn-buildpackage] Tagging jmdns (3.1-1)


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


Re: RFS: jmdns (updated package)

2010-02-28 Thread Torsten Werner
Hi Mathieu,

On Thu, Feb 25, 2010 at 9:49 AM, Mathieu Malaterre
mathieu.malate...@gmail.com wrote:
 I am looking for a sponsor for the new version 3.1-1
 of my package jmdns.

uploaded.

Cheers,
Torsten

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


Processing of jmdns_3.1-1_i386.changes

2010-02-28 Thread Archive Administrator
jmdns_3.1-1_i386.changes uploaded successfully to localhost
along with the files:
  jmdns_3.1-1.dsc
  jmdns_3.1.orig.tar.gz
  jmdns_3.1-1.diff.gz
  libjmdns-java_3.1-1_all.deb
  libjmdns-java-doc_3.1-1_all.deb

Greetings,

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

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


jmdns_3.1-1_i386.changes ACCEPTED

2010-02-28 Thread Archive Administrator



Accepted:
jmdns_3.1-1.diff.gz
  to main/j/jmdns/jmdns_3.1-1.diff.gz
jmdns_3.1-1.dsc
  to main/j/jmdns/jmdns_3.1-1.dsc
jmdns_3.1.orig.tar.gz
  to main/j/jmdns/jmdns_3.1.orig.tar.gz
libjmdns-java-doc_3.1-1_all.deb
  to main/j/jmdns/libjmdns-java-doc_3.1-1_all.deb
libjmdns-java_3.1-1_all.deb
  to main/j/jmdns/libjmdns-java_3.1-1_all.deb


Override entries for your package:
jmdns_3.1-1.dsc - source java
libjmdns-java-doc_3.1-1_all.deb - optional doc
libjmdns-java_3.1-1_all.deb - optional java

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.

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


Processed: found 570095 in 1:0.95.dfsg-8

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

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 found 570095 1:0.95.dfsg-8
Bug #570095 [fop] java.lang.NullPointerException: at 
org.apache.fop.layoutmgr.inline.InlineStackingLayoutManager.applyChanges(InlineStackingLayoutManager.java:350)
Bug Marked as found in versions fop/1:0.95.dfsg-8.

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)

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


[pkg-java] r11773 - trunk/libbasicplayer-java/debian

2010-02-28 Thread Varun Hiremath
Author: varun
Date: 2010-02-28 17:54:23 + (Sun, 28 Feb 2010)
New Revision: 11773

Modified:
   trunk/libbasicplayer-java/debian/changelog
   trunk/libbasicplayer-java/debian/compat
   trunk/libbasicplayer-java/debian/control
   trunk/libbasicplayer-java/debian/rules
Log:
* Fix Vcs-{Svn,Browser} headers
* Switch to deafult-jdk
* Bump dh compat to 7

Modified: trunk/libbasicplayer-java/debian/changelog
===
--- trunk/libbasicplayer-java/debian/changelog  2010-02-28 17:35:06 UTC (rev 
11772)
+++ trunk/libbasicplayer-java/debian/changelog  2010-02-28 17:54:23 UTC (rev 
11773)
@@ -1,5 +1,6 @@
 libbasicplayer-java (3.0-4) unstable; urgency=low
 
+  [ أحمد المحمودي (Ahmed El-Mahmoudy) ]
   * Add pulseaudio.diff patch to workaround OpenJDK's Pulse Audio
 implementation (Closes: #567856).
   * debian/control:
@@ -9,8 +10,13 @@
 + Enhanced extended description.
   * debian/copyright: converted to machine-readable format.
 
- -- أحمد المحمودي (Ahmed El-Mahmoudy) aelmahmo...@users.sourceforge.net  
Sat, 27 Feb 2010 15:58:04 +0200
+  [ Varun Hiremath ]
+  * Fix Vcs-{Svn,Browser} headers
+  * Switch to deafult-jdk
+  * Bump dh compat to 7
 
+ -- Varun Hiremath va...@debian.org  Sun, 28 Feb 2010 12:46:45 -0500
+
 libbasicplayer-java (3.0-3) unstable; urgency=low
 
   * Move the package to pkg-java svn.

Modified: trunk/libbasicplayer-java/debian/compat
===
--- trunk/libbasicplayer-java/debian/compat 2010-02-28 17:35:06 UTC (rev 
11772)
+++ trunk/libbasicplayer-java/debian/compat 2010-02-28 17:54:23 UTC (rev 
11773)
@@ -1 +1 @@
-5
+7

Modified: trunk/libbasicplayer-java/debian/control
===
--- trunk/libbasicplayer-java/debian/control2010-02-28 17:35:06 UTC (rev 
11772)
+++ trunk/libbasicplayer-java/debian/control2010-02-28 17:54:23 UTC (rev 
11773)
@@ -5,16 +5,16 @@
 Uploaders: Varun Hiremath va...@debian.org,
  Torsten Werner twer...@debian.org,
  أحمد المحمودي (Ahmed El-Mahmoudy) aelmahmo...@users.sourceforge.net
-Build-Depends: cdbs, debhelper (= 5)
-Build-Depends-Indep: ant, java-gcj-compat-dev,  libcommons-logging-java, 
libtritonus-java, libvorbisspi-java
+Build-Depends: cdbs, debhelper (= 7)
+Build-Depends-Indep: ant, default-jdk,  libcommons-logging-java, 
libtritonus-java, libvorbisspi-java
 Standards-Version: 3.8.4
 Homepage: http://www.javazoom.net/jlgui/api.html
-Vcs-Svn: https://bollin.googlecode.com/svn/libbasicplayer-java/trunk
-Vcs-Browser: http://bollin.googlecode.com/svn/libbasicplayer-java/trunk
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libbasicplayer-java/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libbasicplayer-java/
 
 Package: libbasicplayer-java
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, java-gcj-compat | java1-runtime | 
java2-runtime
+Depends: ${shlibs:Depends}, ${misc:Depends}, deafult-jre | java5-runtime
 Suggests: java-virtual-machine
 Description: threaded simple player class based on JavaSound API
  BasicPlayer layer is the simple player API of jlGui. These classes are

Modified: trunk/libbasicplayer-java/debian/rules
===
--- trunk/libbasicplayer-java/debian/rules  2010-02-28 17:35:06 UTC (rev 
11772)
+++ trunk/libbasicplayer-java/debian/rules  2010-02-28 17:54:23 UTC (rev 
11773)
@@ -3,7 +3,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
 
-JAVA_HOME:= /usr/lib/jvm/java-gcj
+JAVA_HOME:= /usr/lib/jvm/default-java
 DEB_ANT_BUILD_TARGET := all
 DEB_JARS := commons-logging tritonus_share vorbisspi
 


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

[pkg-java] r11774 - tags/libbasicplayer-java

2010-02-28 Thread Varun Hiremath
Author: varun
Date: 2010-02-28 17:55:15 + (Sun, 28 Feb 2010)
New Revision: 11774

Added:
   tags/libbasicplayer-java/3.0-4/
Log:
[svn-buildpackage] Tagging libbasicplayer-java (3.0-4)


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


[pkg-java] r11775 - trunk/antlr/debian/patches

2010-02-28 Thread Torsten Werner
Author: twerner
Date: 2010-02-28 18:00:44 + (Sun, 28 Feb 2010)
New Revision: 11775

Added:
   trunk/antlr/debian/patches/antlr-config.patch
Log:
Michael forgot to commit antlr-config.patch; doing it now


Added: trunk/antlr/debian/patches/antlr-config.patch
===
--- trunk/antlr/debian/patches/antlr-config.patch   
(rev 0)
+++ trunk/antlr/debian/patches/antlr-config.patch   2010-02-28 18:00:44 UTC 
(rev 11775)
@@ -0,0 +1,11 @@
+--- antlr-2.7.7/scripts/antlr-config.in.orig   2009-09-07 21:59:39.0 
+0200
 antlr-2.7.7/scripts/antlr-config.in2009-09-07 22:00:07.0 
+0200
+@@ -48,7 +48,7 @@
+   echo @PACKAGE_VERSION@
+   exit 0
+   ;;
+-  --cflags|-cxxflags)
++  --cflags|--cxxflags|-cxxflags)
+   includes=-I${includedir}
+   echo_cflags=yes
+   ;;


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


Processing of libbasicplayer-java_3.0-4_amd64.changes

2010-02-28 Thread Archive Administrator
libbasicplayer-java_3.0-4_amd64.changes uploaded successfully to localhost
along with the files:
  libbasicplayer-java_3.0-4.dsc
  libbasicplayer-java_3.0-4.debian.tar.gz
  libbasicplayer-java_3.0-4_all.deb

Greetings,

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

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


libbasicplayer-java_3.0-4_amd64.changes ACCEPTED

2010-02-28 Thread Archive Administrator



Accepted:
libbasicplayer-java_3.0-4.debian.tar.gz
  to main/libb/libbasicplayer-java/libbasicplayer-java_3.0-4.debian.tar.gz
libbasicplayer-java_3.0-4.dsc
  to main/libb/libbasicplayer-java/libbasicplayer-java_3.0-4.dsc
libbasicplayer-java_3.0-4_all.deb
  to main/libb/libbasicplayer-java/libbasicplayer-java_3.0-4_all.deb


Override entries for your package:
libbasicplayer-java_3.0-4.dsc - source java
libbasicplayer-java_3.0-4_all.deb - optional java

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


Thank you for your contribution to Debian.

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


[pkg-java] r11776 - trunk/antlr/debian

2010-02-28 Thread Torsten Werner
Author: twerner
Date: 2010-02-28 18:04:55 + (Sun, 28 Feb 2010)
New Revision: 11776

Modified:
   trunk/antlr/debian/changelog
   trunk/antlr/debian/control
   trunk/antlr/debian/rules
Log:
* Use mono-csc as $CSHARPC. (Closes: #571032)
* Add missing ${cli:Depends} to libantlr2.7-cil.

Modified: trunk/antlr/debian/changelog
===
--- trunk/antlr/debian/changelog2010-02-28 18:00:44 UTC (rev 11775)
+++ trunk/antlr/debian/changelog2010-02-28 18:04:55 UTC (rev 11776)
@@ -1,3 +1,10 @@
+antlr (2.7.7-15) unstable; urgency=low
+
+  * Use mono-csc as $CSHARPC. (Closes: #571032)
+  * Add missing ${cli:Depends} to libantlr2.7-cil.
+
+ -- Torsten Werner twer...@debian.org  Sun, 28 Feb 2010 18:51:11 +0100
+
 antlr (2.7.7-14) unstable; urgency=low
 
   * Add debian/patches/antlr-cs-signing.patch to sign C# dlls

Modified: trunk/antlr/debian/control
===
--- trunk/antlr/debian/control  2010-02-28 18:00:44 UTC (rev 11775)
+++ trunk/antlr/debian/control  2010-02-28 18:04:55 UTC (rev 11776)
@@ -70,7 +70,7 @@
 Package: libantlr2.7-cil
 Section: cli-mono
 Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, ${cli:Depends}
 Recommends: antlr
 Description: language tool for constructing recognizers, compilers etc
  ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is

Modified: trunk/antlr/debian/rules
===
--- trunk/antlr/debian/rules2010-02-28 18:00:44 UTC (rev 11775)
+++ trunk/antlr/debian/rules2010-02-28 18:04:55 UTC (rev 11776)
@@ -29,7 +29,7 @@
dh_testdir
cp /usr/share/misc/config.* scripts
JAVAC='/usr/lib/jvm/default-java/bin/javac -source 1.4' CLASSPATH=`pwd` 
JAVA=/usr/lib/jvm/default-java/bin/java \
-   CSHARPC=/usr/bin/csc \
+   CSHARPC=mono-csc \
./configure \
--prefix=/usr \
--mandir=\$${prefix}/share/man 


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


[pkg-java] r11777 - tags/antlr

2010-02-28 Thread Torsten Werner
Author: twerner
Date: 2010-02-28 18:08:19 + (Sun, 28 Feb 2010)
New Revision: 11777

Added:
   tags/antlr/2.7.7-15/
Log:
[svn-buildpackage] Tagging antlr (2.7.7-15)


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


Processing of antlr_2.7.7-15_i386.changes

2010-02-28 Thread Archive Administrator
antlr_2.7.7-15_i386.changes uploaded successfully to localhost
along with the files:
  antlr_2.7.7-15.dsc
  antlr_2.7.7-15.diff.gz
  libantlr2.7-cil_2.7.7-15_all.deb
  antlr-doc_2.7.7-15_all.deb
  antlr_2.7.7-15_all.deb
  libantlr-java_2.7.7-15_all.deb
  python-antlr_2.7.7-15_all.deb
  libantlr-dev_2.7.7-15_i386.deb
  cantlr_2.7.7-15_i386.deb
  libantlr-java-gcj_2.7.7-15_i386.deb

Greetings,

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

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


Bug#567856: marked as done (libbasicplayer-java: Fails with OpenJDK+PulseAudio)

2010-02-28 Thread Debian Bug Tracking System
Your message dated Sun, 28 Feb 2010 18:03:49 +
with message-id e1nlnub-tz...@ries.debian.org
and subject line Bug#567856: fixed in libbasicplayer-java 3.0-4
has caused the Debian Bug report #567856,
regarding libbasicplayer-java: Fails with OpenJDK+PulseAudio
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.)


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

Hello,

  I use OpenJDK as the JRE, with PulseAudio as the sound service 
  provider. So, when I run a java app that uses libbasicplayer-java, I 
  get this exception:
   java.lang.IllegalArgumentException: Master Gain not supported

org.classpath.icedtea.pulseaudio.PulseAudioLine.getControl(PulseAudioLine.java:89)

org.classpath.icedtea.pulseaudio.PulseAudioSourceDataLine.getControl(PulseAudioSourceDataLine.java:51)
javazoom.jlgui.basicplayer.BasicPlayer.openLine(Unknown Source)

  So upstream of the app. directed me to[1], which suggests that the 
  problem is that OpenJDK throws an exception when 'isControlSupported' 
  is called. So I made a patch to workaround this problem, and it 
  worked. I am not good at java, and I understand from the chat I had on 
  #debian-java that I am not doing the 'catch' thing properly. But I 
  don't understand how to make it better, so I am submitting the patch 
  to you guys, hoping that you would make it better and apply it to 
  libbasicplayer-java.

  [1] 
http://stackoverflow.com/questions/1914216/master-gain-not-supported-in-openjdk


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

Kernel: Linux 2.6.31-18-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libbasicplayer-java depends on:
ii  default-jre [java2-r 1.6-30ubuntu5   Standard Java or Java compatible R
ii  gcj-4.4-jre [java2-r 4.4.1-5ubuntu2  Java runtime environment using GIJ
ii  gcj-jre [java2-runti 4:4.4.1-1ubuntu2Java runtime environment using GIJ
ii  openjdk-6-jre [java2 6b16-1.6.1-3ubuntu1 OpenJDK Java runtime, using Hotspo

libbasicplayer-java recommends no packages.

Versions of packages libbasicplayer-java suggests:
ii  gcj-4.4-jre-headless [j 4.4.1-5ubuntu2   Java runtime environment using GIJ
ii  gcj-jre-headless [java- 4:4.4.1-1ubuntu2 Java runtime environment using GIJ

-- debconf-show failed
Description: Workaround OpenJDK's Pulse Audio implementation
 The pulse audio implementation in OpenJDK claims to support gain when you
 call isControlSupported, but then throws an exception anyway. So put a try
 catch around isControlSupported calls to avoid problems, please refer to:
 http://stackoverflow.com/questions/1914216/master-gain-not-supported-in-openjdk
--- a/src/javazoom/jlgui/basicplayer/BasicPlayer.java
+++ b/src/javazoom/jlgui/basicplayer/BasicPlayer.java
@@ -454,17 +454,23 @@
 log.debug(Controls :  + c[p].toString());
 }
 /*-- Is Gain Control supported ? --*/
-if (m_line.isControlSupported(FloatControl.Type.MASTER_GAIN))
-{
-m_gainControl = (FloatControl) 
m_line.getControl(FloatControl.Type.MASTER_GAIN);
-log.info(Master Gain Control : [ + 
m_gainControl.getMinimum() + , + m_gainControl.getMaximum() + ]  + 
m_gainControl.getPrecision());
+try {
+  if (m_line.isControlSupported(FloatControl.Type.MASTER_GAIN))
+  {
+  m_gainControl = (FloatControl) 
m_line.getControl(FloatControl.Type.MASTER_GAIN);
+  log.info(Master Gain Control : [ + 
m_gainControl.getMinimum() + , + m_gainControl.getMaximum() + ]  + 
m_gainControl.getPrecision());
+  }
 }
+catch (Exception e) { }
 /*-- Is Pan control supported ? --*/
-if (m_line.isControlSupported(FloatControl.Type.PAN))
-{
-m_panControl = (FloatControl) 
m_line.getControl(FloatControl.Type.PAN);
-log.info(Pan Control : [ + m_panControl.getMinimum() + , + 
m_panControl.getMaximum() + ]  + m_panControl.getPrecision());
+try {
+  if (m_line.isControlSupported(FloatControl.Type.PAN))
+  {
+  m_panControl = (FloatControl) 

antlr_2.7.7-15_i386.changes ACCEPTED

2010-02-28 Thread Archive Administrator



Accepted:
antlr-doc_2.7.7-15_all.deb
  to main/a/antlr/antlr-doc_2.7.7-15_all.deb
antlr_2.7.7-15.diff.gz
  to main/a/antlr/antlr_2.7.7-15.diff.gz
antlr_2.7.7-15.dsc
  to main/a/antlr/antlr_2.7.7-15.dsc
antlr_2.7.7-15_all.deb
  to main/a/antlr/antlr_2.7.7-15_all.deb
cantlr_2.7.7-15_i386.deb
  to main/a/antlr/cantlr_2.7.7-15_i386.deb
libantlr-dev_2.7.7-15_i386.deb
  to main/a/antlr/libantlr-dev_2.7.7-15_i386.deb
libantlr-java-gcj_2.7.7-15_i386.deb
  to main/a/antlr/libantlr-java-gcj_2.7.7-15_i386.deb
libantlr-java_2.7.7-15_all.deb
  to main/a/antlr/libantlr-java_2.7.7-15_all.deb
libantlr2.7-cil_2.7.7-15_all.deb
  to main/a/antlr/libantlr2.7-cil_2.7.7-15_all.deb
python-antlr_2.7.7-15_all.deb
  to main/a/antlr/python-antlr_2.7.7-15_all.deb


Override entries for your package:
antlr-doc_2.7.7-15_all.deb - optional doc
antlr_2.7.7-15.dsc - source devel
antlr_2.7.7-15_all.deb - optional devel
cantlr_2.7.7-15_i386.deb - optional devel
libantlr-dev_2.7.7-15_i386.deb - optional libdevel
libantlr-java-gcj_2.7.7-15_i386.deb - optional devel
libantlr-java_2.7.7-15_all.deb - optional java
libantlr2.7-cil_2.7.7-15_all.deb - optional cli-mono
python-antlr_2.7.7-15_all.deb - optional python

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


Thank you for your contribution to Debian.

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


antlr override disparity

2010-02-28 Thread Archive Administrator
There are disparities between your recently accepted upload and the
override file for the following file(s):

antlr_2.7.7-15_all.deb: package says section is java, override says devel.
libantlr-java-gcj_2.7.7-15_i386.deb: package says section is java, override 
says devel.


Please note that a list of new sections were recently added to the
archive: cli-mono, database, debug, fonts, gnu-r, gnustep, haskell,
httpd, java, kernel, lisp, localization, ocaml, php, ruby, vcs, video,
xfce, zope.  At this time a script was used to reclassify packages into
these sections.  If this is the case, please only reply to this email if
the new section is inappropriate, otherwise please update your package
at the next upload.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please file a bug against ftp.debian.org and
explain why. Please INCLUDE the list of packages as seen above, or we
won't be able to deal with your request due to missing information.

Please make sure that the subject of the bug you file follows the
following format:

Subject: override: BINARY1:section/priority, [...], BINARYX:section/priority

Include the justification for the change in the body of the mail please.


[NB: this is an automatically generated mail; if you already filed a bug
and have not received a response yet, please ignore this mail.  Your bug
needs to be processed by a human and will be in due course, but until
then the installer will send these automated mails; sorry.]

--
Debian distribution maintenance software

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

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


Bug#571032: marked as done (antlr: FTBFS: No targets specified and no makefile found)

2010-02-28 Thread Debian Bug Tracking System
Your message dated Sun, 28 Feb 2010 18:17:19 +
with message-id e1nlnhf-0001lx...@ries.debian.org
and subject line Bug#571032: fixed in antlr 2.7.7-15
has caused the Debian Bug report #571032,
regarding antlr: FTBFS: No targets specified and no makefile found
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.)


-- 
571032: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=571032
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: antlr
Version: 2.7.7-14
Severity: serious
X-Debbugs-CC: Debian Mono Group pkg-mono-gr...@lists.alioth.debian.org

From my pbuilder build log:

checking for cat... /bin/cat
checking for grep... /bin/grep
checking for python... /usr/bin/python
checking for /usr/bin/csc... no


Warning:
Support for C# has been disabled as I have not been able to
locate a mandatory program. Please change $PATH or run
with option --help on how to overcome this problem.


configure: creating ./config.status
...
 fakeroot debian/rules binary
dh_testdir
/usr/bin/make -f debian/Makefile.debian build_antlr
make[1]: Entering directory `/tmp/buildd/antlr-2.7.7'
/usr/lib/jvm/default-java/bin/javac -source 1.4 `find antlr -name '*.java'`
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
/usr/lib/jvm/default-java/bin/jar cf antlr.jar `find . -name '*.class'`
make[1]: Leaving directory `/tmp/buildd/antlr-2.7.7'
/usr/bin/make -C lib/csharp
make[1]: Entering directory `/tmp/buildd/antlr-2.7.7/lib/csharp'
make[1]: *** No targets specified and no makefile found.  Stop.
make[1]: Leaving directory `/tmp/buildd/antlr-2.7.7/lib/csharp'
make: *** [build-stamp-indep] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2

I'm not sure what Build-Depends is missing in the source package that
should be there to provide /usr/bin/csc.
-- 
Daniel Schepler


---End Message---
---BeginMessage---
Source: antlr
Source-Version: 2.7.7-15

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

antlr-doc_2.7.7-15_all.deb
  to main/a/antlr/antlr-doc_2.7.7-15_all.deb
antlr_2.7.7-15.diff.gz
  to main/a/antlr/antlr_2.7.7-15.diff.gz
antlr_2.7.7-15.dsc
  to main/a/antlr/antlr_2.7.7-15.dsc
antlr_2.7.7-15_all.deb
  to main/a/antlr/antlr_2.7.7-15_all.deb
cantlr_2.7.7-15_i386.deb
  to main/a/antlr/cantlr_2.7.7-15_i386.deb
libantlr-dev_2.7.7-15_i386.deb
  to main/a/antlr/libantlr-dev_2.7.7-15_i386.deb
libantlr-java-gcj_2.7.7-15_i386.deb
  to main/a/antlr/libantlr-java-gcj_2.7.7-15_i386.deb
libantlr-java_2.7.7-15_all.deb
  to main/a/antlr/libantlr-java_2.7.7-15_all.deb
libantlr2.7-cil_2.7.7-15_all.deb
  to main/a/antlr/libantlr2.7-cil_2.7.7-15_all.deb
python-antlr_2.7.7-15_all.deb
  to main/a/antlr/python-antlr_2.7.7-15_all.deb



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

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

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

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 28 Feb 2010 18:51:11 +0100
Source: antlr
Binary: antlr libantlr-java libantlr-java-gcj libantlr-dev libantlr2.7-cil 
cantlr antlr-doc python-antlr
Architecture: source all i386
Version: 2.7.7-15
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Torsten Werner twer...@debian.org
Description: 
 antlr  - language tool for constructing recognizers, compilers etc
 antlr-doc  - language tool for constructing recognizers, compilers etc
 cantlr - language tool for constructing recognizers, compilers etc
 libantlr-dev - language tool for constructing recognizers, compilers etc
 libantlr-java - language tool for constructing recognizers, compilers etc 
(java l
 libantlr-java-gcj - language tool for constructing recognizers, compilers etc
 libantlr2.7-cil - language tool for constructing recognizers, compilers etc
 python-antlr - language tool for constructing recognizers, compilers etc
Closes: 571032

[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master, updated. 01463c113c01538a6fae8bdcfd7cca0600cf6abc

2010-02-28 Thread Benjamin Drung
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project eclipse - Powerful IDE written in java - Debian package..

The branch, master has been updated
   via  01463c113c01538a6fae8bdcfd7cca0600cf6abc (commit)
   via  b80cf1f57dcd1ac80a3059cf7dd322613fedf249 (commit)
  from  742c7dca617c76731c54a1767c10df5a1f0f793d (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 01463c113c01538a6fae8bdcfd7cca0600cf6abc
Author: Benjamin Drung bdr...@ubuntu.com
Date:   Sun Feb 28 20:54:03 2010 +0100

Drop cdbs and use dh 7.

commit b80cf1f57dcd1ac80a3059cf7dd322613fedf249
Author: Benjamin Drung bdr...@ubuntu.com
Date:   Sat Feb 27 11:41:08 2010 +0100

Symlink system ant files.

---

Summary of changes:
 debian/control|5 +-
 debian/patches/series |1 +
 debian/patches/symlink-system-files.patch |   14 +++
 debian/rules  |  124 +++--
 nonosgidependencies.properties|5 +
 5 files changed, 69 insertions(+), 80 deletions(-)

diff --git a/debian/control b/debian/control
index fbb0a7a..4cbad12 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,7 @@ Uploaders: Niels Thykier ni...@thykier.net,
Adrian Perez adrianperez-...@ubuntu.com
 Build-Depends: ant (= 1.7.1),
ant-optional,
-   cdbs,
-   debhelper (= 7),
+   debhelper (= 7.0.50~),
default-jdk,
docbook2x,
junit (= 3.8.2-4),
@@ -39,7 +38,7 @@ Build-Depends: ant (= 1.7.1),
pkg-config,
sat4j (= 2.1.0),
unzip,
-   xulrunner-dev (= 1.9.1),
+   xulrunner-dev (= 1.9.1.3-2),
zip
 Standards-Version: 3.8.4
 DM-Upload-Allowed: yes
diff --git a/debian/patches/series b/debian/patches/series
index 9c7202a..9f83977 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ lucene.patch
 eclipse-manpage.patch
 pdebuild-script.patch
 pdebuild-path-copy-platform.patch
+symlink-system-files.patch
diff --git a/debian/patches/symlink-system-files.patch 
b/debian/patches/symlink-system-files.patch
new file mode 100644
index 000..af40326
--- /dev/null
+++ b/debian/patches/symlink-system-files.patch
@@ -0,0 +1,14 @@
+Description: Symlink system ant files
+Author: Benjamin Drung bdr...@ubuntu.com
+
+--- eclipse-3.5.2.orig/nonosgidependencies.properties
 eclipse-3.5.2/nonosgidependencies.properties
+@@ -18,3 +18,8 @@ org.apache.ant_1.7.1.v20090120-1145/lib/
+ 
org.apache.ant_1.7.1.v20090120-1145/lib/ant-trax.jar=/usr/share/java/ant/ant-trax.jar:/usr/share/java/ant-trax.jar
+ org.junit_3.8.2.v20090203-1005/junit.jar=/usr/share/java/junit.jar
+ org.junit4/junit.jar=/usr/share/java/junit4.jar
++org.apache.ant_1.7.1.v20090120-1145/bin/ant=/usr/share/ant/bin/ant
++org.apache.ant_1.7.1.v20090120-1145/bin/antRun=/usr/share/ant/bin/antRun
++org.apache.ant_1.7.1.v20090120-1145/bin/antRun.pl=/usr/share/ant/bin/antRun.pl
++org.apache.ant_1.7.1.v20090120-1145/bin/complete-ant-cmd.pl=/usr/share/ant/bin/complete-ant-cmd.pl
++org.apache.ant_1.7.1.v20090120-1145/bin/runant.pl=/usr/share/ant/bin/runant.pl
diff --git a/debian/rules b/debian/rules
index 4e0fa6f..dd8c46d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,14 +1,22 @@
 #!/usr/bin/make -f
 
-DEB_TARBALL := $(NULL)
+export JAVA_HOME=/usr/lib/jvm/default-java
+
+%:
+   dh --with xulrunner $@
+
+override_dh_auto_clean:
+   ant distclean
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/ant.mk
+override_dh_auto_build:
+   ant -DbuildArch=$(ECLIPSE_BUILD_ARCH)
 
-DEB_ANT_CLEAN_TARGET := distclean
-DEB_ANT_BUILD_TARGET := provision.sdk
-DEB_ANT_INSTALL_TARGET := install -Dprefix=/usr -DdestDir=$(DEB_DESTDIR)
+override_dh_auto_install:
+   ant install -Dprefix=/usr -DdestDir=$(CURDIR)/debian/tmp 
-DbuildArch=$(ECLIPSE_BUILD_ARCH)
 
+# TODO: Turn all commands below this comment into patches and send them to 
eclipse-build.
+
+DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
 ifneq (,$(filter $(DEB_HOST_ARCH_CPU),i386 i486 i586 i686))
ECLIPSE_BUILD_ARCH=x86
 endif
@@ -31,70 +39,29 @@ ifeq ($(ECLIPSE_BUILD_ARCH),)
ECLIPSE_BUILD_ARCH=$(DEB_HOST_ARCH_CPU)
 endif
 
-ANT_ARGS := -DbuildArch=$(ECLIPSE_BUILD_ARCH)
-DEB_DH_MAKESHLIBS_ARGS_ALL := -Xjni
-
-# workaround for Debian bug #420287
-DEB_JARS := $(ANT_HOME)/lib/ant-nodeps.jar
-
-export JAVA_HOME=/usr/lib/jvm/default-java
 export PATH:=$(CURDIR)/debian/extra/bin:$(PATH)
 
-JNI_SO_PATH := 

[pkg-java] r11778 - trunk/maven-debian-helper/share/cdbs/1/class

2010-02-28 Thread Ludovic Claude
Author: ludovicc-guest
Date: 2010-02-28 21:52:22 + (Sun, 28 Feb 2010)
New Revision: 11778

Modified:
   trunk/maven-debian-helper/share/cdbs/1/class/maven-vars.mk
Log:
* Release

Modified: trunk/maven-debian-helper/share/cdbs/1/class/maven-vars.mk
===
--- trunk/maven-debian-helper/share/cdbs/1/class/maven-vars.mk  2010-02-28 
18:08:19 UTC (rev 11777)
+++ trunk/maven-debian-helper/share/cdbs/1/class/maven-vars.mk  2010-02-28 
21:52:22 UTC (rev 11778)
@@ -73,7 +73,7 @@
 
 # The name of the package containing the documentation. The second package
 # by default. Leave empty to skip generating documentation.
-DEB_DOC_PACKAGE = $(firstword $(shell dh_listpackages | grep -v 
$(DEB_JAR_PACKAGE) | grep -doc))
+DEB_DOC_PACKAGE = $(firstword $(shell dh_listpackages | grep -v 
$(DEB_JAR_PACKAGE) | grep \-doc$))
 
 # Property file for Maven, defaults to debian/maven.properties if it exists.
 # You may define additional properties. Please note that command-line


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


[pkg-java] r11779 - in trunk/maven-debian-helper: . maven-build-nodocs maven-debian-helper maven-debian-plugin maven-packager-utils

2010-02-28 Thread Ludovic Claude
Author: ludovicc-guest
Date: 2010-02-28 22:00:59 + (Sun, 28 Feb 2010)
New Revision: 11779

Modified:
   trunk/maven-debian-helper/maven-build-nodocs/pom.xml
   trunk/maven-debian-helper/maven-debian-helper/pom.xml
   trunk/maven-debian-helper/maven-debian-plugin/pom.xml
   trunk/maven-debian-helper/maven-packager-utils/pom.xml
   trunk/maven-debian-helper/pom.xml
Log:
* New version 0.8

Modified: trunk/maven-debian-helper/maven-build-nodocs/pom.xml
===
--- trunk/maven-debian-helper/maven-build-nodocs/pom.xml2010-02-28 
21:52:22 UTC (rev 11778)
+++ trunk/maven-debian-helper/maven-build-nodocs/pom.xml2010-02-28 
22:00:59 UTC (rev 11779)
@@ -5,7 +5,7 @@
   parent
 groupIdorg.debian.maven/groupId
 artifactIdmaven-debian/artifactId
-version0.6/version
+version0.8/version
   /parent
 
   artifactIdmaven-build-nodocs/artifactId

Modified: trunk/maven-debian-helper/maven-debian-helper/pom.xml
===
--- trunk/maven-debian-helper/maven-debian-helper/pom.xml   2010-02-28 
21:52:22 UTC (rev 11778)
+++ trunk/maven-debian-helper/maven-debian-helper/pom.xml   2010-02-28 
22:00:59 UTC (rev 11779)
@@ -5,7 +5,7 @@
   parent
 groupIdorg.debian.maven/groupId
 artifactIdmaven-debian/artifactId
-version0.6/version
+version0.8/version
   /parent
 
   artifactIdmaven-debian-helper/artifactId

Modified: trunk/maven-debian-helper/maven-debian-plugin/pom.xml
===
--- trunk/maven-debian-helper/maven-debian-plugin/pom.xml   2010-02-28 
21:52:22 UTC (rev 11778)
+++ trunk/maven-debian-helper/maven-debian-plugin/pom.xml   2010-02-28 
22:00:59 UTC (rev 11779)
@@ -5,7 +5,7 @@
   parent
 artifactIdmaven-debian/artifactId
 groupIdorg.debian.maven/groupId
-version0.6/version
+version0.8/version
   /parent
   
   artifactIdmaven-debian-plugin/artifactId

Modified: trunk/maven-debian-helper/maven-packager-utils/pom.xml
===
--- trunk/maven-debian-helper/maven-packager-utils/pom.xml  2010-02-28 
21:52:22 UTC (rev 11778)
+++ trunk/maven-debian-helper/maven-packager-utils/pom.xml  2010-02-28 
22:00:59 UTC (rev 11779)
@@ -5,7 +5,7 @@
 parent
   artifactIdmaven-debian/artifactId
   groupIdorg.debian.maven/groupId
-  version0.6/version
+  version0.8/version
 /parent
 
 artifactIdmaven-packager-utils/artifactId
@@ -21,23 +21,23 @@
 dependency
 groupIdorg.apache.maven/groupId
 artifactIdmaven-plugin-api/artifactId
-version2.1.0/version
+version2.2.1/version
 /dependency
 dependency
 groupIdorg.apache.maven/groupId
 artifactIdmaven-artifact/artifactId
-version2.1.0/version
+version2.2.1/version
 /dependency
 dependency
 groupIdjunit/groupId
 artifactIdjunit/artifactId
-version3.8.1/version
+version3.8.2/version
 scopetest/scope
 /dependency
 dependency
 groupIdorg.apache.maven/groupId
 artifactIdmaven-project/artifactId
-version2.1.0/version
+version2.2.1/version
 /dependency
 dependency
 groupIdorg.apache.velocity/groupId
@@ -47,7 +47,7 @@
 dependency
 groupIdorg.debian.maven/groupId
 artifactIdmaven-repo-helper/artifactId
-version0.6/version
+version1.0.1/version
 /dependency
 dependency
 groupIdcommons-io/groupId

Modified: trunk/maven-debian-helper/pom.xml
===
--- trunk/maven-debian-helper/pom.xml   2010-02-28 21:52:22 UTC (rev 11778)
+++ trunk/maven-debian-helper/pom.xml   2010-02-28 22:00:59 UTC (rev 11779)
@@ -4,7 +4,7 @@
 
   groupIdorg.debian.maven/groupId
   artifactIdmaven-debian/artifactId
-  version0.6/version
+  version0.8/version
   packagingpom/packaging
   namehelper tools for using Maven to build Debian packages/name
 
@@ -19,12 +19,12 @@
 dependency
   groupIdorg.apache.maven/groupId
   artifactIdmaven-core/artifactId
-  version2.2.0/version
+  version2.2.1/version
 /dependency
 dependency
   groupIdorg.apache.maven/groupId
   artifactIdmaven-compat/artifactId
-  version2.2.0/version
+  version2.2.1/version
 /dependency
 dependency
   groupIdorg.codehaus.plexus/groupId


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


mini-dinstall: Successfully installed maven-debian-helper 0.8 to unstable

2010-02-28 Thread Mini-Dinstall
Package: maven-debian-helper
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Ludovic Claude ludovic.cla...@laposte.net
Architecture: source
Changes:
  * mh_make falls back on EMAIL when DEBEMAIL is not set
  * mh_make handles better multi projects
  * mh_make generates projects following the Debian 3.8.3 policy
  * Documentation improvements
  * maven.mk: unpatch the poms in cleanbuilddir, to have a good
clean sequence when maven.mk is used with a patch system -
clean target - mvn clean - rm tmp files - unpatch pom files
 - unpatch files with patch system
  * Read rules from the Maven repository to force the version of
Maven plugins to be the same as in the repository
  * maven.mk removes some elements from the POM files when their
use is against the Debian policy (repositories as they
imply downloading artifacts from the Internet,
distributionManagement as it implies publishing on the net
or in a location not controlled by Debian) or when they are
not needed and risk pulling out unwanted dependencies
(reports which is not used if a documentation package is
not generated)
  * maven.mk adds a patch to Maven to disable using the
maven-site-plugin when no documentation package is generated.
This helps to reduce the amount of build dependencies

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


[SCM] FreeHEP XML Library annotated tag, debian/2.1.2+dfsg1-1, created. debian/2.1.2+dfsg1-1

2010-02-28 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 FreeHEP XML Library.

The annotated tag, debian/2.1.2+dfsg1-1 has been created
at  f786a8dda2554c8f12cdb1dc98801ece9c156227 (tag)
   tagging  1995f2743ef519404e75cbb341c9db10f891c9d1 (commit)
  replaces  upstream/2.1.2+dfsg1
 tagged by  Giovanni Mascellani
on  Sun Feb 28 23:03:06 2010 +0100

- Log -
Debian version 2.1.2+dfsg1-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAABCAAGBQJLiugmAAoJEJ7cyZHZq0V+dksP/0trbxnYORnk07KwjCfaC3ql
suJPWdedo2vfJxZNqOJn4VMle44wv49f/Sf4EV/hWqX8KdnhdEXQELiaM2ENavHJ
LH67Ze6f7ByTqvmcfdRNhW9zMQPU42qek6v1hyYSvcmUTbzrEMgFDuQl67+EpvND
qV+c16TV/KG2k+BWaVRLYEXqd0WjdCOc5vxahnydKaa9rBXqQH1y6i54YRlb71yp
REOho1nqgvm4St/G/uyjJ3P66YH1Eizq91iptsujpyf7rbmVsXcxKI9she0LqpDf
i+pIDNttO8+TRwkpkO8LSYK2PJMpG7hAxRmoTLHnXKWORiXBDxMLhVUgMjzuGxgw
D+yE+lLuRjnQ19YQW17tzMTbAxN54EFPvJutKR7QZ0YLiDGrVcb8dtgTly5sd+oJ
2zA3rNjx0eIwRyDjDHkyhC/jdpyrV5yL+XVm+1PWw2/KEoxgEfez/Y4jA9wjHP/u
K+KMLepT3X1Fxx5GKsLyYd4wZnhR0336tw4fml2vWSiZVLmDRj4L/0cDTGV+iMHk
pT6a15qf+LVhL0OIsCwobqs+gG4tIhOcpvQ32JEq7gUTg7hXXmIxDxef6BsiZWMZ
ZfeWSZf8UH+I+BGAm+/v70eTrMsRjjt7qf3Qigo88lj5G0sTlAWTvHpLjYYxMfl7
sR2e//Cp5qAx+x1p49eNiJwEAAEIAAYFAkuK6CYACgkQgQqfaeGImwB2SwP+LPoG
hsfPTXutZptex+ozVkYJvyH2UqmvLVzPatmLye/6eZGl4lIoh6vnaIofLpswAYCD
qtb76Sg1UfHjriiCanKXWWiAAs/tEQePJ6ue/L2dEeeJVDHNgjkvG8tA5yJzD5tr
B+7clKgMLe/xroGk4THRKt6e2DJyDJZKUNyMSXU=
=ZSbl
-END PGP SIGNATURE-

Gabriele Giacone (17):
  Added debian
  Added exec-maven-plugin dep
  d/con: long description fix
  d/ch: added ITP
  deps fix and junit in d/m.rules
  added quilt/topgit
  patch for jdom
  removed graphics-io dep
  updated d/copyright
  d/m.rules: added jdom
  fixed d/R.source
  Merge branch 'build' of 
git+ssh://git.debian.org/git/pkg-java/freehep/freehep-xml
  updated patches
  updated patches
  removed patches from master
  updated patches
  updated patches

Giovanni Mascellani (14):
  Std-ver - 3.8.4
  Merge branch 'master' into build
  Added quild section in README.source
  Merge branch 'master' of 
ssh://git.debian.org/git/pkg-java/freehep/freehep-xml
  Merge branch 'upstream'
  Version updated
  Merge branch 'master' into build
  Patches updated
  Patches updated
  Added repackaging comment
  Merge branch 'master' into build
  Copyright information about XMLCharacterProperties removed
  Description improved
  Merge branch 'master' into build

---


hooks/post-receive
-- 
FreeHEP XML Library

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


mini-dinstall: Successfully installed maven-debian-helper 0.8 to unstable

2010-02-28 Thread Mini-Dinstall
Package: maven-debian-helper
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Ludovic Claude ludovic.cla...@laposte.net
Architecture: source
Changes:
  * mh_make falls back on EMAIL when DEBEMAIL is not set
  * mh_make handles better multi projects
  * mh_make generates projects following the Debian 3.8.3 policy
  * Documentation improvements
  * maven.mk: unpatch the poms in cleanbuilddir, to have a good
clean sequence when maven.mk is used with a patch system -
clean target - mvn clean - rm tmp files - unpatch pom files
 - unpatch files with patch system
  * Read rules from the Maven repository to force the version of
Maven plugins to be the same as in the repository
  * maven.mk removes some elements from the POM files when their
use is against the Debian policy (repositories as they
imply downloading artifacts from the Internet,
distributionManagement as it implies publishing on the net
or in a location not controlled by Debian) or when they are
not needed and risk pulling out unwanted dependencies
(reports which is not used if a documentation package is
not generated)
  * maven.mk adds a patch to Maven to disable using the
maven-site-plugin when no documentation package is generated.
This helps to reduce the amount of build dependencies

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


[pkg-java] r11780 - trunk/maven-debian-helper

2010-02-28 Thread Torsten Werner
Author: twerner
Date: 2010-02-28 22:18:23 + (Sun, 28 Feb 2010)
New Revision: 11780

Removed:
   trunk/maven-debian-helper/bootstrap.sh
Log:
remove bootstrap.sh because it is no longer needed


Deleted: trunk/maven-debian-helper/bootstrap.sh
===
--- trunk/maven-debian-helper/bootstrap.sh  2010-02-28 22:00:59 UTC (rev 
11779)
+++ trunk/maven-debian-helper/bootstrap.sh  2010-02-28 22:18:23 UTC (rev 
11780)
@@ -1,76 +0,0 @@
-#!/bin/sh
-
-# This horror script is used to bootstrap maven-debian-helper.
-
-set -e
-
-JAVA_HOME=/usr/lib/jvm/java-6-openjdk
-REPO=/usr/share/maven-repo
-ODM=$REPO/org/debian/maven
-VERSION=$(dpkg-parsechangelog | sed -ne 's/Version: //p')
-DESTDIR=debian/maven-debian-helper
-
-boot() {
-  PKG=org/apache/maven/project
-  POM=$PKG/pom-4.0.0.xml
-  DIR=maven-debian-helper/src/main/resources
-  mkdir -p $PKG
-  sed '/startworkaround/,/endworkaround/d' $DIR/$POM  $POM
-  jar cf boot.jar org
-  rm -rf org
-  sed -e's,/.*/maven-debian-helper.jar,boot.jar,' \
-  -e's,org.debian.maven.Wrapper,org.apache.maven.cli.MavenCli,' \
-  etc/m2-debian.conf  boot.conf
-}
-
-scan() {
-  P_ARCHIVER=$(ls $REPO/org/codehaus/plexus/plexus-archiver/)
-  P_INTERPOLATION=$(ls $REPO/org/codehaus/plexus/plexus-interpolation/)
-  M_RESOURCES_P=$(ls $REPO/org/apache/maven/plugins/maven-resources-plugin/)
-  M_PLUGIN_P=$(ls $REPO/org/apache/maven/plugins/maven-plugin-plugin/)
-}
-
-maven() {
-  $JAVA_HOME/bin/java -cp /usr/share/maven2/boot/classworlds.jar \
--Dclassworlds.conf=boot.conf org.codehaus.classworlds.Launcher \
--setc/settings-debian.xml \
--Dorg.codehaus.plexus.plexus-archiver.version=$P_ARCHIVER \
--Dorg.codehaus.plexus.plexus-interpolation.version=$P_INTERPOLATION \
--Dorg.apache.maven.plugins.maven-resources-plugin.version=$M_RESOURCES_P 
\
--Dorg.apache.maven.plugins.maven-plugin-plugin.version=$M_PLUGIN_P \
-$@
-}
-
-debian_install() {
-  # parent pom
-  install -D -m644 pom.xml \
-$DESTDIR/$ODM/maven-debian/$VERSION/maven-debian-$VERSION.pom
-  # maven-debian-helper
-  dh_install -pmaven-debian-helper maven-debian-helper/target/*.jar \
-$ODM/maven-debian-helper/$VERSION/
-  dh_link -pmaven-debian-helper \
-$ODM/maven-debian-helper/$VERSION/maven-debian-helper-$VERSION.jar \
-/usr/share/java/maven-debian-helper.jar
-  install -D -m644 maven-debian-helper/pom.xml \
-$DESTDIR/$ODM/maven-debian-helper/$VERSION/maven-debian-helper-$VERSION.pom
-  # maven-debian-plugin
-  dh_install -pmaven-debian-helper maven-debian-plugin/target/*.jar \
-$ODM/maven-debian-plugin/$VERSION/
-  dh_link -pmaven-debian-helper \
-$ODM/maven-debian-plugin/$VERSION/maven-debian-plugin-$VERSION.jar \
-/usr/share/java/maven-debian-plugin.jar
-  install -D -m644 maven-debian-plugin/pom.xml \
-$DESTDIR/$ODM/maven-debian-plugin/$VERSION/maven-debian-plugin-$VERSION.pom
-}
-
-cleanup() {
-  maven clean
-  rm -f boot.jar boot.conf
-}
-
-boot
-scan
-maven package
-debian_install
-cleanup
-


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


Processing of maven-debian-helper_0.8_amd64.changes

2010-02-28 Thread Archive Administrator
maven-debian-helper_0.8_amd64.changes uploaded successfully to localhost
along with the files:
  maven-debian-helper_0.8.dsc
  maven-debian-helper_0.8.tar.gz
  maven-debian-helper_0.8_all.deb

Greetings,

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

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


maven-debian-helper_0.8_amd64.changes ACCEPTED

2010-02-28 Thread Archive Administrator



Accepted:
maven-debian-helper_0.8.dsc
  to main/m/maven-debian-helper/maven-debian-helper_0.8.dsc
maven-debian-helper_0.8.tar.gz
  to main/m/maven-debian-helper/maven-debian-helper_0.8.tar.gz
maven-debian-helper_0.8_all.deb
  to main/m/maven-debian-helper/maven-debian-helper_0.8_all.deb


Override entries for your package:
maven-debian-helper_0.8.dsc - source java
maven-debian-helper_0.8_all.deb - optional java

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.

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


[pkg-java] r11783 - trunk/libhtmlparser-java/debian

2010-02-28 Thread Tiago Saboga
Author: tiagosab-guest
Date: 2010-03-01 00:53:00 + (Mon, 01 Mar 2010)
New Revision: 11783

Modified:
   trunk/libhtmlparser-java/debian/rules
Log:
* Correct java-home to use with default-jdk


Modified: trunk/libhtmlparser-java/debian/rules
===
--- trunk/libhtmlparser-java/debian/rules   2010-02-28 22:20:21 UTC (rev 
11782)
+++ trunk/libhtmlparser-java/debian/rules   2010-03-01 00:53:00 UTC (rev 
11783)
@@ -3,7 +3,7 @@
 include /usr/share/cdbs/1/class/ant.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
-JAVA_HOME = /usr/lib/jvm/java-6-openjdk
+JAVA_HOME = /usr/lib/jvm/default-java
 DEB_ANT_BUILD_TARGET = jarparser javadoc filterbuilder thumbelina
 DEB_ANT_BUILDFILE = src/build.xml
 DEB_INSTALL_CHANGELOGS_ALL = docs/changes.txt


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


[pkg-java] r11784 - trunk/libbasicplayer-java/debian

2010-02-28 Thread Ahmed El-Mahmoudy
Author: aelmahmoudy-guest
Date: 2010-03-01 03:57:36 + (Mon, 01 Mar 2010)
New Revision: 11784

Modified:
   trunk/libbasicplayer-java/debian/changelog
   trunk/libbasicplayer-java/debian/control
Log:
* Remove default-jre | java5-runtime from Depends since this is a java
  library.


Modified: trunk/libbasicplayer-java/debian/changelog
===
--- trunk/libbasicplayer-java/debian/changelog  2010-03-01 00:53:00 UTC (rev 
11783)
+++ trunk/libbasicplayer-java/debian/changelog  2010-03-01 03:57:36 UTC (rev 
11784)
@@ -1,3 +1,10 @@
+libbasicplayer-java (3.0-5) UNRELEASED; urgency=low
+
+  * Remove default-jre | java5-runtime from Depends since this is a java
+library.
+
+ -- أحمد المحمودي (Ahmed El-Mahmoudy) aelmahmo...@users.sourceforge.net  
Mon, 01 Mar 2010 05:56:29 +0200
+
 libbasicplayer-java (3.0-4) unstable; urgency=low
 
   [ أحمد المحمودي (Ahmed El-Mahmoudy) ]

Modified: trunk/libbasicplayer-java/debian/control
===
--- trunk/libbasicplayer-java/debian/control2010-03-01 00:53:00 UTC (rev 
11783)
+++ trunk/libbasicplayer-java/debian/control2010-03-01 03:57:36 UTC (rev 
11784)
@@ -14,7 +14,7 @@
 
 Package: libbasicplayer-java
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, deafult-jre | java5-runtime
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: java-virtual-machine
 Description: threaded simple player class based on JavaSound API
  BasicPlayer layer is the simple player API of jlGui. These classes are


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

Processing of libbasicplayer-java_3.0-5_i386.changes

2010-02-28 Thread Archive Administrator
libbasicplayer-java_3.0-5_i386.changes uploaded successfully to localhost
along with the files:
  libbasicplayer-java_3.0-5.dsc
  libbasicplayer-java_3.0-5.debian.tar.gz
  libbasicplayer-java_3.0-5_all.deb

Greetings,

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

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


[pkg-java] r11785 - trunk/libbasicplayer-java/debian

2010-02-28 Thread Ahmed El-Mahmoudy
Author: aelmahmoudy-guest
Date: 2010-03-01 04:39:54 + (Mon, 01 Mar 2010)
New Revision: 11785

Modified:
   trunk/libbasicplayer-java/debian/changelog
Log:
Release 3.0-5


Modified: trunk/libbasicplayer-java/debian/changelog
===
--- trunk/libbasicplayer-java/debian/changelog  2010-03-01 03:57:36 UTC (rev 
11784)
+++ trunk/libbasicplayer-java/debian/changelog  2010-03-01 04:39:54 UTC (rev 
11785)
@@ -1,4 +1,4 @@
-libbasicplayer-java (3.0-5) UNRELEASED; urgency=low
+libbasicplayer-java (3.0-5) unstable; urgency=low
 
   * Remove default-jre | java5-runtime from Depends since this is a java
 library.


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


libbasicplayer-java_3.0-5_i386.changes ACCEPTED

2010-02-28 Thread Archive Administrator



Accepted:
libbasicplayer-java_3.0-5.debian.tar.gz
  to main/libb/libbasicplayer-java/libbasicplayer-java_3.0-5.debian.tar.gz
libbasicplayer-java_3.0-5.dsc
  to main/libb/libbasicplayer-java/libbasicplayer-java_3.0-5.dsc
libbasicplayer-java_3.0-5_all.deb
  to main/libb/libbasicplayer-java/libbasicplayer-java_3.0-5_all.deb


Override entries for your package:
libbasicplayer-java_3.0-5.dsc - source java
libbasicplayer-java_3.0-5_all.deb - optional java

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.

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


Bug#572035: libtomcat6-java and libjasper-java: error when trying to install together

2010-02-28 Thread Ralf Treinen
Package: libjasper-java,libtomcat6-java
Version: libjasper-java/5.5.26-4
Version: libtomcat6-java/6.0.24-2
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2010-02-28
Architecture: amd64
Distribution: sid

Hi,

automatic installation tests of packages that share a file and at the
same time do not conflict by their package dependency relationships has
detected the following problem:


WARNING: The following packages cannot be authenticated!
  openjdk-6-jre-lib java-common default-jre-headless ca-certificates-java
  tzdata-java libavahi-common-data libavahi-common3 libdbus-1-3
  libavahi-client3 libcups2 liblcms1 libjpeg62 libnspr4-0d libnss3-1d
  libfreetype6 openjdk-6-jre-headless libcommons-collections3-java
  libcommons-pool-java libcommons-dbcp-java libservlet2.4-java
  libcommons-el-java libcommons-logging-java libecj-java libjasper-java
  libservlet2.5-java libtomcat6-java
W: cowdancer: unsupported operation flock, read-only open and 
fchown/fchmod/flock are not supported: tried openning dev:inode of 2055:5407727
W: cowdancer: unsupported operation flock, read-only open and 
fchown/fchmod/flock are not supported: tried openning dev:inode of 2055:5407760
W: cowdancer: unsupported operation flock, read-only open and 
fchown/fchmod/flock are not supported: tried openning dev:inode of 2055:5406857
Authentication warning overridden.
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously deselected package openjdk-6-jre-lib.
(Reading database ... 12294 files and directories currently installed.)
Unpacking openjdk-6-jre-lib (from .../openjdk-6-jre-lib_6b18~pre1-1_all.deb) ...
Selecting previously deselected package java-common.
Unpacking java-common (from .../java-common_0.34_all.deb) ...
Selecting previously deselected package default-jre-headless.
Unpacking default-jre-headless (from .../default-jre-headless_1.6-34_amd64.deb) 
...
Selecting previously deselected package ca-certificates-java.
Unpacking ca-certificates-java (from .../ca-certificates-java_20091021_all.deb) 
...
Selecting previously deselected package tzdata-java.
Unpacking tzdata-java (from .../tzdata-java_2010b-1_all.deb) ...
Selecting previously deselected package libavahi-common-data.
Unpacking libavahi-common-data (from 
.../libavahi-common-data_0.6.25-3_amd64.deb) ...
Selecting previously deselected package libavahi-common3.
Unpacking libavahi-common3 (from .../libavahi-common3_0.6.25-3_amd64.deb) ...
Selecting previously deselected package libdbus-1-3.
Unpacking libdbus-1-3 (from .../libdbus-1-3_1.2.20-2_amd64.deb) ...
Selecting previously deselected package libavahi-client3.
Unpacking libavahi-client3 (from .../libavahi-client3_0.6.25-3_amd64.deb) ...
Selecting previously deselected package libcups2.
Unpacking libcups2 (from .../libcups2_1.4.2-9_amd64.deb) ...
Selecting previously deselected package liblcms1.
Unpacking liblcms1 (from .../liblcms1_1.18.dfsg-1.2+b1_amd64.deb) ...
Selecting previously deselected package libjpeg62.
Unpacking libjpeg62 (from .../libjpeg62_6b-16.1_amd64.deb) ...
Selecting previously deselected package libnspr4-0d.
Unpacking libnspr4-0d (from .../libnspr4-0d_4.8.3-1_amd64.deb) ...
Selecting previously deselected package libnss3-1d.
Unpacking libnss3-1d (from .../libnss3-1d_3.12.5-2_amd64.deb) ...
Selecting previously deselected package libfreetype6.
Unpacking libfreetype6 (from .../libfreetype6_2.3.11-1_amd64.deb) ...
Selecting previously deselected package openjdk-6-jre-headless.
Unpacking openjdk-6-jre-headless (from 
.../openjdk-6-jre-headless_6b18~pre1-1_amd64.deb) ...
Selecting previously deselected package libcommons-collections3-java.
Unpacking libcommons-collections3-java (from 
.../libcommons-collections3-java_3.2.1-4_all.deb) ...
Selecting previously deselected package libcommons-pool-java.
Unpacking libcommons-pool-java (from .../libcommons-pool-java_1.5.4-2_all.deb) 
...
Selecting previously deselected package libcommons-dbcp-java.
Unpacking libcommons-dbcp-java (from .../libcommons-dbcp-java_1.4-1_all.deb) ...
Selecting previously deselected package libservlet2.4-java.
Unpacking libservlet2.4-java (from .../libservlet2.4-java_5.0.30-12_all.deb) ...
Selecting previously deselected package libcommons-el-java.
Unpacking libcommons-el-java (from .../libcommons-el-java_1.0-6_all.deb) ...
Selecting previously deselected package libcommons-logging-java.
Unpacking libcommons-logging-java (from 
.../libcommons-logging-java_1.1.1-6_all.deb) ...
Selecting previously deselected package libecj-java.
Unpacking libecj-java (from .../libecj-java_3.5.1-1_all.deb) ...
Selecting previously deselected package libjasper-java.
Unpacking libjasper-java (from .../libjasper-java_5.5.26-4_all.deb) ...
Selecting previously deselected package libservlet2.5-java.
Unpacking libservlet2.5-java (from .../libservlet2.5-java_6.0.24-2_all.deb) ...
Selecting previously deselected package libtomcat6-java.
Unpacking libtomcat6-java (from .../libtomcat6-java_6.0.24-2_all.deb)