[SCM] hibernate-jbosscache: Integration of Hibernate with JBossCache branch, master, updated. debian/3.3.2.GA-1-3-g9863873

2011-09-25 Thread Miguel Landaeta
The following commit has been merged in the master branch:
commit 98638730fd6f0093dbd5d21c9471f727eaefc68c
Author: Miguel Landaeta mig...@miguel.cc
Date:   Sun Sep 25 11:35:42 2011 -0430

Revert Update dependencies list

This reverts commit b7c70e135454a0b9063e12500a45a21dcc80414e.

diff --git a/debian/changelog b/debian/changelog
index 106d50d..304ec63 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,5 @@
 libhibernate-jbosscache-java (3.3.2.GA-2) UNRELEASED; urgency=low
 
-  * Replace dependencies on libgeronimo-jta-1.0.1b-spec-java with
-libgeronimo-jta-1.1-spec-java. (Closes: #642726).
   * Bump Standards-Version to 3.9.2. No changes were required.
 
  -- Miguel Landaeta mig...@miguel.cc  Sat, 24 Sep 2011 17:03:21 -0430
diff --git a/debian/classpath b/debian/classpath
index 5ae69d2..761afcd 100644
--- a/debian/classpath
+++ b/debian/classpath
@@ -1 +1 @@
-hibernate-jbosscache.jar /usr/share/java/hibernate3.jar 
/usr/share/java/slf4j-api.jar /usr/share/java/geronimo-jta_1.1_spec.jar 
/usr/share/java/jboss-cache1.jar /usr/share/java/jboss-system.jar 
/usr/share/java/jboss-jmx.jar
+hibernate-jbosscache.jar /usr/share/java/hibernate3.jar 
/usr/share/java/slf4j-api.jar /usr/share/java/geronimo-jta-1.0.1b-spec.jar 
/usr/share/java/jboss-cache1.jar /usr/share/java/jboss-system.jar 
/usr/share/java/jboss-jmx.jar
diff --git a/debian/control b/debian/control
index f884805..ac72719 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Miguel Landaeta mig...@miguel.cc
 Section: java
 Priority: optional
 Build-Depends: debhelper (= 7.0.50~), default-jdk, javahelper,
- libhibernate3-java, libslf4j-java, libgeronimo-jta-1.1-spec-java,
+ libhibernate3-java, libslf4j-java, libgeronimo-jta-1.0.1b-spec-java,
  libjboss-cache1-java, libjboss-system-java, libjboss-jmx-java
 Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/git/pkg-java/libhibernate-jbosscache-java.git
@@ -12,7 +12,7 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-java/libhibernate-jbosscache-java.git
 
 Package: libhibernate-jbosscache-java
 Architecture: all
-Depends: libhibernate3-java, libslf4j-java, libgeronimo-jta-1.1-spec-java,
+Depends: libhibernate3-java, libslf4j-java, libgeronimo-jta-1.0.1b-spec-java,
  libjboss-cache1-java, libjboss-system-java, libjboss-jmx-java, ${misc:Depends}
 Description: Java library for integration of Hibernate with JBossCache
  This Java library provides support in Hibernate for JBossCache 1.x APIs.

-- 
hibernate-jbosscache: Integration of Hibernate with JBossCache

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


Bug#642726: libhibernate-jbosscache-java: FTBFS: TreeCache.java:126: cannot find symbol

2011-09-25 Thread Miguel Landaeta
reassign 642726 geronimo-jta-1.1-spec
forcemerge 640227 642726
thanks

This bug was fixed in geronimo-jta-1.1-spec 1.1.1-2.

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



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


Bug#642781: gradle: FTBFS: A problem occurred evaluating root project 'buildSrc'.

2011-09-25 Thread Miguel Landaeta
AFAIK, all available upstream releses of Gradle only support Groovy 1.7.x.

Since Groovy 1.7 is not going to be supported in wheezy and 1.8 is
considered the current stable by its upstream developers, Gradle can't
be used or built in sid and wheezy unfortunately.

This only will be solved when upstream begin to support Groovy 1.8.
For more information, please visit: http://issues.gradle.org/browse/GRADLE-1722.

A workaround for anybody interested in using this package is to
install an old Groovy 1.7 package. Groovy 1.7.10 worked for me
the last time I tried.

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


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

[SCM] hibernate-jbosscache: Integration of Hibernate with JBossCache branch, master, updated. debian/3.3.2.GA-1-2-g617a550

2011-09-24 Thread Miguel Landaeta
The following commit has been merged in the master branch:
commit 617a5500f96155fa450ca437552147caf860d27b
Author: Miguel Landaeta mig...@miguel.cc
Date:   Sat Sep 24 17:14:41 2011 -0430

Bump Standards-Version to 3.9.2

diff --git a/debian/changelog b/debian/changelog
index 4332bc6..106d50d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libhibernate-jbosscache-java (3.3.2.GA-2) UNRELEASED; 
urgency=low
 
   * Replace dependencies on libgeronimo-jta-1.0.1b-spec-java with
 libgeronimo-jta-1.1-spec-java. (Closes: #642726).
+  * Bump Standards-Version to 3.9.2. No changes were required.
 
  -- Miguel Landaeta mig...@miguel.cc  Sat, 24 Sep 2011 17:03:21 -0430
 
diff --git a/debian/control b/debian/control
index 56fb4e8..f884805 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Priority: optional
 Build-Depends: debhelper (= 7.0.50~), default-jdk, javahelper,
  libhibernate3-java, libslf4j-java, libgeronimo-jta-1.1-spec-java,
  libjboss-cache1-java, libjboss-system-java, libjboss-jmx-java
-Standards-Version: 3.9.0
+Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/git/pkg-java/libhibernate-jbosscache-java.git
 Vcs-Browser: http://git.debian.org/?p=pkg-java/libhibernate-jbosscache-java.git
 

-- 
hibernate-jbosscache: Integration of Hibernate with JBossCache

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


[SCM] hibernate-jbosscache: Integration of Hibernate with JBossCache branch, master, updated. debian/3.3.2.GA-1-2-g617a550

2011-09-24 Thread Miguel Landaeta
The following commit has been merged in the master branch:
commit b7c70e135454a0b9063e12500a45a21dcc80414e
Author: Miguel Landaeta mig...@miguel.cc
Date:   Sat Sep 24 17:08:06 2011 -0430

Update dependencies list

diff --git a/debian/changelog b/debian/changelog
index 4dafd9b..4332bc6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libhibernate-jbosscache-java (3.3.2.GA-2) UNRELEASED; urgency=low
+
+  * Replace dependencies on libgeronimo-jta-1.0.1b-spec-java with
+libgeronimo-jta-1.1-spec-java. (Closes: #642726).
+
+ -- Miguel Landaeta mig...@miguel.cc  Sat, 24 Sep 2011 17:03:21 -0430
+
 libhibernate-jbosscache-java (3.3.2.GA-1) unstable; urgency=low
 
   * Initial release. (Closes: #589598).
diff --git a/debian/classpath b/debian/classpath
index 761afcd..5ae69d2 100644
--- a/debian/classpath
+++ b/debian/classpath
@@ -1 +1 @@
-hibernate-jbosscache.jar /usr/share/java/hibernate3.jar 
/usr/share/java/slf4j-api.jar /usr/share/java/geronimo-jta-1.0.1b-spec.jar 
/usr/share/java/jboss-cache1.jar /usr/share/java/jboss-system.jar 
/usr/share/java/jboss-jmx.jar
+hibernate-jbosscache.jar /usr/share/java/hibernate3.jar 
/usr/share/java/slf4j-api.jar /usr/share/java/geronimo-jta_1.1_spec.jar 
/usr/share/java/jboss-cache1.jar /usr/share/java/jboss-system.jar 
/usr/share/java/jboss-jmx.jar
diff --git a/debian/control b/debian/control
index fe6a978..56fb4e8 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Miguel Landaeta mig...@miguel.cc
 Section: java
 Priority: optional
 Build-Depends: debhelper (= 7.0.50~), default-jdk, javahelper,
- libhibernate3-java, libslf4j-java, libgeronimo-jta-1.0.1b-spec-java,
+ libhibernate3-java, libslf4j-java, libgeronimo-jta-1.1-spec-java,
  libjboss-cache1-java, libjboss-system-java, libjboss-jmx-java
 Standards-Version: 3.9.0
 Vcs-Git: git://git.debian.org/git/pkg-java/libhibernate-jbosscache-java.git
@@ -12,7 +12,7 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-java/libhibernate-jbosscache-java.git
 
 Package: libhibernate-jbosscache-java
 Architecture: all
-Depends: libhibernate3-java, libslf4j-java, libgeronimo-jta-1.0.1b-spec-java,
+Depends: libhibernate3-java, libslf4j-java, libgeronimo-jta-1.1-spec-java,
  libjboss-cache1-java, libjboss-system-java, libjboss-jmx-java, ${misc:Depends}
 Description: Java library for integration of Hibernate with JBossCache
  This Java library provides support in Hibernate for JBossCache 1.x APIs.

-- 
hibernate-jbosscache: Integration of Hibernate with JBossCache

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


[pkg-java] r14982 - trunk/ant/debian

2011-09-21 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-09-21 14:36:38 + (Wed, 21 Sep 2011)
New Revision: 14982

Modified:
   trunk/ant/debian/changelog
   trunk/ant/debian/control
   trunk/ant/debian/rules
Log:
Provide ant-junit4.jar

Modified: trunk/ant/debian/changelog
===
--- trunk/ant/debian/changelog  2011-09-21 12:56:49 UTC (rev 14981)
+++ trunk/ant/debian/changelog  2011-09-21 14:36:38 UTC (rev 14982)
@@ -1,3 +1,10 @@
+ant (1.8.2-4) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Provide ant-junit4.jar.
+
+ -- Miguel Landaeta mig...@miguel.cc  Tue, 13 Sep 2011 19:59:30 -0430
+
 ant (1.8.2-3) unstable; urgency=low
 
   * Team upload.

Modified: trunk/ant/debian/control
===
--- trunk/ant/debian/control2011-09-21 12:56:49 UTC (rev 14981)
+++ trunk/ant/debian/control2011-09-21 14:36:38 UTC (rev 14982)
@@ -6,7 +6,7 @@
  Ludovic Claude ludovic.cla...@laposte.net, Torsten Werner 
twer...@debian.org,
  James Page james.p...@canonical.com
 Build-Depends: cdbs (= 0.4.8), debhelper (= 7), default-jdk, 
maven-repo-helper ( 1.0),
- libxerces2-java, libbsf-java (= 2.3.0rc1), liboro-java, libxalan2-java (= 
2.4.0), junit, antlr,
+ libxerces2-java, libbsf-java (= 2.3.0rc1), liboro-java, libxalan2-java (= 
2.4.0), junit, junit4, antlr,
  liblog4j1.2-java, libregexp-java, libbcel-java (= 5.0), 
libcommons-logging-java, libjdepend-java,
  libgnumail-java, libxml-commons-resolver1.1-java, libcommons-net-java, 
libjsch-java, libjaxp1.3-java,
  gcj-native-helper

Modified: trunk/ant/debian/rules
===
--- trunk/ant/debian/rules  2011-09-21 12:56:49 UTC (rev 14981)
+++ trunk/ant/debian/rules  2011-09-21 14:36:38 UTC (rev 14982)
@@ -28,7 +28,7 @@
 PACKAGE  := $(DEB_SOURCE_PACKAGE)
 VERSION  := $(DEB_UPSTREAM_VERSION)
 JAR_PATH := /usr/share/java
-CLASSPATH := 
${JAR_PATH}/activation.jar:${JAR_PATH}/antlr.jar:${JAR_PATH}/bcel.jar:${JAR_PATH}/bsf.jar:${JAR_PATH}/commons-logging.jar:${JAR_PATH}/gnumail.jar:${JAR_PATH}/inetlib.jar:${JAR_PATH}/jdepend.jar:${JAR_PATH}/junit.jar:${JAR_PATH}/log4j-1.2.jar:${JAR_PATH}/oro.jar:${JAR_PATH}/regexp.jar:${JAR_PATH}/xalan2.jar:${JAR_PATH}/xml-resolver-1.2.jar:${JAR_PATH}/commons-net.jar:${JAR_PATH}/jsch.jar
+CLASSPATH := 
${JAR_PATH}/activation.jar:${JAR_PATH}/antlr.jar:${JAR_PATH}/bcel.jar:${JAR_PATH}/bsf.jar:${JAR_PATH}/commons-logging.jar:${JAR_PATH}/gnumail.jar:${JAR_PATH}/inetlib.jar:${JAR_PATH}/jdepend.jar:${JAR_PATH}/junit.jar:${JAR_PATH}/log4j-1.2.jar:${JAR_PATH}/oro.jar:${JAR_PATH}/regexp.jar:${JAR_PATH}/xalan2.jar:${JAR_PATH}/xml-resolver-1.2.jar:${JAR_PATH}/commons-net.jar:${JAR_PATH}/jsch.jar:${JAR_PATH}/junit4.jar
 
 build-ant: stamp-build-ant
 stamp-build-ant:
@@ -87,6 +87,7 @@
mh_installjar -pant-optional -l src/etc/poms/ant-junit/pom.xml 
build/lib/ant-junit.jar /usr/share/ant/lib/ant-junit.jar
mh_installjar -pant-optional -l src/etc/poms/ant-swing/pom.xml 
build/lib/ant-swing.jar /usr/share/ant/lib/ant-swing.jar
mh_installjar -pant-optional -l src/etc/poms/ant-testutil/pom.xml 
build/lib/ant-testutil.jar /usr/share/ant/lib/ant-testutil.jar
+   mh_installjar -pant-optional -l src/etc/poms/ant-junit4/pom.xml 
build/lib/ant-junit4.jar /usr/share/ant/lib/ant-junit4.jar
#mh_installjar -pant-optional src/etc/poms/ant-jai/pom.xml 
ant-jai/build/ant-jai-$(VERSION).jar
#mh_installjar -pant-optional src/etc/poms/ant-netrexx/pom.xml 
ant-netrexx/build/ant-netrexx-$(VERSION).jar
#mh_installjar -pant-optional src/etc/poms/ant-starteam/pom.xml 
ant-starteam/build/ant-starteam-$(VERSION).jar


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


[pkg-java] r14983 - tags/groovy

2011-09-21 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-09-21 16:30:16 + (Wed, 21 Sep 2011)
New Revision: 14983

Added:
   tags/groovy/1.9.0~beta3-1/
Log:
tagging upload of 1.9.0~beta3-1


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


[pkg-java] r14984 - in tags: . groovy

2011-09-21 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-09-21 16:34:03 + (Wed, 21 Sep 2011)
New Revision: 14984

Added:
   tags/groovy/1.8.1-1/
Removed:
   tags/1.8.1-1/
Log:
Put tag of groovy 1.8.1-1 in the correct directory


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


[pkg-java] r14985 - in tags: . libspring-java

2011-09-21 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-09-21 16:36:25 + (Wed, 21 Sep 2011)
New Revision: 14985

Added:
   tags/libspring-java/3.1.0~M2-1/
Removed:
   tags/3.1.0~M2-1/
Log:
Put tag of libspring-java 3.1.0~M2-1 in the correct directory


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


[pkg-java] r14986 - in tags: . libspring-java

2011-09-21 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-09-21 16:37:32 + (Wed, 21 Sep 2011)
New Revision: 14986

Added:
   tags/libspring-java/3.1.0~M2-2/
Removed:
   tags/3.1.0~M2-2/
Log:
Put tag of libspring-java 3.1.0~M2-2 in the correct directory


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


[pkg-java] r14961 - branches/groovy/1.9/debian

2011-09-20 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-09-20 17:00:30 + (Tue, 20 Sep 2011)
New Revision: 14961

Modified:
   branches/groovy/1.9/debian/changelog
   branches/groovy/1.9/debian/control
   branches/groovy/1.9/debian/orig-tar.sh
   branches/groovy/1.9/debian/rules
   branches/groovy/1.9/debian/watch
Log:
New upstream release


Modified: branches/groovy/1.9/debian/changelog
===
--- branches/groovy/1.9/debian/changelog2011-09-19 22:11:41 UTC (rev 
14960)
+++ branches/groovy/1.9/debian/changelog2011-09-20 17:00:30 UTC (rev 
14961)
@@ -1,3 +1,9 @@
+groovy (1.9.0~beta3-1) experimental; urgency=low
+
+  * New upstream release.
+
+ -- Miguel Landaeta mig...@miguel.cc  Mon, 19 Sep 2011 22:47:10 -0430
+
 groovy (1.8.2-1) unstable; urgency=low
 
   * New upstream release.

Modified: branches/groovy/1.9/debian/control
===
--- branches/groovy/1.9/debian/control  2011-09-19 22:11:41 UTC (rev 14960)
+++ branches/groovy/1.9/debian/control  2011-09-20 17:00:30 UTC (rev 14961)
@@ -12,8 +12,8 @@
  tofrodos, ivy, libqdox-java, libjarjar-java, libjansi-java
 Standards-Version: 3.9.2
 Homepage: http://groovy.codehaus.org/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/groovy/
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/groovy/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/branches/groovy/1.9
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/branches/groovy/1.9
 
 Package: groovy
 Architecture: all

Modified: branches/groovy/1.9/debian/orig-tar.sh
===
--- branches/groovy/1.9/debian/orig-tar.sh  2011-09-19 22:11:41 UTC (rev 
14960)
+++ branches/groovy/1.9/debian/orig-tar.sh  2011-09-20 17:00:30 UTC (rev 
14961)
@@ -2,7 +2,8 @@
 
 # called by uscan with '--upstream-version' version file
 TAR=../groovy_$2.orig.tar.gz
-DIR=groovy-$2
+VERSION=$(echo $2 | sed 's/~beta/-beta-/g')
+DIR=groovy-$VERSION
 
 # clean up the upstream tarball
 unzip $3

Modified: branches/groovy/1.9/debian/rules
===
--- branches/groovy/1.9/debian/rules2011-09-19 22:11:41 UTC (rev 14960)
+++ branches/groovy/1.9/debian/rules2011-09-20 17:00:30 UTC (rev 14961)
@@ -5,6 +5,7 @@
 
 PACKAGE  := $(DEB_SOURCE_PACKAGE)
 VERSION  := $(DEB_UPSTREAM_VERSION)
+DEB_UPSTREAM_VERSION := $(shell echo $(DEB_UPSTREAM_VERSION)| sed 
's/~beta/-beta-/')
 JAVA_HOME   := /usr/lib/jvm/default-java
 DEB_ANT_BUILDFILE:= build.xml
 DEB_ANT_BUILD_TARGET := install doc

Modified: branches/groovy/1.9/debian/watch
===
--- branches/groovy/1.9/debian/watch2011-09-19 22:11:41 UTC (rev 14960)
+++ branches/groovy/1.9/debian/watch2011-09-20 17:00:30 UTC (rev 14961)
@@ -1,2 +1,3 @@
 version=3
-http://dist.groovy.codehaus.org/distributions/ groovy-src-(.*1\.8.*).zip 
debian debian/orig-tar.sh
+opts=uversionmangle=s/-beta-/~beta/ \
+http://dist.groovy.codehaus.org/distributions/ groovy-src-(.*).zip debian 
debian/orig-tar.sh


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


[pkg-java] r14970 - in branches/libspring-java/3.1/debian: . patches

2011-09-20 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-09-21 01:22:03 + (Wed, 21 Sep 2011)
New Revision: 14970

Removed:
   branches/libspring-java/3.1/debian/patches/0007_no_jruby.diff
Modified:
   branches/libspring-java/3.1/debian/build-classpath
   branches/libspring-java/3.1/debian/changelog
   branches/libspring-java/3.1/debian/control
   branches/libspring-java/3.1/debian/patches/series
Log:
Since JRuby is now in main, re-enable it in libspring-context-java

Modified: branches/libspring-java/3.1/debian/build-classpath
===
--- branches/libspring-java/3.1/debian/build-classpath  2011-09-20 21:19:45 UTC 
(rev 14969)
+++ branches/libspring-java/3.1/debian/build-classpath  2011-09-21 01:22:03 UTC 
(rev 14970)
@@ -66,6 +66,7 @@
 /usr/share/java/jsf-api.jar
 /usr/share/java/jsp-api-2.1.jar
 /usr/share/java/junit4.jar
+/usr/share/java/jruby.jar
 /usr/share/java/jxl.jar
 /usr/share/java/openjpa.jar
 /usr/share/java/portlet-api.jar

Modified: branches/libspring-java/3.1/debian/changelog
===
--- branches/libspring-java/3.1/debian/changelog2011-09-20 21:19:45 UTC 
(rev 14969)
+++ branches/libspring-java/3.1/debian/changelog2011-09-21 01:22:03 UTC 
(rev 14970)
@@ -1,9 +1,13 @@
-libspring-java (3.1.0~M2-2) UNRELEASED; urgency=low
+libspring-java (3.1.0~M2-1miguel1) unstable; urgency=low
 
+  [ Miguel Landaeta ]
   * Use jibx-run-1.2.jar symlink in build classpath.
 
- -- Miguel Landaeta mig...@miguel.cc  Tue, 06 Sep 2011 21:45:02 -0430
+  [ Damien Raude-Morvan ]
+  * Since JRuby is now in main, re-enable it in libspring-context-java.
 
+ -- Miguel Landaeta mig...@miguel.cc  Tue, 20 Sep 2011 19:33:09 -0430
+
 libspring-java (3.1.0~M2-1) experimental; urgency=low
 
   [ Miguel Landaeta ]

Modified: branches/libspring-java/3.1/debian/control
===
--- branches/libspring-java/3.1/debian/control  2011-09-20 21:19:45 UTC (rev 
14969)
+++ branches/libspring-java/3.1/debian/control  2011-09-21 01:22:03 UTC (rev 
14970)
@@ -18,7 +18,7 @@
  libjibx1.2-java, libjoda-time-java, libjsf-api-java, libopenjpa-java, 
libportlet-api-2.0-spec-java,
  libquartz-java, librome-java, libservlet2.5-java, libspring-build-java, 
libstruts1.2-java,
  libtiles-java, libtomcat6-java, libvelocity-tools-java, libxmlbeans-java, 
libxstream-java,
- testng, velocity, libhttpcore-java, libhttpclient-java (= 4.1.1), 
libservlet3.0-java
+ testng, velocity, libhttpcore-java, libhttpclient-java (= 4.1.1), 
libservlet3.0-java, jruby
 Standards-Version: 3.9.2
 Homepage: http://springframework.org/about
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libspring-java/
@@ -66,7 +66,7 @@
 Depends: ${misc:Depends}, libspring-aop-java (= ${source:Version}), 
libspring-beans-java (= ${source:Version}), libspring-core-java (= 
${source:Version}), libspring-expression-java (= ${source:Version})
 Recommends: libspring-instrument-java (= ${source:Version}), 
libbackport-util-concurrent-java, libtomcat6-java, 
libgeronimo-ejb-3.0-spec-java, libatinject-jsr330-api-java, glassfish-javaee,
  libjodatime-java, libasm3-java, libaopalliance-java, libcglib-java, 
libgeronimo-validation-1.0-spec-java, libgeronimo-jms-1.1-spec-java
-Suggests: bsh, groovy
+Suggests: jruby, bsh, groovy
 Description: modular Java/J2EE application framework - Context
  Spring is a layered Java/J2EE application framework offering a lot of freedom
  to Java developers yet providing well documented and easy-to-use solutions for

Deleted: branches/libspring-java/3.1/debian/patches/0007_no_jruby.diff
===
--- branches/libspring-java/3.1/debian/patches/0007_no_jruby.diff   
2011-09-20 21:19:45 UTC (rev 14969)
+++ branches/libspring-java/3.1/debian/patches/0007_no_jruby.diff   
2011-09-21 01:22:03 UTC (rev 14970)
@@ -1,23 +0,0 @@
-Description: JRuby is not available in main yet
-Author: Miguel Landaeta mig...@miguel.cc
-Forwarded: not-needed
-Last-Update: 2010-07-01
-
 a/projects/org.springframework.context/build.xml
-+++ b/projects/org.springframework.context/build.xml
-@@ -4,4 +4,15 @@
-   property file=${basedir}/../build.versions/
-   import file=${basedir}/../build-spring-framework/package-bundle.xml/
-   import file=${basedir}/../spring-build/standard/default.xml/
-+
-+  macrodef name=pre-compile
-+  attribute name=classpath.id/
-+  attribute name=input.dir/
-+  attribute name=output.dir/
-+  attribute name=resources.dir/
-+  sequential
-+  delete 
dir=${basedir}/src/main/java/org/springframework/scripting/jruby/
-+  /sequential
-+  /macrodef
-+
- /project

Modified: branches/libspring-java/3.1/debian/patches/series
===
--- branches/libspring-java/3.1/debian

[pkg-java] r14971 - branches/libspring-java/3.1/debian

2011-09-20 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-09-21 01:24:37 + (Wed, 21 Sep 2011)
New Revision: 14971

Modified:
   branches/libspring-java/3.1/debian/changelog
Log:
Fix typo with version and distribution

Modified: branches/libspring-java/3.1/debian/changelog
===
--- branches/libspring-java/3.1/debian/changelog2011-09-21 01:22:03 UTC 
(rev 14970)
+++ branches/libspring-java/3.1/debian/changelog2011-09-21 01:24:37 UTC 
(rev 14971)
@@ -1,4 +1,4 @@
-libspring-java (3.1.0~M2-1miguel1) unstable; urgency=low
+libspring-java (3.1.0~M2-2) UNRELEASED; urgency=low
 
   [ Miguel Landaeta ]
   * Use jibx-run-1.2.jar symlink in build classpath.


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


[pkg-java] r14972 - trunk/mina2/debian

2011-09-20 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-09-21 01:50:56 + (Wed, 21 Sep 2011)
New Revision: 14972

Modified:
   trunk/mina2/debian/changelog
   trunk/mina2/debian/control
   trunk/mina2/debian/rules
Log:
Switch to default-jdk

Modified: trunk/mina2/debian/changelog
===
--- trunk/mina2/debian/changelog2011-09-21 01:24:37 UTC (rev 14971)
+++ trunk/mina2/debian/changelog2011-09-21 01:50:56 UTC (rev 14972)
@@ -1,3 +1,10 @@
+mina2 (2.0.4+dfsg-2) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Switch to default-jdk. (Closes: #642279).
+
+ -- Miguel Landaeta mig...@miguel.cc  Tue, 20 Sep 2011 21:12:47 -0430
+
 mina2 (2.0.4+dfsg-1) unstable; urgency=low
 
   [ Miguel Landaeta ]

Modified: trunk/mina2/debian/control
===
--- trunk/mina2/debian/control  2011-09-21 01:24:37 UTC (rev 14971)
+++ trunk/mina2/debian/control  2011-09-21 01:50:56 UTC (rev 14972)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Damien Raude-Morvan draz...@debian.org
-Build-Depends: debhelper (= 7), ant, cdbs, openjdk-6-jdk
+Build-Depends: debhelper (= 7), ant, cdbs, default-jdk
 Build-Depends-Indep: libslf4j-java, libjzlib-java,
   libmx4j-java, libspring-beans-java, libtomcat6-java, libognl-java, 
librxtx-java,
   maven-repo-helper

Modified: trunk/mina2/debian/rules
===
--- trunk/mina2/debian/rules2011-09-21 01:24:37 UTC (rev 14971)
+++ trunk/mina2/debian/rules2011-09-21 01:50:56 UTC (rev 14972)
@@ -3,8 +3,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
 
-# Use OpenJDK6 to compile Java 1.5 source files
-JAVA_HOME := /usr/lib/jvm/java-6-openjdk
+JAVA_HOME := /usr/lib/jvm/default-java
 
 DEB_JARS  := slf4j-api jzlib mx4j spring3-core spring3-beans ognl \
  /usr/share/tomcat6/lib/tomcat-coyote.jar \


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


[pkg-java] r14973 - trunk/mina2/debian

2011-09-20 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-09-21 01:54:46 + (Wed, 21 Sep 2011)
New Revision: 14973

Modified:
   trunk/mina2/debian/changelog
   trunk/mina2/debian/copyright
Log:
Make copyright file DEP-5 compliant

Modified: trunk/mina2/debian/changelog
===
--- trunk/mina2/debian/changelog2011-09-21 01:50:56 UTC (rev 14972)
+++ trunk/mina2/debian/changelog2011-09-21 01:54:46 UTC (rev 14973)
@@ -2,6 +2,7 @@
 
   * Team upload.
   * Switch to default-jdk. (Closes: #642279).
+  * Make copyright file DEP-5 compliant.
 
  -- Miguel Landaeta mig...@miguel.cc  Tue, 20 Sep 2011 21:12:47 -0430
 

Modified: trunk/mina2/debian/copyright
===
--- trunk/mina2/debian/copyright2011-09-21 01:50:56 UTC (rev 14972)
+++ trunk/mina2/debian/copyright2011-09-21 01:54:46 UTC (rev 14973)
@@ -1,6 +1,6 @@
-Format-Specification: http://dep.debian.net/deps/dep5/
-Name: Apache Mina
-Maintainer: Apache Software Foundation, http://mina.apache.org/
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: Apache Mina
+Upstream-Contact: Apache Software Foundation, http://mina.apache.org/
 Source: http://www.apache.org/dist/mina/
 
 Files: *
@@ -13,6 +13,6 @@
 Copyright: Copyright (C) 2008, Rail Aliev r...@i-rs.ru
 License: Apache-2.0
 
-License: Apache 2.0
+License: Apache-2.0
   On Debian GNU/Linux system you can find the complete text of the
   Apache-2.0 license in `/usr/share/common-licenses/Apache-2.0'


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


Bug#642280: jasperreports: FTBFS: Unmet dependencies

2011-09-20 Thread Miguel Landaeta
-java but it is not going 
to be installed
 Depends: libspring-core-java but it is not 
going to be installed
 Depends: libspring-beans-java but it is not 
going to be installed
 Depends: libcommons-digester-java but it is 
not going to be installed
 Depends: libcommons-collections3-java but it 
is not going to be installed
 Depends: libcommons-logging-java but it is not 
going to be installed
 Depends: libcommons-beanutils-java but it is 
not going to be installed
 Depends: libcommons-codec-java but it is not 
going to be installed
 Depends: libcommons-javaflow-java but it is 
not going to be installed
 Depends: libecj-java but it is not going to be 
installed
 Depends: libxalan2-java but it is not going to 
be installed
 Depends: libjaxen-java but it is not going to 
be installed
 Depends: libxml-commons-external-java but it 
is not going to be installed
 Depends: libjexcelapi-java but it is not going 
to be installed
 Depends: libjakarta-poi-java (= 3.2)
 Depends: libitext-java but it is not going to 
be installed
 Depends: libbatik-java (= 1.7) but it is not 
going to be installed
 Depends: libjfreechart-java but it is not 
going to be installed
 Depends: libhibernate3-java but it is not 
going to be installed
 Depends: glassfish-javaee but it is not going 
to be installed
 Depends: maven-repo-helper but it is not going 
to be installed
 Depends: libmondrian-java but it is not going 
to be installed
 Depends: libolap4j-java but it is not going to 
be installed
 Depends: libantlr-java but it is not going to 
be installed
 Depends: librhino-java but it is not going to 
be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a 
solution).

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (800, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (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

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche
W: /root/.pbuilderrc does not exist
I: using fakeroot in build.
I: Current time: Tue Sep 20 22:30:47 VET 2011
I: pbuilder-time-stamp: 1316574047
I: Building the build Environment
I: extracting base tarball [/var/cache/pbuilder/base.tgz]
I: creating local configuration
I: copying local configuration
I: mounting /proc filesystem
I: mounting /dev/pts filesystem
I: Mounting /var/cache/pbuilder/ccache
I: policy-rc.d already exists
I: Obtaining the cached apt archive contents
I: Setting up ccache
I: Installing the build-deps
 - Attempting to satisfy build-dependencies
 - Creating pbuilder-satisfydepends-dummy package
Package: pbuilder-satisfydepends-dummy
Version: 0.invalid.0
Architecture: amd64
Maintainer: Debian Pbuilder Team pbuilder-ma...@lists.alioth.debian.org
Description: Dummy package to satisfy dependencies with aptitude - created by 
pbuilder
 This package was created automatically by pbuilder to satisfy the
 build-dependencies of the package being currently built.
Depends: cdbs, debhelper (= 7), default-jdk, ant, ant-optional, bsh, 
libasm2-java, groovy, libjcommon-java, libspring-core-java, 
libspring-beans-java, libcommons-digester-java, libcommons-collections3-java, 
libcommons-logging-java, libcommons-beanutils-java, libcommons-codec-java, 
libcommons-javaflow-java, libecj-java, libxalan2-java, libjaxen-java, 
libxml-commons-external-java, libjexcelapi-java, libjakarta-poi-java (= 3.2), 
libitext-java, libbatik-java (= 1.7), libjfreechart-java, libhibernate3-java, 
glassfish-javaee, maven-repo-helper, libmondrian-java, libolap4j-java, 
libantlr-java, librhino-java
dpkg-deb: building package `pbuilder-satisfydepends-dummy' in 
`/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
Selecting previously deselected package pbuilder-satisfydepends-dummy.
(Reading database ... 10863 files and directories currently installed.)
Unpacking pbuilder-satisfydepends-dummy (from 
.../pbuilder-satisfydepends-dummy.deb) ...
dpkg: pbuilder-satisfydepends-dummy: dependency problems, but configuring 
anyway as you requested:
 pbuilder

[pkg-java] r14945 - trunk/libstax-java/debian

2011-09-19 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-09-19 17:00:58 + (Mon, 19 Sep 2011)
New Revision: 14945

Modified:
   trunk/libstax-java/debian/changelog
   trunk/libstax-java/debian/control
   trunk/libstax-java/debian/rules
Log:
Switch to default-jdk


Modified: trunk/libstax-java/debian/changelog
===
--- trunk/libstax-java/debian/changelog 2011-09-19 16:16:12 UTC (rev 14944)
+++ trunk/libstax-java/debian/changelog 2011-09-19 17:00:58 UTC (rev 14945)
@@ -1,3 +1,10 @@
+libstax-java (1.2.0-3) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Switch to default-jdk. (Closes: #642119),
+
+ -- Miguel Landaeta mig...@miguel.cc  Mon, 19 Sep 2011 13:24:01 -0430
+
 libstax-java (1.2.0-2) unstable; urgency=low
 
   * Team upload.

Modified: trunk/libstax-java/debian/control
===
--- trunk/libstax-java/debian/control   2011-09-19 16:16:12 UTC (rev 14944)
+++ trunk/libstax-java/debian/control   2011-09-19 17:00:58 UTC (rev 14945)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Ludovic Claude ludovic.cla...@laposte.net
-Build-Depends: debhelper (= 7), cdbs, openjdk-6-jdk
+Build-Depends: debhelper (= 7), cdbs, default-jdk
 Build-Depends-Indep: ant, ant-optional, junit, libjaxp1.3-java
 Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/stax

Modified: trunk/libstax-java/debian/rules
===
--- trunk/libstax-java/debian/rules 2011-09-19 16:16:12 UTC (rev 14944)
+++ trunk/libstax-java/debian/rules 2011-09-19 17:00:58 UTC (rev 14945)
@@ -7,7 +7,7 @@
 PACKAGE  := $(DEB_SOURCE_PACKAGE)
 VERSION  := $(DEB_UPSTREAM_VERSION)
 API_VERSION  := 1.0.1
-JAVA_HOME:= /usr/lib/jvm/java-6-openjdk
+JAVA_HOME:= /usr/lib/jvm/default-java
 DEB_JARS := xml-apis junit
 DEB_ANT_BUILD_TARGET := ri_bin_dist javadoc
 


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


[pkg-java] r14946 - trunk/libstax-java/debian

2011-09-19 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-09-19 17:12:37 + (Mon, 19 Sep 2011)
New Revision: 14946

Modified:
   trunk/libstax-java/debian/changelog
   trunk/libstax-java/debian/control
Log:
Bump Standards-Version to 3.9.2


Modified: trunk/libstax-java/debian/changelog
===
--- trunk/libstax-java/debian/changelog 2011-09-19 17:00:58 UTC (rev 14945)
+++ trunk/libstax-java/debian/changelog 2011-09-19 17:12:37 UTC (rev 14946)
@@ -2,6 +2,7 @@
 
   * Team upload.
   * Switch to default-jdk. (Closes: #642119),
+  * Bump Standards-Version to 3.9.2. No changes were required.
 
  -- Miguel Landaeta mig...@miguel.cc  Mon, 19 Sep 2011 13:24:01 -0430
 

Modified: trunk/libstax-java/debian/control
===
--- trunk/libstax-java/debian/control   2011-09-19 17:00:58 UTC (rev 14945)
+++ trunk/libstax-java/debian/control   2011-09-19 17:12:37 UTC (rev 14946)
@@ -5,7 +5,7 @@
 Uploaders: Ludovic Claude ludovic.cla...@laposte.net
 Build-Depends: debhelper (= 7), cdbs, default-jdk
 Build-Depends-Indep: ant, ant-optional, junit, libjaxp1.3-java
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/stax
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/stax
 Homepage: http://stax.codehaus.org/


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


[pkg-java] r14949 - trunk/libstax-java/debian

2011-09-19 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-09-19 18:25:21 + (Mon, 19 Sep 2011)
New Revision: 14949

Modified:
   trunk/libstax-java/debian/changelog
   trunk/libstax-java/debian/control
Log:
Update Vcs-* fields


Modified: trunk/libstax-java/debian/changelog
===
--- trunk/libstax-java/debian/changelog 2011-09-19 17:51:47 UTC (rev 14948)
+++ trunk/libstax-java/debian/changelog 2011-09-19 18:25:21 UTC (rev 14949)
@@ -3,6 +3,7 @@
   * Team upload.
   * Switch to default-jdk. (Closes: #642119),
   * Bump Standards-Version to 3.9.2. No changes were required.
+  * Update Vcs-* fields.
 
  -- Miguel Landaeta mig...@miguel.cc  Mon, 19 Sep 2011 13:24:01 -0430
 

Modified: trunk/libstax-java/debian/control
===
--- trunk/libstax-java/debian/control   2011-09-19 17:51:47 UTC (rev 14948)
+++ trunk/libstax-java/debian/control   2011-09-19 18:25:21 UTC (rev 14949)
@@ -6,8 +6,8 @@
 Build-Depends: debhelper (= 7), cdbs, default-jdk
 Build-Depends-Indep: ant, ant-optional, junit, libjaxp1.3-java
 Standards-Version: 3.9.2
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/stax
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/stax
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libstax-java
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libstax-java
 Homepage: http://stax.codehaus.org/
 
 Package: libstax-java


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


[pkg-java] r14950 - trunk/libstax-java/debian

2011-09-19 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-09-19 18:41:04 + (Mon, 19 Sep 2011)
New Revision: 14950

Modified:
   trunk/libstax-java/debian/changelog
   trunk/libstax-java/debian/copyright
Log:
Make copyright file DEP-5 compliant


Modified: trunk/libstax-java/debian/changelog
===
--- trunk/libstax-java/debian/changelog 2011-09-19 18:25:21 UTC (rev 14949)
+++ trunk/libstax-java/debian/changelog 2011-09-19 18:41:04 UTC (rev 14950)
@@ -4,6 +4,7 @@
   * Switch to default-jdk. (Closes: #642119),
   * Bump Standards-Version to 3.9.2. No changes were required.
   * Update Vcs-* fields.
+  * Make copyright file DEP-5 compliant.
 
  -- Miguel Landaeta mig...@miguel.cc  Mon, 19 Sep 2011 13:24:01 -0430
 

Modified: trunk/libstax-java/debian/copyright
===
--- trunk/libstax-java/debian/copyright 2011-09-19 18:25:21 UTC (rev 14949)
+++ trunk/libstax-java/debian/copyright 2011-09-19 18:41:04 UTC (rev 14950)
@@ -1,6 +1,6 @@
-Format-Specification: http://dep.debian.net/deps/dep5/
-Name: StAX
-Maintainer: Codehaus
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: StAX
+Upstream-Contact: Codehaus
 Source: http://stax.codehaus.org/
 
 Files: *
@@ -17,7 +17,8 @@
 Copyright: 2002-2004, The Apache Software Foundation.
 License: Apache-2.0
 
-Files: src/com/bea/xml/stream/reader/XmlChars.java, 
src/com/bea/xml/stream/reader/XmlReader.java
+Files: src/com/bea/xml/stream/reader/XmlChars.java
+ src/com/bea/xml/stream/reader/XmlReader.java
 Copyright: 2002-2004, The Apache Software Foundation.
 License: Apache-2.0
 


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


[pkg-java] r14958 - branches/groovy

2011-09-19 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-09-19 22:05:22 + (Mon, 19 Sep 2011)
New Revision: 14958

Added:
   branches/groovy/1.9/
Log:
Create 1.9 branch


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


[pkg-java] r14959 - branches/groovy/1.9

2011-09-19 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-09-19 22:07:22 + (Mon, 19 Sep 2011)
New Revision: 14959

Added:
   branches/groovy/1.9/groovy/
Log:
Copy trunk to 1.9 branch


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


[pkg-java] r14960 - branches/groovy/1.9

2011-09-19 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-09-19 22:11:41 + (Mon, 19 Sep 2011)
New Revision: 14960

Added:
   branches/groovy/1.9/debian/
Removed:
   branches/groovy/1.9/groovy/
Log:
Fix folder error with 1.9 branch creation


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


[pkg-java] r14889 - trunk/surefire/debian

2011-09-13 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-09-13 14:02:54 + (Tue, 13 Sep 2011)
New Revision: 14889

Modified:
   trunk/surefire/debian/changelog
   trunk/surefire/debian/control
   trunk/surefire/debian/rules
Log:
Switch to default-jdk


Modified: trunk/surefire/debian/changelog
===
--- trunk/surefire/debian/changelog 2011-09-13 08:28:56 UTC (rev 14888)
+++ trunk/surefire/debian/changelog 2011-09-13 14:02:54 UTC (rev 14889)
@@ -1,3 +1,10 @@
+surefire (2.4.3-5) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Switch to default-jdk. (Closes: #641380).
+
+ -- Miguel Landaeta mig...@miguel.cc  Tue, 13 Sep 2011 07:27:04 -0430
+
 surefire (2.4.3-4) unstable; urgency=low
 
   * Switch to source format 3.0.

Modified: trunk/surefire/debian/control
===
--- trunk/surefire/debian/control   2011-09-13 08:28:56 UTC (rev 14888)
+++ trunk/surefire/debian/control   2011-09-13 14:02:54 UTC (rev 14889)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Torsten Werner twer...@debian.org
-Build-Depends: debhelper (= 7), cdbs, openjdk-6-jdk
+Build-Depends: debhelper (= 7), cdbs, default-jdk
 Build-Depends-Indep: maven-repo-helper, maven-ant-helper (= 7.3), ant, 
ant-optional,
  libmaven-clean-plugin-java, libmaven-compiler-plugin-java, 
libmaven-install-plugin-java, 
  libmaven-jar-plugin-java, libmaven-resources-plugin-java, 
libmaven-shade-plugin-java,

Modified: trunk/surefire/debian/rules
===
--- trunk/surefire/debian/rules 2011-09-13 08:28:56 UTC (rev 14888)
+++ trunk/surefire/debian/rules 2011-09-13 14:02:54 UTC (rev 14889)
@@ -5,7 +5,7 @@
 
 PACKAGE  := $(DEB_SOURCE_PACKAGE)
 VERSION  := $(DEB_UPSTREAM_VERSION)
-JAVA_HOME:= /usr/lib/jvm/java-6-openjdk
+JAVA_HOME:= /usr/lib/jvm/default-java
 DEB_JARS := ant-nodeps maven-core maven-model maven-plugin-api 
maven-project file-management plexus-utils plexus-container-default-alpha
 DEB_ANT_BUILD_TARGET := package #javadoc
 DEB_ANT_BUILDFILE:= debian/build.xml


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


[pkg-java] r14890 - trunk/surefire/debian

2011-09-13 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-09-13 14:16:26 + (Tue, 13 Sep 2011)
New Revision: 14890

Modified:
   trunk/surefire/debian/changelog
   trunk/surefire/debian/rules
Log:
Add mh_clean call in clean target


Modified: trunk/surefire/debian/changelog
===
--- trunk/surefire/debian/changelog 2011-09-13 14:02:54 UTC (rev 14889)
+++ trunk/surefire/debian/changelog 2011-09-13 14:16:26 UTC (rev 14890)
@@ -2,6 +2,7 @@
 
   * Team upload.
   * Switch to default-jdk. (Closes: #641380).
+  * Add mh_clean call in clean target to allow twice in row builds.
 
  -- Miguel Landaeta mig...@miguel.cc  Tue, 13 Sep 2011 07:27:04 -0430
 

Modified: trunk/surefire/debian/rules
===
--- trunk/surefire/debian/rules 2011-09-13 14:02:54 UTC (rev 14889)
+++ trunk/surefire/debian/rules 2011-09-13 14:16:26 UTC (rev 14890)
@@ -26,4 +26,5 @@
mh_installjar -plib$(PACKAGE)-java -l 
maven-surefire-report-plugin/pom.xml 
maven-surefire-report-plugin/target/maven-surefire-report-plugin-$(VERSION).jar
 
 clean::
-   -rm -rf debian/tmp
+   -rm -rf debian/tmp surefire-providers/target
+   mh_clean


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


[pkg-java] r14891 - trunk/surefire/debian

2011-09-13 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-09-13 14:20:17 + (Tue, 13 Sep 2011)
New Revision: 14891

Modified:
   trunk/surefire/debian/changelog
   trunk/surefire/debian/control
Log:
Bump Standards-Version to 3.9.2


Modified: trunk/surefire/debian/changelog
===
--- trunk/surefire/debian/changelog 2011-09-13 14:16:26 UTC (rev 14890)
+++ trunk/surefire/debian/changelog 2011-09-13 14:20:17 UTC (rev 14891)
@@ -3,6 +3,7 @@
   * Team upload.
   * Switch to default-jdk. (Closes: #641380).
   * Add mh_clean call in clean target to allow twice in row builds.
+  * Bump Standards-Version to 3.9.2. No changes were required.
 
  -- Miguel Landaeta mig...@miguel.cc  Tue, 13 Sep 2011 07:27:04 -0430
 

Modified: trunk/surefire/debian/control
===
--- trunk/surefire/debian/control   2011-09-13 14:16:26 UTC (rev 14890)
+++ trunk/surefire/debian/control   2011-09-13 14:20:17 UTC (rev 14891)
@@ -9,7 +9,7 @@
  libmaven-jar-plugin-java, libmaven-resources-plugin-java, 
libmaven-shade-plugin-java,
  libmaven-plugin-tools-java, libplexus-velocity-java, velocity,
  junit, junit4, testng, libjmock-java
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/surefire
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/surefire/
 Homepage: http://maven.apache.org/surefire/


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


Bug#641380: surefire: FTBFS: You must specify a valid JAVA_HOME or JAVACMD!

2011-09-13 Thread Miguel Landaeta
tag 641380 + pending
thanks

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


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

[pkg-java] r14863 - trunk/java3d/debian

2011-09-12 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-09-12 15:25:49 + (Mon, 12 Sep 2011)
New Revision: 14863

Modified:
   trunk/java3d/debian/changelog
   trunk/java3d/debian/control
Log:
Bump Standards-Version to 3.9.2


Modified: trunk/java3d/debian/changelog
===
--- trunk/java3d/debian/changelog   2011-09-12 15:14:58 UTC (rev 14862)
+++ trunk/java3d/debian/changelog   2011-09-12 15:25:49 UTC (rev 14863)
@@ -2,6 +2,7 @@
 
   * Team upload.
   * Switch to default-jdk. (Closes: #640937).
+  * Bump Standards-Version to 3.9.2. No changes were required.
 
  -- Miguel Landaeta mig...@miguel.cc  Thu, 08 Sep 2011 19:56:44 -0430
 

Modified: trunk/java3d/debian/control
===
--- trunk/java3d/debian/control 2011-09-12 15:14:58 UTC (rev 14862)
+++ trunk/java3d/debian/control 2011-09-12 15:25:49 UTC (rev 14863)
@@ -5,7 +5,7 @@
 Uploaders: Onkar Shinde onkarshi...@ubuntu.com,
  Torsten Werner twer...@debian.org
 Build-Depends: debhelper (= 7), cdbs, default-jdk, ant-optional, 
libvecmath-java, mesa-common-dev, libgl1-mesa-dev, libxext-dev, libxt-dev
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Homepage: http://java3d.dev.java.net
 Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/java3d/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/java3d/


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


[SCM] access-modifier-checker packaging annotated tag, debian/1.0-1, created. debian/1.0-1

2011-09-12 Thread Miguel Landaeta
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 access-modifier-checker packaging.

The annotated tag, debian/1.0-1 has been created
at  b80f36e9719a4c8e8ea5180572595e8ed37e69d3 (tag)
   tagging  426085736ebd377f63f4e07af318b14ed9523741 (commit)
  replaces  upstream/1.0
 tagged by  Miguel Landaeta
on  Mon Sep 12 23:46:51 2011 -0430

- Log -
Debian release 1.0-1

James Page (2):
  Initial Debian Packaging
  Removed surplus lintian overrides

---


hooks/post-receive
-- 
access-modifier-checker packaging

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


[pkg-java] r14887 - in trunk/jmock/debian: . patches

2011-09-12 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-09-13 04:17:35 + (Tue, 13 Sep 2011)
New Revision: 14887

Added:
   trunk/jmock/debian/clean
   trunk/jmock/debian/jmock-cglib.pom
   trunk/jmock/debian/jmock.pom
   trunk/jmock/debian/patches/01_junit3_api.diff
Removed:
   trunk/jmock/debian/README.Debian
   trunk/jmock/debian/ant.properties
   trunk/jmock/debian/dirs
   trunk/jmock/debian/patches/build.patch
   trunk/jmock/debian/patches/code.patch
   trunk/jmock/debian/pom.xml
Modified:
   trunk/jmock/debian/changelog
   trunk/jmock/debian/control
   trunk/jmock/debian/copyright
   trunk/jmock/debian/libjmock-java.poms
   trunk/jmock/debian/orig-tar.sh
   trunk/jmock/debian/patches/series
   trunk/jmock/debian/rules
   trunk/jmock/debian/watch
Log:
* New upstream release.
* Migrate to dh7 + javahelper packaging style.
* Bump Standards-Version to 3.9.2. No changes were required.
* Add Homepage and Vcs-* fields.
* Add dependencies on libcglib-java and provide jmock-cglib jar.
* Drop unneeded Build-Depends on ant and ant-optional.
* Provide better package descriptions.
* Update watch file.
* Update maven metadata.
* Drop unneeded dirs, README.Debian and ant.properties files.
* Drop unneeded patches.
* Make copyright file DEP5 compliant.


Deleted: trunk/jmock/debian/README.Debian
===
--- trunk/jmock/debian/README.Debian2011-09-13 03:21:15 UTC (rev 14886)
+++ trunk/jmock/debian/README.Debian2011-09-13 04:17:35 UTC (rev 14887)
@@ -1,17 +0,0 @@
-libjmock-java
--
-
-jMock is a library for testing Java code using mock objects.
-
-Mock objects help you design and test the interactions between the objects in
-your programs.
-
-The jMock package:
- * makes it quick and easy to define mock objects, so you don't break the
-   rhythm of programming.
- * lets you define flexible constraints over object interactions, reducing the
-   brittleness of your tests.
- * is easy to extend.
-
---
-Trygve Laugstøl

Deleted: trunk/jmock/debian/ant.properties
===
Modified: trunk/jmock/debian/changelog
===
--- trunk/jmock/debian/changelog2011-09-13 03:21:15 UTC (rev 14886)
+++ trunk/jmock/debian/changelog2011-09-13 04:17:35 UTC (rev 14887)
@@ -1,3 +1,21 @@
+jmock (1.2.0-1) UNRELEASED; urgency=low
+
+  * Team upload.
+  * New upstream release.
+  * Migrate to dh7 + javahelper packaging style.
+  * Bump Standards-Version to 3.9.2. No changes were required.
+  * Add Homepage and Vcs-* fields.
+  * Add dependencies on libcglib-java and provide jmock-cglib jar.
+  * Drop unneeded Build-Depends on ant and ant-optional.
+  * Provide better package descriptions.
+  * Update watch file.
+  * Update maven metadata.
+  * Drop unneeded dirs, README.Debian and ant.properties files.
+  * Drop unneeded patches.
+  * Make copyright file DEP5 compliant.
+
+ -- Miguel Landaeta mig...@miguel.cc  Mon, 12 Sep 2011 22:45:55 -0430
+
 jmock (1.0.1-6) unstable; urgency=low
 
   * Team upload

Added: trunk/jmock/debian/clean
===
--- trunk/jmock/debian/clean(rev 0)
+++ trunk/jmock/debian/clean2011-09-13 04:17:35 UTC (rev 14887)
@@ -0,0 +1,2 @@
+jmock.jar
+jmock-cglib.jar

Modified: trunk/jmock/debian/control
===
--- trunk/jmock/debian/control  2011-09-13 03:21:15 UTC (rev 14886)
+++ trunk/jmock/debian/control  2011-09-13 04:17:35 UTC (rev 14887)
@@ -3,16 +3,22 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Michael Koch konque...@gmx.de
-Build-Depends: debhelper (= 7), default-jdk
-Build-Depends-Indep: ant (= 1.6.5), junit (= 3.8.1), ant-optional, 
maven-repo-helper,
- libasm-java
-Standards-Version: 3.8.3
+Build-Depends: debhelper (= 7.0.50~), default-jdk, javahelper
+Build-Depends-Indep: junit (= 3.8.2), libcglib-java, maven-repo-helper
+Standards-Version: 3.9.2
+Homepage: http://www.jmock.org/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jmock
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/jmock/
 
 Package: libjmock-java
 Architecture: all
 Depends: ${misc:Depends}
-Suggests: libjmock-java-doc, libasm-java
+Recommends: junit (= 3.8.2)
+Suggests: libjmock-java-doc, libasm-java, libcglib-java
 Description: Java library for testing code with mock objects
+ JMock is a library that supports test-driven development of Java code
+ with mock objects.
+ .
  Mock objects help you design and test the interactions between the objects in
  your programs.
 
@@ -20,5 +26,12 @@
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}
+Suggests: default-jdk-doc
 Description: Java library for testing code with mock objects - documentation
- Includes javadoc only.
+ JMock is a library that supports test-driven

[pkg-java] r14826 - trunk/maven-plugin-tools/debian

2011-09-11 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-09-11 15:59:39 + (Sun, 11 Sep 2011)
New Revision: 14826

Modified:
   trunk/maven-plugin-tools/debian/changelog
Log:
Set distribution to unstable


Modified: trunk/maven-plugin-tools/debian/changelog
===
--- trunk/maven-plugin-tools/debian/changelog   2011-09-11 15:55:49 UTC (rev 
14825)
+++ trunk/maven-plugin-tools/debian/changelog   2011-09-11 15:59:39 UTC (rev 
14826)
@@ -1,4 +1,4 @@
-maven-plugin-tools (2.8-1) UNRELEASED; urgency=low
+maven-plugin-tools (2.8-1) unstable; urgency=low
 
   * Team upload.
   * New upstream release. (Closes: #637213).


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


[pkg-java] r14777 - trunk/java3d/debian

2011-09-08 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-09-09 01:46:52 + (Fri, 09 Sep 2011)
New Revision: 14777

Modified:
   trunk/java3d/debian/changelog
   trunk/java3d/debian/control
   trunk/java3d/debian/rules
Log:
Switch to default-jdk

Modified: trunk/java3d/debian/changelog
===
--- trunk/java3d/debian/changelog   2011-09-08 21:43:57 UTC (rev 14776)
+++ trunk/java3d/debian/changelog   2011-09-09 01:46:52 UTC (rev 14777)
@@ -1,3 +1,10 @@
+java3d (1.5.2+dfsg-7) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Switch to default-jdk. (Closes: #640937).
+
+ -- Miguel Landaeta mig...@miguel.cc  Thu, 08 Sep 2011 19:56:44 -0430
+
 java3d (1.5.2+dfsg-6) unstable; urgency=low
 
   [ Jonny Lamb ]

Modified: trunk/java3d/debian/control
===
--- trunk/java3d/debian/control 2011-09-08 21:43:57 UTC (rev 14776)
+++ trunk/java3d/debian/control 2011-09-09 01:46:52 UTC (rev 14777)
@@ -4,7 +4,7 @@
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Onkar Shinde onkarshi...@ubuntu.com,
  Torsten Werner twer...@debian.org
-Build-Depends: debhelper (= 7), cdbs, openjdk-6-jdk, ant-optional, 
libvecmath-java, mesa-common-dev, libgl1-mesa-dev, libxext-dev, libxt-dev
+Build-Depends: debhelper (= 7), cdbs, default-jdk, ant-optional, 
libvecmath-java, mesa-common-dev, libgl1-mesa-dev, libxext-dev, libxt-dev
 Standards-Version: 3.9.1
 Homepage: http://java3d.dev.java.net
 Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/java3d/

Modified: trunk/java3d/debian/rules
===
--- trunk/java3d/debian/rules   2011-09-08 21:43:57 UTC (rev 14776)
+++ trunk/java3d/debian/rules   2011-09-09 01:46:52 UTC (rev 14777)
@@ -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-6-openjdk
+JAVA_HOME:= /usr/lib/jvm/default-java
 DEB_JARS := ant-nodeps vecmath
 DEB_ANT_BUILDFILE:= j3d-core/build.xml
 DEB_ANT_CLEAN_TARGET := clean


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


Bug#640813: java-wrappers: find_java_runtime function is broken for openjdk

2011-09-07 Thread Miguel Landaeta
Package: java-wrappers
Version: 0.1.22
Severity: important

miguel@alice:~$ dpkg-query -l openjdk-6-jdk
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  openjdk-6-jre  6b23~pre9-1OpenJDK Java runtime, using Hotspot JIT
miguel@alice:~$ java -version
java version 1.6.0_23
OpenJDK Runtime Environment (IcedTea6 1.11pre) (6b23~pre9-1)
OpenJDK 64-Bit Server VM (build 20.0-b11, mixed mode)
miguel@alice:~$ . /usr/lib/java-wrappers/java-wrappers.sh
miguel@alice:~$ find_java_runtime openjdk
[warning] -bash: No java runtime was found
miguel@alice:~$


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (800, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (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 java-wrappers depends on:
ii  unzip  6.0-5

java-wrappers recommends no packages.

java-wrappers suggests no packages.

-- no debconf information

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



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


Bug#640859: freeplane: FTBFS due to invalid JAVA_HOME value

2011-09-07 Thread Miguel Landaeta
Package: freeplane
Version: 0.9.0+dfsg-1
Severity: serious

The relevant error message:

[ ... ]
/bin/sh: 1: /bin/java: not found
make: [buildxml-clean] Error 127 (ignored)
test -x debian/rules
dh_testroot
rmdir freemind
rmdir: failed to remove `freemind': Directory not empty
make: [cleanbuilddir] Error 1 (ignored)
You must specify a valid JAVA_HOME or JAVACMD!
make: *** [testsanity] Error 1


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (800, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (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

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche
W: /root/.pbuilderrc does not exist
I: using fakeroot in build.
I: Current time: Wed Sep  7 11:20:48 VET 2011
I: pbuilder-time-stamp: 1315410648
I: Building the build Environment
I: extracting base tarball [/var/cache/pbuilder/base.tgz]
I: creating local configuration
I: copying local configuration
I: mounting /proc filesystem
I: mounting /dev/pts filesystem
I: Mounting /var/cache/pbuilder/ccache
I: policy-rc.d already exists
I: Obtaining the cached apt archive contents
I: Setting up ccache
I: Installing the build-deps
 - Attempting to satisfy build-dependencies
 - Creating pbuilder-satisfydepends-dummy package
Package: pbuilder-satisfydepends-dummy
Version: 0.invalid.0
Architecture: amd64
Maintainer: Debian Pbuilder Team pbuilder-ma...@lists.alioth.debian.org
Description: Dummy package to satisfy dependencies with aptitude - created by 
pbuilder
 This package was created automatically by pbuilder to satisfy the
 build-dependencies of the package being currently built.
Depends: debhelper (= 5.0), cdbs (= 0.4.8), quilt, docbook-to-man, ant1.7 | 
ant ( 1.8), ant1.7-optional | ant-optional ( 1.8), openjdk-6-jdk, 
imagemagick, libbatik-java (= 1.6), rhino, libjgoodies-forms-java, groovy, 
libjibx1.1-java | libjibx-java (= 1.1), libjibx1.1-java | libjibx-java ( 
1.2), simplyhtml ( 0.13), javahelp2, fop
dpkg-deb: building package `pbuilder-satisfydepends-dummy' in 
`/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
Selecting previously deselected package pbuilder-satisfydepends-dummy.
(Reading database ... 10962 files and directories currently installed.)
Unpacking pbuilder-satisfydepends-dummy (from 
.../pbuilder-satisfydepends-dummy.deb) ...
dpkg: pbuilder-satisfydepends-dummy: dependency problems, but configuring 
anyway as you requested:
 pbuilder-satisfydepends-dummy depends on debhelper (= 5.0); however:
  Package debhelper is not installed.
 pbuilder-satisfydepends-dummy depends on cdbs (= 0.4.8); however:
  Package cdbs is not installed.
 pbuilder-satisfydepends-dummy depends on quilt; however:
  Package quilt is not installed.
 pbuilder-satisfydepends-dummy depends on docbook-to-man; however:
  Package docbook-to-man is not installed.
 pbuilder-satisfydepends-dummy depends on ant1.7 | ant ( 1.8); however:
  Package ant1.7 is not installed.
  Package ant is not installed.
 pbuilder-satisfydepends-dummy depends on ant1.7-optional | ant-optional ( 
1.8); however:
  Package ant1.7-optional is not installed.
  Package ant-optional is not installed.
 pbuilder-satisfydepends-dummy depends on openjdk-6-jdk; however:
  Package openjdk-6-jdk is not installed.
 pbuilder-satisfydepends-dummy depends on imagemagick; however:
  Package imagemagick is not installed.
 pbuilder-satisfydepends-dummy depends on libbatik-java (= 1.6); however:
  Package libbatik-java is not installed.
 pbuilder-satisfydepends-dummy depends on rhino; however:
  Package rhino is not installed.
 pbuilder-satisfydepends-dummy depends on libjgoodies-forms-java; however:
  Package libjgoodies-forms-java is not installed.
 pbuilder-satisfydepends-dummy depends on groovy; however:
  Package groovy is not installed.
 pbuilder-satisfydepends-dummy depends on libjibx1.1-java | libjibx-java (= 
1.1); however:
  Package libjibx1.1-java is not installed.
  Package libjibx-java is not installed.
 pbuilder-satisfydepends-dummy depends on libjibx1.1-java | libjibx-java ( 
1.2); however:
  Package libjibx1.1-java is not installed.
  Package libjibx-java is not installed.
 pbuilder-satisfydepends-dummy depends on simplyhtml ( 0.13); however:
  Package simplyhtml is not installed.
 pbuilder-satisfydepends-dummy depends on javahelp2; however:
  Package javahelp2 is not installed.
 pbuilder-satisfydepends-dummy depends on fop; however:
  Package fop is not installed.
Setting up pbuilder-satisfydepends-dummy (0.invalid.0) ...
Reading package lists...
Building dependency tree...
Reading state information...
Initializing package states...
Writing extended state information...
The following NEW packages will be installed:
  ant1.7{a} ant1.7-optional{a} antlr{a} bsdmainutils{a} ca-certificates{a} 
  ca-certificates

[pkg-java] r14758 - trunk/freeplane/debian

2011-09-07 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-09-07 23:49:01 + (Wed, 07 Sep 2011)
New Revision: 14758

Modified:
   trunk/freeplane/debian/changelog
   trunk/freeplane/debian/control
   trunk/freeplane/debian/rules
Log:
Switch to default-jdk


Modified: trunk/freeplane/debian/changelog
===
--- trunk/freeplane/debian/changelog2011-09-07 20:44:22 UTC (rev 14757)
+++ trunk/freeplane/debian/changelog2011-09-07 23:49:01 UTC (rev 14758)
@@ -1,3 +1,10 @@
+freeplane (1.1.3-2) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Switch to default-jdk. (Closes: #640860).
+
+ -- Miguel Landaeta mig...@miguel.cc  Wed, 07 Sep 2011 20:46:58 -0430
+
 freeplane (1.1.3-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/freeplane/debian/control
===
--- trunk/freeplane/debian/control  2011-09-07 20:44:22 UTC (rev 14757)
+++ trunk/freeplane/debian/control  2011-09-07 23:49:01 UTC (rev 14758)
@@ -3,14 +3,14 @@
 Priority: extra
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Eric Lavarde d...@zorglub.s.bawue.de
-Build-Depends: cdbs, debhelper (= 7), docbook-to-man, imagemagick, ant, 
openjdk-6-jdk, quilt
+Build-Depends: cdbs, debhelper (= 7), docbook-to-man, imagemagick, ant, 
default-jdk, quilt
 Build-Depends-Indep: javahelp2, groovy, libcommons-lang-java, 
libjgoodies-forms-java, simplyhtml, libbatik-java, rhino, fop, libxerces2-java, 
libxml-commons-external-java, libjaxp1.3-java, libjlatexmath-java, 
libknopflerfish-osgi-framework-java
 Standards-Version: 3.9.2.0
 Homepage: http://freeplane.org/
 
 Package: freeplane
 Architecture: all
-Depends: ${misc:Depends}, openjdk-6-jre | sun-java6-jre, javahelp2, groovy, 
libcommons-lang-java, libjgoodies-forms-java, simplyhtml, libbatik-java, rhino, 
fop, libxerces2-java, libxml-commons-external-java, libjaxp1.3-java, 
libjlatexmath-java, libknopflerfish-osgi-framework-java, 
libjortho-freeplane-java (= ${binary:Version})
+Depends: ${misc:Depends}, default-jre | sun-java6-jre, javahelp2, groovy, 
libcommons-lang-java, libjgoodies-forms-java, simplyhtml, libbatik-java, rhino, 
fop, libxerces2-java, libxml-commons-external-java, libjaxp1.3-java, 
libjlatexmath-java, libknopflerfish-osgi-framework-java, 
libjortho-freeplane-java (= ${binary:Version})
 Recommends: xdg-utils, java-wrappers
 Description: Java program to create and edit mind maps.
  Freeplane is a free, open source software application for creating mind maps

Modified: trunk/freeplane/debian/rules
===
--- trunk/freeplane/debian/rules2011-09-07 20:44:22 UTC (rev 14757)
+++ trunk/freeplane/debian/rules2011-09-07 23:49:01 UTC (rev 14758)
@@ -7,7 +7,7 @@
 include /usr/share/cdbs/1/class/ant.mk
 # replaced by quilt: include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
-JAVA_HOME_DIRS   := /usr/lib/jvm/java-6-openjdk
+JAVA_HOME_DIRS   := /usr/lib/jvm/default-java
 
 DEB_ANT_BUILD_TARGET := build
 #DEB_BUILDDIR := .


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


[pkg-java] r14759 - trunk/freemind/debian

2011-09-07 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-09-07 23:51:25 + (Wed, 07 Sep 2011)
New Revision: 14759

Modified:
   trunk/freemind/debian/changelog
   trunk/freemind/debian/control
   trunk/freemind/debian/rules
Log:
Switch to default-jdk


Modified: trunk/freemind/debian/changelog
===
--- trunk/freemind/debian/changelog 2011-09-07 23:49:01 UTC (rev 14758)
+++ trunk/freemind/debian/changelog 2011-09-07 23:51:25 UTC (rev 14759)
@@ -5,8 +5,9 @@
   * Bump Standards-Version to 3.9.2. No changes were required.
   * Drop unneeded Build-Depends on quilt.
   * Add Vcs-* fields.
+  * Switch to default-jdk. (Closes: #640859).
 
- -- Miguel Landaeta mig...@miguel.cc  Sat, 03 Sep 2011 12:57:04 -0430
+ -- Miguel Landaeta mig...@miguel.cc  Wed, 07 Sep 2011 19:59:41 -0430
 
 freemind (0.9.0+dfsg-1) unstable; urgency=low
 

Modified: trunk/freemind/debian/control
===
--- trunk/freemind/debian/control   2011-09-07 23:49:01 UTC (rev 14758)
+++ trunk/freemind/debian/control   2011-09-07 23:51:25 UTC (rev 14759)
@@ -6,7 +6,7 @@
 # FreeMind can be built with JiBX 1.0, 1.1 and 1.2, but the result does only
 # run with the version it was built with. JiBX 1.1 has been chosen for
 # compatibility with Ubuntu.
-Build-Depends-Indep: docbook-to-man, ant, ant-optional, openjdk-6-jdk, 
imagemagick, libbatik-java (= 1.6), rhino, libjgoodies-forms-java, groovy, 
libjibx1.1-java | libjibx-java (= 1.1), libjibx1.1-java | libjibx-java ( 
1.2), simplyhtml ( 0.13), javahelp2, fop
+Build-Depends-Indep: docbook-to-man, ant, ant-optional, default-jdk, 
imagemagick, libbatik-java (= 1.6), rhino, libjgoodies-forms-java, groovy, 
libjibx1.1-java | libjibx-java (= 1.1), libjibx1.1-java | libjibx-java ( 
1.2), simplyhtml ( 0.13), javahelp2, fop
 Build-Depends: debhelper (= 5.0), cdbs (= 0.4.8)
 Homepage: http://freemind.sourceforge.net/
 Standards-Version: 3.9.2.0
@@ -15,7 +15,7 @@
 
 Package: freemind
 Architecture: all
-Depends: openjdk-6-jre | sun-java6-jre, libjgoodies-forms-java, 
libjibx1.1-java | libjibx-java (= 1.1), libjibx1.1-java | libjibx-java ( 
1.2), simplyhtml ( 0.13), ${misc:Depends}
+Depends: default-jre | sun-java6-jre, libjgoodies-forms-java, libjibx1.1-java 
| libjibx-java (= 1.1), libjibx1.1-java | libjibx-java ( 1.2), simplyhtml 
( 0.13), ${misc:Depends}
 Recommends: freemind-doc, xdg-utils, java-wrappers
 Suggests: freemind-plugins-help, freemind-plugins-svg, 
freemind-plugins-script, freemind-browser
 Conflicts: freemind-plugins-time ( ${binary:Version})

Modified: trunk/freemind/debian/rules
===
--- trunk/freemind/debian/rules 2011-09-07 23:49:01 UTC (rev 14758)
+++ trunk/freemind/debian/rules 2011-09-07 23:51:25 UTC (rev 14759)
@@ -6,7 +6,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
 
-JAVA_HOME_DIRS   := /usr/lib/jvm/java-6-openjdk
+JAVA_HOME_DIRS   := /usr/lib/jvm/default-java
 
 ANT_HOME := /usr/share/ant
 DEB_JARS := ant-antlr ant-apache-bcel ant-apache-bsf 
ant-apache-log4j ant-apache-oro ant-apache-regexp ant-commons-logging 
ant-javamail ant-jdepend ant-nodeps ant-swing ant-jmf ant-apache-resolver 
ant-commons-net ant-jsch ant-junit ant-trax


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


Bug#640730: maven-repo-helper: mh_installjar --set-version flag doesn't work as expected

2011-09-06 Thread Miguel Landaeta
Package: maven-repo-helper
Version: 1.5.2
Severity: normal

I was working in a new package and I needed to override the version
of a jar to be installed in the maven repo. I consulted the man page,
I found --set-version flag to do this but it doesn't work as documented:

mh_installjar -plibguice-java --set-version=3.0 -l -v \
core/pom.xml build/dist/guice-3.0.jar
Invalid option: set_version
Usage: mh_installjar [option]... [pom] [jar] [link]...
Installs the jar file in /usr/share/maven-repo, at the correct location for
Maven. The jar is copied into the build directory.
It can also create additional links to the jar, usually located in
/usr/share/java.

Where
[pom] is the location of the POM associated with the jar to install.
  GroupId, artifactId and version will be extracted from this file.
[jar] is the path to the jar to install, usually located in the build
  folder.
[link] is an additional link to the jar to install, usually there should
  be a link to usr/share/java/$jar.jar and
  usr/share/java/$jar-$version.jar to comply with the Java packaging
  guidelines. Note that there is no need to specify those particular
  links if the --java-lib option is used.
Options:  
-h --help: show this text
-V --version: show the version
-ppackage --package=package: package to act on
-eversion, --set-version=version: set the version for the POM,
  do not use the version declared in the POM file.
-rrules --rules=rules: gives the location of the rules file for
  special properties. Optional, the default location is
  debian/maven.rules
-l --java-lib: Optional, if given it will install the jar into
  /usr/share/java to comply with the Debian Java specification.
  The jar will be installed as /usr/share/java/$name-$version.jar and
  a versionless link /usr/share/java/$name.jar will point to it, as
  well as the links installed in /usr/share/maven-repo
-nname --usj-name=name: Optional, the name to use when installing 
the
  library in /usr/share/java when --java-lib is used.
  Defaults to the artifact id found in the POM.
-iversion --usj-version=version: Optional, the version to use when
  installing the library in /usr/share/java when --java-lib is used.
  Defaults to the version found in the POM.
-s --no-usj-versionless: Optional, don't install the versionless link
  in /usr/share/java.
  This flag is used only when the -l or --java-lib option is given.
-dpath --dest-jar=path: Optional, the destination for the real jar.
  The other places where the jar appears, in the repository or in the
  list of links, will be symlinks to this jar.
  Defaults to /usr/share/java/$name-$version.jar if --java-lib is used,
  otherwise it goes to the versioned path in the Maven repository.
-cclassifier --classifier=classifier: Optional, the classifier for
  the jar. Empty by default.
-v --verbose: show more information while running
-n --no-act: don't actually do anything, just print the results
--skip-clean-pom: don't clean the pom, assume that a previous action ran
  mh_cleanpom with the correct options.


I inspected the source of mh_installjar and --set-version doesn't appear
in the list of valid args:

ARGS=p package r rules l java-lib n usj-name i usj-version s 
no-usj-versionless d dest-jar c classifier v verbose n no-act skip-clean-pom 
no-parent has-package-version keep-elements ignore-pom parseargs $@

However, --set-version appears in the version of mh_installjar committed to
trunk in svn.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (800, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (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 maven-repo-helper depends on:
ii  default-jre-headless [java2-runtime-headless]1:1.6-43   
ii  gcj-4.4-jre-headless [java2-runtime-headless]4.4.6-10   
ii  gcj-4.6-jre-headless [java2-runtime-headless]4.6.1-4
ii  gcj-jre-headless [java2-runtime-headless]4:4.6.1-2  
ii  libstax-java 1.2.0-2
ii  openjdk-6-jre-headless [java2-runtime-headless]  6b23~pre9-1

Versions of packages maven-repo-helper recommends:
ii  debhelper  8.9.6

Versions of packages maven-repo-helper suggests:
ii  maven-debian-helper  1.4.5

-- no debconf information

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


signature.asc
Description: Digital signature
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org

[pkg-java] r14737 - trunk/libspring-java/debian

2011-09-06 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-09-07 00:10:38 + (Wed, 07 Sep 2011)
New Revision: 14737

Modified:
   trunk/libspring-java/debian/build-classpath
   trunk/libspring-java/debian/changelog
Log:
Use jibx-run-1.2.jar symlink in build classpath

Modified: trunk/libspring-java/debian/build-classpath
===
--- trunk/libspring-java/debian/build-classpath 2011-09-06 22:36:54 UTC (rev 
14736)
+++ trunk/libspring-java/debian/build-classpath 2011-09-07 00:10:38 UTC (rev 
14737)
@@ -58,7 +58,7 @@
 /usr/share/java/jasperreports.jar
 /usr/share/java/jboss-vfs.jar
 /usr/share/java/jdo2-api.jar
-/usr/share/java/jibx-run-1.2.1.jar
+/usr/share/java/jibx-run-1.2.jar
 /usr/share/java/joda-time.jar
 /usr/share/java/jsf-api.jar
 /usr/share/java/jsp-api-2.1.jar

Modified: trunk/libspring-java/debian/changelog
===
--- trunk/libspring-java/debian/changelog   2011-09-06 22:36:54 UTC (rev 
14736)
+++ trunk/libspring-java/debian/changelog   2011-09-07 00:10:38 UTC (rev 
14737)
@@ -1,3 +1,9 @@
+libspring-java (3.0.6.RELEASE-2) UNRELEASED; urgency=low
+
+  * Use jibx-run-1.2.jar symlink in build classpath. (Closes: #640741).
+
+ -- Miguel Landaeta mig...@miguel.cc  Tue, 06 Sep 2011 19:25:46 -0430
+
 libspring-java (3.0.6.RELEASE-1) unstable; urgency=low
 
   * New upstream release.


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


[pkg-java] r14738 - trunk/maven-invoker-plugin/debian

2011-09-06 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-09-07 00:47:45 + (Wed, 07 Sep 2011)
New Revision: 14738

Modified:
   trunk/maven-invoker-plugin/debian/changelog
   trunk/maven-invoker-plugin/debian/control
Log:
Add Build-Depends on libmaven-plugin-tools-java


Modified: trunk/maven-invoker-plugin/debian/changelog
===
--- trunk/maven-invoker-plugin/debian/changelog 2011-09-07 00:10:38 UTC (rev 
14737)
+++ trunk/maven-invoker-plugin/debian/changelog 2011-09-07 00:47:45 UTC (rev 
14738)
@@ -1,3 +1,10 @@
+maven-invoker-plugin (1.5-2) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Add Build-Depends on libmaven-plugin-tools-java (= 2.8). (Closes: 
#640751).
+
+ -- Miguel Landaeta mig...@miguel.cc  Tue, 06 Sep 2011 20:06:24 -0430
+
 maven-invoker-plugin (1.5-1) unstable; urgency=low
 
   * Team upload.

Modified: trunk/maven-invoker-plugin/debian/control
===
--- trunk/maven-invoker-plugin/debian/control   2011-09-07 00:10:38 UTC (rev 
14737)
+++ trunk/maven-invoker-plugin/debian/control   2011-09-07 00:47:45 UTC (rev 
14738)
@@ -7,7 +7,8 @@
 Build-Depends-Indep: libmodello-maven-plugin-java (= 1.0.1), ant, bsh, 
groovy, libdoxia-java,
  libdoxia-sitetools-java, libmaven-invoker-java (= 2.0.11~), 
libmaven-reporting-impl-java,
  libmaven2-core-java, libmaven-plugin-testing-java, libplexus-i18n-java,
- libplexus-interpolation-java, libplexus-utils-java, libjline-java
+ libplexus-interpolation-java, libplexus-utils-java, libjline-java,
+ libmaven-plugin-tools-java (= 2.8)
 Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-invoker-plugin
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-invoker-plugin/


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


[pkg-java] r14739 - trunk/libxbean-java/debian

2011-09-06 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-09-07 00:49:56 + (Wed, 07 Sep 2011)
New Revision: 14739

Modified:
   trunk/libxbean-java/debian/changelog
   trunk/libxbean-java/debian/control
Log:
Add Build-Depends on libmaven-plugin-tools-java


Modified: trunk/libxbean-java/debian/changelog
===
--- trunk/libxbean-java/debian/changelog2011-09-07 00:47:45 UTC (rev 
14738)
+++ trunk/libxbean-java/debian/changelog2011-09-07 00:49:56 UTC (rev 
14739)
@@ -1,3 +1,10 @@
+libxbean-java (3.7-2) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Add Build-Depends on libmaven-plugin-tools-java (= 2.8). (Closes: 
#640750).
+
+ -- Miguel Landaeta mig...@miguel.cc  Tue, 06 Sep 2011 19:51:40 -0430
+
 libxbean-java (3.7-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/libxbean-java/debian/control
===
--- trunk/libxbean-java/debian/control  2011-09-07 00:47:45 UTC (rev 14738)
+++ trunk/libxbean-java/debian/control  2011-09-07 00:49:56 UTC (rev 14739)
@@ -13,6 +13,7 @@
  libspring-web-java, libqdox-java, libequinox-osgi-java, libslf4j-java,
  libmaven-antrun-plugin-java, libmaven-bundle-plugin-java, 
libmaven-install-plugin-java,
  libmaven-javadoc-plugin-java, libcglib-java, libmaven-shade-plugin-java,
+ libmaven-plugin-tools-java (= 2.8),
 # For bootstrap build :
  maven-ant-helper ( 4)
 Standards-Version: 3.9.2


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


[pkg-java] r14740 - branches/libspring-java/3.1/debian

2011-09-06 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-09-07 02:14:09 + (Wed, 07 Sep 2011)
New Revision: 14740

Modified:
   branches/libspring-java/3.1/debian/build-classpath
   branches/libspring-java/3.1/debian/changelog
Log:
Use jibx-run-1.2.jar symlink in build classpath


Modified: branches/libspring-java/3.1/debian/build-classpath
===
--- branches/libspring-java/3.1/debian/build-classpath  2011-09-07 00:49:56 UTC 
(rev 14739)
+++ branches/libspring-java/3.1/debian/build-classpath  2011-09-07 02:14:09 UTC 
(rev 14740)
@@ -61,7 +61,7 @@
 /usr/share/java/jasperreports.jar
 /usr/share/java/jboss-vfs.jar
 /usr/share/java/jdo2-api.jar
-/usr/share/java/jibx-run-1.2.1.jar
+/usr/share/java/jibx-run-1.2.jar
 /usr/share/java/joda-time.jar
 /usr/share/java/jsf-api.jar
 /usr/share/java/jsp-api-2.1.jar

Modified: branches/libspring-java/3.1/debian/changelog
===
--- branches/libspring-java/3.1/debian/changelog2011-09-07 00:49:56 UTC 
(rev 14739)
+++ branches/libspring-java/3.1/debian/changelog2011-09-07 02:14:09 UTC 
(rev 14740)
@@ -1,3 +1,9 @@
+libspring-java (3.1.0~M2-2) UNRELEASED; urgency=low
+
+  * Use jibx-run-1.2.jar symlink in build classpath.
+
+ -- Miguel Landaeta mig...@miguel.cc  Tue, 06 Sep 2011 21:45:02 -0430
+
 libspring-java (3.1.0~M2-1) experimental; urgency=low
 
   [ Miguel Landaeta ]


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


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

2011-09-06 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-09-07 03:09:29 + (Wed, 07 Sep 2011)
New Revision: 14741

Modified:
   trunk/groovy/debian/changelog
   trunk/groovy/debian/orig-tar.sh
Log:
New upstream release


Modified: trunk/groovy/debian/changelog
===
--- trunk/groovy/debian/changelog   2011-09-07 02:14:09 UTC (rev 14740)
+++ trunk/groovy/debian/changelog   2011-09-07 03:09:29 UTC (rev 14741)
@@ -1,3 +1,9 @@
+groovy (1.8.2-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Miguel Landaeta mig...@miguel.cc  Mon, 05 Sep 2011 22:31:51 -0430
+
 groovy (1.8.1-2) unstable; urgency=low
 
   * Team upload.

Modified: trunk/groovy/debian/orig-tar.sh
===
--- trunk/groovy/debian/orig-tar.sh 2011-09-07 02:14:09 UTC (rev 14740)
+++ trunk/groovy/debian/orig-tar.sh 2011-09-07 03:09:29 UTC (rev 14741)
@@ -6,7 +6,7 @@
 
 # clean up the upstream tarball
 unzip $3
-GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.pdf' $DIR
+GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.pdf' --exclude 
'*.class' $DIR
 rm -rf $3 $DIR
 
 # move to directory 'tarballs'


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


[pkg-java] r14742 - tags/groovy

2011-09-06 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-09-07 03:13:27 + (Wed, 07 Sep 2011)
New Revision: 14742

Added:
   tags/groovy/1.8.2-1/
Log:
tagging upload of 1.8.2-1



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


Bug#640267: Please replace Build-Depends on ant1.7 with ant

2011-09-03 Thread Miguel Landaeta
Package: freemind
Version: 0.9.0+dfsg-1
Severity: normal
Tags: patch

Please replace the Build-Depends on ant1.7 with ant, since that package
probably is not going to be supported in wheezy.

I did a build test switching to ant 1.8.2 and no other changes were needed.
I'm going to commit the fix to the svn repo.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (800, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (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

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


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

[pkg-java] r14700 - trunk/freemind/debian

2011-09-03 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-09-03 18:15:21 + (Sat, 03 Sep 2011)
New Revision: 14700

Modified:
   trunk/freemind/debian/changelog
   trunk/freemind/debian/control
Log:
Replace Build-Depends on ant1.7 with ant


Modified: trunk/freemind/debian/changelog
===
--- trunk/freemind/debian/changelog 2011-09-03 17:03:50 UTC (rev 14699)
+++ trunk/freemind/debian/changelog 2011-09-03 18:15:21 UTC (rev 14700)
@@ -1,3 +1,10 @@
+freemind (0.9.0+dfsg-2) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Replace Build-Depends on ant1.7 with ant. (Closes: #640267).
+
+ - Miguel Landaeta mig...@miguel.cc  Sat, 03 Sep 2011 12:57:04 -0430
+
 freemind (0.9.0+dfsg-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/freemind/debian/control
===
--- trunk/freemind/debian/control   2011-09-03 17:03:50 UTC (rev 14699)
+++ trunk/freemind/debian/control   2011-09-03 18:15:21 UTC (rev 14700)
@@ -6,7 +6,7 @@
 # FreeMind can be built with JiBX 1.0, 1.1 and 1.2, but the result does only
 # run with the version it was built with. JiBX 1.1 has been chosen for
 # compatibility with Ubuntu.
-Build-Depends-Indep: docbook-to-man, ant1.7 | ant ( 1.8), ant1.7-optional | 
ant-optional ( 1.8), openjdk-6-jdk, imagemagick, libbatik-java (= 1.6), 
rhino, libjgoodies-forms-java, groovy, libjibx1.1-java | libjibx-java (= 1.1), 
libjibx1.1-java | libjibx-java ( 1.2), simplyhtml ( 0.13), javahelp2, fop
+Build-Depends-Indep: docbook-to-man, ant, ant-optional, openjdk-6-jdk, 
imagemagick, libbatik-java (= 1.6), rhino, libjgoodies-forms-java, groovy, 
libjibx1.1-java | libjibx-java (= 1.1), libjibx1.1-java | libjibx-java ( 
1.2), simplyhtml ( 0.13), javahelp2, fop
 Build-Depends: debhelper (= 5.0), cdbs (= 0.4.8), quilt
 Homepage: http://freemind.sourceforge.net/
 Standards-Version: 3.9.1.0


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


[pkg-java] r14701 - trunk/freemind/debian

2011-09-03 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-09-03 18:20:43 + (Sat, 03 Sep 2011)
New Revision: 14701

Modified:
   trunk/freemind/debian/changelog
Log:
Fix typo in changelog


Modified: trunk/freemind/debian/changelog
===
--- trunk/freemind/debian/changelog 2011-09-03 18:15:21 UTC (rev 14700)
+++ trunk/freemind/debian/changelog 2011-09-03 18:20:43 UTC (rev 14701)
@@ -3,7 +3,7 @@
   * Team upload.
   * Replace Build-Depends on ant1.7 with ant. (Closes: #640267).
 
- - Miguel Landaeta mig...@miguel.cc  Sat, 03 Sep 2011 12:57:04 -0430
+ -- Miguel Landaeta mig...@miguel.cc  Sat, 03 Sep 2011 12:57:04 -0430
 
 freemind (0.9.0+dfsg-1) unstable; urgency=low
 


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


[pkg-java] r14702 - trunk/freemind/debian

2011-09-03 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-09-03 18:24:07 + (Sat, 03 Sep 2011)
New Revision: 14702

Modified:
   trunk/freemind/debian/changelog
   trunk/freemind/debian/control
Log:
Bump Standards-Version to 3.9.2


Modified: trunk/freemind/debian/changelog
===
--- trunk/freemind/debian/changelog 2011-09-03 18:20:43 UTC (rev 14701)
+++ trunk/freemind/debian/changelog 2011-09-03 18:24:07 UTC (rev 14702)
@@ -2,6 +2,7 @@
 
   * Team upload.
   * Replace Build-Depends on ant1.7 with ant. (Closes: #640267).
+  * Bump Standards-Version to 3.9.2. No changes were required.
 
  -- Miguel Landaeta mig...@miguel.cc  Sat, 03 Sep 2011 12:57:04 -0430
 

Modified: trunk/freemind/debian/control
===
--- trunk/freemind/debian/control   2011-09-03 18:20:43 UTC (rev 14701)
+++ trunk/freemind/debian/control   2011-09-03 18:24:07 UTC (rev 14702)
@@ -9,7 +9,7 @@
 Build-Depends-Indep: docbook-to-man, ant, ant-optional, openjdk-6-jdk, 
imagemagick, libbatik-java (= 1.6), rhino, libjgoodies-forms-java, groovy, 
libjibx1.1-java | libjibx-java (= 1.1), libjibx1.1-java | libjibx-java ( 
1.2), simplyhtml ( 0.13), javahelp2, fop
 Build-Depends: debhelper (= 5.0), cdbs (= 0.4.8), quilt
 Homepage: http://freemind.sourceforge.net/
-Standards-Version: 3.9.1.0
+Standards-Version: 3.9.2.0
 
 Package: freemind
 Architecture: all


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


[pkg-java] r14703 - trunk/freemind/debian

2011-09-03 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-09-03 18:31:50 + (Sat, 03 Sep 2011)
New Revision: 14703

Modified:
   trunk/freemind/debian/changelog
   trunk/freemind/debian/control
   trunk/freemind/debian/rules
Log:
Drop unneeded Build-Depends on quilt


Modified: trunk/freemind/debian/changelog
===
--- trunk/freemind/debian/changelog 2011-09-03 18:24:07 UTC (rev 14702)
+++ trunk/freemind/debian/changelog 2011-09-03 18:31:50 UTC (rev 14703)
@@ -3,6 +3,7 @@
   * Team upload.
   * Replace Build-Depends on ant1.7 with ant. (Closes: #640267).
   * Bump Standards-Version to 3.9.2. No changes were required.
+  * Drop unneeded Build-Depends on quilt.
 
  -- Miguel Landaeta mig...@miguel.cc  Sat, 03 Sep 2011 12:57:04 -0430
 

Modified: trunk/freemind/debian/control
===
--- trunk/freemind/debian/control   2011-09-03 18:24:07 UTC (rev 14702)
+++ trunk/freemind/debian/control   2011-09-03 18:31:50 UTC (rev 14703)
@@ -7,7 +7,7 @@
 # run with the version it was built with. JiBX 1.1 has been chosen for
 # compatibility with Ubuntu.
 Build-Depends-Indep: docbook-to-man, ant, ant-optional, openjdk-6-jdk, 
imagemagick, libbatik-java (= 1.6), rhino, libjgoodies-forms-java, groovy, 
libjibx1.1-java | libjibx-java (= 1.1), libjibx1.1-java | libjibx-java ( 
1.2), simplyhtml ( 0.13), javahelp2, fop
-Build-Depends: debhelper (= 5.0), cdbs (= 0.4.8), quilt
+Build-Depends: debhelper (= 5.0), cdbs (= 0.4.8)
 Homepage: http://freemind.sourceforge.net/
 Standards-Version: 3.9.2.0
 

Modified: trunk/freemind/debian/rules
===
--- trunk/freemind/debian/rules 2011-09-03 18:24:07 UTC (rev 14702)
+++ trunk/freemind/debian/rules 2011-09-03 18:31:50 UTC (rev 14703)
@@ -5,7 +5,6 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
-include /usr/share/quilt/quilt.make
 
 JAVA_HOME_DIRS   := /usr/lib/jvm/java-6-openjdk
 


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


Bug#640270: Please replace Build-Depends on ant1.7 with ant

2011-09-03 Thread Miguel Landaeta
Package: libjogl-java
Version: 1.1.1+dak1-10
Severity: normal

Please replace the Build-Depends on ant1.7 with ant, since that package
probably is not going to be supported in wheezy.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (800, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (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

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


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

[pkg-java] r14704 - trunk/freemind/debian

2011-09-03 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-09-03 18:52:53 + (Sat, 03 Sep 2011)
New Revision: 14704

Modified:
   trunk/freemind/debian/changelog
   trunk/freemind/debian/control
Log:
Add Vcs-* fields


Modified: trunk/freemind/debian/changelog
===
--- trunk/freemind/debian/changelog 2011-09-03 18:31:50 UTC (rev 14703)
+++ trunk/freemind/debian/changelog 2011-09-03 18:52:53 UTC (rev 14704)
@@ -4,6 +4,7 @@
   * Replace Build-Depends on ant1.7 with ant. (Closes: #640267).
   * Bump Standards-Version to 3.9.2. No changes were required.
   * Drop unneeded Build-Depends on quilt.
+  * Add Vcs-* fields.
 
  -- Miguel Landaeta mig...@miguel.cc  Sat, 03 Sep 2011 12:57:04 -0430
 

Modified: trunk/freemind/debian/control
===
--- trunk/freemind/debian/control   2011-09-03 18:31:50 UTC (rev 14703)
+++ trunk/freemind/debian/control   2011-09-03 18:52:53 UTC (rev 14704)
@@ -10,6 +10,8 @@
 Build-Depends: debhelper (= 5.0), cdbs (= 0.4.8)
 Homepage: http://freemind.sourceforge.net/
 Standards-Version: 3.9.2.0
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/freemind
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/freemind/
 
 Package: freemind
 Architecture: all


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


[pkg-java] r14661 - trunk/ant1.7/debian

2011-09-02 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-09-02 15:48:19 + (Fri, 02 Sep 2011)
New Revision: 14661

Modified:
   trunk/ant1.7/debian/changelog
   trunk/ant1.7/debian/rules
Log:
* Fix FTBFS due to changes in libxml-commons-resolver1.1-java 1.2


Modified: trunk/ant1.7/debian/changelog
===
--- trunk/ant1.7/debian/changelog   2011-09-01 22:59:01 UTC (rev 14660)
+++ trunk/ant1.7/debian/changelog   2011-09-02 15:48:19 UTC (rev 14661)
@@ -1,3 +1,11 @@
+ant1.7 (1.7.1-8) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Fix FTBFS due to changes in libxml-commons-resolver1.1-java 1.2.
+(Closes: #640072).
+
+ -- Miguel Landaeta mig...@miguel.cc  Fri, 02 Sep 2011 07:53:29 -0430
+
 ant1.7 (1.7.1-7) unstable; urgency=medium
 
   [ Niels Thykier ]

Modified: trunk/ant1.7/debian/rules
===
--- trunk/ant1.7/debian/rules   2011-09-01 22:59:01 UTC (rev 14660)
+++ trunk/ant1.7/debian/rules   2011-09-02 15:48:19 UTC (rev 14661)
@@ -29,7 +29,7 @@
 PACKAGE  := $(DEB_SOURCE_PACKAGE)
 VERSION  := $(DEB_UPSTREAM_VERSION)
 JAR_PATH := /usr/share/java
-CLASSPATH := 
${JAR_PATH}/activation.jar:${JAR_PATH}/antlr.jar:${JAR_PATH}/bcel.jar:${JAR_PATH}/bsf.jar:${JAR_PATH}/commons-logging.jar:${JAR_PATH}/gnumail.jar:${JAR_PATH}/inetlib.jar:${JAR_PATH}/jdepend.jar:${JAR_PATH}/junit.jar:${JAR_PATH}/log4j-1.2.jar:${JAR_PATH}/oro.jar:${JAR_PATH}/regexp.jar:${JAR_PATH}/xalan2.jar:${JAR_PATH}/xml-commons-resolver-1.1.jar:${JAR_PATH}/commons-net.jar:${JAR_PATH}/jsch.jar
+CLASSPATH := 
${JAR_PATH}/activation.jar:${JAR_PATH}/antlr.jar:${JAR_PATH}/bcel.jar:${JAR_PATH}/bsf.jar:${JAR_PATH}/commons-logging.jar:${JAR_PATH}/gnumail.jar:${JAR_PATH}/inetlib.jar:${JAR_PATH}/jdepend.jar:${JAR_PATH}/junit.jar:${JAR_PATH}/log4j-1.2.jar:${JAR_PATH}/oro.jar:${JAR_PATH}/regexp.jar:${JAR_PATH}/xalan2.jar:${JAR_PATH}/xml-resolver-1.2.jar:${JAR_PATH}/commons-net.jar:${JAR_PATH}/jsch.jar
 
 build-ant: stamp-build-ant
 stamp-build-ant:


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


[pkg-java] r14662 - in trunk/ant1.7/debian: . source

2011-09-02 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-09-02 16:16:28 + (Fri, 02 Sep 2011)
New Revision: 14662

Added:
   trunk/ant1.7/debian/source/
   trunk/ant1.7/debian/source/format
Modified:
   trunk/ant1.7/debian/changelog
   trunk/ant1.7/debian/control
Log:
* Fix a few lintian warnings.


Modified: trunk/ant1.7/debian/changelog
===
--- trunk/ant1.7/debian/changelog   2011-09-02 15:48:19 UTC (rev 14661)
+++ trunk/ant1.7/debian/changelog   2011-09-02 16:16:28 UTC (rev 14662)
@@ -3,6 +3,8 @@
   * Team upload.
   * Fix FTBFS due to changes in libxml-commons-resolver1.1-java 1.2.
 (Closes: #640072).
+  * Switch to source format 3.0 (quilt).
+  * Bump Standards-Version to 3.9.2. No changes were required.
 
  -- Miguel Landaeta mig...@miguel.cc  Fri, 02 Sep 2011 07:53:29 -0430
 

Modified: trunk/ant1.7/debian/control
===
--- trunk/ant1.7/debian/control 2011-09-02 15:48:19 UTC (rev 14661)
+++ trunk/ant1.7/debian/control 2011-09-02 16:16:28 UTC (rev 14662)
@@ -9,7 +9,7 @@
  liblog4j1.2-java, libregexp-java, libbcel-java (= 5.0), 
libcommons-logging-java, libjdepend-java,
  libgnumail-java, libxml-commons-resolver1.1-java, libcommons-net-java, 
libjsch-java, libjaxp1.3-java,
  gcj-native-helper
-Standards-Version: 3.9.0
+Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/ant1.7
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/ant1.7/
 Homepage: http://ant.apache.org/

Added: trunk/ant1.7/debian/source/format
===
--- trunk/ant1.7/debian/source/format   (rev 0)
+++ trunk/ant1.7/debian/source/format   2011-09-02 16:16:28 UTC (rev 14662)
@@ -0,0 +1 @@
+3.0 (quilt)


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


[pkg-java] r14651 - trunk/maven-javadoc-plugin/debian

2011-09-01 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-09-01 14:43:57 + (Thu, 01 Sep 2011)
New Revision: 14651

Modified:
   trunk/maven-javadoc-plugin/debian/changelog
   trunk/maven-javadoc-plugin/debian/control
   trunk/maven-javadoc-plugin/debian/maven.rules
   trunk/maven-javadoc-plugin/debian/rules
Log:
* Team upload.
* Add Build-Depends on libmaven-plugin-tools-java (= 2.8) (Closes: #640017).
* Bump Standards-Version to 3.9.2. No changes were required.
* Switch to source package format 3.0 (quilt).


Modified: trunk/maven-javadoc-plugin/debian/changelog
===
--- trunk/maven-javadoc-plugin/debian/changelog 2011-09-01 00:06:53 UTC (rev 
14650)
+++ trunk/maven-javadoc-plugin/debian/changelog 2011-09-01 14:43:57 UTC (rev 
14651)
@@ -1,3 +1,12 @@
+maven-javadoc-plugin (2.6.1-2) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Add Build-Depends on libmaven-plugin-tools-java (= 2.8) (Closes: #640017).
+  * Bump Standards-Version to 3.9.2. No changes were required.
+  * Switch to source package format 3.0 (quilt).
+
+ -- Miguel Landaeta mig...@miguel.cc  Thu, 01 Sep 2011 07:40:02 -0430
+
 maven-javadoc-plugin (2.6.1-1) unstable; urgency=low
 
   * New upstream release (Closes: #573575)

Modified: trunk/maven-javadoc-plugin/debian/control
===
--- trunk/maven-javadoc-plugin/debian/control   2011-09-01 00:06:53 UTC (rev 
14650)
+++ trunk/maven-javadoc-plugin/debian/control   2011-09-01 14:43:57 UTC (rev 
14651)
@@ -3,12 +3,12 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Ludovic Claude ludovic.cla...@laposte.net, Michael Koch 
konque...@gmx.de
-Build-Depends: debhelper (= 7), cdbs, default-jdk, maven-debian-helper ( 
0.4), quilt
+Build-Depends: debhelper (= 7), cdbs, default-jdk, maven-debian-helper ( 
0.4)
 Build-Depends-Indep: libmaven-invoker-plugin-java (= 1.3), 
libmodello-maven-plugin-java (= 1.1),  
  clirr, libbcel-java, libcommons-lang-java, libdoxia-java, 
libdoxia-sitetools-java,  
  libmaven-archiver-java, libmaven2-core-java, libqdox-java, libwagon-java, 
libmaven-plugin-testing-java,
- libmaven-shade-plugin-java, liblog4j1.2-java
-Standards-Version: 3.8.3
+ libmaven-shade-plugin-java, liblog4j1.2-java, libmaven-plugin-tools-java (= 
2.8)
+Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-javadoc-plugin
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-javadoc-plugin/
 Homepage: http://maven.apache.org/plugins/maven-javadoc-plugin/

Modified: trunk/maven-javadoc-plugin/debian/maven.rules
===
--- trunk/maven-javadoc-plugin/debian/maven.rules   2011-09-01 00:06:53 UTC 
(rev 14650)
+++ trunk/maven-javadoc-plugin/debian/maven.rules   2011-09-01 14:43:57 UTC 
(rev 14651)
@@ -1,7 +1,7 @@
 org.codehaus.modello modello-maven-plugin maven-plugin s/.*/1.1/
 org.codehaus.mojo clirr-maven-plugin * *
 org.apache.bcel bcel jar s/5\..*/5.x/
-* maven-plugin-plugin maven-plugin s/.*/2.5/
+* maven-plugin-plugin maven-plugin s/.*/2.8/
 junit junit jar s/3\..*/3.x/
 commons-httpclient commons-httpclient jar s/3\..*/3.x/
 log4j log4j jar s/1\.2\..*/1.2.x/

Modified: trunk/maven-javadoc-plugin/debian/rules
===
--- trunk/maven-javadoc-plugin/debian/rules 2011-09-01 00:06:53 UTC (rev 
14650)
+++ trunk/maven-javadoc-plugin/debian/rules 2011-09-01 14:43:57 UTC (rev 
14651)
@@ -2,7 +2,6 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/maven.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 JAVA_HOME := /usr/lib/jvm/default-java
 


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


[pkg-java] r14652 - in trunk/maven-javadoc-plugin/debian: . source

2011-09-01 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-09-01 14:52:36 + (Thu, 01 Sep 2011)
New Revision: 14652

Added:
   trunk/maven-javadoc-plugin/debian/source/
   trunk/maven-javadoc-plugin/debian/source/format
Log:
* Switch to source package format 3.0 (quilt).


Added: trunk/maven-javadoc-plugin/debian/source/format
===
--- trunk/maven-javadoc-plugin/debian/source/format 
(rev 0)
+++ trunk/maven-javadoc-plugin/debian/source/format 2011-09-01 14:52:36 UTC 
(rev 14652)
@@ -0,0 +1 @@
+3.0 (quilt)


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


Bug#640072: ant1.7 ftbfs in unstable

2011-09-01 Thread Miguel Landaeta
On Fri, Sep 02, 2011 at 12:14:51AM +0200, Damien Raude-Morvan wrote:
 Did ant1.7 is still needed ?
 IIRC, it was added just before squeeze release to fix some FTBFS (caused by 
 ant 
 1.8.0) but ant 1.8.2 seems a bit better now. Maybe we should drop ant1.7...

I fixed this bug in ant 1.8.2 recently. I'll commit the fix later.
Cheers,

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


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

[SCM] access-modifier-checker packaging branch, master, updated. upstream/1.0-3-g2da6397

2011-08-30 Thread Miguel Landaeta
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 access-modifier-checker packaging.

The branch, master has been updated
   via  2da6397bfa7704d58246755def3cf5ae233ac601 (commit)
  from  426085736ebd377f63f4e07af318b14ed9523741 (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 2da6397bfa7704d58246755def3cf5ae233ac601
Author: Miguel Landaeta mig...@miguel.cc
Date:   Tue Aug 30 13:41:36 2011 -0430

Add Build-Depends on libmaven-plugin-tools-java

---

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

diff --git a/debian/changelog b/debian/changelog
index b0fc39c..d5e7fb0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+access-modifier-checker (1.0-2) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Add Build-Depends on libmaven-plugin-tools-java (= 2.8) (Closes: #639828).
+
+ -- Miguel Landaeta mig...@miguel.cc  Tue, 30 Aug 2011 13:31:54 -0430
+
 access-modifier-checker (1.0-1) unstable; urgency=low
 
   * Initial Debian release (Closes: #629909)
diff --git a/debian/control b/debian/control
index e7c0b4d..6850165 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,8 @@ Build-Depends-Indep:
  libmaven2-core-java,
  libmaven2-core-java-doc,
  libmetainf-services-java,
- libmetainf-services-java-doc
+ libmetainf-services-java-doc,
+ libmaven-plugin-tools-java (= 2.8)
 Standards-Version: 3.9.2
 Homepage: https://github.com/kohsuke/access-modifier
 Vcs-Git: git://git.debian.org/git/pkg-java/access-modifier-checker.git


hooks/post-receive
-- 
access-modifier-checker packaging

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


Bug#639828: FTBFS: POM 'org.apache.maven.plugins:maven-plugin-plugin' not found in repository

2011-08-30 Thread Miguel Landaeta
tag 639828 + pending
thanks

On Tue, Aug 30, 2011 at 06:41:11PM +0200, Laurent Fousse wrote:
 Package: access-modifier-checker
 Version: 1.0-1
 Severity: serious
 Justification: fails to build from source
 
 Your package fails to build from source:

It is already fixed in git.

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


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

[pkg-java] r14511 - trunk/fop/debian

2011-08-27 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-08-27 19:53:38 + (Sat, 27 Aug 2011)
New Revision: 14511

Modified:
   trunk/fop/debian/changelog
   trunk/fop/debian/rules
Log:
* Add mh_clean call in clean target


Modified: trunk/fop/debian/changelog
===
--- trunk/fop/debian/changelog  2011-08-26 22:17:19 UTC (rev 14510)
+++ trunk/fop/debian/changelog  2011-08-27 19:53:38 UTC (rev 14511)
@@ -1,8 +1,12 @@
 fop (1:1.0.dfsg2-2) UNRELEASED; urgency=low
 
+  [ Mathieu Malaterre ]
   * Install event-model.xml. Closes: #639162
 - Also dump exception for verbosity
 
+  [ Miguel Landaeta ]
+  * Add mh_clean call in clean target. (Closes: #639515).
+
  -- Mathieu Malaterre mathieu.malate...@gmail.com  Thu, 25 Aug 2011 15:35:55 
+0200
 
 fop (1:1.0.dfsg2-1) unstable; urgency=low

Modified: trunk/fop/debian/rules
===
--- trunk/fop/debian/rules  2011-08-26 22:17:19 UTC (rev 14510)
+++ trunk/fop/debian/rules  2011-08-27 19:53:38 UTC (rev 14511)
@@ -39,6 +39,7 @@
 clean::
-rm -Rf build
mkdir -p lib/build
+   mh_clean
 
 get-orig-source:
uscan --force-download --rename


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


Bug#639515: fop: FTBFS twice in a row

2011-08-27 Thread Miguel Landaeta
tag 639515 + pending
thanks

On Sat, Aug 27, 2011 at 05:54:20PM +, brian m. carlson wrote:
 Package: fop
 Version: 1:1.0.dfsg2-1
 Severity: important
 
 If I build fop from source, and then build it again, it FTBFS the second
 time:

It is already fixed in svn.

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


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

Bug#611130: CVE-2010-2087

2011-08-23 Thread Miguel Landaeta
On Mon, Jul 25, 2011 at 02:05:01PM +0200, Moritz Mühlenhoff wrote:
 What's the result?
 

Upstream is totally unresponsive about this issue.

I have reviewed changelog of subsequent releases and this doesn't
seem to be fixed.

I have lost almost all motivation to try to fix this, but I'll
give another try to check again with upstream to see what they
have to say.

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


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

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

2011-08-20 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-08-21 00:56:35 + (Sun, 21 Aug 2011)
New Revision: 14359

Removed:
   trunk/libspring-java/debian/patches/0010_quartz_17.diff
Modified:
   trunk/libspring-java/debian/changelog
   trunk/libspring-java/debian/copyright
   trunk/libspring-java/debian/patches/0001_use_debian_asm3.diff
   trunk/libspring-java/debian/patches/0002_ivy_dependencies.diff
   trunk/libspring-java/debian/patches/series
Log:
* New upstream release.
* Refresh patches.
* Remove unnecessary 0010_quartz_17.diff patch. It was merged at upstream.
* Update copyright file.


Modified: trunk/libspring-java/debian/changelog
===
--- trunk/libspring-java/debian/changelog   2011-08-20 14:31:07 UTC (rev 
14358)
+++ trunk/libspring-java/debian/changelog   2011-08-21 00:56:35 UTC (rev 
14359)
@@ -1,3 +1,12 @@
+libspring-java (3.0.6.RELEASE-1) unstable; urgency=low
+
+  * New upstream release.
+  * Refresh patches.
+  * Remove unnecessary 0010_quartz_17.diff patch. It was merged at upstream.
+  * Update copyright file.
+
+ -- Miguel Landaeta mig...@miguel.cc  Sat, 20 Aug 2011 18:25:14 -0430
+
 libspring-java (3.0.5.RELEASE-4) unstable; urgency=low
 
   [ Miguel Landaeta ]

Modified: trunk/libspring-java/debian/copyright
===
--- trunk/libspring-java/debian/copyright   2011-08-20 14:31:07 UTC (rev 
14358)
+++ trunk/libspring-java/debian/copyright   2011-08-21 00:56:35 UTC (rev 
14359)
@@ -4,7 +4,7 @@
 Source: http://springframework.org/download
 
 Files: *
-Copyright: 2002-2010, the original author or authors
+Copyright: 2002-2011, the original author or authors
 Copyright: 2004, 2005 Acegi Technology Pty Limited
 Copyright: 2009 SpringSource Inc.
 License: Apache-2.0
@@ -12,6 +12,7 @@
 
 Files: debian/*
 Copyright: Copyright 2010, Damien Raude-Morvan draz...@debian.org
+Copyright: Copyright 2011, Miguel Landaeta mig...@miguel.cc
 License: Apache-2.0
 
 

Modified: trunk/libspring-java/debian/patches/0001_use_debian_asm3.diff
===
--- trunk/libspring-java/debian/patches/0001_use_debian_asm3.diff   
2011-08-20 14:31:07 UTC (rev 14358)
+++ trunk/libspring-java/debian/patches/0001_use_debian_asm3.diff   
2011-08-21 00:56:35 UTC (rev 14359)
@@ -3,7 +3,7 @@
  - small fix to API usage
  - disable build of org.springframework.asm module
 Author: Damien Raude-Morvan draz...@debian.org
-Last-Update: 2010-06-20
+Last-Update: 2011-08-20
 Forwarded: no
 Index: libspring-java/projects/build-spring-framework/build.xml
 ===
@@ -185,9 +185,9 @@
 @@ -38,7 +38,7 @@
dependency org=org.apache.log4j 
name=com.springsource.org.apache.log4j rev=1.2.15 conf=test-runtime/
dependency org=org.easymock 
name=com.springsource.org.easymock rev=2.5.1 conf=test-compile/
-   dependency org=org.junit name=com.springsource.org.junit 
rev=${org.junit.version} conf=test-runtime/
+   dependency org=org.junit name=com.springsource.org.junit 
rev=${junit.version} conf=test-runtime/
 -  dependency org=org.springframework 
name=org.springframework.asm rev=latest.integration conf=test-runtime/
-+!--  dependency org=org.springframework 
name=org.springframework.asm rev=latest.integration 
conf=test-runtime/--
++  !--dependency org=org.springframework 
name=org.springframework.asm rev=latest.integration 
conf=test-runtime/--
/dependencies
  
  /ivy-module
@@ -197,10 +197,10 @@
 +++ libspring-java/projects/org.springframework.beans/ivy.xml  2010-11-05 
15:07:28.0 -0430
 @@ -32,7 +32,7 @@
dependency org=org.apache.log4j 
name=com.springsource.org.apache.log4j rev=1.2.15 conf=test-runtime/
-   dependency org=org.junit name=com.springsource.org.junit 
rev=${org.junit.version} conf=test-runtime/
+   dependency org=org.junit name=com.springsource.org.junit 
rev=${junit.version} conf=test-runtime/
dependency org=org.easymock 
name=com.springsource.org.easymock rev=2.5.1 conf=test-compile/
 -  dependency org=org.springframework 
name=org.springframework.asm rev=latest.integration 
conf=compile-compile/
-+!--  dependency org=org.springframework 
name=org.springframework.asm rev=latest.integration 
conf=compile-compile/--
++  !--dependency org=org.springframework 
name=org.springframework.asm rev=latest.integration 
conf=compile-compile/--
/dependencies
  
  /ivy-module
@@ -226,10 +226,10 @@
dependency org=org.apache.log4j 
name=com.springsource.org.apache.log4j rev=1.2.15 conf=optional, 
log4j-compile/
dependency org=org.aspectj 
name=com.springsource.org.aspectj.weaver rev=${aspectj.version} 
conf=optional, aspectj-compile/
 -  dependency org

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

2011-08-19 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-08-19 14:55:58 + (Fri, 19 Aug 2011)
New Revision: 14328

Added:
   trunk/libspring-2.5-java/debian/patches/19_quartz_17.diff
Modified:
   trunk/libspring-2.5-java/debian/changelog
   trunk/libspring-2.5-java/debian/patches/series
Log:
* Add patch quartz_17.diff. (Closes: #638400).


Modified: trunk/libspring-2.5-java/debian/changelog
===
--- trunk/libspring-2.5-java/debian/changelog   2011-08-19 14:11:11 UTC (rev 
14327)
+++ trunk/libspring-2.5-java/debian/changelog   2011-08-19 14:55:58 UTC (rev 
14328)
@@ -1,11 +1,14 @@
-libspring-2.5-java (2.5.6.SEC02-5) unstable; urgency=low
+libspring-2.5-java (2.5.6.SEC02-5) UNRELEASED; urgency=low
 
-  UNRELEASED (does not close #638400 yet)
+  [ Torsten Werner ]
   * Team upload.
   * Replace quartz-all.jar by quartz.jar.
 
- -- Torsten Werner twer...@debian.org  Fri, 19 Aug 2011 07:08:22 +0200
+  [ Miguel Landaeta ]
+  * Add patch quartz_17.diff. (Closes: #638400).
 
+ -- Miguel Landaeta mig...@miguel.cc  Fri, 19 Aug 2011 08:00:48 -0430
+
 libspring-2.5-java (2.5.6.SEC02-4) unstable; urgency=low
 
   * B-D and Suggests libaspectj-java instead of aspectj (ie. so no JRE

Added: trunk/libspring-2.5-java/debian/patches/19_quartz_17.diff
===
--- trunk/libspring-2.5-java/debian/patches/19_quartz_17.diff   
(rev 0)
+++ trunk/libspring-2.5-java/debian/patches/19_quartz_17.diff   2011-08-19 
14:55:58 UTC (rev 14328)
@@ -0,0 +1,21 @@
+Description: Dummy compatibility with Quartz 1.7
+Author: Miguel Landaeta mig...@miguel.cc
+Bug-Debian: http://bugs.debian.org/638400
+Forwarded: no
+Last-Update: 2011-08-19
+
+--- 
libspring-2.5-java-2.5.6.SEC02.orig/src/org/springframework/scheduling/quartz/LocalTaskExecutorThreadPool.java
 
libspring-2.5-java-2.5.6.SEC02/src/org/springframework/scheduling/quartz/LocalTaskExecutorThreadPool.java
+@@ -81,4 +81,12 @@ public class LocalTaskExecutorThreadPool
+   return 1;
+   }
+ 
++  public void setInstanceName(String name) {
++  throw new UnsupportedOperationException(setInstanceName);
++  }
++
++  public void setInstanceId(String id) {
++  throw new UnsupportedOperationException(setInstanceId);
++  }
++
+ }

Modified: trunk/libspring-2.5-java/debian/patches/series
===
--- trunk/libspring-2.5-java/debian/patches/series  2011-08-19 14:11:11 UTC 
(rev 14327)
+++ trunk/libspring-2.5-java/debian/patches/series  2011-08-19 14:55:58 UTC 
(rev 14328)
@@ -15,3 +15,4 @@
 16_commonj.diff
 17_velocitytools2.diff
 18_hibernate_36.diff
+19_quartz_17.diff


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


Bug#638400: FTBFS due to changes introduced in Quartz 1.7

2011-08-19 Thread Miguel Landaeta
On Fri, Aug 19, 2011 at 07:23:30AM +0200, Torsten Werner wrote:
 I've committed a fix that reduces the number of errors to 1 but the
 package still FTBFS:
 

Hello,

I copied the patch that I used to fix libspring-java and it
works with this package too.

Please take a look at it.

Cheers,

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


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

Bug#638537: Switch dependencies on libspring-2.5-java to libspring-java

2011-08-19 Thread Miguel Landaeta
Package: mina2
Version: 2.0.3+dfsg-1
Severity: normal

As title says. The fix is already in svn.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (800, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (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

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


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

[pkg-java] r14330 - trunk/mina2/debian

2011-08-19 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-08-19 16:55:30 + (Fri, 19 Aug 2011)
New Revision: 14330

Modified:
   trunk/mina2/debian/changelog
   trunk/mina2/debian/control
   trunk/mina2/debian/rules
Log:
* Team upload.
* Switch dependencies on Spring Framework 2.5 with 3.0. (Closes: #638537).


Modified: trunk/mina2/debian/changelog
===
--- trunk/mina2/debian/changelog2011-08-19 16:32:35 UTC (rev 14329)
+++ trunk/mina2/debian/changelog2011-08-19 16:55:30 UTC (rev 14330)
@@ -1,3 +1,10 @@
+mina2 (2.0.3+dfsg-2) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Switch dependencies on Spring Framework 2.5 with 3.0. (Closes: #638537).
+
+ -- Miguel Landaeta mig...@miguel.cc  Fri, 19 Aug 2011 19:34:51 -0430
+
 mina2 (2.0.3+dfsg-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/mina2/debian/control
===
--- trunk/mina2/debian/control  2011-08-19 16:32:35 UTC (rev 14329)
+++ trunk/mina2/debian/control  2011-08-19 16:55:30 UTC (rev 14330)
@@ -5,7 +5,7 @@
 Uploaders: Damien Raude-Morvan draz...@debian.org
 Build-Depends: debhelper (= 7), ant, cdbs, openjdk-6-jdk
 Build-Depends-Indep: libslf4j-java, libjzlib-java,
-  libmx4j-java, libspring-beans-2.5-java, libtomcat6-java, libognl-java, 
librxtx-java,
+  libmx4j-java, libspring-beans-java, libtomcat6-java, libognl-java, 
librxtx-java,
   maven-repo-helper
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/mina2
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/mina2
@@ -16,7 +16,7 @@
 Architecture: all
 Depends: ${misc:Depends}, libslf4j-java
 Recommends: libjzlib-java, libmx4j-java, libtomcat6-java, libognl-java
-Suggests: libmina-java-doc, libspring-beans-2.5-java
+Suggests: libmina-java-doc, libspring-beans-java
 Description: Java network application framework
  Apache MINA is a network application framework which helps users develop high
  performance and high scalability network applications easily. It provides an

Modified: trunk/mina2/debian/rules
===
--- trunk/mina2/debian/rules2011-08-19 16:32:35 UTC (rev 14329)
+++ trunk/mina2/debian/rules2011-08-19 16:55:30 UTC (rev 14330)
@@ -6,7 +6,7 @@
 # Use OpenJDK6 to compile Java 1.5 source files
 JAVA_HOME := /usr/lib/jvm/java-6-openjdk
 
-DEB_JARS  := slf4j-api jzlib mx4j spring-core spring-beans ognl \
+DEB_JARS  := slf4j-api jzlib mx4j spring3-core spring3-beans ognl \
  /usr/share/tomcat6/lib/tomcat-coyote.jar \
  RXTXcomm.jar
 DEB_ANT_BUILDFILE := debian/build.xml


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


[pkg-java] r14331 - trunk/mina/debian

2011-08-19 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-08-19 16:56:50 + (Fri, 19 Aug 2011)
New Revision: 14331

Modified:
   trunk/mina/debian/changelog
   trunk/mina/debian/control
   trunk/mina/debian/rules
Log:
* Team upload.
* Switch dependencies on Spring Framework 2.5 with 3.0. (Closes: #638538).
* Bump Standards-Version to 3.9.2. No changes were required.
* Add mh_clean call in dh_auto_clean target,


Modified: trunk/mina/debian/changelog
===
--- trunk/mina/debian/changelog 2011-08-19 16:55:30 UTC (rev 14330)
+++ trunk/mina/debian/changelog 2011-08-19 16:56:50 UTC (rev 14331)
@@ -1,3 +1,12 @@
+mina (1.1.7.dfsg-10) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Switch dependencies on Spring Framework 2.5 with 3.0. (Closes: #638538).
+  * Bump Standards-Version to 3.9.2. No changes were required.
+  * Add mh_clean call in dh_auto_clean target,
+
+ -- Miguel Landaeta mig...@miguel.cc  Fri, 19 Aug 2011 19:52:14 -0430
+
 mina (1.1.7.dfsg-9) unstable; urgency=low
 
   * d/control: Remove gjdoc from Build-Depends.

Modified: trunk/mina/debian/control
===
--- trunk/mina/debian/control   2011-08-19 16:55:30 UTC (rev 14330)
+++ trunk/mina/debian/control   2011-08-19 16:56:50 UTC (rev 14331)
@@ -5,17 +5,17 @@
 Uploaders: Damien Raude-Morvan draz...@debian.org
 Build-Depends: debhelper (= 7.0.50~), javahelper (= 0.25)
 Build-Depends-Indep: default-jdk, libslf4j-java, libjzlib-java,
-  libmx4j-java, libspring-beans-2.5-java, maven-repo-helper
+  libmx4j-java, libspring-beans-java, maven-repo-helper
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/mina
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/mina
-Standards-Version: 3.8.4
+Standards-Version: 3.9.2
 Homepage: http://mina.apache.org
 
 Package: libmina-java
 Architecture: all
 Depends: libslf4j-java, ${misc:Depends}
 Recommends: libjzlib-java, libmx4j-java
-Suggests: libmina-java-doc, libspring-beans-2.5-java
+Suggests: libmina-java-doc, libspring-beans-java
 Description: Java network application framework
  Apache MINA is a network application framework which helps users develop high
  performance and high scalability network applications easily. It provides an

Modified: trunk/mina/debian/rules
===
--- trunk/mina/debian/rules 2011-08-19 16:55:30 UTC (rev 14330)
+++ trunk/mina/debian/rules 2011-08-19 16:56:50 UTC (rev 14331)
@@ -31,7 +31,7 @@
 
 SPRING_JAR := $(PACKAGE)-integration-spring.jar
 SPRING_SRC := integration-spring/src/main/java/
-SPRING_CP  := 
$(CORE_JAR):/usr/share/java/slf4j-api.jar:/usr/share/java/spring-core.jar:/usr/share/java/spring-beans.jar
+SPRING_CP  := 
$(CORE_JAR):/usr/share/java/slf4j-api.jar:/usr/share/java/spring3-core.jar:/usr/share/java/spring3-beans.jar
 
 ALL_JARS = $(wildcard *.jar)
 
@@ -48,6 +48,7 @@
 
 override_dh_auto_clean:
rm -f $(CORE_JAR) $(ZLIB_JAR) $(SSL_JAR) $(JMX_JAR) $(SPRING_JAR)
+   mh_clean
 
 override_dh_installexamples:
# Don't include META-INF or LICENSE files from examples


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


Bug#638386: Switch dependencies on libspring-2.5-java to libspring-java

2011-08-18 Thread Miguel Landaeta
Package: tiles
Version: 2.2.2-1
Severity: normal
Tags: patch

As title says. The fix is already in svn.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (800, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (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

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche
diff -Nru tiles-2.2.2/debian/build.properties tiles-2.2.2/debian/build.properties
--- tiles-2.2.2/debian/build.properties	2010-03-14 03:44:31.0 -0430
+++ tiles-2.2.2/debian/build.properties	2011-08-18 15:30:24.0 -0430
@@ -10,8 +10,8 @@
 /usr/share/java/jsp-api-2.1.jar:\
 /usr/share/java/el-api-2.1.jar:\
 /usr/share/tomcat6/lib/jasper-el.jar:\
-/usr/share/java/spring-core.jar:\
-/usr/share/java/spring-web.jar:\
+/usr/share/java/spring3-core.jar:\
+/usr/share/java/spring3-web.jar:\
 /usr/share/java/freemarker.jar:\
 ${basedir}/src/tiles-api/build/tiles-api-${version}.jar:\
 ${basedir}/src/tiles-core/build/tiles-core-${version}.jar:\
diff -Nru tiles-2.2.2/debian/changelog tiles-2.2.2/debian/changelog
--- tiles-2.2.2/debian/changelog	2010-06-30 18:42:21.0 -0430
+++ tiles-2.2.2/debian/changelog	2011-08-18 15:23:43.0 -0430
@@ -1,3 +1,10 @@
+tiles (2.2.2-2) unstable; urgency=low
+
+  * Team upload.
+  * Switch dependencies on Spring Framework 2.5 with 3.0. (Closes: #638386).
+
+ -- Miguel Landaeta mig...@miguel.cc  Thu, 18 Aug 2011 19:22:20 -0430
+
 tiles (2.2.2-1) unstable; urgency=low
 
   [ Torsten Werner ]
diff -Nru tiles-2.2.2/debian/control tiles-2.2.2/debian/control
--- tiles-2.2.2/debian/control	2010-06-30 18:42:49.0 -0430
+++ tiles-2.2.2/debian/control	2011-08-18 15:22:13.0 -0430
@@ -5,7 +5,7 @@
 Uploaders: Damien Raude-Morvan draz...@debian.org
 Build-Depends: cdbs, debhelper (= 7), default-jdk, maven-ant-helper
 Build-Depends-Indep: libcommons-digester-java, libslf4j-java, libognl-java,
- libservlet2.5-java, libtomcat6-java, libspring-core-2.5-java, libspring-web-2.5-java,
+ libservlet2.5-java, libtomcat6-java, libspring-core-java, libspring-web-java,
  libfreemarker-java, maven-repo-helper, libmvel-java
 Standards-Version: 3.9.0
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/tiles/
@@ -16,7 +16,7 @@
 Architecture: all
 Depends: ${misc:Depends}, libcommons-digester-java, libslf4j-java
 Suggests: libservlet2.5-java, libognl-java, libtomcat6-java, libfreemarker-java,
- libspring-core-2.5-java, libspring-web-2.5-java, libmvel-java
+ libspring-core-java, libspring-web-java, libmvel-java
 Description: Java templating framework for web application user interfaces
  Apache Tiles is a Java templating framework built to simplify the development
  of web application user interfaces. Tiles allows authors to define page


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

[pkg-java] r14320 - trunk/tiles/debian

2011-08-18 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-08-18 23:14:04 + (Thu, 18 Aug 2011)
New Revision: 14320

Modified:
   trunk/tiles/debian/build.properties
   trunk/tiles/debian/changelog
   trunk/tiles/debian/control
Log:
* Switch dependencies on Spring Framework 2.5 with 3.0. (Closes: #638386).


Modified: trunk/tiles/debian/build.properties
===
--- trunk/tiles/debian/build.properties 2011-08-18 20:21:25 UTC (rev 14319)
+++ trunk/tiles/debian/build.properties 2011-08-18 23:14:04 UTC (rev 14320)
@@ -10,8 +10,8 @@
 /usr/share/java/jsp-api-2.1.jar:\
 /usr/share/java/el-api-2.1.jar:\
 /usr/share/tomcat6/lib/jasper-el.jar:\
-/usr/share/java/spring-core.jar:\
-/usr/share/java/spring-web.jar:\
+/usr/share/java/spring3-core.jar:\
+/usr/share/java/spring3-web.jar:\
 /usr/share/java/freemarker.jar:\
 ${basedir}/src/tiles-api/build/tiles-api-${version}.jar:\
 ${basedir}/src/tiles-core/build/tiles-core-${version}.jar:\

Modified: trunk/tiles/debian/changelog
===
--- trunk/tiles/debian/changelog2011-08-18 20:21:25 UTC (rev 14319)
+++ trunk/tiles/debian/changelog2011-08-18 23:14:04 UTC (rev 14320)
@@ -1,3 +1,10 @@
+tiles (2.2.2-2) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Switch dependencies on Spring Framework 2.5 with 3.0. (Closes: #638386).
+
+ -- Miguel Landaeta mig...@miguel.cc  Thu, 18 Aug 2011 19:22:20 -0430
+
 tiles (2.2.2-1) unstable; urgency=low
 
   [ Torsten Werner ]

Modified: trunk/tiles/debian/control
===
--- trunk/tiles/debian/control  2011-08-18 20:21:25 UTC (rev 14319)
+++ trunk/tiles/debian/control  2011-08-18 23:14:04 UTC (rev 14320)
@@ -5,7 +5,7 @@
 Uploaders: Damien Raude-Morvan draz...@debian.org
 Build-Depends: cdbs, debhelper (= 7), default-jdk, maven-ant-helper
 Build-Depends-Indep: libcommons-digester-java, libslf4j-java, libognl-java,
- libservlet2.5-java, libtomcat6-java, libspring-core-2.5-java, 
libspring-web-2.5-java,
+ libservlet2.5-java, libtomcat6-java, libspring-core-java, libspring-web-java,
  libfreemarker-java, maven-repo-helper, libmvel-java
 Standards-Version: 3.9.0
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/tiles/
@@ -16,7 +16,7 @@
 Architecture: all
 Depends: ${misc:Depends}, libcommons-digester-java, libslf4j-java
 Suggests: libservlet2.5-java, libognl-java, libtomcat6-java, 
libfreemarker-java,
- libspring-core-2.5-java, libspring-web-2.5-java, libmvel-java
+ libspring-core-java, libspring-web-java, libmvel-java
 Description: Java templating framework for web application user interfaces
  Apache Tiles is a Java templating framework built to simplify the development
  of web application user interfaces. Tiles allows authors to define page


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


Bug#638389: FTBFS due to changes introduced with Quartz 1.7

2011-08-18 Thread Miguel Landaeta
Package: libspring-java
Version: 3.0.5.RELEASE-3
Severity: serious

As title says.
It is fixed in svn.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (800, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (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

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


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

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

2011-08-18 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-08-18 23:54:28 + (Thu, 18 Aug 2011)
New Revision: 14321

Added:
   trunk/libspring-java/debian/patches/0010_quartz_17.diff
Modified:
   trunk/libspring-java/debian/changelog
   trunk/libspring-java/debian/control
   trunk/libspring-java/debian/patches/series
Log:
* Fix FTBFS due to changes introduced in libquartz-java 1.7. (Closes: #638389)
* Bump Standards-Version to 3.9.2. No changes were required.


Modified: trunk/libspring-java/debian/changelog
===
--- trunk/libspring-java/debian/changelog   2011-08-18 23:14:04 UTC (rev 
14320)
+++ trunk/libspring-java/debian/changelog   2011-08-18 23:54:28 UTC (rev 
14321)
@@ -1,3 +1,10 @@
+libspring-java (3.0.5.RELEASE-4) UNRELEASED; urgency=low
+
+  * Fix FTBFS due to changes introduced in libquartz-java 1.7. (Closes: 
#638389)
+  * Bump Standards-Version to 3.9.2. No changes were required.
+
+ -- Miguel Landaeta mig...@miguel.cc  Thu, 18 Aug 2011 19:04:13 -0430
+
 libspring-java (3.0.5.RELEASE-3) unstable; urgency=low
 
   * Upgrade d/maven.rules and d/maven.ignoreRules to include

Modified: trunk/libspring-java/debian/control
===
--- trunk/libspring-java/debian/control 2011-08-18 23:14:04 UTC (rev 14320)
+++ trunk/libspring-java/debian/control 2011-08-18 23:54:28 UTC (rev 14321)
@@ -19,7 +19,7 @@
  libquartz-java, librome-java, libservlet2.5-java, libspring-build-java, 
libstruts1.2-java,
  libtiles-java, libtomcat6-java, libvelocity-tools-java, libxmlbeans-java, 
libxstream-java,
  testng, velocity
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Homepage: http://springframework.org/about
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libspring-java/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libspring-java/

Added: trunk/libspring-java/debian/patches/0010_quartz_17.diff
===
--- trunk/libspring-java/debian/patches/0010_quartz_17.diff 
(rev 0)
+++ trunk/libspring-java/debian/patches/0010_quartz_17.diff 2011-08-18 
23:54:28 UTC (rev 14321)
@@ -0,0 +1,21 @@
+Description: Dummy compatibility with Quartz 1.7
+Author: Miguel Landaeta mig...@miguel.cc
+Bug-Debian: http://bugs.debian.org/638389
+Forwarded: no
+Last-Update: 2011-08-18
+
+--- 
libspring-java-3.0.5.RELEASE.orig/projects/org.springframework.context.support/src/main/java/org/springframework/scheduling/quartz/LocalTaskExecutorThreadPool.java
 
libspring-java-3.0.5.RELEASE/projects/org.springframework.context.support/src/main/java/org/springframework/scheduling/quartz/LocalTaskExecutorThreadPool.java
+@@ -81,4 +81,12 @@ public class LocalTaskExecutorThreadPool
+   return 1;
+   }
+ 
++  public void setInstanceId(String id) {
++  throw new UnsupportedOperationException(setInstanceId);
++  }
++
++  public void setInstanceName(String name) {
++  throw new UnsupportedOperationException(setInstanceName);
++  }
++
+ }

Modified: trunk/libspring-java/debian/patches/series
===
--- trunk/libspring-java/debian/patches/series  2011-08-18 23:14:04 UTC (rev 
14320)
+++ trunk/libspring-java/debian/patches/series  2011-08-18 23:54:28 UTC (rev 
14321)
@@ -7,3 +7,4 @@
 0007_no_jruby.diff
 0008_jpa_20_api.diff
 0009_hibernate_validator_41.diff
+0010_quartz_17.diff


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


Bug#638391: Switch dependencies on libspring-2.5-java to libspring-java

2011-08-18 Thread Miguel Landaeta
Package: jasperreports
Version: 4.0.2+dfsg-1
Severity: normal
Tags: patch

As title says. The fix is already in svn.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (800, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (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

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche
diff -Nru jasperreports-4.0.2+dfsg/debian/changelog jasperreports-4.0.2+dfsg/debian/changelog
--- jasperreports-4.0.2+dfsg/debian/changelog	2011-05-07 17:36:18.0 -0430
+++ jasperreports-4.0.2+dfsg/debian/changelog	2011-08-18 19:31:17.0 -0430
@@ -1,3 +1,10 @@
+jasperreports (4.0.2+dfsg-2) unstable; urgency=low
+
+  * Team upload.
+  * Switch dependencies on Spring Framework 2.5 with 3.0. (Closes: #638391). 
+
+ -- Miguel Landaeta mig...@miguel.cc  Thu, 18 Aug 2011 19:29:42 -0430
+
 jasperreports (4.0.2+dfsg-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru jasperreports-4.0.2+dfsg/debian/control jasperreports-4.0.2+dfsg/debian/control
--- jasperreports-4.0.2+dfsg/debian/control	2011-05-07 17:35:56.0 -0430
+++ jasperreports-4.0.2+dfsg/debian/control	2011-08-18 19:28:30.0 -0430
@@ -5,7 +5,7 @@
 Uploaders: Damien Raude-Morvan draz...@debian.org
 Build-Depends: cdbs, debhelper (= 7), default-jdk, ant
 Build-Depends-Indep: ant-optional, bsh, libasm2-java, groovy, libjcommon-java,
-  libspring-core-2.5-java, libspring-beans-2.5-java,
+  libspring-core-java, libspring-beans-java,
   libcommons-digester-java, libcommons-collections3-java, libcommons-logging-java,
   libcommons-beanutils-java, libcommons-codec-java, libcommons-javaflow-java,
   libecj-java, libxalan2-java, libjaxen-java, libxml-commons-external-java,
@@ -27,7 +27,7 @@
 Recommends: libjexcelapi-java, libjakarta-poi-java (= 3.2), libitext-java,
   libbatik-java (= 1.7), libjfreechart-java, libhibernate3-java
 Suggests: bsh, libasm2-java, groovy, libmondrian-java, libolap4j-java,
-  libspring-core-2.5-java, libspring-beans-2.5-java, libantlr-java
+  libspring-core-java, libspring-beans-java, libantlr-java
 Description: Java reporting generator library
  JasperReports is a Java reporting generator library. XML report templates
  are used to generate ready to print documents using data from customizable data
diff -Nru jasperreports-4.0.2+dfsg/debian/rules jasperreports-4.0.2+dfsg/debian/rules
--- jasperreports-4.0.2+dfsg/debian/rules	2010-04-20 17:49:32.0 -0430
+++ jasperreports-4.0.2+dfsg/debian/rules	2011-08-18 19:29:11.0 -0430
@@ -7,7 +7,7 @@
 ANT_HOME := /usr/share/ant
 
 DEB_JARS := ant-trax ant-nodeps bsh asm2 groovy jcommon \
-spring-core-2.5 spring-beans-2.5 \
+spring3-core spring3-beans \
 commons-digester commons-collections3 commons-logging \
 commons-beanutils commons-codec commons-javaflow \
 eclipse-ecj xalan2 jaxen xml-apis-ext \


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

[pkg-java] r14322 - trunk/jasperreports/debian

2011-08-18 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-08-19 00:31:15 + (Fri, 19 Aug 2011)
New Revision: 14322

Modified:
   trunk/jasperreports/debian/changelog
   trunk/jasperreports/debian/control
   trunk/jasperreports/debian/rules
Log:
* Switch dependencies on Spring Framework 2.5 with 3.0. (Closes: #638391).


Modified: trunk/jasperreports/debian/changelog
===
--- trunk/jasperreports/debian/changelog2011-08-18 23:54:28 UTC (rev 
14321)
+++ trunk/jasperreports/debian/changelog2011-08-19 00:31:15 UTC (rev 
14322)
@@ -1,3 +1,10 @@
+jasperreports (4.0.2+dfsg-2) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Switch dependencies on Spring Framework 2.5 with 3.0. (Closes: #638391). 
+
+ -- Miguel Landaeta mig...@miguel.cc  Thu, 18 Aug 2011 19:29:42 -0430
+
 jasperreports (4.0.2+dfsg-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/jasperreports/debian/control
===
--- trunk/jasperreports/debian/control  2011-08-18 23:54:28 UTC (rev 14321)
+++ trunk/jasperreports/debian/control  2011-08-19 00:31:15 UTC (rev 14322)
@@ -5,7 +5,7 @@
 Uploaders: Damien Raude-Morvan draz...@debian.org
 Build-Depends: cdbs, debhelper (= 7), default-jdk, ant
 Build-Depends-Indep: ant-optional, bsh, libasm2-java, groovy, libjcommon-java,
-  libspring-core-2.5-java, libspring-beans-2.5-java,
+  libspring-core-java, libspring-beans-java,
   libcommons-digester-java, libcommons-collections3-java, 
libcommons-logging-java,
   libcommons-beanutils-java, libcommons-codec-java, libcommons-javaflow-java,
   libecj-java, libxalan2-java, libjaxen-java, libxml-commons-external-java,
@@ -27,7 +27,7 @@
 Recommends: libjexcelapi-java, libjakarta-poi-java (= 3.2), libitext-java,
   libbatik-java (= 1.7), libjfreechart-java, libhibernate3-java
 Suggests: bsh, libasm2-java, groovy, libmondrian-java, libolap4j-java,
-  libspring-core-2.5-java, libspring-beans-2.5-java, libantlr-java
+  libspring-core-java, libspring-beans-java, libantlr-java
 Description: Java reporting generator library
  JasperReports is a Java reporting generator library. XML report templates
  are used to generate ready to print documents using data from customizable 
data

Modified: trunk/jasperreports/debian/rules
===
--- trunk/jasperreports/debian/rules2011-08-18 23:54:28 UTC (rev 14321)
+++ trunk/jasperreports/debian/rules2011-08-19 00:31:15 UTC (rev 14322)
@@ -7,7 +7,7 @@
 ANT_HOME := /usr/share/ant
 
 DEB_JARS := ant-trax ant-nodeps bsh asm2 groovy jcommon \
-spring-core-2.5 spring-beans-2.5 \
+spring3-core spring3-beans \
 commons-digester commons-collections3 commons-logging \
 commons-beanutils commons-codec commons-javaflow \
 eclipse-ecj xalan2 jaxen xml-apis-ext \


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


[pkg-java] r14323 - trunk/jasperreports/debian

2011-08-18 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-08-19 00:59:27 + (Fri, 19 Aug 2011)
New Revision: 14323

Modified:
   trunk/jasperreports/debian/changelog
   trunk/jasperreports/debian/rules
Log:
* Add mh_clean call in clean target.


Modified: trunk/jasperreports/debian/changelog
===
--- trunk/jasperreports/debian/changelog2011-08-19 00:31:15 UTC (rev 
14322)
+++ trunk/jasperreports/debian/changelog2011-08-19 00:59:27 UTC (rev 
14323)
@@ -1,7 +1,8 @@
-jasperreports (4.0.2+dfsg-2) UNRELEASED; urgency=low
+jasperreports (4.0.2+dfsg-1miguel1) UNRELEASED; urgency=low
 
   * Team upload.
   * Switch dependencies on Spring Framework 2.5 with 3.0. (Closes: #638391). 
+  * Add mh_clean call in clean target.
 
  -- Miguel Landaeta mig...@miguel.cc  Thu, 18 Aug 2011 19:29:42 -0430
 

Modified: trunk/jasperreports/debian/rules
===
--- trunk/jasperreports/debian/rules2011-08-19 00:31:15 UTC (rev 14322)
+++ trunk/jasperreports/debian/rules2011-08-19 00:59:27 UTC (rev 14323)
@@ -30,6 +30,7 @@
 
 clean::
-rm -rf debian/tmp
+   mh_clean
 
 get-orig-source:
uscan --force-download


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


Bug#638397: Switch dependencies on libspring-2.5-java to libspring-java

2011-08-18 Thread Miguel Landaeta
Package: libspring-webflow-2.0-java
Version: 2.0.9.RELEASE-2
Severity: normal

As title says. The fix is already in git.


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (800, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (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 libspring-webflow-2.0-java depends on:
ii  glassfish-javaee 1:2.1.1-b31g-1  Open source Java EE 5 Application 
ii  libbackport-util-concurr 3.1-3   backport of java.util.concurrent t
ii  libcommons-logging-java  1.1.1-8 commmon wrapper interface for seve
ii  libognl-java 2.7.3-3 Java expression language
ii  libportlet-api-2.0-spec- 1.0-2   Java Portlet Specification V2.0
ii  libservlet2.5-java   6.0.32-5Servlet 2.5 and JSP 2.1 Java API c
ii  libspring-aop-2.5-java   2.5.6.SEC02-4   modular Java/J2EE application fram
ii  libspring-beans-2.5-java 2.5.6.SEC02-4   modular Java/J2EE application fram
ii  libspring-context-2.5-ja 2.5.6.SEC02-4   modular Java/J2EE application fram
ii  libspring-core-2.5-java  2.5.6.SEC02-4   modular Java/J2EE application fram
ii  libspring-js-2.0-java2.0.9.RELEASE-2 server-side Javascript abstraction
ii  libspring-orm-2.5-java   2.5.6.SEC02-4   modular Java/J2EE application fram
ii  libspring-security-core- 2.0.5.RELEASE-1 modular Java/J2EE application secu
ii  libspring-tx-2.5-java2.5.6.SEC02-4   modular Java/J2EE application fram
ii  libspring-web-2.5-java   2.5.6.SEC02-4   modular Java/J2EE application fram
ii  libspring-webmvc-2.5-jav 2.5.6.SEC02-4   modular Java/J2EE application fram
ii  libspring-webmvc-portlet 2.5.6.SEC02-4   modular Java/J2EE application fram

Versions of packages libspring-webflow-2.0-java recommends:
ii  libhibernate3-java 3.6.4.Final-2 Relational Persistence for Idiomat

libspring-webflow-2.0-java suggests no packages.

-- no debconf information

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


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

[pkg-java] r14173 - in trunk/maven-plugin-tools/debian: . source

2011-08-14 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-08-14 22:01:37 + (Sun, 14 Aug 2011)
New Revision: 14173

Added:
   trunk/maven-plugin-tools/debian/source/
   trunk/maven-plugin-tools/debian/source/format
Removed:
   trunk/maven-plugin-tools/debian/patches/
Modified:
   trunk/maven-plugin-tools/debian/build.properties
   trunk/maven-plugin-tools/debian/changelog
   trunk/maven-plugin-tools/debian/control
   trunk/maven-plugin-tools/debian/rules
Log:
* Team upload.
* New upstream release.
* Switch to source format 3.0 (quilt).
* Bump Standards-Version to 3.9.2. No changes were required.
* Remove unnecessary Build-Depends on quilt.
* Drop unnecessary patches already applied by upstream.


Modified: trunk/maven-plugin-tools/debian/build.properties
===
--- trunk/maven-plugin-tools/debian/build.properties2011-08-14 15:22:06 UTC 
(rev 14172)
+++ trunk/maven-plugin-tools/debian/build.properties2011-08-14 22:01:37 UTC 
(rev 14173)
@@ -28,3 +28,4 @@
 /usr/share/java/plexus-utils.jar:\
 /usr/share/java/plexus-classworlds.jar:\
 /usr/share/java/plexus-container-default-alpha.jar
+build.javaVersion=1.5

Modified: trunk/maven-plugin-tools/debian/changelog
===
--- trunk/maven-plugin-tools/debian/changelog   2011-08-14 15:22:06 UTC (rev 
14172)
+++ trunk/maven-plugin-tools/debian/changelog   2011-08-14 22:01:37 UTC (rev 
14173)
@@ -1,3 +1,14 @@
+maven-plugin-tools (2.8-1) UNRELEASED; urgency=low
+
+  * Team upload.
+  * New upstream release.
+  * Switch to source format 3.0 (quilt).
+  * Bump Standards-Version to 3.9.2. No changes were required.
+  * Remove unnecessary Build-Depends on quilt.
+  * Drop unnecessary patches already applied by upstream.
+
+ -- Miguel Landaeta mig...@miguel.cc  Sun, 14 Aug 2011 13:16:31 -0430
+
 maven-plugin-tools (2.5-2) unstable; urgency=low
 
   * Upload to unstable.

Modified: trunk/maven-plugin-tools/debian/control
===
--- trunk/maven-plugin-tools/debian/control 2011-08-14 15:22:06 UTC (rev 
14172)
+++ trunk/maven-plugin-tools/debian/control 2011-08-14 22:01:37 UTC (rev 
14173)
@@ -3,13 +3,13 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Torsten Werner twer...@debian.org, Ludovic Claude 
ludovic.cla...@laposte.net
-Build-Depends: debhelper (= 5), cdbs, openjdk-6-jdk, quilt, libjaxp1.3-java
+Build-Depends: debhelper (= 5), cdbs, openjdk-6-jdk, libjaxp1.3-java
 Build-Depends-Indep: maven-repo-helper, maven-ant-helper ( 4), ant, 
ant-optional, 
  libmodello-java, libclassworlds-java, junit, libplexus-velocity-java, 
velocity,
  libmaven-reporting-impl-java, libdoxia-sitetools-java,
  libplexus-container-default-java, libgoogle-collections-java,
  libxbean-java, libqdox-java, bsh, libjtidy-java, libmaven2-core-java
-Standards-Version: 3.8.1
+Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-plugin-tools
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-plugin-tools/
 Homepage: http://maven.apache.org

Modified: trunk/maven-plugin-tools/debian/rules
===
--- trunk/maven-plugin-tools/debian/rules   2011-08-14 15:22:06 UTC (rev 
14172)
+++ trunk/maven-plugin-tools/debian/rules   2011-08-14 22:01:37 UTC (rev 
14173)
@@ -2,7 +2,6 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 PACKAGE  := $(DEB_SOURCE_PACKAGE)
 VERSION  := $(DEB_UPSTREAM_VERSION)

Added: trunk/maven-plugin-tools/debian/source/format
===
--- trunk/maven-plugin-tools/debian/source/format   
(rev 0)
+++ trunk/maven-plugin-tools/debian/source/format   2011-08-14 22:01:37 UTC 
(rev 14173)
@@ -0,0 +1 @@
+3.0 (quilt)


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


[pkg-java] r14174 - in trunk/maven2-core/debian: . patches

2011-08-14 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-08-14 22:03:53 + (Sun, 14 Aug 2011)
New Revision: 14174

Removed:
   trunk/maven2-core/debian/patches/0004-update-maven-antrun-plugin.patch
Modified:
   trunk/maven2-core/debian/changelog
   trunk/maven2-core/debian/patches/0002-update-plugin-versions.patch
   trunk/maven2-core/debian/patches/series
Log:
* Team upload.
* Update maven-plugin-plugin version from 2.5 to 2.8.


Modified: trunk/maven2-core/debian/changelog
===
--- trunk/maven2-core/debian/changelog  2011-08-14 22:01:37 UTC (rev 14173)
+++ trunk/maven2-core/debian/changelog  2011-08-14 22:03:53 UTC (rev 14174)
@@ -1,3 +1,10 @@
+maven2-core (2.2.1-6) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Update maven-plugin-plugin version from 2.5 to 2.8.
+
+ -- Miguel Landaeta mig...@miguel.cc  Sun, 14 Aug 2011 14:51:42 -0430
+
 maven2-core (2.2.1-5) unstable; urgency=low
 
   * Team upload.

Modified: trunk/maven2-core/debian/patches/0002-update-plugin-versions.patch
===
--- trunk/maven2-core/debian/patches/0002-update-plugin-versions.patch  
2011-08-14 22:01:37 UTC (rev 14173)
+++ trunk/maven2-core/debian/patches/0002-update-plugin-versions.patch  
2011-08-14 22:03:53 UTC (rev 14174)
@@ -10,7 +10,12 @@
 index 00e84c1..1a036e7 100644
 --- a/maven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml
 +++ b/maven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml
-@@ -76,11 +76,11 @@ under the License.
+@@ -72,15 +72,15 @@ under the License.
+plugins
+  plugin
+artifactIdmaven-antrun-plugin/artifactId
+-   version1.3/version
++   version1.6/version
   /plugin   
   plugin
 artifactIdmaven-assembly-plugin/artifactId
@@ -62,7 +67,7 @@
   plugin
 artifactIdmaven-plugin-plugin/artifactId
 -   version2.4.3/version
-+   version2.5/version
++   version2.8/version
   /plugin
   plugin
 artifactIdmaven-rar-plugin/artifactId
@@ -84,4 +89,3 @@
   /plugin
 /plugins
   /pluginManagement
--- 

Deleted: trunk/maven2-core/debian/patches/0004-update-maven-antrun-plugin.patch
===
--- trunk/maven2-core/debian/patches/0004-update-maven-antrun-plugin.patch  
2011-08-14 22:01:37 UTC (rev 14173)
+++ trunk/maven2-core/debian/patches/0004-update-maven-antrun-plugin.patch  
2011-08-14 22:03:53 UTC (rev 14174)
@@ -1,16 +0,0 @@
-Description: Update version of maven-antrun-plugin
-Author: Miguel Landaeta mig...@miguel.cc
-Forwarded: no
-Last-Update: 2011-08-02
-
 
maven2-core-2.2.1.orig/maven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml
-+++ 
maven2-core-2.2.1/maven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml
-@@ -72,7 +72,7 @@ under the License.
-plugins
-  plugin
-artifactIdmaven-antrun-plugin/artifactId
--   version1.3/version
-+   version1.6/version
-  /plugin   
-  plugin
-artifactIdmaven-assembly-plugin/artifactId

Modified: trunk/maven2-core/debian/patches/series
===
--- trunk/maven2-core/debian/patches/series 2011-08-14 22:01:37 UTC (rev 
14173)
+++ trunk/maven2-core/debian/patches/series 2011-08-14 22:03:53 UTC (rev 
14174)
@@ -1,4 +1,3 @@
 0001-remove-webdav-support.patch
 0002-update-plugin-versions.patch
 0003-update-plexus-utils.patch
-0004-update-maven-antrun-plugin.patch


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


[pkg-java] r14175 - trunk/maven2/debian

2011-08-14 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-08-14 22:05:47 + (Sun, 14 Aug 2011)
New Revision: 14175

Modified:
   trunk/maven2/debian/changelog
Log:
* Team upload.
* Rebuild to update plugin versions.


Modified: trunk/maven2/debian/changelog
===
--- trunk/maven2/debian/changelog   2011-08-14 22:03:53 UTC (rev 14174)
+++ trunk/maven2/debian/changelog   2011-08-14 22:05:47 UTC (rev 14175)
@@ -1,3 +1,10 @@
+maven2 (2.2.1-7) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Rebuild to update plugin versions.
+
+ -- Miguel Landaeta mig...@miguel.cc  Sun, 14 Aug 2011 15:06:30 -0430
+
 maven2 (2.2.1-6) unstable; urgency=low
 
   * Team upload.


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


[pkg-java] r14176 - trunk/maven-plugin-tools/debian

2011-08-14 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-08-14 22:32:31 + (Sun, 14 Aug 2011)
New Revision: 14176

Modified:
   trunk/maven-plugin-tools/debian/changelog
Log:
* Add (Closes: #637213).


Modified: trunk/maven-plugin-tools/debian/changelog
===
--- trunk/maven-plugin-tools/debian/changelog   2011-08-14 22:05:47 UTC (rev 
14175)
+++ trunk/maven-plugin-tools/debian/changelog   2011-08-14 22:32:31 UTC (rev 
14176)
@@ -1,7 +1,7 @@
 maven-plugin-tools (2.8-1) UNRELEASED; urgency=low
 
   * Team upload.
-  * New upstream release.
+  * New upstream release. (Closes: #637213).
   * Switch to source format 3.0 (quilt).
   * Bump Standards-Version to 3.9.2. No changes were required.
   * Remove unnecessary Build-Depends on quilt.


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


[pkg-java] r14177 - in trunk/maven-invoker-plugin/debian: . source

2011-08-14 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-08-15 00:51:41 + (Mon, 15 Aug 2011)
New Revision: 14177

Added:
   trunk/maven-invoker-plugin/debian/source/
   trunk/maven-invoker-plugin/debian/source/format
Modified:
   trunk/maven-invoker-plugin/debian/changelog
   trunk/maven-invoker-plugin/debian/control
   trunk/maven-invoker-plugin/debian/copyright
   trunk/maven-invoker-plugin/debian/maven.rules
Log:
* Team upload.
* New upstream release.
* Bump Standards-Versions to 3.9.2. No changes were required.
* Migrate to source format 3.0 (quilt).
* Make copyright file DEP-5 compliant.
* Add versioned Build-Depends on libmaven-invoker-java (= 2.0.11~).


Modified: trunk/maven-invoker-plugin/debian/changelog
===
--- trunk/maven-invoker-plugin/debian/changelog 2011-08-14 22:32:31 UTC (rev 
14176)
+++ trunk/maven-invoker-plugin/debian/changelog 2011-08-15 00:51:41 UTC (rev 
14177)
@@ -1,8 +1,13 @@
 maven-invoker-plugin (1.5-1) UNRELEASED; urgency=low
 
-  * New upstream release
+  * Team upload.
+  * New upstream release.
+  * Bump Standards-Versions to 3.9.2. No changes were required.
+  * Migrate to source format 3.0 (quilt).
+  * Make copyright file DEP-5 compliant.
+  * Add versioned Build-Depends on libmaven-invoker-java (= 2.0.11~).
 
- -- Nicholas Bamber nicholas@taylor.periapt  Wed, 20 Apr 2011 22:09:35 +0100
+ -- Miguel Landaeta mig...@miguel.cc  Sun, 14 Aug 2011 17:43:11 -0430
 
 maven-invoker-plugin (1.3-2) unstable; urgency=low
 

Modified: trunk/maven-invoker-plugin/debian/control
===
--- trunk/maven-invoker-plugin/debian/control   2011-08-14 22:32:31 UTC (rev 
14176)
+++ trunk/maven-invoker-plugin/debian/control   2011-08-15 00:51:41 UTC (rev 
14177)
@@ -4,11 +4,11 @@
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Ludovic Claude ludovic.cla...@laposte.net
 Build-Depends: debhelper (= 7), cdbs, default-jdk, maven-debian-helper
-Build-Depends-Indep:  libmodello-maven-plugin-java (= 1.0.1), ant, bsh, 
groovy, libdoxia-java,
- libdoxia-sitetools-java, libmaven-invoker-java, libmaven-reporting-impl-java,
+Build-Depends-Indep: libmodello-maven-plugin-java (= 1.0.1), ant, bsh, 
groovy, libdoxia-java,
+ libdoxia-sitetools-java, libmaven-invoker-java (= 2.0.11~), 
libmaven-reporting-impl-java,
  libmaven2-core-java, libmaven-plugin-testing-java, libplexus-i18n-java,
  libplexus-interpolation-java, libplexus-utils-java, libjline-java
-Standards-Version: 3.8.2
+Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-invoker-plugin
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-invoker-plugin/
 Homepage: http://maven.apache.org/plugins/maven-invoker-plugin/

Modified: trunk/maven-invoker-plugin/debian/copyright
===
--- trunk/maven-invoker-plugin/debian/copyright 2011-08-14 22:32:31 UTC (rev 
14176)
+++ trunk/maven-invoker-plugin/debian/copyright 2011-08-15 00:51:41 UTC (rev 
14177)
@@ -1,20 +1,43 @@
-Format-Specification: http://dep.debian.net/deps/dep5/
-Name: Maven Invoker Plugin
-Maintainer: Apache Maven team
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=filerev=173
+Upstream-Name: Maven Invoker Plugin
+Upstream-Contact: Apache Maven Team
 Source: http://maven.apache.org/
 
 Files: *
-Copyright: 2001-2009, The Apache Software Foundation.
+Copyright: © 2001-2009, The Apache Software Foundation.
 License: Apache-2.0
 
 Files: debian/*
-Copyright: Copyright 2009, Ludovic Claude ludovic.cla...@laposte.net
+Copyright: © 2009, Ludovic Claude ludovic.cla...@laposte.net,
+  © 2011, Miguel Landaeta mig...@miguel.cc
 License: GPL-3+
 
 License: Apache-2.0
-  On Debian GNU/Linux system you can find the complete text of the
-  Apache 2.0 license in '/usr/share/common-licenses/Apache-2.0'.
+ Licensed under the Apache License, Version 2.0 (the License);
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an AS IS BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ The full text of the Apache License Version 2.0 is distributed in
+ /usr/share/common-licenses/Apache-2.0 on Debian systems.
 
-License: GPL-3
-  On Debian GNU/Linux system you can find the complete text of the
-  GPL-3 license in '/usr/share/common-licenses/GPL-3'
+License: GPL-3+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any

[pkg-java] r14178 - in trunk/maven-invoker/debian: . source

2011-08-14 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-08-15 02:01:40 + (Mon, 15 Aug 2011)
New Revision: 14178

Added:
   trunk/maven-invoker/debian/source/
   trunk/maven-invoker/debian/source/format
Modified:
   trunk/maven-invoker/debian/changelog
   trunk/maven-invoker/debian/control
   trunk/maven-invoker/debian/rules
Log:
* Team upload.
* New upstream release.
* Bump Standards-Version to 3.9.2. No changes were required.
* Small fix in long description.
* Add mh_clean call in clean target.


Modified: trunk/maven-invoker/debian/changelog
===
--- trunk/maven-invoker/debian/changelog2011-08-15 00:51:41 UTC (rev 
14177)
+++ trunk/maven-invoker/debian/changelog2011-08-15 02:01:40 UTC (rev 
14178)
@@ -1,3 +1,13 @@
+maven-invoker (2.0.11-1) UNRELEASED; urgency=low
+
+  * Team upload.
+  * New upstream release.
+  * Bump Standards-Version to 3.9.2. No changes were required.
+  * Small fix in long description.
+  * Add mh_clean call in clean target.
+
+ -- Miguel Landaeta mig...@miguel.cc  Sun, 14 Aug 2011 20:37:32 -0430
+
 maven-invoker (2.0.10-2) unstable; urgency=low
 
   * Upload to unstable.

Modified: trunk/maven-invoker/debian/control
===
--- trunk/maven-invoker/debian/control  2011-08-15 00:51:41 UTC (rev 14177)
+++ trunk/maven-invoker/debian/control  2011-08-15 02:01:40 UTC (rev 14178)
@@ -7,7 +7,7 @@
 Build-Depends-Indep: maven-repo-helper, maven-ant-helper ( 4), ant, 
ant-optional,
  junit, libmaven-plugin-tools-java, libplexus-component-metadata-java (= 
1.0~beta3.0.7),
  libplexus-utils-java
-Standards-Version: 3.8.1
+Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-invoker
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-invoker/
 Homepage: http://maven.apache.org/shared/maven-invoker/
@@ -31,4 +31,4 @@
 * Providing guidelines for best practices development
 * Allowing transparent migration to new features
  .
- This packages provides a component to programmatically invoke Maven.
+ This package provides a component to programmatically invoke Maven.

Modified: trunk/maven-invoker/debian/rules
===
--- trunk/maven-invoker/debian/rules2011-08-15 00:51:41 UTC (rev 14177)
+++ trunk/maven-invoker/debian/rules2011-08-15 02:01:40 UTC (rev 14178)
@@ -23,5 +23,6 @@
 
 clean::
-rm -rf debian/tmp
+   mh_clean
 
 

Added: trunk/maven-invoker/debian/source/format
===
--- trunk/maven-invoker/debian/source/format(rev 0)
+++ trunk/maven-invoker/debian/source/format2011-08-15 02:01:40 UTC (rev 
14178)
@@ -0,0 +1 @@
+3.0 (quilt)


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


Bug#637593: ant: Please provide ant-testutil.jar

2011-08-12 Thread Miguel Landaeta
Package: ant
Version: 1.8.2-2
Severity: wishlist
Tags: patch

I need that jar to be able to run unit test during build time
in another packages.

I already committed a patch to fix this.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (800, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (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 ant depends on:
ii  default-jre-headless [jav 1:1.6-40   Standard Java or Java compatible R
ii  gcj-4.4-jre-headless [jav 4.4.6-6Java runtime environment using GIJ
ii  gcj-4.6-jre-headless [jav 4.6.1-2Java runtime environment using GIJ
ii  gcj-jre-headless [java5-r 4:4.6.1-2  Java runtime environment using GIJ
ii  libxerces2-java   2.9.1-4.1  Validating XML parser for Java wit
ii  openjdk-6-jre-headless [j 6b18-1.8.9-0.1 OpenJDK Java runtime, using Hotspo

Versions of packages ant recommends:
ii  ant-optional  1.8.2-2Java based build tool like make - 

Versions of packages ant suggests:
pn  ant-doc   none (no description available)
pn  ant-gcj   none (no description available)
ii  default-jdk [java-sdk]1:1.6-40   Standard Java or Java compatible D
ii  gcj-4.4-jdk [java-sdk]4.4.6-6gcj and classpath development tool
ii  gcj-4.6-jdk [java-sdk]4.6.1-2gcj and classpath development tool
ii  gcj-jdk [java-sdk]4:4.6.1-2  gcj and classpath development tool
ii  openjdk-6-jdk [java-sdk]  6b18-1.8.9-0.1 OpenJDK Development Kit (JDK)

-- no debconf information

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche
Index: debian/ant-optional.poms
===
--- debian/ant-optional.poms	(revision 14163)
+++ debian/ant-optional.poms	(working copy)
@@ -14,4 +14,5 @@
 src/etc/poms/ant-jsch/pom.xml
 src/etc/poms/ant-junit/pom.xml
 src/etc/poms/ant-swing/pom.xml
+src/etc/poms/ant-testutil/pom.xml
 
Index: debian/rules
===
--- debian/rules	(revision 14163)
+++ debian/rules	(working copy)
@@ -40,7 +40,7 @@
 	# remove -SNAPSHOT from the versions in the Maven poms
 	perl -p -i -e 's/-SNAPSHOT//g' `find src/etc/poms/ -name pom.xml`
 	# the rest
-	/bin/sh bootstrap/bin/ant -Dant.build.javac.source=1.4 -Dant.build.javac.target=1.4 -Dbuild.classpath=${CLASSPATH} -propertyfile debian/ant.properties jars
+	/bin/sh bootstrap/bin/ant -Dant.build.javac.source=1.4 -Dant.build.javac.target=1.4 -Dbuild.classpath=${CLASSPATH} -propertyfile debian/ant.properties jars test-jar
 	ln -sf /usr/share/java/xml-apis.jar $(DEB_BUILDDIR)/lib/xml-apis.jar
 	ln -sf /usr/share/java/xercesImpl.jar $(DEB_BUILDDIR)/lib/xercesImpl.jar
 	touch stamp-build-ant
@@ -86,7 +86,7 @@
 	mh_installjar -pant-optional -l src/etc/poms/ant-jsch/pom.xml build/lib/ant-jsch.jar /usr/share/ant/lib/ant-jsch.jar
 	mh_installjar -pant-optional -l src/etc/poms/ant-junit/pom.xml build/lib/ant-junit.jar /usr/share/ant/lib/ant-junit.jar
 	mh_installjar -pant-optional -l src/etc/poms/ant-swing/pom.xml build/lib/ant-swing.jar /usr/share/ant/lib/ant-swing.jar
-	#mh_installjar -pant-optional src/etc/poms/ant-testutil/pom.xml ant-testutil/build/ant-testutil-$(VERSION).jar
+	mh_installjar -pant-optional -l src/etc/poms/ant-testutil/pom.xml build/lib/ant-testutil.jar /usr/share/ant/lib/ant-testutil.jar
 	#mh_installjar -pant-optional src/etc/poms/ant-jai/pom.xml ant-jai/build/ant-jai-$(VERSION).jar
 	#mh_installjar -pant-optional src/etc/poms/ant-netrexx/pom.xml ant-netrexx/build/ant-netrexx-$(VERSION).jar
 	#mh_installjar -pant-optional src/etc/poms/ant-starteam/pom.xml ant-starteam/build/ant-starteam-$(VERSION).jar


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

[pkg-java] r14164 - trunk/ant/debian

2011-08-12 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-08-12 21:00:34 + (Fri, 12 Aug 2011)
New Revision: 14164

Modified:
   trunk/ant/debian/changelog
   trunk/ant/debian/rules
Log:
* Fix FTBFS due to changes in libxml-commons-resolver1.1-java 1.2. (Closes: 
#637592).


Modified: trunk/ant/debian/changelog
===
--- trunk/ant/debian/changelog  2011-08-12 18:58:42 UTC (rev 14163)
+++ trunk/ant/debian/changelog  2011-08-12 21:00:34 UTC (rev 14164)
@@ -1,3 +1,11 @@
+ant (1.8.2-3) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Fix FTBFS due to changes in libxml-commons-resolver1.1-java 1.2.
+(Closes: #637592).
+
+ -- Miguel Landaeta mig...@miguel.cc  Fri, 12 Aug 2011 16:27:55 -0430
+
 ant (1.8.2-2) unstable; urgency=low
 
   * Team upload.

Modified: trunk/ant/debian/rules
===
--- trunk/ant/debian/rules  2011-08-12 18:58:42 UTC (rev 14163)
+++ trunk/ant/debian/rules  2011-08-12 21:00:34 UTC (rev 14164)
@@ -28,7 +28,7 @@
 PACKAGE  := $(DEB_SOURCE_PACKAGE)
 VERSION  := $(DEB_UPSTREAM_VERSION)
 JAR_PATH := /usr/share/java
-CLASSPATH := 
${JAR_PATH}/activation.jar:${JAR_PATH}/antlr.jar:${JAR_PATH}/bcel.jar:${JAR_PATH}/bsf.jar:${JAR_PATH}/commons-logging.jar:${JAR_PATH}/gnumail.jar:${JAR_PATH}/inetlib.jar:${JAR_PATH}/jdepend.jar:${JAR_PATH}/junit.jar:${JAR_PATH}/log4j-1.2.jar:${JAR_PATH}/oro.jar:${JAR_PATH}/regexp.jar:${JAR_PATH}/xalan2.jar:${JAR_PATH}/xml-commons-resolver-1.1.jar:${JAR_PATH}/commons-net.jar:${JAR_PATH}/jsch.jar
+CLASSPATH := 
${JAR_PATH}/activation.jar:${JAR_PATH}/antlr.jar:${JAR_PATH}/bcel.jar:${JAR_PATH}/bsf.jar:${JAR_PATH}/commons-logging.jar:${JAR_PATH}/gnumail.jar:${JAR_PATH}/inetlib.jar:${JAR_PATH}/jdepend.jar:${JAR_PATH}/junit.jar:${JAR_PATH}/log4j-1.2.jar:${JAR_PATH}/oro.jar:${JAR_PATH}/regexp.jar:${JAR_PATH}/xalan2.jar:${JAR_PATH}/xml-resolver-1.2.jar:${JAR_PATH}/commons-net.jar:${JAR_PATH}/jsch.jar
 
 build-ant: stamp-build-ant
 stamp-build-ant:


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


[pkg-java] r14165 - trunk/ant/debian

2011-08-12 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-08-12 21:04:22 + (Fri, 12 Aug 2011)
New Revision: 14165

Modified:
   trunk/ant/debian/ant-optional.poms
   trunk/ant/debian/changelog
   trunk/ant/debian/rules
Log:
* Provide ant-testutil.jar. (Closes: #637593).


Modified: trunk/ant/debian/ant-optional.poms
===
--- trunk/ant/debian/ant-optional.poms  2011-08-12 21:00:34 UTC (rev 14164)
+++ trunk/ant/debian/ant-optional.poms  2011-08-12 21:04:22 UTC (rev 14165)
@@ -14,4 +14,5 @@
 src/etc/poms/ant-jsch/pom.xml
 src/etc/poms/ant-junit/pom.xml
 src/etc/poms/ant-swing/pom.xml
+src/etc/poms/ant-testutil/pom.xml
 

Modified: trunk/ant/debian/changelog
===
--- trunk/ant/debian/changelog  2011-08-12 21:00:34 UTC (rev 14164)
+++ trunk/ant/debian/changelog  2011-08-12 21:04:22 UTC (rev 14165)
@@ -3,8 +3,9 @@
   * Team upload.
   * Fix FTBFS due to changes in libxml-commons-resolver1.1-java 1.2.
 (Closes: #637592).
+  * Provide ant-testutil.jar. (Closes: #637593).
 
- -- Miguel Landaeta mig...@miguel.cc  Fri, 12 Aug 2011 16:27:55 -0430
+ -- Miguel Landaeta mig...@miguel.cc  Fri, 12 Aug 2011 16:33:49 -0430
 
 ant (1.8.2-2) unstable; urgency=low
 

Modified: trunk/ant/debian/rules
===
--- trunk/ant/debian/rules  2011-08-12 21:00:34 UTC (rev 14164)
+++ trunk/ant/debian/rules  2011-08-12 21:04:22 UTC (rev 14165)
@@ -40,7 +40,7 @@
# remove -SNAPSHOT from the versions in the Maven poms
perl -p -i -e 's/-SNAPSHOT//g' `find src/etc/poms/ -name pom.xml`
# the rest
-   /bin/sh bootstrap/bin/ant -Dant.build.javac.source=1.4 
-Dant.build.javac.target=1.4 -Dbuild.classpath=${CLASSPATH} -propertyfile 
debian/ant.properties jars
+   /bin/sh bootstrap/bin/ant -Dant.build.javac.source=1.4 
-Dant.build.javac.target=1.4 -Dbuild.classpath=${CLASSPATH} -propertyfile 
debian/ant.properties jars test-jar
ln -sf /usr/share/java/xml-apis.jar $(DEB_BUILDDIR)/lib/xml-apis.jar
ln -sf /usr/share/java/xercesImpl.jar $(DEB_BUILDDIR)/lib/xercesImpl.jar
touch stamp-build-ant
@@ -86,7 +86,7 @@
mh_installjar -pant-optional -l src/etc/poms/ant-jsch/pom.xml 
build/lib/ant-jsch.jar /usr/share/ant/lib/ant-jsch.jar
mh_installjar -pant-optional -l src/etc/poms/ant-junit/pom.xml 
build/lib/ant-junit.jar /usr/share/ant/lib/ant-junit.jar
mh_installjar -pant-optional -l src/etc/poms/ant-swing/pom.xml 
build/lib/ant-swing.jar /usr/share/ant/lib/ant-swing.jar
-   #mh_installjar -pant-optional src/etc/poms/ant-testutil/pom.xml 
ant-testutil/build/ant-testutil-$(VERSION).jar
+   mh_installjar -pant-optional -l src/etc/poms/ant-testutil/pom.xml 
build/lib/ant-testutil.jar /usr/share/ant/lib/ant-testutil.jar
#mh_installjar -pant-optional src/etc/poms/ant-jai/pom.xml 
ant-jai/build/ant-jai-$(VERSION).jar
#mh_installjar -pant-optional src/etc/poms/ant-netrexx/pom.xml 
ant-netrexx/build/ant-netrexx-$(VERSION).jar
#mh_installjar -pant-optional src/etc/poms/ant-starteam/pom.xml 
ant-starteam/build/ant-starteam-$(VERSION).jar


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


[pkg-java] r14151 - branches/groovy

2011-08-11 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-08-12 00:44:13 + (Fri, 12 Aug 2011)
New Revision: 14151

Removed:
   branches/groovy/1.8/
Log:
Delete merged branch 1.8


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


[pkg-java] r14115 - in trunk/groovy/debian: . patches

2011-08-09 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-08-09 14:44:25 + (Tue, 09 Aug 2011)
New Revision: 14115

Modified:
   trunk/groovy/debian/changelog
   trunk/groovy/debian/orig-tar.sh
   trunk/groovy/debian/patches/0002-ant-build.diff.patch
   trunk/groovy/debian/patches/0003-disable-bnd.diff.patch
   trunk/groovy/debian/watch
Log:
* Merge from 1.8 experimental branch.
* Upload to unstable.


Modified: trunk/groovy/debian/changelog
===
--- trunk/groovy/debian/changelog   2011-08-09 12:32:11 UTC (rev 14114)
+++ trunk/groovy/debian/changelog   2011-08-09 14:44:25 UTC (rev 14115)
@@ -1,3 +1,16 @@
+groovy (1.8.1-2) UNRELEASED; urgency=low
+
+  * Upload to unstable.
+
+ -- Miguel Landaeta mig...@miguel.cc  Mon, 08 Aug 2011 21:44:30 -0430
+
+groovy (1.8.1-1) experimental; urgency=low
+
+  * New upstream release.
+  * Update watch file.
+
+ -- Miguel Landaeta mig...@miguel.cc  Sun, 24 Jul 2011 11:12:10 +0200
+
 groovy (1.7.10-2) unstable; urgency=low
 
   * Add ant-nodeps jar as dep in debian/rules due to changes in Ant 1.8.1.

Modified: trunk/groovy/debian/orig-tar.sh
===
--- trunk/groovy/debian/orig-tar.sh 2011-08-09 12:32:11 UTC (rev 14114)
+++ trunk/groovy/debian/orig-tar.sh 2011-08-09 14:44:25 UTC (rev 14115)
@@ -2,11 +2,10 @@
 
 # called by uscan with '--upstream-version' version file
 TAR=../groovy_$2.orig.tar.gz
-DIR=groovy-$2.orig
+DIR=groovy-$2
 
 # clean up the upstream tarball
 unzip $3
-mv groovy-$2 $DIR
 GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.pdf' $DIR
 rm -rf $3 $DIR
 

Modified: trunk/groovy/debian/patches/0002-ant-build.diff.patch
===
--- trunk/groovy/debian/patches/0002-ant-build.diff.patch   2011-08-09 
12:32:11 UTC (rev 14114)
+++ trunk/groovy/debian/patches/0002-ant-build.diff.patch   2011-08-09 
14:44:25 UTC (rev 14115)
@@ -1,10 +1,10 @@
 From: Debian Java Maintainers pkg-java-maintainers@lists.alioth.debian.org
-Date: Thu, 05 Aug 2010 13:51:46 -0430
+Date: Thu, 16 Dec 2010 20:45:02 -0430
 Subject: [PATCH] ant-build.diff
 
 groovy-1.7.3.orig/build.xml
-+++ groovy-1.7.3/build.xml
-@@ -28,10 +28,17 @@ $Date: 2010-06-07 02:45:33 +0200 (Mo, 07
+--- groovy-1.8.0~beta3.orig/build.xml
 groovy-1.8.0~beta3/build.xml
+@@ -28,10 +28,17 @@
  property name=ant.requiredVersion value=1.6.5/
  
  !-- config/ant/build-maven.xml imports config/ant/build-setup.xml where 
all the paths are defined. --
@@ -23,7 +23,7 @@
  condition property=_skipTests_
  or
  equals arg1=${test} arg2=false/
-@@ -96,7 +103,9 @@ $Date: 2010-06-07 02:45:33 +0200 (Mo, 07
+@@ -96,7 +103,9 @@
  /antlr
  /target
  
@@ -34,7 +34,7 @@
  
  target name=-banner
  echo message=Java Runtime Environment version: ${java.version}/
-@@ -408,13 +417,13 @@ $Date: 2010-06-07 02:45:33 +0200 (Mo, 07
+@@ -422,13 +431,13 @@
  fail message=Test failed, not processing further targets./
  /target
  
@@ -42,16 +42,16 @@
 +target name=-coverageInstrument if=_forceCoverage_
  mkdir dir=${instrumentedClassesDirectory}/
 -coberturaInstrument classesDirectory=${mainClassesDirectory}/
-+!--coberturaInstrument classesDirectory=${mainClassesDirectory}/--
++!--coberturaInstrument 
classesDirectory=${mainClassesDirectory}/--
  /target
  
  target name=-coverageReport depends=-initCoverage 
if=_forceCoverage_
--coberturaReport reportDirectory=${reportsDirectory}/cobertura 
sourceDirectory=${mainSourceDirectory}/
-+!--coberturaReport reportDirectory=${reportsDirectory}/cobertura 
sourceDirectory=${mainSourceDirectory}/--
+-coberturaReport reportDirectory=${reportsDirectory}/cobertura/
++!--coberturaReport 
reportDirectory=${reportsDirectory}/cobertura/--
  /target
  
  target name=-actuallyCreateJars
-@@ -527,12 +536,12 @@ $Date: 2010-06-07 02:45:33 +0200 (Mo, 07
+@@ -546,12 +555,12 @@
  delete dir=${stagingDirectory} quiet=true/
  mkdir dir=${stagingDirectory}/
  unzip dest=${stagingDirectory}
@@ -70,7 +70,7 @@
  /fileset
  /unzip
  unzip dest=${stagingDirectory}
-@@ -552,8 +561,8 @@ $Date: 2010-06-07 02:45:33 +0200 (Mo, 07
+@@ -571,8 +580,8 @@
  exclude name=META-INF/MANIFEST.MF/
  /patternset
  globmapper from=META-INF/LICENSE.txt 
to=META-INF/CLI-LICENSE.txt/
@@ -81,7 +81,7 @@
  /fileset
  /unzip
  makeManifest file=${stagingDirectory}/META-INF/MANIFEST.MF/
-@@ -579,7 +588,7 @@ $Date: 2010-06-07 02:45:33 +0200 (Mo, 07
+@@ -598,7 +607,7 @@
  description=Build Groovy and create the jarfiles./
  
  target name=updateJarsForOsgi unless=_skipOsgi_
@@ -90,7 +90,7 @@
  copy todir=${targetDistDirectory}
  fileset dir=config/bnd includes

Bug#637213: FTBFS due to missing jtidy maven artifact

2011-08-09 Thread Miguel Landaeta
reassign 637213 src:jtidy 7+svn20110807-1
retitle 637213 jtidy: It doesn't install expected jtidy maven artifact
affects 637213 + src:maven-invoker-plugin
thanks

On Tue, Aug 09, 2011 at 05:46:05PM +0200, Torsten Werner wrote:
 I do not understand why do you file a bug report against
 maven-invoker-plugin instead of jtidy. What do you think is wrong in the
 package?

Whoops, I got it wrong, sorry for my mental lapse.
I intended to report the bug on jtidy.

This bug on jtidy affects to maven-invoker-plugin and probably
another packages that build-depends on that.

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



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


Bug#637213: FTBFS due to missing jtidy maven artifact

2011-08-09 Thread Miguel Landaeta
On Tue, Aug 9, 2011 at 3:26 PM, Torsten Werner twer...@debian.org wrote:
 But maven-invoker-plugin was correct. Jtidy has changed its Maven
 group from jtidy to net.sf.jtidy. Packages that Build-Depend on jtidy
 and use Maven needs an updated maven rule. Something like

 s/jtidy/net.sf.jtidy/ jtidy * *

I got it. I'll fix that soon if nobody beats me to it.

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



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


[pkg-java] r14146 - trunk/gant/debian

2011-08-09 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-08-10 01:40:22 + (Wed, 10 Aug 2011)
New Revision: 14146

Modified:
   trunk/gant/debian/build.xml
   trunk/gant/debian/changelog
   trunk/gant/debian/control
Log:
* New upstream release.
* Bump Standards-Version to 3.9.2. No changes were required.
* Add missing Build-Depends on libmaven-ant-tasks-java, maven2,
  libplexus-classworlds-java and libplexus-utils-java.
* Add missing Depends on ant and Recommends on maven2 and
  libmaven-ant-tasks-java.


Modified: trunk/gant/debian/build.xml
===
--- trunk/gant/debian/build.xml 2011-08-09 23:44:50 UTC (rev 14145)
+++ trunk/gant/debian/build.xml 2011-08-10 01:40:22 UTC (rev 14146)
@@ -24,8 +24,8 @@
 This Ant script provides the build needed by Debian whilst the Gradle 
system is not packaged.
   /description
 
-  property name=gantVersion value=1.9.3/
-  property name=groovyVersion value=1.7.8/
+  property name=gantVersion value=1.9.6/
+  property name=groovyVersion value=1.8.1/
   property name=mavenAntTaskVersion value=2.0.10/
   property name=ivyVersion value=2.2.0/
 
@@ -33,7 +33,8 @@
 
   property name=sourceDirectory value=src/main/groovy/
   property name=testsDirectory value=src/test/groovy/
-  property name=jarfilesDirectory value=jarfiles/
+  property name=jarfilesDirectory value=/usr/share/java/
+  property name=mavenJarfilesDirectory value=/usr/share/maven2/lib/
   property name=scriptsDirectory value=scripts/
 
   property name=buildDirectory value=target_gant/
@@ -66,6 +67,9 @@
   target name=-initializeMavenAntTask
  path id=mavenAntTaskJarPathId
   fileset dir=${jarfilesDirectory} 
includes=maven-ant-tasks-${mavenAntTaskVersion}.jar/
+  fileset dir=${jarfilesDirectory} includes=plexus-classworlds.jar/
+  fileset dir=${jarfilesDirectory} includes=plexus-utils.jar/
+  fileset dir=${mavenJarfilesDirectory} 
includes=maven-debian-uber.jar/
 /path
 typedef resource=org/apache/maven/artifact/ant/antlib.xml 
uri=urn:maven-artifact-ant classpathref=mavenAntTaskJarPathId/
   /target

Modified: trunk/gant/debian/changelog
===
--- trunk/gant/debian/changelog 2011-08-09 23:44:50 UTC (rev 14145)
+++ trunk/gant/debian/changelog 2011-08-10 01:40:22 UTC (rev 14146)
@@ -1,3 +1,14 @@
+gant (1.9.6-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * Bump Standards-Version to 3.9.2. No changes were required.
+  * Add missing Build-Depends on libmaven-ant-tasks-java, maven2,
+libplexus-classworlds-java and libplexus-utils-java.
+  * Add missing Depends on ant and Recommends on maven2 and
+libmaven-ant-tasks-java.
+
+ -- Miguel Landaeta mig...@miguel.cc  Tue, 09 Aug 2011 20:27:01 -0430
+
 gant (1.9.3-2) unstable; urgency=low
 
   * Upload to unstable.

Modified: trunk/gant/debian/control
===
--- trunk/gant/debian/control   2011-08-09 23:44:50 UTC (rev 14145)
+++ trunk/gant/debian/control   2011-08-10 01:40:22 UTC (rev 14146)
@@ -4,15 +4,18 @@
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Varun Hiremath va...@debian.org, Torsten Werner 
twer...@debian.org, Michael Koch konque...@gmx.de, Miguel Landaeta 
mig...@miguel.cc
 Build-Depends: cdbs, debhelper (= 7)
-Build-Depends-Indep: ant, groovy, default-jdk
-Standards-Version: 3.9.1
+Build-Depends-Indep: ant, groovy, default-jdk, libmaven-ant-tasks-java,
+ maven2, libplexus-classworlds-java, libplexus-utils-java
+Standards-Version: 3.9.2
 Homepage: http://gant.codehaus.org/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/gant
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/gant
 
 Package: gant
 Architecture: all
-Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless, groovy
+Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless, 
groovy,
+ ant
+Recommends: maven2, libmaven-ant-tasks-java
 Description: Groovy build framework based on scripting Ant tasks
  Gant is a build tool for scripting Ant tasks using Groovy instead of
  XML to specify the build logic. A Gant build specification is a


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


Bug#637273: Gradle doesn't work with Groovy 1.8.x

2011-08-09 Thread Miguel Landaeta
Package: gradle
Version: 1.0~m3-1
Severity: grave

This package is unusable with Groovy 1.8.x.
However it works perfectly with Groovy 1.7.10.

AFAIK, support for Groovy 1.8.x is not a priority for upstream until
after 1.0 release, so it doesn't make sense to hold Groovy 1.8.x from
entering unstable. The maintainance of this package will continue when
upstream make a suitable release.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (800, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (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 gradle depends on:
ii  ant  1.8.2-2 Java based build tool like make
ii  ant-optional 1.8.2-2 Java based build tool like make - 
ii  bnd  0.0.384-1   A tool to create and diagnose OSGi
ii  bsh  2.0b4-12Java scripting environment (BeanSh
ii  checkstyle   5.4-1   checks Java source against a codin
ii  default-jre-headless 1:1.6-40Standard Java or Java compatible R
ii  groovy   1.8.1-2 Agile dynamic language for the Jav
ii  ivy  2.2.0-1 The agile dependency manager
ii  junit4   4.8.2-2 JUnit regression test framework fo
ii  libantlr-java2.7.7-17language tool for constructing rec
ii  libasm3-java 3.3.1-1 Java bytecode manipulation framewo
ii  libcodenarc-groovy-java  0.13-1  Groovy library that provides stati
ii  libcommons-beanutils-jav 1.8.3-1 utility for manipulating JavaBeans
ii  libcommons-cli-java  1.2-3   API for working with the command l
ii  libcommons-codec-java1.5-1   encoder and decoders such as Base6
ii  libcommons-collections3- 3.2.1-5 A set of abstract data type interf
ii  libcommons-httpclient-ja 3.1-9   A Java(TM) library for creating HT
ii  libcommons-io-java   1.4-3   Common useful IO related classes
ii  libdom4j-java1.6.1+dfsg.2-4  flexible XML framework for Java
ii  libgoogle-collections-ja 1.0-2   suite of collections and related g
ii  libgradle-core-java  1.0~m3-1Groovy based build system - Core l
ii  libgradle-plugins-java   1.0~m3-1Groovy based build system - Core p
ii  libjansi-java1.4-3   Java library for generating and in
ii  libjaxen-java1.1.3-1 Java XPath engine
ii  libjetty-extra-java  6.1.24-6Java servlet engine and webserver 
ii  libjetty-java6.1.24-6Java servlet engine and webserver 
ii  libjna-posix-java1.0.1-1 basic POSIX-like functions for Jav
ii  libjoptsimple-java   3.1-3   Command line parsing java library
ii  libjsch-java 0.1.42-2pure Java implementation of the SS
ii  libjzlib-java1.0.7-3 reimplementation of zlib in pure J
ii  liblogback-java  1:0.9.28-1  flexible logging library for Java
ii  libmaven-ant-tasks-java  2.0.10-1A library to use Maven's artifact 
ii  libmaven2-core-java  2.2.1-5 Core libraries for Maven2
ii  libplexus-component-api- 1.0.0~alpha22-2 utilities for the Plexus framework
ii  libplexus-containers-jav 1.0~beta3.0.7-5 utilities for the Plexus framework
ii  libservlet2.5-java   6.0.32-5Servlet 2.5 and JSP 2.1 Java API c
ii  libslf4j-java1.6.1-1 Simple Logging Facade for Java
ii  libsvnkit-java   1.3.5+dfsg-1pure Java Subversion client librar
ii  libtomcat6-java  6.0.32-5Servlet and JSP engine -- core lib
ii  libwagon-java1.0-beta-6-2tools to manage Maven artifacts an
ii  testng   5.11+dfsg-2 testing framework for Java

Versions of packages gradle recommends:
pn  libgradle-announce-java   none (no description available)
pn  libgradle-antlr-java  none (no description available)
ii  libgradle-code-quality-java   1.0~m3-1   Groovy based build system - Code q
ii  libgradle-ide-java1.0~m3-1   Groovy based build system - IDE su
pn  libgradle-jetty-java  none (no description available)
ii  libgradle-maven-java  1.0~m3-1   Groovy based build system - Maven 
pn  libgradle-osgi-java   none (no description available)
ii  libgradle-scala-java  1.0~m3-1   Groovy based build system - Scala 
ii  libgradle-wrapper-java1.0~m3-1   Groovy based build system - Wrappe

gradle suggests no packages.

-- no debconf information

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


signature.asc
Description: Digital signature
__
This is the maintainer address of Debian's Java team
http

[pkg-java] r13921 - in branches/libspring-java/3.1/debian: . patches

2011-08-03 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-08-04 00:22:11 + (Thu, 04 Aug 2011)
New Revision: 13921

Added:
   branches/libspring-java/3.1/debian/patches/0011_servlet_30.diff
Modified:
   branches/libspring-java/3.1/debian/changelog
   branches/libspring-java/3.1/debian/patches/series
Log:
* Add dependencies on libhttpcore-java and libhttpclient-java.
* Add 0010_httpclient_41.diff and 0011_servlet_30.diff patches.
* Update watch file.


Modified: branches/libspring-java/3.1/debian/changelog
===
--- branches/libspring-java/3.1/debian/changelog2011-08-03 22:14:57 UTC 
(rev 13920)
+++ branches/libspring-java/3.1/debian/changelog2011-08-04 00:22:11 UTC 
(rev 13921)
@@ -1,11 +1,13 @@
-libspring-java (3.1.0~M2-1) experimental; urgency=low
+libspring-java (3.1.0~M2-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * Refresh patches.
   * Bump Standards-Version to 3.9.2. No changes were required.
-  * Add dependencies on libhttpcore-java.
+  * Add dependencies on libhttpcore-java and libhttpclient-java.
+  * Add 0010_httpclient_41.diff and 0011_servlet_30.diff patches.
+  * Update watch file.
 
- -- Miguel Landaeta mig...@miguel.cc  Tue, 28 Jun 2011 19:58:45 -0430
+ -- Miguel Landaeta mig...@miguel.cc  Wed, 03 Aug 2011 19:30:20 -0430
 
 libspring-java (3.0.5.RELEASE-3) unstable; urgency=low
 

Added: branches/libspring-java/3.1/debian/patches/0011_servlet_30.diff
===
--- branches/libspring-java/3.1/debian/patches/0011_servlet_30.diff 
(rev 0)
+++ branches/libspring-java/3.1/debian/patches/0011_servlet_30.diff 
2011-08-04 00:22:11 UTC (rev 13921)
@@ -0,0 +1,251 @@
+Description: Dummy compatibility with Servlet 3.0 API
+Author: Miguel Landaeta mig...@miguel.cc
+Forwarded: no
+Last-Update: 2011-08-03
+
+--- 
libspring-java-3.1.0~M2.orig/projects/org.springframework.test/src/main/java/org/springframework/mock/web/MockHttpServletRequest.java
 
libspring-java-3.1.0~M2/projects/org.springframework.test/src/main/java/org/springframework/mock/web/MockHttpServletRequest.java
+@@ -22,6 +22,7 @@ import java.io.InputStream;
+ import java.io.InputStreamReader;
+ import java.io.Reader;
+ import java.io.UnsupportedEncodingException;
++import java.io.IOException;
+ import java.security.Principal;
+ import java.util.Collection;
+ import java.util.Collections;
+@@ -41,7 +42,14 @@ import javax.servlet.ServletContext;
+ import javax.servlet.ServletInputStream;
+ import javax.servlet.http.Cookie;
+ import javax.servlet.http.HttpServletRequest;
++import javax.servlet.http.HttpServletResponse;
+ import javax.servlet.http.HttpSession;
++import javax.servlet.http.Part;
++import javax.servlet.AsyncContext;
++import javax.servlet.ServletRequest;
++import javax.servlet.ServletResponse;
++import javax.servlet.DispatcherType;
++import javax.servlet.ServletException;
+ 
+ import org.springframework.util.Assert;
+ import org.springframework.util.LinkedCaseInsensitiveMap;
+@@ -855,4 +863,48 @@ public class MockHttpServletRequest impl
+   return isRequestedSessionIdFromURL();
+   }
+ 
++  public boolean isAsyncSupported() {
++  throw new UnsupportedOperationException(isAsyncSupported);
++  }
++
++  public AsyncContext getAsyncContext() {
++  throw new UnsupportedOperationException(getAsyncContext);
++  }
++
++  public AsyncContext startAsync(ServletRequest servletRequest, 
ServletResponse servletResponse) {
++  throw new UnsupportedOperationException(startAsync);
++  }
++
++  public AsyncContext startAsync() {
++  throw new UnsupportedOperationException(startAsync);
++  }
++
++  public boolean isAsyncStarted() {
++  throw new UnsupportedOperationException(isAsyncStarted);
++  }
++
++  public DispatcherType getDispatcherType() {
++  throw new UnsupportedOperationException(getDispatcherType);
++  }
++
++  public void logout() throws ServletException {
++  throw new UnsupportedOperationException(logout);
++  }
++
++  public void login(String username, String password) throws 
ServletException {
++  throw new UnsupportedOperationException(login);
++  }
++
++  public Part getPart(String name) throws IOException, 
IllegalStateException, ServletException {
++  throw new UnsupportedOperationException(getPart);
++  }
++
++  public CollectionPart getParts() throws IOException, 
IllegalStateException, ServletException {
++  throw new UnsupportedOperationException(getParts);
++  }
++
++  public boolean authenticate(HttpServletResponse response) throws 
IOException, ServletException {
++  throw new UnsupportedOperationException(authenticate);
++  }
++
+ }
+--- 
libspring-java-3.1.0~M2.orig/projects/org.springframework.test/src/main/java/org

[pkg-java] r13922 - branches/libspring-java/3.1/debian

2011-08-03 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-08-04 01:11:07 + (Thu, 04 Aug 2011)
New Revision: 13922

Modified:
   branches/libspring-java/3.1/debian/control
Log:
* Set versioned Recommends on libhttpclient-java (= 4.1.1).


Modified: branches/libspring-java/3.1/debian/control
===
--- branches/libspring-java/3.1/debian/control  2011-08-04 00:22:11 UTC (rev 
13921)
+++ branches/libspring-java/3.1/debian/control  2011-08-04 01:11:07 UTC (rev 
13922)
@@ -91,7 +91,7 @@
 Package: libspring-web-java
 Architecture: all
 Depends: ${misc:Depends}, libspring-beans-java (= ${source:Version}), 
libspring-context-java (= ${source:Version}), libspring-core-java (= 
${source:Version})
-Recommends: libspring-aop-java (= ${source:Version}), libspring-oxm-java (= 
${source:Version}), libhttpcore-java, libhttpclient-java, libservlet3.0-java
+Recommends: libspring-aop-java (= ${source:Version}), libspring-oxm-java (= 
${source:Version}), libhttpcore-java, libhttpclient-java (= 4.1.1), 
libservlet3.0-java
 Suggests: libhessian-java, libcommons-httpclient-java, libaxis-java, 
libcommons-fileupload-java,
  libjackson-json-java
 Description: modular Java/J2EE application framework - Web


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


[pkg-java] r13899 - in trunk/libcommons-lang-java/debian: . patches source

2011-08-02 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-08-02 16:51:38 + (Tue, 02 Aug 2011)
New Revision: 13899

Added:
   trunk/libcommons-lang-java/debian/source/
   trunk/libcommons-lang-java/debian/source/format
Modified:
   trunk/libcommons-lang-java/debian/changelog
   trunk/libcommons-lang-java/debian/control
   trunk/libcommons-lang-java/debian/libcommons-lang-java-doc.docs
   trunk/libcommons-lang-java/debian/patches/OSGi_Manifest.patch
   trunk/libcommons-lang-java/debian/rules
Log:
* Team upload.
* New upstream release.
* Set source package format as 3.0 (quilt).
* Bump Standards-Version to 3.9.2. No changes were required.
* Remove unnecessary Build-Depends on quilt.
* Refresh patches.
* Add mh_clean call in clean target.
* Remove unnecessary dependency on JRE.
* Link -doc javadocs with default-jdk-doc and add a Suggests dep on that.


Modified: trunk/libcommons-lang-java/debian/changelog
===
--- trunk/libcommons-lang-java/debian/changelog 2011-08-01 16:53:24 UTC (rev 
13898)
+++ trunk/libcommons-lang-java/debian/changelog 2011-08-02 16:51:38 UTC (rev 
13899)
@@ -1,3 +1,17 @@
+libcommons-lang-java (2.6-1) UNRELEASED; urgency=low
+
+  * Team upload.
+  * New upstream release.
+  * Set source package format as 3.0 (quilt).
+  * Bump Standards-Version to 3.9.2. No changes were required.
+  * Remove unnecessary Build-Depends on quilt.
+  * Refresh patches.
+  * Add mh_clean call in clean target.
+  * Remove unnecessary dependency on JRE.
+  * Link -doc javadocs with default-jdk-doc and add a Suggests dep on that.
+
+ -- Miguel Landaeta mig...@miguel.cc  Tue, 02 Aug 2011 12:23:57 -0430
+
 libcommons-lang-java (2.4-4) unstable; urgency=low
 
   * Upload to unstable.

Modified: trunk/libcommons-lang-java/debian/control
===
--- trunk/libcommons-lang-java/debian/control   2011-08-01 16:53:24 UTC (rev 
13898)
+++ trunk/libcommons-lang-java/debian/control   2011-08-02 16:51:38 UTC (rev 
13899)
@@ -3,16 +3,16 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Arnaud Vandyck av...@debian.org, Michael Koch konque...@gmx.de, 
Kumar Appaiah aku...@debian.org
-Build-Depends: debhelper (= 6), cdbs, quilt, default-jdk
-Build-Depends-Indep: maven-repo-helper, ant, junit (= 3.8.1)
-Standards-Version: 3.8.1
+Build-Depends: debhelper (= 6), cdbs, default-jdk
+Build-Depends-Indep: maven-repo-helper, ant, junit (= 3.8.1), default-jdk-doc
+Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-lang-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-lang-java
 Homepage: http://commons.apache.org/lang/
 
 Package: libcommons-lang-java
 Architecture: all
-Depends: ${misc:Depends}, default-jre-headless | java1-runtime-headless | 
java2-runtime-headless
+Depends: ${misc:Depends}
 Description: Extension of the java.lang package
  The Lang Component contains a set of Java classes that provide helper
  methods for standard Java classes, especially those found in the
@@ -37,6 +37,7 @@
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}
+Suggests: default-jdk-doc
 Description: Extension of the java.lang package
  The Lang Component contains a set of Java classes that provide helper
  methods for standard Java classes, especially those found in the

Modified: trunk/libcommons-lang-java/debian/libcommons-lang-java-doc.docs
===
--- trunk/libcommons-lang-java/debian/libcommons-lang-java-doc.docs 
2011-08-01 16:53:24 UTC (rev 13898)
+++ trunk/libcommons-lang-java/debian/libcommons-lang-java-doc.docs 
2011-08-02 16:51:38 UTC (rev 13899)
@@ -1 +1 @@
-dist/docs/api
+build/api

Modified: trunk/libcommons-lang-java/debian/patches/OSGi_Manifest.patch
===
--- trunk/libcommons-lang-java/debian/patches/OSGi_Manifest.patch   
2011-08-01 16:53:24 UTC (rev 13898)
+++ trunk/libcommons-lang-java/debian/patches/OSGi_Manifest.patch   
2011-08-02 16:51:38 UTC (rev 13899)
@@ -1,9 +1,62 @@
 a/src/conf/MANIFEST.MF
-+++ b/src/conf/MANIFEST.MF
-@@ -10,3 +10,33 @@
- Implementation-Vendor-Id: org.apache
- X-Compile-Source-JDK: @compile.source@
- X-Compile-Target-JDK: @compile.target@
+Description: Add OSGi metadata
+Author: Ludovic Claude ludovic.cla...@laposte.net
+Forwarded: no
+Last-Update: 2011-08-02
+
+--- libcommons-lang-java-2.6.orig/build.xml
 libcommons-lang-java-2.6/build.xml
+@@ -30,7 +30,7 @@
+ property file=${basedir}/build.properties/
+ property file=${basedir}/default.properties/
+ !-- The Sun Javadoc for versions prior to 1.3 are off-line. --
+-property name=jdk.javadoc 
value=http://java.sun.com/j2se/1.3/docs/api//
++property name=jdk.javadoc 
value=file:///usr/share/doc/default-jdk-doc/api//
+ 
+ !-- == Construct compile

[pkg-java] r13903 - in trunk/libcommons-lang-java/debian: . patches

2011-08-02 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-08-02 20:02:40 + (Tue, 02 Aug 2011)
New Revision: 13903

Modified:
   trunk/libcommons-lang-java/debian/changelog
   trunk/libcommons-lang-java/debian/control
   trunk/libcommons-lang-java/debian/patches/OSGi_Manifest.patch
Log:
* Fix jar manifest generation.
* Fix minor lintian warning about duplicate-short-description.


Modified: trunk/libcommons-lang-java/debian/changelog
===
--- trunk/libcommons-lang-java/debian/changelog 2011-08-02 19:40:23 UTC (rev 
13902)
+++ trunk/libcommons-lang-java/debian/changelog 2011-08-02 20:02:40 UTC (rev 
13903)
@@ -9,8 +9,9 @@
   * Add mh_clean call in clean target.
   * Remove unnecessary dependency on JRE.
   * Link -doc javadocs with default-jdk-doc and add a Suggests dep on that.
+  * Fix minor lintian warning about duplicate-short-description.
 
- -- Miguel Landaeta mig...@miguel.cc  Tue, 02 Aug 2011 12:23:57 -0430
+ -- Miguel Landaeta mig...@miguel.cc  Tue, 02 Aug 2011 15:17:59 -0430
 
 libcommons-lang-java (2.4-4) unstable; urgency=low
 

Modified: trunk/libcommons-lang-java/debian/control
===
--- trunk/libcommons-lang-java/debian/control   2011-08-02 19:40:23 UTC (rev 
13902)
+++ trunk/libcommons-lang-java/debian/control   2011-08-02 20:02:40 UTC (rev 
13903)
@@ -38,7 +38,7 @@
 Architecture: all
 Depends: ${misc:Depends}
 Suggests: default-jdk-doc
-Description: Extension of the java.lang package
+Description: Documentation for an extension of the java.lang package
  The Lang Component contains a set of Java classes that provide helper
  methods for standard Java classes, especially those found in the
  java.lang package in the Sun JDK. The following classes are included:

Modified: trunk/libcommons-lang-java/debian/patches/OSGi_Manifest.patch
===
--- trunk/libcommons-lang-java/debian/patches/OSGi_Manifest.patch   
2011-08-02 19:40:23 UTC (rev 13902)
+++ trunk/libcommons-lang-java/debian/patches/OSGi_Manifest.patch   
2011-08-02 20:02:40 UTC (rev 13903)
@@ -14,15 +14,20 @@
  
  !-- == Construct compile classpath 
=== --
  path id=compile.classpath
-@@ -52,6 +52,7 @@
+@@ -52,8 +52,12 @@
  filter token=version value=${component.version}/
  filter token=compile.source value=${compile.source}/
  filter token=compile.target value=${compile.target}/
 +filter token=lastmodified value=${lastmodified}/
  mkdir dir=${build.home}/
  available property=jdk.1.5.present 
classname=java.lang.StringBuilder/
++copy todir=${build.home}/conf filtering=on
++   fileset dir=${conf.home} includes=*.MF/
++/copy
  /target
-@@ -159,18 +160,7 @@
+ 
+ !-- == Compile Targets = 
--
+@@ -159,18 +163,7 @@
  mkdir dir=${build.home}/classes/META-INF/
  copy file=LICENSE.txt 
tofile=${build.home}/classes/META-INF/LICENSE.txt/
  copy file=NOTICE.txt  
tofile=${build.home}/classes/META-INF/NOTICE.txt/
@@ -38,7 +43,7 @@
 -attribute name=X-Compile-Source-JDK 
value=${compile.source}/
 -attribute name=X-Compile-Target-JDK 
value=${compile.target}/
 -/manifest
-+jar jarfile=${build.home}/${final.name}.jar 
manifest=${build.home}/../src/conf/MANIFEST.MF
++jar jarfile=${build.home}/${final.name}.jar 
manifest=${build.home}/conf/MANIFEST.MF
  fileset dir=${build.home}/classes
  include name=**/*.class/
  include name=**/LICENSE.txt/
@@ -48,10 +53,10 @@
 +Manifest-Version: 1.0
 +Package: org.apache.commons.lang
 +Extension-Name: commons-lang
-+Specification-Version: @component.version@
++Specification-Version: @version@
 +Specification-Vendor: The Apache Software Foundation
 +Specification-Title: Commons Lang
-+Implementation-Version: @component.version@
++Implementation-Version: @version@
 +Implementation-Vendor: The Apache Software Foundation
 +Implementation-Title: Commons Lang
 +Implementation-Vendor-Id: org.apache


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


[pkg-java] r13905 - in trunk/maven2-core/debian: . patches

2011-08-02 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-08-03 02:45:56 + (Wed, 03 Aug 2011)
New Revision: 13905

Added:
   trunk/maven2-core/debian/patches/0004-update-maven-antrun-plugin.patch
Modified:
   trunk/maven2-core/debian/changelog
   trunk/maven2-core/debian/control
   trunk/maven2-core/debian/patches/series
Log:
* Team upload.
* Update maven-antrun-plugin version from 1.3 to 1.6.
* Bump Standards-Version to 3.9.2. No changes were required.


Modified: trunk/maven2-core/debian/changelog
===
--- trunk/maven2-core/debian/changelog  2011-08-02 23:10:05 UTC (rev 13904)
+++ trunk/maven2-core/debian/changelog  2011-08-03 02:45:56 UTC (rev 13905)
@@ -1,3 +1,11 @@
+maven2-core (2.2.1-5) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Update maven-antrun-plugin version from 1.3 to 1.6.
+  * Bump Standards-Version to 3.9.2. No changes were required.
+
+ -- Miguel Landaeta mig...@miguel.cc  Tue, 02 Aug 2011 21:36:46 -0430
+
 maven2-core (2.2.1-4) unstable; urgency=low
 
   * Remove broken patch from last release.

Modified: trunk/maven2-core/debian/control
===
--- trunk/maven2-core/debian/control2011-08-02 23:10:05 UTC (rev 13904)
+++ trunk/maven2-core/debian/control2011-08-03 02:45:56 UTC (rev 13905)
@@ -13,7 +13,7 @@
   libplexus-archiver-java, libplexus-sec-dispatcher-java (= 1.3),
   libplexus-interactivity-api-java (=1.0-alpha-6), 
libplexus-interpolation-java (= 1.11), 
   libplexus-utils-java (=1:1.5.15), libwagon-java, 
libbackport-util-concurrent-java (= 3.1)
-Standards-Version: 3.8.4
+Standards-Version: 3.9.2
 Homepage: http://maven.apache.org/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven2-core
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven2-core

Added: trunk/maven2-core/debian/patches/0004-update-maven-antrun-plugin.patch
===
--- trunk/maven2-core/debian/patches/0004-update-maven-antrun-plugin.patch  
(rev 0)
+++ trunk/maven2-core/debian/patches/0004-update-maven-antrun-plugin.patch  
2011-08-03 02:45:56 UTC (rev 13905)
@@ -0,0 +1,16 @@
+Description: Update version of maven-antrun-plugin
+Author: Miguel Landaeta mig...@miguel.cc
+Forwarded: no
+Last-Update: 2011-08-02
+
+--- 
maven2-core-2.2.1.orig/maven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml
 
maven2-core-2.2.1/maven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml
+@@ -72,7 +72,7 @@ under the License.
+plugins
+  plugin
+artifactIdmaven-antrun-plugin/artifactId
+-   version1.3/version
++   version1.6/version
+  /plugin   
+  plugin
+artifactIdmaven-assembly-plugin/artifactId

Modified: trunk/maven2-core/debian/patches/series
===
--- trunk/maven2-core/debian/patches/series 2011-08-02 23:10:05 UTC (rev 
13904)
+++ trunk/maven2-core/debian/patches/series 2011-08-03 02:45:56 UTC (rev 
13905)
@@ -1,3 +1,4 @@
 0001-remove-webdav-support.patch
 0002-update-plugin-versions.patch
 0003-update-plexus-utils.patch
+0004-update-maven-antrun-plugin.patch


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


[pkg-java] r13906 - trunk/maven2/debian

2011-08-02 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-08-03 02:49:17 + (Wed, 03 Aug 2011)
New Revision: 13906

Modified:
   trunk/maven2/debian/changelog
   trunk/maven2/debian/control
Log:
* Team upload.
* No change rebuild in order to re-assemble the uber jar. (Closes: #636206).
* Bump Standards-Version to 3.9.2. No changes were required.


Modified: trunk/maven2/debian/changelog
===
--- trunk/maven2/debian/changelog   2011-08-03 02:45:56 UTC (rev 13905)
+++ trunk/maven2/debian/changelog   2011-08-03 02:49:17 UTC (rev 13906)
@@ -1,3 +1,11 @@
+maven2 (2.2.1-6) UNRELEASED; urgency=low
+
+  * Team upload.
+  * No change rebuild in order to re-assemble the uber jar. (Closes: #636206).
+  * Bump Standards-Version to 3.9.2. No changes were required.
+
+ -- Miguel Landaeta mig...@miguel.cc  Tue, 02 Aug 2011 21:56:46 -0430
+
 maven2 (2.2.1-5) unstable; urgency=low
 
   * Remove Paul from Uploaders list.

Modified: trunk/maven2/debian/control
===
--- trunk/maven2/debian/control 2011-08-03 02:45:56 UTC (rev 13905)
+++ trunk/maven2/debian/control 2011-08-03 02:49:17 UTC (rev 13906)
@@ -9,7 +9,7 @@
   libmaven-resources-plugin-java, libmaven-shade-plugin-java,
   libmaven2-core-java (= 2.2.1-4~), maven-ant-helper
 Build-Depends: debhelper (= 7), cdbs (= 0.4.5.3), default-jdk, ant
-Standards-Version: 3.8.4
+Standards-Version: 3.9.2
 Homepage: http://maven.apache.org/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven2
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven2


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


Bug#636206: maven2: Default maven-antrun-plugin version needs to be updated

2011-08-02 Thread Miguel Landaeta
On Mon, Aug 01, 2011 at 01:08:28PM +0100, James Page wrote:
 The maven-antrun-plugin package was recently upgraded to version 1.6
 from version 1.3; any projects which use this plugin now fail to build
 as the default version specified in maven2/maven2-core is 1.3 so the
 artifact fails to resolve.
 
 I believe the fix requires a patch to:
 
 ../maven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml
 
 in maven2-core and then a rebuild of maven2 to re-assemble the uber jar
 with the required default dependency. However I may be wrong.

Thanks for reporting this.

I updated maven-antrun-plugin two weeks ago and very recently I began to
observe FTBFS errors in packages build-depending on this plugin but I
didn't have time to research what was happening.

After following your recommendations about how to fix maven2 and maven2-core,
the packages httpcomponents-client and httpcomponents-core don't FTBFS anymore.

I committed the changes for maven2 and maven2-core, so I believe this only
needs a sponsor to be fixed.

Cheers,

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


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

[pkg-java] r13882 - branches/groovy/1.8/debian

2011-07-24 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-07-24 13:24:48 + (Sun, 24 Jul 2011)
New Revision: 13882

Modified:
   branches/groovy/1.8/debian/changelog
   branches/groovy/1.8/debian/watch
Log:
* New upstream release.
* Update watch file.


Modified: branches/groovy/1.8/debian/changelog
===
--- branches/groovy/1.8/debian/changelog2011-07-23 14:44:11 UTC (rev 
13881)
+++ branches/groovy/1.8/debian/changelog2011-07-24 13:24:48 UTC (rev 
13882)
@@ -1,3 +1,10 @@
+groovy (1.8.1-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * Update watch file.
+
+ -- Miguel Landaeta mig...@miguel.cc  Sun, 24 Jul 2011 11:12:10 +0200
+
 groovy (1.8.0-1) experimental; urgency=low
 
   * New upstream release.

Modified: branches/groovy/1.8/debian/watch
===
--- branches/groovy/1.8/debian/watch2011-07-23 14:44:11 UTC (rev 13881)
+++ branches/groovy/1.8/debian/watch2011-07-24 13:24:48 UTC (rev 13882)
@@ -1,2 +1,2 @@
 version=3
-http://dist.groovy.codehaus.org/distributions/ groovy-src-(.*).zip debian 
debian/orig-tar.sh
+http://dist.groovy.codehaus.org/distributions/ groovy-src-(.*1\.8.*).zip 
debian debian/orig-tar.sh


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


[pkg-java] r13870 - in trunk/checkstyle/debian: . patches wrappers

2011-07-21 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-07-21 11:12:57 + (Thu, 21 Jul 2011)
New Revision: 13870

Modified:
   trunk/checkstyle/debian/changelog
   trunk/checkstyle/debian/control
   trunk/checkstyle/debian/maven.rules
   trunk/checkstyle/debian/patches/01_link_to_system_javadocs.diff
   trunk/checkstyle/debian/wrappers/checkstyle
Log:
* New upstream release.
* Fix FTBFS due to changes introduced with Ant 1.8.2. (Closes: #634574).
* Add optional dependency on java5-runtime-headless.
* Refresh patches.
* Bump Standards-Version to 3.9.2. No changes were required.


Modified: trunk/checkstyle/debian/changelog
===
--- trunk/checkstyle/debian/changelog   2011-07-21 07:07:51 UTC (rev 13869)
+++ trunk/checkstyle/debian/changelog   2011-07-21 11:12:57 UTC (rev 13870)
@@ -1,10 +1,17 @@
-checkstyle (5.3-3) UNRELEASED; urgency=low
+checkstyle (5.4-1) UNRELEASED; urgency=low
 
-  * Team upload.
-  * Adjust java-wrappers invocation (Closes: #620868)
+  [ tony mancill ]
+  * Adjust java-wrappers invocation (Closes: #620868).
 
- -- tony mancill tmanc...@debian.org  Mon, 04 Apr 2011 20:39:00 -0700
+  [ Miguel Landaeta ]
+  * New upstream release.
+  * Fix FTBFS due to changes introduced with Ant 1.8.2. (Closes: #634574).
+  * Add optional dependency on java5-runtime-headless.
+  * Refresh patches.
+  * Bump Standards-Version to 3.9.2. No changes were required.
 
+ -- Miguel Landaeta mig...@miguel.cc  Wed, 20 Jul 2011 19:33:52 -0430
+
 checkstyle (5.3-2) unstable; urgency=low
 
   * Upload to unstable.

Modified: trunk/checkstyle/debian/control
===
--- trunk/checkstyle/debian/control 2011-07-21 07:07:51 UTC (rev 13869)
+++ trunk/checkstyle/debian/control 2011-07-21 11:12:57 UTC (rev 13870)
@@ -9,18 +9,19 @@
  libcommons-cli-java, maven-debian-helper (= 1.0), maven-repo-helper (= 1.1),
  libmaven-exec-plugin-java, libmaven-cobertura-plugin-java,
  libmaven-enforcer-plugin-java, libantlr-maven-plugin-java,
- libmaven-antrun-plugin-java, libmaven-javadoc-plugin-java, default-jdk-doc
-Standards-Version: 3.9.1
+ libmaven-antrun-plugin-java (= 1.6), libmaven-javadoc-plugin-java,
+ default-jdk-doc
+Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/checkstyle
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/checkstyle
 Homepage: http://checkstyle.sourceforge.net/
 
 Package: checkstyle
 Architecture: all
-Depends: default-jre-headless, libcommons-beanutils-java (= 1.5),
- antlr, libcommons-cli-java, java-wrappers (= 0.1.6),
- libgoogle-collections-java (= 1.0~rc2), libcommons-logging-java,
- ${misc:Depends}
+Depends: default-jre-headless | java5-runtime-headless,
+ libcommons-beanutils-java (= 1.5), antlr, libcommons-cli-java,
+ java-wrappers (= 0.1.6), libgoogle-collections-java (= 1.0~rc2),
+ libcommons-logging-java, ${misc:Depends}
 Suggests: junit4, ant-optional, ${maven:OptionalDepends}
 Description: checks Java source against a coding standard
  Checkstyle is a development tool to help programmers write Java code that 

Modified: trunk/checkstyle/debian/maven.rules
===
--- trunk/checkstyle/debian/maven.rules 2011-07-21 07:07:51 UTC (rev 13869)
+++ trunk/checkstyle/debian/maven.rules 2011-07-21 11:12:57 UTC (rev 13870)
@@ -20,3 +20,4 @@
 commons-beanutils s/commons-beanutils-core/commons-beanutils/ * s/.*/debian/ * 
*
 junit junit * s/.*/4.x/ * *
 s/ant/org.apache.ant/ * * s/.*/debian/ * *
+org.apache.ant s/ant-nodeps/ant/ * s/.*/debian/ * *

Modified: trunk/checkstyle/debian/patches/01_link_to_system_javadocs.diff
===
--- trunk/checkstyle/debian/patches/01_link_to_system_javadocs.diff 
2011-07-21 07:07:51 UTC (rev 13869)
+++ trunk/checkstyle/debian/patches/01_link_to_system_javadocs.diff 
2011-07-21 11:12:57 UTC (rev 13870)
@@ -1,12 +1,12 @@
 Description: Link javadocs to default-jdk-doc
 Author: Miguel Landaeta mig...@miguel.cc
 Forwarded: no
-Last-Update: 2011-02-11
+Last-Update: 2011-07-19
 
 checkstyle-5.3.orig/pom.xml
-+++ checkstyle-5.3/pom.xml
-@@ -375,6 +375,12 @@
- artifactIdmaven-javadoc-plugin/artifactId
+--- checkstyle-5.4.orig/pom.xml
 checkstyle-5.4/pom.xml
+@@ -399,6 +399,12 @@
+ version2.8/version
  configuration
source1.5/source
 +  offlineLinks

Modified: trunk/checkstyle/debian/wrappers/checkstyle
===
--- trunk/checkstyle/debian/wrappers/checkstyle 2011-07-21 07:07:51 UTC (rev 
13869)
+++ trunk/checkstyle/debian/wrappers/checkstyle 2011-07-21 11:12:57 UTC (rev 
13870)
@@ -3,7 +3,7 @@
 # Include the wrappers utility script
 . /usr/lib/java-wrappers/java-wrappers.sh
 
-find_java_runtime default
+find_java_runtime default sunmin5
 
 find_jars antlr commons-beanutils google-collections commons-cli

[pkg-java] r13867 - in trunk/maven-antrun-plugin/debian: . source

2011-07-20 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-07-20 14:25:15 + (Wed, 20 Jul 2011)
New Revision: 13867

Added:
   trunk/maven-antrun-plugin/debian/clean
   trunk/maven-antrun-plugin/debian/source/
   trunk/maven-antrun-plugin/debian/source/format
Modified:
   trunk/maven-antrun-plugin/debian/changelog
   trunk/maven-antrun-plugin/debian/control
   trunk/maven-antrun-plugin/debian/libmaven-antrun-plugin-java.poms
   trunk/maven-antrun-plugin/debian/maven.rules
Log:
* Team upload.
* New upstream release.
* Bump Standards-Version to 3.9.2. No changes were required.
* Migrate to source package format 3.0 (quilt).
* Allow package to build twice in a row.



Modified: trunk/maven-antrun-plugin/debian/changelog
===
--- trunk/maven-antrun-plugin/debian/changelog  2011-07-19 18:29:29 UTC (rev 
13866)
+++ trunk/maven-antrun-plugin/debian/changelog  2011-07-20 14:25:15 UTC (rev 
13867)
@@ -1,3 +1,13 @@
+maven-antrun-plugin (1.6-1) UNRELEASED; urgency=low
+
+  * Team upload.
+  * New upstream release.
+  * Bump Standards-Version to 3.9.2. No changes were required.
+  * Migrate to source package format 3.0 (quilt).
+  * Allow package to build twice in a row.
+
+ -- Miguel Landaeta mig...@miguel.cc  Tue, 19 Jul 2011 19:38:53 -0430
+
 maven-antrun-plugin (1.3-1) unstable; urgency=low
 
   * Initial release (Closes: #540052)

Added: trunk/maven-antrun-plugin/debian/clean
===
--- trunk/maven-antrun-plugin/debian/clean  (rev 0)
+++ trunk/maven-antrun-plugin/debian/clean  2011-07-20 14:25:15 UTC (rev 
13867)
@@ -0,0 +1 @@
+mvn-build

Modified: trunk/maven-antrun-plugin/debian/control
===
--- trunk/maven-antrun-plugin/debian/control2011-07-19 18:29:29 UTC (rev 
13866)
+++ trunk/maven-antrun-plugin/debian/control2011-07-20 14:25:15 UTC (rev 
13867)
@@ -4,8 +4,8 @@
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Ludovic Claude ludovic.cla...@laposte.net
 Build-Depends: debhelper (= 7), cdbs, default-jdk, maven-debian-helper
-Build-Depends-Indep: libmaven-invoker-plugin-java (= 1.3), ant, 
libmaven2-core-java, libplexus-utils-java 
-Standards-Version: 3.8.2
+Build-Depends-Indep: libmaven-invoker-plugin-java (= 1.3), ant (= 1.8.2), 
libmaven2-core-java, libplexus-utils-java 
+Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-antrun-plugin
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-antrun-plugin/
 Homepage: http://maven.apache.org/plugins/maven-antrun-plugin/

Modified: trunk/maven-antrun-plugin/debian/libmaven-antrun-plugin-java.poms
===
--- trunk/maven-antrun-plugin/debian/libmaven-antrun-plugin-java.poms   
2011-07-19 18:29:29 UTC (rev 13866)
+++ trunk/maven-antrun-plugin/debian/libmaven-antrun-plugin-java.poms   
2011-07-20 14:25:15 UTC (rev 13867)
@@ -1 +1,26 @@
+# List of POM files for the package
+# Format of this file is:
+# path to pom file [option]*
+# where option can be:
+#   --ignore: ignore this POM or
+#   --no-parent: remove the parent tag from the POM
+#   --package=package: an alternative package to use when installing this POM
+#  and its artifact
+#   --has-package-version: to indicate that the original version of the POM is 
the same as the upstream part
+#  of the version for the package.
+#   --keep-elements=elem1,elem2: a list of XML elements to keep in the POM
+#  during a clean operation with mh_cleanpom or mh_installpom
+#   --artifact=path: path to the build artifact associated with this POM,
+#  it will be installed when using the command mh_install
+#   --java-lib: install the jar into /usr/share/java to comply with Debian
+#  packaging guidelines
+#   --usj-name=name: name to use when installing the library in 
/usr/share/java
+#   --usj-version=version: version to use when installing the library in 
/usr/share/java
+#   --no-usj-versionless: don't install the versionless link in /usr/share/java
+#   --dest-jar=path: the destination for the real jar
+#   it will be installed with mh_install.
+#   --classifier=classifier: Optional, the classifier for the jar. Empty by 
default.
+#   --ignore-pom: don't install the POM with mh_install or mh_installpoms. To 
use with POM files that are created
+# temporarily for certain artifacts such as Javadoc jars.
+#
 pom.xml --no-parent

Modified: trunk/maven-antrun-plugin/debian/maven.rules
===
--- trunk/maven-antrun-plugin/debian/maven.rules2011-07-19 18:29:29 UTC 
(rev 13866)
+++ trunk/maven-antrun-plugin/debian/maven.rules2011-07-20 14:25:15 UTC 
(rev 13867)
@@ -1 +1,20 @@
-s/ant/org.apache.ant/ * * s/.*/debian/ *
+# Maven rules - transform Maven dependencies and plugins
+# Format

Bug#634574: checkstyle: FTBFS: org.apache.maven.plugins:maven-antrun-plugin:maven-plugin:1.3 missing

2011-07-19 Thread Miguel Landaeta
On Tue, Jul 19, 2011 at 2:04 AM, Lucas Nussbaum
lu...@lucas-nussbaum.net wrote:

 Source: checkstyle
 Version: 5.3-2
 Severity: serious
 Tags: wheezy sid
 User: debian...@lists.debian.org
 Usertags: qa-ftbfs-20110718 qa-ftbfs
 Justification: FTBFS on amd64

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

I'll take care of it soon.
Cheers,

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



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


<    4   5   6   7   8   9   10   11   >