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

2010-03-14 Thread Damien Raude-Morvan
Author: drazzib
Date: 2010-03-14 08:14:31 + (Sun, 14 Mar 2010)
New Revision: 11861

Modified:
   trunk/tiles/debian/build.properties
   trunk/tiles/debian/build.xml
   trunk/tiles/debian/changelog
   trunk/tiles/debian/control
   trunk/tiles/debian/libtiles-java.poms
   trunk/tiles/debian/rules
Log:
* New module: tiles-mvel
* Add Build-Depends on libmvel-java
* Add mvel.jar to debian/build.properties
* Bump Standards-Version to 3.8.4: no changes needed

Modified: trunk/tiles/debian/build.properties
===
--- trunk/tiles/debian/build.properties 2010-03-13 21:37:22 UTC (rev 11860)
+++ trunk/tiles/debian/build.properties 2010-03-14 08:14:31 UTC (rev 11861)
@@ -5,6 +5,7 @@
 /usr/share/java/slf4j-api.jar:\
 /usr/share/java/commons-digester.jar:\
 /usr/share/java/ognl.jar:\
+/usr/share/java/mvel2.jar:\
 /usr/share/java/servlet-api-2.5.jar:\
 /usr/share/java/jsp-api-2.1.jar:\
 /usr/share/java/el-api-2.1.jar:\

Modified: trunk/tiles/debian/build.xml
===
--- trunk/tiles/debian/build.xml2010-03-13 21:37:22 UTC (rev 11860)
+++ trunk/tiles/debian/build.xml2010-03-14 08:14:31 UTC (rev 11861)
@@ -32,6 +32,7 @@
 cleanmodule dir=src/tiles-core/
 cleanmodule dir=src/tiles-el/
 cleanmodule dir=src/tiles-ognl/
+cleanmodule dir=src/tiles-mvel/
 cleanmodule dir=src/tiles-compat/
 cleanmodule dir=src/tiles-servlet/
 cleanmodule dir=src/tiles-servlet-wildcard/
@@ -46,6 +47,7 @@
 packagemodule dir=src/tiles-core/
 packagemodule dir=src/tiles-el/
 packagemodule dir=src/tiles-ognl/
+packagemodule dir=src/tiles-mvel/
 packagemodule dir=src/tiles-compat/
 packagemodule dir=src/tiles-servlet/
 packagemodule dir=src/tiles-servlet-wildcard/
@@ -60,6 +62,7 @@
   packageset dir=src/tiles-core/src/main/java//
   packageset dir=src/tiles-el/src/main/java//
   packageset dir=src/tiles-ognl/src/main/java//
+  packageset dir=src/tiles-mvel/src/main/java//
   packageset dir=src/tiles-compat/src/main/java//
   packageset dir=src/tiles-servlet/src/main/java//
   packageset dir=src/tiles-servlet-wildcard/src/main/java//

Modified: trunk/tiles/debian/changelog
===
--- trunk/tiles/debian/changelog2010-03-13 21:37:22 UTC (rev 11860)
+++ trunk/tiles/debian/changelog2010-03-14 08:14:31 UTC (rev 11861)
@@ -1,3 +1,12 @@
+tiles (2.2.1-2) unstable; urgency=low
+
+  * New module: tiles-mvel
+  * Add Build-Depends on libmvel-java
+  * Add mvel.jar to debian/build.properties
+  * Bump Standards-Version to 3.8.4: no changes needed
+
+ -- Damien Raude-Morvan draz...@debian.org  Sat, 13 Mar 2010 22:49:46 +0100
+
 tiles (2.2.1-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/tiles/debian/control
===
--- trunk/tiles/debian/control  2010-03-13 21:37:22 UTC (rev 11860)
+++ trunk/tiles/debian/control  2010-03-14 08:14:31 UTC (rev 11861)
@@ -6,8 +6,8 @@
 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,
- libfreemarker-java, maven-repo-helper
-Standards-Version: 3.8.3
+ libfreemarker-java, maven-repo-helper, libmvel-java
+Standards-Version: 3.8.4
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/tiles/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/tiles/
 Homepage: http://tiles.apache.org/
@@ -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
+ libspring-core-2.5-java, libspring-web-2.5-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

Modified: trunk/tiles/debian/libtiles-java.poms
===
--- trunk/tiles/debian/libtiles-java.poms   2010-03-13 21:37:22 UTC (rev 
11860)
+++ trunk/tiles/debian/libtiles-java.poms   2010-03-14 08:14:31 UTC (rev 
11861)
@@ -3,6 +3,7 @@
 src/tiles-core/pom.xml
 src/tiles-el/pom.xml
 src/tiles-ognl/pom.xml
+src/tiles-mvel/pom.xml
 src/tiles-compat/pom.xml
 src/tiles-servlet/pom.xml
 src/tiles-servlet-wildcard/pom.xml

Modified: trunk/tiles/debian/rules
===
--- trunk/tiles/debian/rules2010-03-13 21:37:22 UTC (rev 11860)
+++ trunk/tiles/debian/rules2010-03-14 08:14:31 

[pkg-java] r11862 - tags/tiles

2010-03-14 Thread Damien Raude-Morvan
Author: drazzib
Date: 2010-03-14 08:14:47 + (Sun, 14 Mar 2010)
New Revision: 11862

Added:
   tags/tiles/2.2.1-2/
Log:
[svn-buildpackage] Tagging tiles (2.2.1-2)


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


Processing of tiles_2.2.1-2_amd64.changes

2010-03-14 Thread Archive Administrator
tiles_2.2.1-2_amd64.changes uploaded successfully to localhost
along with the files:
  tiles_2.2.1-2.dsc
  tiles_2.2.1-2.diff.gz
  libtiles-java_2.2.1-2_all.deb
  libtiles-java-doc_2.2.1-2_all.deb

Greetings,

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

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


tiles_2.2.1-2_amd64.changes ACCEPTED

2010-03-14 Thread Archive Administrator



Accepted:
libtiles-java-doc_2.2.1-2_all.deb
  to main/t/tiles/libtiles-java-doc_2.2.1-2_all.deb
libtiles-java_2.2.1-2_all.deb
  to main/t/tiles/libtiles-java_2.2.1-2_all.deb
tiles_2.2.1-2.diff.gz
  to main/t/tiles/tiles_2.2.1-2.diff.gz
tiles_2.2.1-2.dsc
  to main/t/tiles/tiles_2.2.1-2.dsc


Override entries for your package:
libtiles-java-doc_2.2.1-2_all.deb - optional doc
libtiles-java_2.2.1-2_all.deb - optional java
tiles_2.2.1-2.dsc - source java

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


Thank you for your contribution to Debian.

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


Processed: gij: Bus error when executing ant

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

 reassign 571532 gij
Bug #571532 [ant] gij: Bus error when executing ant
Bug reassigned from package 'ant' to 'gij'.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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

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


Processed: tagging 342685, tagging 518049, tagging 522717, tagging 526549, tagging 526553, tagging 526560 ...

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

 # these libtool issues are post-lenny ones
 tags 342685 + squeeze sid
Bug #342685 {Done: s...@debian.org (Steve M. Robbins)} [simage] 
simage(GNU/k*BSD): FTBFS: out of date libtool scripts
Added tag(s) sid and squeeze.
 tags 518049 + squeeze sid
Bug #518049 [libhid] libhid FTBFS because of missing ../libtool
Added tag(s) sid and squeeze.
 tags 522717 + squeeze sid
Bug #522717 {Done: Rob Browning r...@defaultvalue.org} [guile-1.8] guile-1.8: 
FTBFS with libtool 2.2
Bug #522852 {Done: Rob Browning r...@defaultvalue.org} [guile-1.8] guile-1.8: 
FTBFS: guile.c:72: undefined reference to `lt__PROGRAM__LTX_preloaded_symbols'
Added tag(s) sid and squeeze.
Added tag(s) sid and squeeze.
 tags 526549 + squeeze sid
Bug #526549 {Done: Barry deFreese bdefre...@debian.org} [radiusclient] 
radiusclient: FTBFS: libtool error
Added tag(s) sid and squeeze.
 tags 526553 + squeeze sid
Bug #526553 {Done: Vincent Fourmond fourm...@debian.org} [jclassinfo] 
jclassinfo: FTBFS: libtool error
Added tag(s) sid and squeeze.
 tags 526560 + squeeze sid
Bug #526560 [libjingle0.3] libjingle0.3: FTBFS: libtool errors
Added tag(s) sid and squeeze.
 tags 526585 + squeeze sid
Bug #526585 {Done: Tim Abbott tabb...@mit.edu} [givaro] givaro: FTBFS: 
libtool errors
Added tag(s) sid and squeeze.
 tags 527503 + squeeze sid
Bug #527503 {Done: Filippo Giunchedi fili...@debian.org} [libpam-blue] 
libpam-blue: FTBFS: libtool errors
Added tag(s) sid and squeeze.
 tags 527506 + squeeze sid
Bug #527506 {Done: Bradley Smith bradsm...@debian.org} [plib] plib: FTBFS: 
libtool errors
Added tag(s) sid and squeeze.
 tags 527523 + squeeze sid
Bug #527523 {Done: Cyril Brulebois k...@debian.org} [netcdf] netcdf: FTBFS: 
libtool errors
Added tag(s) sid and squeeze.
 tags 527756 + squeeze sid
Bug #527756 {Done: Bart Martens ba...@debian.org} [gwhere] gwhere: FTBFS: 
libtool errors
Added tag(s) sid and squeeze.
 tags 527757 + squeeze sid
Bug #527757 {Done: Ola Lundqvist o...@debian.org} [ntop] ntop: FTBFS: libtool 
version mismatch error
Added tag(s) sid and squeeze.
 tags 529767 + squeeze sid
Bug #529767 {Done: Guido Günther a...@sigxcpu.org} [gtk-vnc] gtk-vnc: FTBFS 
../../libtool: line 827: X--tag=CC: command not found
Added tag(s) sid and squeeze.
 tags 533312 + squeeze sid
Bug #533312 {Done: Anibal Monsalve Salazar ani...@debian.org} [rpm] FTBFS: 
./libtool: line 821: X--tag=CC: command not found
Bug #524842 {Done: Anibal Monsalve Salazar ani...@debian.org} [rpm] rpm: FTBFS
Added tag(s) sid and squeeze.
Added tag(s) sid and squeeze.
 tags 544437 + squeeze sid
Bug #544437 {Done: Laszlo Boszormenyi (GCS) g...@debian.hu} [sqlite] sqlite: 
FTBFS: libtool version mismatch error
Added tag(s) sid and squeeze.
 tags 564340 + squeeze sid
Bug #564340 {Done: casca...@minaslivre.org} [libgsasl7-dev] jabberd2: FTBFS: 
libtool: link: cannot find the library `/usr/lib/libgcrypt.la' or unhandled 
argument `/usr/lib/libgcrypt.la'
Added tag(s) sid and squeeze.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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

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

[pkg-java] r11863 - branches/cdk/1.2/debian

2010-03-14 Thread Daniel Leidert
Author: dleidert-guest
Date: 2010-03-14 12:29:14 + (Sun, 14 Mar 2010)
New Revision: 11863

Modified:
   branches/cdk/1.2/debian/changelog
Log:
cdk (1:1.3.3-1) UNRELEASED

* New upstream release (closes: #519969).



Modified: branches/cdk/1.2/debian/changelog
===
--- branches/cdk/1.2/debian/changelog   2010-03-14 08:14:47 UTC (rev 11862)
+++ branches/cdk/1.2/debian/changelog   2010-03-14 12:29:14 UTC (rev 11863)
@@ -1,6 +1,6 @@
-cdk (1:1.2.3-1) UNRELEASED; urgency=low
+cdk (1:1.3.3-1) UNRELEASED; urgency=low
 
-  * New upstream release.
+  * New upstream release (closes: #519969).
 
  -- Daniel Leidert (dale) daniel.leid...@wgdd.de  Mon, 08 Jun 2009 23:02:02 
+0200
 


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


Bug#568618: Fwd: Bug#568618: zookeeper - FTBFS: Error: Unrecognized opcode: `lock'

2010-03-14 Thread Matthias Klose

tags 568618 + patch
thanks

   * Use Built-in functions for atomic memory access instead of
 hard-coded assembler. Closes: #568618.

On 09.02.2010 09:48, Thomas Koch wrote:

Hi Matthias,

could you be so kind to look into this, please?


Source: zookeeper
Version: 3.2.2+dfsg3-2
Severity: serious

There was an error while trying to autobuild your package:

sbuild (Debian sbuild) 0.59.1 (24 Jan 2010) on debian-31.osdl.marist.edu


[...]


libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./tests
-I./generated -DTHREADED -g -O2 -MT libzkmt_la-mt_adaptor.lo -MD -MP -MF
.deps/libzkmt_la-mt_adaptor.Tpo -c src/mt_adaptor.c  -fPIC -DPIC -o
.libs/libzkmt_la-mt_adaptor.o src/mt_adaptor.c: Assembler messages:
src/mt_adaptor.c:352: Error: Unrecognized opcode: `lock'
make[3]: *** [libzkmt_la-mt_adaptor.lo] Error 1
--- zookeeper-3.2.2+dfsg3.orig/src/c/src/mt_adaptor.c
+++ zookeeper-3.2.2+dfsg3/src/c/src/mt_adaptor.c
@@ -349,11 +349,7 @@
 int32_t fetch_and_add(volatile int32_t* operand, int incr)
 {
 int32_t result;
-asm __volatile__(
- lock xaddl %0,%1\n
- : =r(result), =m(*(int *)operand)
- : 0(incr)
- : memory);
+result = __sync_fetch_and_add(operand, incr);
return result;
 }
 
___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

Processed: Re: Fwd: Bug#568618: zookeeper - FTBFS: Error: Unrecognized opcode: `lock'

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

 tags 568618 + patch
Bug #568618 [src:zookeeper] zookeeper - FTBFS: Error: Unrecognized opcode: 
`lock'
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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

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


Bug#573579: Workaround described in #560044 works

2010-03-14 Thread Sverre Rabbelier
Heya,

Thanks Mike, the workaround described there does indeed work.

-- 
Cheers,

Sverre Rabbelier



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


[pkg-java] r11864 - in trunk/libhamcrest-java/debian: . source

2010-03-14 Thread Gabriele Giacone
Author: gg0-guest
Date: 2010-03-14 16:19:29 + (Sun, 14 Mar 2010)
New Revision: 11864

Added:
   trunk/libhamcrest-java/debian/README.source
   trunk/libhamcrest-java/debian/source/
   trunk/libhamcrest-java/debian/source/format
Modified:
   trunk/libhamcrest-java/debian/build.xml
   trunk/libhamcrest-java/debian/changelog
   trunk/libhamcrest-java/debian/control
   trunk/libhamcrest-java/debian/copyright
Log:
generation of one class with all static imports

Added: trunk/libhamcrest-java/debian/README.source
===
--- trunk/libhamcrest-java/debian/README.source (rev 0)
+++ trunk/libhamcrest-java/debian/README.source 2010-03-14 16:19:29 UTC (rev 
11864)
@@ -0,0 +1,11 @@
+Information about libhamcrest
+-
+
+ REPACKAGING
+
+ The upstream supplied source package contains binary jar files,
+ and hence upstream sources have been repackaged. Please use the
+ get-orig-source target from debian/rules to create the orig.tar.gz
+ used for Debian packaging. For more details on repackaging of
+ upstream sources please see the debian/orig-tar.sh file.
+

Modified: trunk/libhamcrest-java/debian/build.xml
===
--- trunk/libhamcrest-java/debian/build.xml 2010-03-14 12:29:14 UTC (rev 
11863)
+++ trunk/libhamcrest-java/debian/build.xml 2010-03-14 16:19:29 UTC (rev 
11864)
@@ -77,11 +77,40 @@
 mkdir dir=${hamcrest-library.dir}/${class.dir}/
 javac srcdir=${hamcrest-library.dir}/${source.dir} 
destdir=${hamcrest-library.dir}/${class.dir}
   debug=true source=1.5 classpath=${hamcrest-core.jar}/
+jar jarfile=${hamcrest-library.jar} 
manifest=debian/manifest/library.mf
+  fileset dir=${hamcrest-library.dir}/${class.dir}
+include name=**/
+  /fileset
+/jar
 
+!-- Generate one class with all static imports --
+mkdir dir=${hamcrest-library.dir}/generated-code/
+java classname=org.hamcrest.generator.config.XmlConfigurator
+  fork=yes
+  failonerror=yes
+  classpath=
+${hamcrest-core.jar};
+${hamcrest-generator.jar};
+${hamcrest-library.jar};
+${qdox.jar};
+  
+arg value=matchers.xml/
+arg 
value=hamcrest-core/src/main/java,hamcrest-library/src/main/java/
+arg value=org.hamcrest.Matchers/
+arg value=${hamcrest-library.dir}/generated-code/
+/java
+mkdir dir=${hamcrest-library.dir}/generated-classes/
+javac srcdir=${hamcrest-library.dir}/generated-code 
destdir=${hamcrest-library.dir}/generated-classes
+   debug=true source=1.5 
classpath=${hamcrest-core.jar}:${hamcrest-library.jar};/
+
+!-- Append to library jar --
 jar jarfile=${hamcrest-library.jar} 
manifest=debian/manifest/library.mf
   fileset dir=${hamcrest-library.dir}/${class.dir}
 include name=**/
   /fileset
+  fileset dir=${hamcrest-library.dir}/generated-classes
+include name=**/
+  /fileset
 /jar
 
 mkdir dir=${hamcrest-text.dir}/${class.dir}/

Modified: trunk/libhamcrest-java/debian/changelog
===
--- trunk/libhamcrest-java/debian/changelog 2010-03-14 12:29:14 UTC (rev 
11863)
+++ trunk/libhamcrest-java/debian/changelog 2010-03-14 16:19:29 UTC (rev 
11864)
@@ -1,3 +1,13 @@
+libhamcrest-java (1.1-5) unstable; urgency=low
+
+  * Added generation of one class with all static imports (Matchers.class).
+  * Standards-Version to 3.8.4.
+  * Source format 3.0 (quilt).
+  * d/copyright converted to DEP-5 format.
+  * Repackaging info moved from d/copyright to d/README.source
+
+ -- Gabriele Giacone 1o5g4...@gmail.com  Sun, 14 Mar 2010 15:24:16 +0100
+
 libhamcrest-java (1.1-4) unstable; urgency=low
 
   [ Thierry Carrez ]

Modified: trunk/libhamcrest-java/debian/control
===
--- trunk/libhamcrest-java/debian/control   2010-03-14 12:29:14 UTC (rev 
11863)
+++ trunk/libhamcrest-java/debian/control   2010-03-14 16:19:29 UTC (rev 
11864)
@@ -1,17 +1,16 @@
 Source: libhamcrest-java
 Section: java
+Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Varun Hiremath va...@debian.org, Michael Koch konque...@gmx.de,
  Damien Raude-Morvan draz...@debian.org
-Priority: optional
 Build-Depends: cdbs, debhelper (= 7), ant, default-jdk
 Build-Depends-Indep: libqdox-java, libeasymock-java, libjmock-java
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Homepage: http://code.google.com/p/hamcrest/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libhamcrest-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libhamcrest-java
 
-
 Package: libhamcrest-java
 Architecture: all
 Depends: default-jre-headless | java5-runtime-headless, ${misc:Depends}

Modified: 

[SCM] Java library to instantiate a new object of a particular class branch, master, created. e3092b0b5829563f0dbc5d31aca7a59a92434608

2010-03-14 Thread Gabriele Giacone
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project Java library to instantiate a new object of a particular class.

The branch, master has been created
at  e3092b0b5829563f0dbc5d31aca7a59a92434608 (commit)

- Log -
commit e3092b0b5829563f0dbc5d31aca7a59a92434608
Author: Gabriele Giacone 1o5g4...@gmail.com
Date:   Sun Mar 14 17:22:56 2010 +0100

added debian/ and pom.xml

---


hooks/post-receive
-- 
Java library to instantiate a new object of a particular class

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


[SCM] Java library to instantiate a new object of a particular class branch, pristine-tar, created. 005fd71bf215d273ca85d9b93c6ffb79865b2ab3

2010-03-14 Thread Gabriele Giacone
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project Java library to instantiate a new object of a particular class.

The branch, pristine-tar has been created
at  005fd71bf215d273ca85d9b93c6ffb79865b2ab3 (commit)

- Log -
commit 005fd71bf215d273ca85d9b93c6ffb79865b2ab3
Author: Gabriele Giacone 1o5g4...@gmail.com
Date:   Sun Mar 14 17:23:01 2010 +0100

pristine-tar data for objenesis_1.2.orig.tar.gz

commit 3693561a3400927d721e95e853f1ba93d08c08fe
Author: Gabriele Giacone 1o5g4...@gmail.com
Date:   Fri Mar 12 18:58:26 2010 +0100

pristine-tar data for objenesis_1.2.orig.tar.gz

---


hooks/post-receive
-- 
Java library to instantiate a new object of a particular class

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


[SCM] Java library to instantiate a new object of a particular class branch, upstream, created. 7b9406011c3d09dde3cab6dfe35f0982dfc3dcef

2010-03-14 Thread Gabriele Giacone
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project Java library to instantiate a new object of a particular class.

The branch, upstream has been created
at  7b9406011c3d09dde3cab6dfe35f0982dfc3dcef (commit)

- Log -
commit 7b9406011c3d09dde3cab6dfe35f0982dfc3dcef
Author: Gabriele Giacone 1o5g4...@gmail.com
Date:   Sun Mar 14 17:23:01 2010 +0100

Imported Upstream version 1.2

---


hooks/post-receive
-- 
Java library to instantiate a new object of a particular class

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


[SCM] Java library to instantiate a new object of a particular class annotated tag, upstream/1.2, created. upstream/1.2

2010-03-14 Thread Gabriele Giacone
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project Java library to instantiate a new object of a particular class.

The annotated tag, upstream/1.2 has been created
at  849c4f63456e1796f0b75c0d577d0d6cf25c47c3 (tag)
   tagging  4a12bcc9aede825206d5963ac6f686b8fda40857 (commit)
 tagged by  Gabriele Giacone
on  Fri Mar 12 18:58:26 2010 +0100

- Log -
Upstream version 1.2

Gabriele Giacone (1):
  Imported Upstream version 1.2

---


hooks/post-receive
-- 
Java library to instantiate a new object of a particular class

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


ant1.7 1.7.1-6 MIGRATED to testing

2010-03-14 Thread Debian testing watch
FYI: The status of the ant1.7 source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1.7.1-6

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

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


jsymphonic 0.3.0beta+svn321-1 MIGRATED to testing

2010-03-14 Thread Debian testing watch
FYI: The status of the jsymphonic source package
in Debian's testing distribution has changed.

  Previous version: 0.3.0beta+svn320-1
  Current version:  0.3.0beta+svn321-1

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

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


jajuk 1:1.8.4-1 MIGRATED to testing

2010-03-14 Thread Debian testing watch
FYI: The status of the jajuk source package
in Debian's testing distribution has changed.

  Previous version: 1.8.4~svn5662-1
  Current version:  1:1.8.4-1

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

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


[SCM] Java library for testing code with mock objects branch, master, created. f3d0b3b3a86d8d6b7b01f683e053e60a7f1118e0

2010-03-14 Thread Gabriele Giacone
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project Java library for testing code with mock objects.

The branch, master has been created
at  f3d0b3b3a86d8d6b7b01f683e053e60a7f1118e0 (commit)

- Log -
commit f3d0b3b3a86d8d6b7b01f683e053e60a7f1118e0
Author: Gabriele Giacone 1o5g4...@gmail.com
Date:   Sun Mar 14 17:41:56 2010 +0100

added debian/

---


hooks/post-receive
-- 
Java library for testing code with mock objects

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


[SCM] Java library for testing code with mock objects branch, pristine-tar, created. 80b660d106d78d3c32cddc0cb9aba266e7004b64

2010-03-14 Thread Gabriele Giacone
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project Java library for testing code with mock objects.

The branch, pristine-tar has been created
at  80b660d106d78d3c32cddc0cb9aba266e7004b64 (commit)

- Log -
commit 80b660d106d78d3c32cddc0cb9aba266e7004b64
Author: Gabriele Giacone 1o5g4...@gmail.com
Date:   Fri Mar 12 18:08:43 2010 +0100

pristine-tar data for jmock2_2.5.1+dfsg.orig.tar.gz

---


hooks/post-receive
-- 
Java library for testing code with mock objects

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


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

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

The branch, master has been updated
   via  c7162af52ae10026a1c40eb3b736f36ed65dd1a4 (commit)
  from  7be639a84081450e25da57328b7b4cfd8583ba2b (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 c7162af52ae10026a1c40eb3b736f36ed65dd1a4
Author: Niels Thykier ni...@thykier.net
Date:   Sun Mar 14 17:43:04 2010 +0100

Added patch header

---

Summary of changes:
 debian/patches/osgi-services.patch |5 +
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/debian/patches/osgi-services.patch 
b/debian/patches/osgi-services.patch
index 3e3e022..ed89f81 100644
--- a/debian/patches/osgi-services.patch
+++ b/debian/patches/osgi-services.patch
@@ -1,3 +1,8 @@
+Description: Makes o.e.osgi.services build from source.
+Author: Niels Thykier ni...@thykier.net
+Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=304710
+Applied-Upstream: no
+
 --- a/build.xml
 +++ b/build.xml
 @@ -257,6 +257,7 @@


hooks/post-receive
-- 
eclipse - Powerful IDE written in java - Debian package.

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


[SCM] Java library for testing code with mock objects annotated tag, upstream/2.5.1+dfsg, created. upstream/2.5.1+dfsg

2010-03-14 Thread Gabriele Giacone
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project Java library for testing code with mock objects.

The annotated tag, upstream/2.5.1+dfsg has been created
at  bc72417176c82bcf4d895e0ef28bd5fb8d09357e (tag)
   tagging  0ff9d0950819f3727672b83183a3a10fbaaf360f (commit)
 tagged by  Gabriele Giacone
on  Fri Mar 12 18:08:43 2010 +0100

- Log -
Upstream version 2.5.1+dfsg

Gabriele Giacone (1):
  Imported Upstream version 2.5.1+dfsg

---


hooks/post-receive
-- 
Java library for testing code with mock objects

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


[SCM] Java3D 3DS File Loader branch, master, updated. upload_20091130-7-gdb2be24

2010-03-14 Thread Gabriele Giacone
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project Java3D 3DS File Loader.

The branch, master has been updated
   via  db2be24238bb297bf8e7026fcd773fb337210d84 (commit)
   via  6debcb059d1751dd82aaf9bc8b18e4a2e800e5d4 (commit)
   via  db742d86fda887039207b68e5b20c86d3ed69be7 (commit)
  from  b986c15195d68e1185bd00102dafd5e6b7320aec (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 db2be24238bb297bf8e7026fcd773fb337210d84
Author: Gabriele Giacone 1o5g4...@gmail.com
Date:   Fri Feb 19 01:30:49 2010 +0100

updated changelog

commit 6debcb059d1751dd82aaf9bc8b18e4a2e800e5d4
Author: Gabriele Giacone 1o5g4...@gmail.com
Date:   Fri Feb 19 01:26:10 2010 +0100

removed .install and .links

commit db742d86fda887039207b68e5b20c86d3ed69be7
Author: Gabriele Giacone 1o5g4...@gmail.com
Date:   Fri Feb 19 00:56:33 2010 +0100

clean-up

---

Summary of changes:
 build.xml   |   24 
 debian/changelog|3 ++-
 debian/java3ds-fileloader.install   |1 -
 debian/java3ds-fileloader.links |1 -
 debian/patches/debian-changes-1.2-1 |   27 ---
 debian/patches/series   |1 -
 debian/rules|2 +-
 7 files changed, 3 insertions(+), 56 deletions(-)

diff --git a/build.xml b/build.xml
deleted file mode 100644
index f85910a..000
--- a/build.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-project
-
-path id=classpath
-fileset dir=/usr/share/java includes=*.jar/
-/path
-
-target name=clean
-delete dir=build/
-/target
-
-target name=build
-mkdir dir=build/classes/
-javac srcdir=. destdir=build/classes classpathref=classpath/
-mkdir dir=build/jar/
-jar destfile=build/jar/java3ds-fileloader-1.2.jar 
basedir=build/classes
-manifest
-attribute name=Title value=Java3D 3DS Loader/
-attribute name=Main-Class 
value=com.microcrowd.loader.java3d.max3ds.Main/
-/manifest
-/jar
-/target
-
-/project
-
diff --git a/debian/changelog b/debian/changelog
index e7c4955..6a071eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,9 @@ java3ds-fileloader (1.2+dfsg-1) unstable; urgency=low
   * Added VCS* fields
   * Fixed version name adding +dfsg, upstream tarball has already been
 modified in initial release (removed 2 binary files)
+  * Removed .install and .links, maven-repo-helper does the job
 
- -- Gabriele Giacone 1o5g4...@gmail.com  Thu, 18 Feb 2010 23:59:47 +0100
+ -- Gabriele Giacone 1o5g4...@gmail.com  Fri, 19 Feb 2010 01:28:41 +0100
 
 java3ds-fileloader (1.2-2) unstable; urgency=low
 
diff --git a/debian/java3ds-fileloader.install 
b/debian/java3ds-fileloader.install
deleted file mode 100644
index 4f92557..000
--- a/debian/java3ds-fileloader.install
+++ /dev/null
@@ -1 +0,0 @@
-build/jar/java3ds-fileloader-1.2.jar usr/share/java
diff --git a/debian/java3ds-fileloader.links b/debian/java3ds-fileloader.links
deleted file mode 100644
index f74add6..000
--- a/debian/java3ds-fileloader.links
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/java/java3ds-fileloader-1.2.jar usr/share/java/java3ds-fileloader.jar
diff --git a/debian/patches/debian-changes-1.2-1 
b/debian/patches/debian-changes-1.2-1
deleted file mode 100644
index a92ee0b..000
--- a/debian/patches/debian-changes-1.2-1
+++ /dev/null
@@ -1,27 +0,0 @@
 /dev/null
-+++ java3ds-fileloader-1.2/build.xml
-@@ -0,0 +1,24 @@
-+project
-+
-+path id=classpath
-+fileset dir=/usr/share/java includes=*.jar/
-+/path
-+
-+target name=clean
-+delete dir=build/
-+/target
-+
-+target name=build
-+mkdir dir=build/classes/
-+javac srcdir=. destdir=build/classes classpathref=classpath/
-+mkdir dir=build/jar/
-+jar destfile=build/jar/java3ds-fileloader-1.2.jar 
basedir=build/classes
-+manifest
-+attribute name=Title value=Java3D 3DS Loader/
-+attribute name=Main-Class 
value=com.microcrowd.loader.java3d.max3ds.Main/
-+/manifest
-+/jar
-+/target
-+
-+/project
-+
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 83c32b4..000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-debian-changes-1.2-1
diff --git a/debian/rules b/debian/rules
index 5321df5..8599cb3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ TMPORIGDIR := $(DEB_SRCDIR)/debian/tmp-orig-source
 
 binary-post-install/java3ds-fileloader::
mh_installpom -pjava3ds-fileloader 

Bug#573795: maven-repo-helper: does not create generic version 'debian' for maven-javadoc-plugin

2010-03-14 Thread Ludovic Claude

Not a bug, Maven requires all its plugins to use a real version, so this
is why maven-javadoc-plugin is registered with its version only.

Torsten Werner a écrit :
 Package: maven-repo-helper
 Version: 1.0.4
 Severity: normal
 
 Hi,
 
 maven-repo-helper creates a pom file for maven-javadoc-plugin 2.6.1 but no
 'debian' version.
 
 Cheers,
 Torsten
 
 
 
 ___
 pkg-java-maintainers mailing list
 pkg-java-maintainers@lists.alioth.debian.org
 http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers
 
 



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


Bug#292577: marked as done (ant: Segfault on attempted compile)

2010-03-14 Thread Debian Bug Tracking System
Your message dated Sun, 14 Mar 2010 21:02:49 +0100
with message-id 4b9d40e9.3030...@laposte.net
and subject line Closing old bug
has caused the Debian Bug report #292577,
regarding ant: Segfault on attempted compile
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
292577: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=292577
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: ant
Version: 1.6.2-2
Severity: important


Trying to build cp-tools from the classpath CVS:

dav...@florence:~/workshop/cp-tools$ ant --execdebug
exec /usr/bin/java -classpath
/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/xmlParserAPIs.jar:/usr/share/java/xercesImpl.jar
-Dant.home=/usr/share/ant -Dant.library.dir=/usr/share/ant/lib
org.apache.tools.ant.launch.Launcher -lib 
Unable to locate tools.jar. Expected to find it in /usr/lib/tools.jar
Buildfile: build.xml

init:
 [echo] build.compiler = ${build.compiler}
  [echo] user.home = /home/davidw
   [echo] java.home = /usr
[echo] ant.home = /usr/share/ant
 [echo] java.class.path =
/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/xmlParserAPIs.jar:/usr/share/java/xercesImpl.jar:/usr/share/ant/lib/ant-apache-bcel.jar:/usr/share/ant/lib/ant-antlr.jar:/usr/share/ant/lib/ant-apache-log4j.jar:/usr/share/ant/lib/ant-apache-bsf.jar:/usr/share/ant/lib/ant-apache-regexp.jar:/usr/share/ant/lib/ant-apache-oro.jar:/usr/share/ant/lib/ant-trax.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-commons-logging.jar:/usr/share/ant/lib/ant-javamail.jar:/usr/share/ant/lib/ant-jdepend.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant-nodeps.jar:/usr/share/ant/lib/ant-swing.jar:/usr/share/ant/lib/ant-apache-resolver.jar:/usr/share/ant/lib/ant-bootstrap.jar:/usr/share/ant/lib/ant-commons-net.jar:/usr/share/ant/lib/ant-junit.jar


compile:
Segmentation fault

Poof!  No idea what's causing it.  java is linked to gij.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.8-powerpc
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages ant depends on:
ii  gij-3.3 [java-virtual-machine 1:3.3.5-5  The GNU Java bytecode interpreter
ii  gij-3.4 [java-virtual-machine 3.4.3-6The GNU Java bytecode interpreter
ii  libant1.6-java1.6.2-2Java based build tool like make --
ii  libxerces2-java   2.6.2-1Validating XML parser for Java wit

-- no debconf information

---End Message---
---BeginMessage---
Closing this 5 year old bug, there's no clear action about how to
resolve it otherwise.

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

Bug#436680: marked as done (ant: rmic task with kaffe rmic fails)

2010-03-14 Thread Debian Bug Tracking System
Your message dated Sun, 14 Mar 2010 21:06:16 +0100
with message-id 4b9d41b8.4050...@laposte.net
and subject line Closing the bug - patch has been applied upstreams
has caused the Debian Bug report #436680,
regarding ant: rmic task with kaffe rmic fails
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
436680: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=436680
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: ant
Version: 1.7.0-2
Severity: normal
Tags: patch

Hi all,

When building Lucene using gcj I came across the following problem. 

The ant rmic task calls rmic as an external process. When constructing the
command line, the -verbose options is added AFTER the classes to handle. The
rmic documentation however states that all options must come BEFORE the list of
classes. It seems Sun's rmic doesn't care, but the gcj/kaffe rmic does.

The issue is in the execute() method of the 
org.apache.tools.ant.taskdefs.rmic.KaffeRmic class. 

Patch attached.

Cheers,

Jan-Pascal


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (900, 'stable'), (300, 'testing'), (100, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.22-1-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages ant depends on:
ii  gij [java-virtual-machine]4:4.1.1-15 The GNU Java bytecode interpreter
ii  gij-4.1 [java1-runtime]   4.1.1-20   The GNU Java bytecode interpreter
ii  java-gcj-compat   1.0.65-10  Java runtime environment using GIJ
ii  java-gcj-compat-dev   1.0.65-10  Java runtime environment with GCJ
ii  kaffe-pthreads [java1-runtime 2:1.1.7-4  A POSIX threads enabled version of
ii  libxerces2-java   2.8.1-1Validating XML parser for Java wit
ii  sun-java5-jre [java1-runtime] 1.5.0-10-3 Sun Java(TM) Runtime Environment (

Versions of packages ant recommends:
pn  ant-gcj   none (no description available)
ii  ant-optional  1.7.0-2Java based build tool like make - 

-- no debconf information
--- ant-1.7.0/src/main/org/apache/tools/ant/taskdefs/rmic/KaffeRmic-patched.java2007-08-08 15:37:32.0 +0200
+++ ant-1.7.0/src/main/org/apache/tools/ant/taskdefs/rmic/KaffeRmic.java2006-12-13 13:16:21.0 +0100
@@ -46,6 +46,7 @@
 /** {...@inheritdoc} */
 public boolean execute() throws BuildException {
 getRmic().log(Using Kaffe rmic, Project.MSG_VERBOSE);
+Commandline cmd = setupRmicCommand();

 Class c = getRmicClass();
 if (c == null) {
@@ -65,18 +66,12 @@
  getRmic().getLocation());
 }

-Commandline cmd;
+cmd.setExecutable(c.getName());
 if (!c.getName().equals(RMIC_CLASSNAMES[RMIC_CLASSNAMES.length - 1])) {
 // only supported since Kaffe 1.1.2
-   String[] options = { -verbose };
-   cmd = setupRmicCommand(options);
-} else {
-   cmd = setupRmicCommand();
-   }
-
-cmd.setExecutable(c.getName());
-getRmic().log(Commandline.describeCommand(cmd));
-
+cmd.createArgument().setValue(-verbose);
+getRmic().log(Commandline.describeCommand(cmd));
+}
 ExecuteJava ej = new ExecuteJava();
 ej.setJavaCommand(cmd);
 return ej.fork(getRmic()) == 0;

---End Message---
---BeginMessage---
version: 1.8.0-1

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

Bug#573579: marked as done (tomcat6 initscript failing)

2010-03-14 Thread Debian Bug Tracking System
Your message dated Sun, 14 Mar 2010 21:10:25 +0100
with message-id 4b9d42b1.1040...@laposte.net
and subject line Fixed with the new version of openjdk
has caused the Debian Bug report #573579,
regarding tomcat6 initscript failing
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
573579: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573579
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: tomcat6
Version: 6.0.24-2
Severity: important

The tomcat6 initscript fails (without a clear indication as to why). Not sure 
how to debug the problem from here on.

laptop-sverre:~# invoke-rc.d tomcat6 start
Starting Tomcat servlet engine: tomcat6Using CATALINA_BASE:   /var/lib/tomcat6
Using CATALINA_HOME:   /usr/share/tomcat6
Using CATALINA_TMPDIR: /tmp/tomcat6-tmp
Using JRE_HOME:/usr/lib/jvm/java-6-sun
Using CLASSPATH:   /usr/share/tomcat6/bin/bootstrap.jar
 failed!
invoke-rc.d: initscript tomcat6, action start failed.

Rerunning the script with -x doesn't say much either (attached).
laptop-sverre:~# invoke-rc.d tomcat6 start
+ set -e
+ PATH=/bin:/usr/bin:/sbin:/usr/sbin
+ NAME=tomcat6
+ DESC='Tomcat servlet engine'
+ DEFAULT=/etc/default/tomcat6
+ JVM_TMP=/tmp/tomcat6-tmp
++ id -u
+ '[' 0 -ne 0 ']'
+ '[' -r /etc/default/locale ']'
+ . /etc/default/locale
++ LANG=en_US.UTF-8
+ export LANG
+ . /lib/lsb/init-functions
++ FANCYTTY=
++ '[' -e /etc/lsb-base-logging.sh ']'
++ true
+ '[' -r /etc/default/rcS ']'
+ . /etc/default/rcS
++ TMPTIME=0
++ SULOGIN=no
++ DELAYLOGIN=no
++ UTC=no
++ VERBOSE=no
++ FSCKFIX=no
++ RAMRUN=no
++ RAMLOCK=no
+ TOMCAT6_USER=tomcat6
+ TOMCAT6_GROUP=tomcat6
+ JDK_DIRS='/usr/lib/jvm/java-6-openjdk /usr/lib/jvm/java-6-sun 
/usr/lib/jvm/java-1.5.0-sun /usr/lib/j2sdk1.5-sun /usr/lib/j2sdk1.5-ibm'
+ for jdir in '$JDK_DIRS'
+ '[' -r /usr/lib/jvm/java-6-openjdk/bin/java -a -z '' ']'
+ for jdir in '$JDK_DIRS'
+ '[' -r /usr/lib/jvm/java-6-sun/bin/java -a -z '' ']'
+ JAVA_HOME=/usr/lib/jvm/java-6-sun
+ for jdir in '$JDK_DIRS'
+ '[' -r /usr/lib/jvm/java-1.5.0-sun/bin/java -a -z /usr/lib/jvm/java-6-sun ']'
+ for jdir in '$JDK_DIRS'
+ '[' -r /usr/lib/j2sdk1.5-sun/bin/java -a -z /usr/lib/jvm/java-6-sun ']'
+ for jdir in '$JDK_DIRS'
+ '[' -r /usr/lib/j2sdk1.5-ibm/bin/java -a -z /usr/lib/jvm/java-6-sun ']'
+ export JAVA_HOME
+ CATALINA_HOME=/usr/share/tomcat6
+ CATALINA_BASE=/var/lib/tomcat6
+ TOMCAT6_SECURITY=no
+ '[' -z '' ']'
+ JAVA_OPTS='-Djava.awt.headless=true -Xmx128M'
+ '[' -f /etc/default/tomcat6 ']'
+ . /etc/default/tomcat6
+ '[' '!' -f /usr/share/tomcat6/bin/bootstrap.jar ']'
+ POLICY_CACHE=/var/lib/tomcat6/work/catalina.policy
+ '[' -z '' ']'
+ CATALINA_TMPDIR=/tmp/tomcat6-tmp
+ '[' -n '' ']'
+ SECURITY=
+ '[' no = yes ']'
+ CATALINA_PID=/var/run/tomcat6.pid
+ CATALINA_SH=/usr/share/tomcat6/bin/catalina.sh
+ '[' -z '' -a -r /usr/lib/jvm/java-6-sun/jre/lib/jsse.jar ']'
+ JSSE_HOME=/usr/lib/jvm/java-6-sun/jre/
+ case $1 in
+ '[' -z /usr/lib/jvm/java-6-sun ']'
+ '[' '!' -d /var/lib/tomcat6/conf ']'
+ log_daemon_msg 'Starting Tomcat servlet engine' tomcat6
+ '[' -z 'Starting Tomcat servlet engine' ']'
+ log_daemon_msg_pre 'Starting Tomcat servlet engine' tomcat6
+ :
+ '[' -z tomcat6 ']'
+ echo -n 'Starting Tomcat servlet engine: tomcat6'
Starting Tomcat servlet engine: tomcat6+ log_daemon_msg_post 'Starting Tomcat 
servlet engine' tomcat6
+ :
+ start-stop-daemon --test --start --pidfile /var/run/tomcat6.pid --user 
tomcat6 --exec /usr/lib/jvm/java-6-sun/bin/java
+ umask 022
+ echo '// AUTO-GENERATED FILE from /etc/tomcat6/policy.d/'
+ echo ''
+ cat /var/lib/tomcat6/conf/policy.d/01system.policy 
/var/lib/tomcat6/conf/policy.d/02debian.policy 
/var/lib/tomcat6/conf/policy.d/03catalina.policy 
/var/lib/tomcat6/conf/policy.d/04webapps.policy 
/var/lib/tomcat6/conf/policy.d/50local.policy
+ rm -rf /tmp/tomcat6-tmp
+ mkdir -p /tmp/tomcat6-tmp
+ chown tomcat6 /tmp/tomcat6-tmp
+ catalina_sh start
++ echo -Djava.awt.headless=true -Xmx128M
++ sed 's/\/\\\/g'
+ JAVA_OPTS='-Djava.awt.headless=true -Xmx128M'
+ AUTHBIND_COMMAND=
+ '[' '' = yes -a start = start ']'
+ TOMCAT_SH='set -a; JAVA_HOME=/usr/lib/jvm/java-6-sun; source 
/etc/default/tomcat6;CATALINA_HOME=/usr/share/tomcat6;  
   CATALINA_BASE=/var/lib/tomcat6;   
JAVA_OPTS=-Djava.awt.headless=true -Xmx128M;  
CATALINA_PID=/var/run/tomcat6.pid;
CATALINA_TMPDIR=/tmp/tomcat6-tmp; LANG=en_US.UTF-8; 
JSSE_HOME=/usr/lib/jvm/java-6-sun/jre/;   cd /var/lib/tomcat6;  
/usr/share/tomcat6/bin/catalina.sh start'
+ '[' '' = yes -a start = start ']'
+ set 

Processed: closing 571335

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

 # FTBFS fixed by 2.1-1 upload
 close 571335 2.1-1
Bug#571335: maven-site-plugin: FTBFS: missing javax.servlet:servlet-api:jar:2.5
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 2.1-1, send any further explanations to Lucas 
Nussbaum lu...@lucas-nussbaum.net

 thanks
Stopping processing here.

Please contact me if you need assistance.

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

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


[pkg-java] r11865 - trunk/libhamcrest-java/debian

2010-03-14 Thread Damien Raude-Morvan
Author: drazzib
Date: 2010-03-14 21:24:05 + (Sun, 14 Mar 2010)
New Revision: 11865

Modified:
   trunk/libhamcrest-java/debian/changelog
Log:
Upload to unstable

Modified: trunk/libhamcrest-java/debian/changelog
===
--- trunk/libhamcrest-java/debian/changelog 2010-03-14 16:19:29 UTC (rev 
11864)
+++ trunk/libhamcrest-java/debian/changelog 2010-03-14 21:24:05 UTC (rev 
11865)
@@ -1,13 +1,17 @@
 libhamcrest-java (1.1-5) unstable; urgency=low
 
+  [ Gabriele Giacone ]
   * Added generation of one class with all static imports (Matchers.class).
   * Standards-Version to 3.8.4.
   * Source format 3.0 (quilt).
   * d/copyright converted to DEP-5 format.
   * Repackaging info moved from d/copyright to d/README.source
 
- -- Gabriele Giacone 1o5g4...@gmail.com  Sun, 14 Mar 2010 15:24:16 +0100
+  [ Damien Raude-Morvan ]
+  * Upload to unstable
 
+ -- Damien Raude-Morvan draz...@debian.org  Sun, 14 Mar 2010 22:18:34 +0100
+
 libhamcrest-java (1.1-4) unstable; urgency=low
 
   [ Thierry Carrez ]


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


[pkg-java] r11866 - tags/libhamcrest-java

2010-03-14 Thread Damien Raude-Morvan
Author: drazzib
Date: 2010-03-14 21:24:14 + (Sun, 14 Mar 2010)
New Revision: 11866

Added:
   tags/libhamcrest-java/1.1-5/
Log:
[svn-buildpackage] Tagging libhamcrest-java (1.1-5)


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


libhamcrest-java_1.1-5_amd64.changes ACCEPTED

2010-03-14 Thread Archive Administrator



Accepted:
libhamcrest-java_1.1-5.debian.tar.gz
  to main/libh/libhamcrest-java/libhamcrest-java_1.1-5.debian.tar.gz
libhamcrest-java_1.1-5.dsc
  to main/libh/libhamcrest-java/libhamcrest-java_1.1-5.dsc
libhamcrest-java_1.1-5_all.deb
  to main/libh/libhamcrest-java/libhamcrest-java_1.1-5_all.deb


Override entries for your package:
libhamcrest-java_1.1-5.dsc - source java
libhamcrest-java_1.1-5_all.deb - optional java

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


Thank you for your contribution to Debian.

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


Processing of exec-maven-plugin_1.1.1+dfsg-2_amd64.changes

2010-03-14 Thread Archive Administrator
exec-maven-plugin_1.1.1+dfsg-2_amd64.changes uploaded successfully to localhost
along with the files:
  exec-maven-plugin_1.1.1+dfsg-2.dsc
  exec-maven-plugin_1.1.1+dfsg-2.debian.tar.gz
  libmaven-exec-plugin-java_1.1.1+dfsg-2_all.deb

Greetings,

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

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


Processing of java3ds-fileloader_1.2+dfsg-1_amd64.changes

2010-03-14 Thread Archive Administrator
java3ds-fileloader_1.2+dfsg-1_amd64.changes uploaded successfully to localhost
along with the files:
  java3ds-fileloader_1.2+dfsg-1.dsc
  java3ds-fileloader_1.2+dfsg.orig.tar.gz
  java3ds-fileloader_1.2+dfsg-1.debian.tar.gz
  java3ds-fileloader_1.2+dfsg-1_all.deb

Greetings,

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

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


zookeeper_3.2.2+dfsg3-3_i386.changes REJECTED

2010-03-14 Thread Archive Administrator



Reject Reasons:
zookeeper-bin: lintian output: 'arch-dependent-file-in-usr-share 
./usr/share/zookeeper/bin/cli_mt', automatically rejected package.
zookeeper-bin: If you have a good reason, you may override this lintian tag.
zookeeper-bin: lintian output: 'arch-dependent-file-in-usr-share 
./usr/share/zookeeper/bin/load_gen', automatically rejected package.
zookeeper-bin: If you have a good reason, you may override this lintian tag.



===

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


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


[SCM] Exec Maven Plugin tag, 1.1.1+dfsg-2, created. 1.1.1+dfsg-1-1-g24f7b00

2010-03-14 Thread Gabriele Giacone
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project Exec Maven Plugin.

The tag, 1.1.1+dfsg-2 has been created
at  24f7b0094eee142e03159c168db356aeaf237a3e (commit)

- Log -
commit 24f7b0094eee142e03159c168db356aeaf237a3e
Author: Gabriele Giacone 1o5g4...@gmail.com
Date:   Thu Feb 18 22:17:09 2010 +0100

switch to public package
---


hooks/post-receive
-- 
Exec Maven Plugin

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


[SCM] Java3D 3DS File Loader tag, 1.2+dfsg-1, created. upload_20091130-7-gdb2be24

2010-03-14 Thread Gabriele Giacone
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project Java3D 3DS File Loader.

The tag, 1.2+dfsg-1 has been created
at  db2be24238bb297bf8e7026fcd773fb337210d84 (commit)

- Log -
commit db2be24238bb297bf8e7026fcd773fb337210d84
Author: Gabriele Giacone 1o5g4...@gmail.com
Date:   Fri Feb 19 01:30:49 2010 +0100

updated changelog
---


hooks/post-receive
-- 
Java3D 3DS File Loader

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


exec-maven-plugin_1.1.1+dfsg-2_amd64.changes REJECTED

2010-03-14 Thread Archive Administrator



Reject Reasons:
md5sum for 
/srv/ftp.debian.org/ftp/pool/main/e/exec-maven-plugin/exec-maven-plugin_1.1.1+dfsg.orig.tar.gz
 doesn't match exec-maven-plugin_1.1.1+dfsg-2.dsc.
size for 
/srv/ftp.debian.org/ftp/pool/main/e/exec-maven-plugin/exec-maven-plugin_1.1.1+dfsg.orig.tar.gz
 doesn't match exec-maven-plugin_1.1.1+dfsg-2.dsc.
'dpkg-source -x' failed for exec-maven-plugin_1.1.1+dfsg-2.dsc [return code: 9].
 [dpkg-source output:] dpkg-source: warning: -sn is not a valid option for 
Dpkg::Source::Package::V3::quilt
 [dpkg-source output:] dpkg-source: error: File 
./exec-maven-plugin_1.1.1+dfsg.orig.tar.gz has size 36104 instead of expected 
148121



===

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


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


[SCM] Exec Maven Plugin branch, upstream, updated. upstream/1.1.1-1-g0bb91ff

2010-03-14 Thread Gabriele Giacone
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project Exec Maven Plugin.

The branch, upstream has been updated
   via  0bb91ffecb59c807813f63fb546f6a6b70d6aef7 (commit)
  from  13b35d3d464ef3fa718471ec56fd621993c7c2cb (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 0bb91ffecb59c807813f63fb546f6a6b70d6aef7
Author: Gabriele Giacone 1o5g4...@gmail.com
Date:   Sun Mar 14 23:23:59 2010 +0100

Imported Upstream version 1.1.1+dfsg

---

Summary of changes:
 .../commons-io/commons-io/1.1/commons-io-1.1.jar   |  Bin 61562 - 0 bytes
 .../commons-io/commons-io/1.1/commons-io-1.1.jar   |  Bin 61562 - 0 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/src/test/repository/commons-io/commons-io/1.1/commons-io-1.1.jar 
b/src/test/repository/commons-io/commons-io/1.1/commons-io-1.1.jar
deleted file mode 100644
index 624fc1a..000
Binary files a/src/test/repository/commons-io/commons-io/1.1/commons-io-1.1.jar 
and /dev/null differ
diff --git 
a/src/test/repository/commons-io/commons-io/commons-io/1.1/commons-io-1.1.jar 
b/src/test/repository/commons-io/commons-io/commons-io/1.1/commons-io-1.1.jar
deleted file mode 100644
index 624fc1a..000
Binary files 
a/src/test/repository/commons-io/commons-io/commons-io/1.1/commons-io-1.1.jar 
and /dev/null differ


hooks/post-receive
-- 
Exec Maven Plugin

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


Processing of exec-maven-plugin_1.1.1+dfsg-2_amd64.changes

2010-03-14 Thread Archive Administrator
exec-maven-plugin_1.1.1+dfsg-2_amd64.changes uploaded successfully to localhost
along with the files:
  exec-maven-plugin_1.1.1+dfsg-2.dsc
  exec-maven-plugin_1.1.1+dfsg-2.debian.tar.gz
  libmaven-exec-plugin-java_1.1.1+dfsg-2_all.deb

Greetings,

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

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


exec-maven-plugin_1.1.1+dfsg-2_amd64.changes ACCEPTED

2010-03-14 Thread Archive Administrator



Accepted:
exec-maven-plugin_1.1.1+dfsg-2.debian.tar.gz
  to main/e/exec-maven-plugin/exec-maven-plugin_1.1.1+dfsg-2.debian.tar.gz
exec-maven-plugin_1.1.1+dfsg-2.dsc
  to main/e/exec-maven-plugin/exec-maven-plugin_1.1.1+dfsg-2.dsc
libmaven-exec-plugin-java_1.1.1+dfsg-2_all.deb
  to main/e/exec-maven-plugin/libmaven-exec-plugin-java_1.1.1+dfsg-2_all.deb


Override entries for your package:
exec-maven-plugin_1.1.1+dfsg-2.dsc - source java
libmaven-exec-plugin-java_1.1.1+dfsg-2_all.deb - optional java

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


Thank you for your contribution to Debian.

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


Processed (with 5 errors): Unable to reproduce the bug so far

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

 tags 573875 moreinfo
Bug #573875 [freemind] freemind crashes on startup
Added tag(s) moreinfo.
 tags 573875 unreproducible
Bug #573875 [freemind] freemind crashes on startup
Added tag(s) unreproducible.
 done
Unknown command or malformed arguments to command.

 Hi,
Unknown command or malformed arguments to command.

 I have tried to reproduce the error condition on an up-to-date unstable
Unknown command or malformed arguments to command.

 machine. with .freemind removed from
Unknown command or malformed arguments to command.

 However, I was unable to install the sun-java5-jre package.  Does the
Unknown command or malformed arguments to command.

Too many unknown commands, stopping here.

Please contact me if you need assistance.

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

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


Bug#573875: Unable to reproduce the bug so far

2010-03-14 Thread Marco Túlio Gontijo e Silva
Hi Hilko.

Excerpts from Hilko Bengen's message of Dom Mar 14 19:54:30 -0300 2010:
 Does the error still occur when you remove sun-java5-jre from your system?

No, it doesn't.

Thanks for the workaround.

Greetings.
(...)
-- 
marcot
http://wiki.debian.org/MarcoSilva



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


[pkg-java] r11867 - in trunk/tomcat6/debian: . patches

2010-03-14 Thread Ludovic Claude
Author: ludovicc-guest
Date: 2010-03-14 23:52:08 + (Sun, 14 Mar 2010)
New Revision: 11867

Added:
   trunk/tomcat6/debian/patches/default-encoding-utf8.patch
Modified:
   trunk/tomcat6/debian/changelog
   trunk/tomcat6/debian/patches/series
Log:


Modified: trunk/tomcat6/debian/changelog
===
--- trunk/tomcat6/debian/changelog  2010-03-14 21:24:14 UTC (rev 11866)
+++ trunk/tomcat6/debian/changelog  2010-03-14 23:52:08 UTC (rev 11867)
@@ -1,6 +1,8 @@
 tomcat6 (6.0.24-4) unstable; urgency=low
 
   * debian/tomcat6.postrm: fix removal of Tomcat (Closes: #567548)
+  * Set UTF-8 as default character encoding - Patch by Thomas Koch
+(Closes: #573539)
 
  -- Ludovic Claude ludovic.cla...@laposte.net  Thu, 11 Mar 2010 23:45:34 
+0100
 

Added: trunk/tomcat6/debian/patches/default-encoding-utf8.patch
===
--- trunk/tomcat6/debian/patches/default-encoding-utf8.patch
(rev 0)
+++ trunk/tomcat6/debian/patches/default-encoding-utf8.patch2010-03-14 
23:52:08 UTC (rev 11867)
@@ -0,0 +1,10 @@
+--- a/conf/server.xml
 b/conf/server.xml
+@@ -68,6 +68,7 @@
+ --
+ Connector port=8080 protocol=HTTP/1.1 
+connectionTimeout=2 
++   URIEncoding=UTF-8
+redirectPort=8443 /
+ !-- A Connector using the shared thread pool--
+ !--

Modified: trunk/tomcat6/debian/patches/series
===
--- trunk/tomcat6/debian/patches/series 2010-03-14 21:24:14 UTC (rev 11866)
+++ trunk/tomcat6/debian/patches/series 2010-03-14 23:52:08 UTC (rev 11867)
@@ -1,3 +1,4 @@
+default-encoding-utf8.patch
 disable-ajp-connector.patch
 disable-apr-loading.patch
 deploy-webapps-build-xml.patch


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


mini-dinstall: Successfully installed tomcat6 6.0.24-4 to unstable

2010-03-14 Thread Mini-Dinstall
Package: tomcat6
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Ludovic Claude ludovic.cla...@laposte.net
Architecture: source
Changes:
  * debian/tomcat6.postrm: fix removal of Tomcat (Closes: #567548)
  * Set UTF-8 as default character encoding - Patch by Thomas Koch
(Closes: #573539)

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


[pkg-java] r11868 - in trunk/libhamcrest-java/debian: . poms

2010-03-14 Thread Gabriele Giacone
Author: gg0-guest
Date: 2010-03-15 00:50:08 + (Mon, 15 Mar 2010)
New Revision: 11868

Added:
   trunk/libhamcrest-java/debian/poms/
   trunk/libhamcrest-java/debian/poms/core.xml
   trunk/libhamcrest-java/debian/poms/generator.xml
   trunk/libhamcrest-java/debian/poms/integration.xml
   trunk/libhamcrest-java/debian/poms/library.xml
Modified:
   trunk/libhamcrest-java/debian/changelog
   trunk/libhamcrest-java/debian/control
   trunk/libhamcrest-java/debian/copyright
   trunk/libhamcrest-java/debian/rules
Log:
added maven support

Modified: trunk/libhamcrest-java/debian/changelog
===
--- trunk/libhamcrest-java/debian/changelog 2010-03-14 23:52:08 UTC (rev 
11867)
+++ trunk/libhamcrest-java/debian/changelog 2010-03-15 00:50:08 UTC (rev 
11868)
@@ -1,3 +1,11 @@
+libhamcrest-java (1.1-6) unstable; urgency=low
+
+  * Added Maven support.
+- added poms taken from upstream svn trunk
+- added d/copyright section for debian/poms
+
+ -- Gabriele Giacone 1o5g4...@gmail.com  Mon, 15 Mar 2010 01:49:44 +0100
+
 libhamcrest-java (1.1-5) unstable; urgency=low
 
   [ Gabriele Giacone ]

Modified: trunk/libhamcrest-java/debian/control
===
--- trunk/libhamcrest-java/debian/control   2010-03-14 23:52:08 UTC (rev 
11867)
+++ trunk/libhamcrest-java/debian/control   2010-03-15 00:50:08 UTC (rev 
11868)
@@ -4,7 +4,7 @@
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Varun Hiremath va...@debian.org, Michael Koch konque...@gmx.de,
  Damien Raude-Morvan draz...@debian.org
-Build-Depends: cdbs, debhelper (= 7), ant, default-jdk
+Build-Depends: cdbs, debhelper (= 7), ant, default-jdk, maven-repo-helper
 Build-Depends-Indep: libqdox-java, libeasymock-java, libjmock-java
 Standards-Version: 3.8.4
 Homepage: http://code.google.com/p/hamcrest/

Modified: trunk/libhamcrest-java/debian/copyright
===
--- trunk/libhamcrest-java/debian/copyright 2010-03-14 23:52:08 UTC (rev 
11867)
+++ trunk/libhamcrest-java/debian/copyright 2010-03-15 00:50:08 UTC (rev 
11868)
@@ -13,3 +13,10 @@
 License: GPL
   On Debian systems, the complete text of the GPL License can be
   found in `/usr/share/common-licenses/GPL'.
+
+Files: debian/poms/*
+Copyright: 2000-2006, www.hamcrest.org
+License: BSD
+  On Debian systems, the complete text of the BSD License can be
+  found in `/usr/share/common-licenses/BSD'.
+

Added: trunk/libhamcrest-java/debian/poms/core.xml
===
--- trunk/libhamcrest-java/debian/poms/core.xml (rev 0)
+++ trunk/libhamcrest-java/debian/poms/core.xml 2010-03-15 00:50:08 UTC (rev 
11868)
@@ -0,0 +1,11 @@
+project xmlns=http://maven.apache.org/POM/4.0.0; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;
+  modelVersion4.0.0/modelVersion
+  parent
+groupIdorg.hamcrest/groupId
+artifactIdhamcrest-parent/artifactId
+version1.2-SNAPSHOT/version
+  /parent
+  artifactIdhamcrest-core/artifactId
+  packagingjar/packaging
+  nameHamcrest Core/name
+/project

Added: trunk/libhamcrest-java/debian/poms/generator.xml
===
--- trunk/libhamcrest-java/debian/poms/generator.xml
(rev 0)
+++ trunk/libhamcrest-java/debian/poms/generator.xml2010-03-15 00:50:08 UTC 
(rev 11868)
@@ -0,0 +1,18 @@
+project xmlns=http://maven.apache.org/POM/4.0.0; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;
+  modelVersion4.0.0/modelVersion
+  parent
+groupIdorg.hamcrest/groupId
+artifactIdhamcrest-parent/artifactId
+version1.2-SNAPSHOT/version
+  /parent
+  artifactIdhamcrest-generator/artifactId
+  packagingjar/packaging
+  nameHamcrest Generator/name
+  dependencies
+dependency
+  groupId${pom.groupId}/groupId
+  artifactIdhamcrest-core/artifactId
+  version${pom.version}/version
+/dependency
+  /dependencies
+/project

Added: trunk/libhamcrest-java/debian/poms/integration.xml
===
--- trunk/libhamcrest-java/debian/poms/integration.xml  
(rev 0)
+++ trunk/libhamcrest-java/debian/poms/integration.xml  2010-03-15 00:50:08 UTC 
(rev 11868)
@@ -0,0 +1,18 @@
+project xmlns=http://maven.apache.org/POM/4.0.0; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;
+  modelVersion4.0.0/modelVersion
+  parent
+groupIdorg.hamcrest/groupId
+artifactIdhamcrest-parent/artifactId
+version1.2-SNAPSHOT/version
+