[pkg-java] r10815 - in trunk/libgroboutils-java: . .pc debian debian/patches
Damien Raude-Morvan
drazzib at alioth.debian.org
Mon Oct 12 21:57:10 UTC 2009
Author: drazzib
Date: 2009-10-12 21:57:10 +0000 (Mon, 12 Oct 2009)
New Revision: 10815
Added:
trunk/libgroboutils-java/.pc/
trunk/libgroboutils-java/.pc/.version
trunk/libgroboutils-java/debian/
trunk/libgroboutils-java/debian/ant.properties
trunk/libgroboutils-java/debian/changelog
trunk/libgroboutils-java/debian/compat
trunk/libgroboutils-java/debian/control
trunk/libgroboutils-java/debian/copyright
trunk/libgroboutils-java/debian/libgroboutils-java.docs
trunk/libgroboutils-java/debian/libgroboutils-java.install
trunk/libgroboutils-java/debian/patches/
trunk/libgroboutils-java/debian/patches/00list
trunk/libgroboutils-java/debian/patches/01_reduce_junit_logging.dpatch
trunk/libgroboutils-java/debian/patches/02_dont_stop_on_junit_failure.dpatch
trunk/libgroboutils-java/debian/patches/03_easymock_upgrade.dpatch
trunk/libgroboutils-java/debian/patches/04_coverage_zip_archives.dpatch
trunk/libgroboutils-java/debian/patches/05_rename_subprojects.dpatch
trunk/libgroboutils-java/debian/rules
trunk/libgroboutils-java/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk
Added: trunk/libgroboutils-java/.pc/.version
===================================================================
--- trunk/libgroboutils-java/.pc/.version (rev 0)
+++ trunk/libgroboutils-java/.pc/.version 2009-10-12 21:57:10 UTC (rev 10815)
@@ -0,0 +1 @@
+2
Property changes on: trunk/libgroboutils-java/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: trunk/libgroboutils-java/debian/ant.properties
===================================================================
--- trunk/libgroboutils-java/debian/ant.properties (rev 0)
+++ trunk/libgroboutils-java/debian/ant.properties 2009-10-12 21:57:10 UTC (rev 10815)
@@ -0,0 +1,7 @@
+# Don't try to connect to internet
+global.offline = true
+
+# Force using a 1.4 class format
+ant.java.version = 1.4
+ant.build.javac.source = 1.4
+ant.build.javac.target = 1.4
Added: trunk/libgroboutils-java/debian/changelog
===================================================================
--- trunk/libgroboutils-java/debian/changelog (rev 0)
+++ trunk/libgroboutils-java/debian/changelog 2009-10-12 21:57:10 UTC (rev 10815)
@@ -0,0 +1,5 @@
+libgroboutils-java (5-1) UNRELEASED; urgency=low
+
+ * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
+
+ -- Damien Raude-Morvan <drazzib at debian.org> Thu, 08 Oct 2009 23:13:36 +0200
Added: trunk/libgroboutils-java/debian/compat
===================================================================
--- trunk/libgroboutils-java/debian/compat (rev 0)
+++ trunk/libgroboutils-java/debian/compat 2009-10-12 21:57:10 UTC (rev 10815)
@@ -0,0 +1 @@
+7
Added: trunk/libgroboutils-java/debian/control
===================================================================
--- trunk/libgroboutils-java/debian/control (rev 0)
+++ trunk/libgroboutils-java/debian/control 2009-10-12 21:57:10 UTC (rev 10815)
@@ -0,0 +1,14 @@
+Source: libgroboutils-java
+Section: java
+Priority: optional
+Maintainer: Damien Raude-Morvan <drazzib at debian.org>
+Build-Depends: cdbs, debhelper (>= 7), default-jdk, dpatch
+Build-Depends-Indep: ant-optional, junit4 (>= 4.5), liblog4j1.2-java, libeasymock-java, libbcel-java
+Standards-Version: 3.8.3
+Homepage: http://groboutils.sourceforge.net/
+
+Package: libgroboutils-java
+Architecture: all
+Depends: ${misc:Depends}
+Description: <insert up to 60 chars description>
+ <insert long description, indented with spaces>
Added: trunk/libgroboutils-java/debian/copyright
===================================================================
--- trunk/libgroboutils-java/debian/copyright (rev 0)
+++ trunk/libgroboutils-java/debian/copyright 2009-10-12 21:57:10 UTC (rev 10815)
@@ -0,0 +1,47 @@
+This package was debianized by Damien Raude-Morvan <drazzib at debian.org> on
+Mon, 23 Mar 2009 15:04:25 +0100.
+
+It was downloaded from <http://groboutils.sourceforge.net/downloads.html>
+
+Upstream Authors:
+ Matt Albrech <groboclown at users.sourceforge.net>
+ Keith Johnston <kjohnston at users.sourceforge.net>
+
+Copyright:
+ Copyright (C) 2002-2003 Matt Albrecht
+
+License:
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and associated documentation files (the "Software"),
+ to deal in the Software without restriction, including without limitation
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ and/or sell copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+ THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.
+
+
+License change:
+
+ Originally, GroboUtils was released under the LGPL. However, due to hard-to-read
+ language included in the LGPL, and many people's concerns over the possible viral
+ nature of the LGPL (and the Free Software Foundation's comments that covering Java
+ code under the LGPL is the same as putting it under the GPL), the author moved the
+ license over to the MIT license on February 10, 2003.
+
+ Matt Albrech <groboclown at users.sourceforge.net>
+
+
+The Debian packaging is:
+ Copyright (C) 2009 Damien Raude-Morvan <drazzib at debian.org>
+and is licensed under BSD licence,
+see `/usr/share/common-licenses/BSD'.
Added: trunk/libgroboutils-java/debian/libgroboutils-java.docs
===================================================================
--- trunk/libgroboutils-java/debian/libgroboutils-java.docs (rev 0)
+++ trunk/libgroboutils-java/debian/libgroboutils-java.docs 2009-10-12 21:57:10 UTC (rev 10815)
@@ -0,0 +1,2 @@
+CHANGES.TXT
+TODO.txt
Added: trunk/libgroboutils-java/debian/libgroboutils-java.install
===================================================================
--- trunk/libgroboutils-java/debian/libgroboutils-java.install (rev 0)
+++ trunk/libgroboutils-java/debian/libgroboutils-java.install 2009-10-12 21:57:10 UTC (rev 10815)
@@ -0,0 +1,15 @@
+testing-junit/groboutils-testingjunit-1.2.1-core.jar /usr/share/java
+testing-tp/groboutils-testingtp-1.0.0alpha2-core.jar /usr/share/java
+testing-autodoc/groboutils-testingautodoc-1.0.0alpha2-core.jar /usr/share/java
+#testing-mbtf/groboutils-testingmbtf-1.0.0alpha2-core.jar /usr/share/java
+
+util-xml/groboutils-xml-1.1.0-core.jar /usr/share/java
+util-thread/groboutils-thread-1.0.0alpha2-core.jar /usr/share/java
+#util-states/groboutils-states-1.0.0alpha2-core.jar /usr/share/java
+util-io/groboutils-io-1.0.0alpha2-core.jar /usr/share/java
+util-datastruct/groboutils-datastruct-1.0.0alpha3-core.jar /usr/share/java
+util-classes/groboutils-classes-1.0.0-core.jar /usr/share/java
+
+codecoverage/groboutils-codecoverage-1.1.0-core.jar /usr/share/java
+pmti/groboutils-pmti-1.0.0alpha3-core.jar /usr/share/java
+uicapture/groboutils-uicapture-1.0.0alpha2-core.jar /usr/share/java
Added: trunk/libgroboutils-java/debian/patches/00list
===================================================================
--- trunk/libgroboutils-java/debian/patches/00list (rev 0)
+++ trunk/libgroboutils-java/debian/patches/00list 2009-10-12 21:57:10 UTC (rev 10815)
@@ -0,0 +1,6 @@
+01_reduce_junit_logging
+02_dont_stop_on_junit_failure
+03_easymock_upgrade
+04_coverage_zip_archives
+05_rename_subprojects
+
Added: trunk/libgroboutils-java/debian/patches/01_reduce_junit_logging.dpatch
===================================================================
--- trunk/libgroboutils-java/debian/patches/01_reduce_junit_logging.dpatch (rev 0)
+++ trunk/libgroboutils-java/debian/patches/01_reduce_junit_logging.dpatch 2009-10-12 21:57:10 UTC (rev 10815)
@@ -0,0 +1,233 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_reduce_junit_logging.dpatch by Damien Raude-Morvan <drazzib at drazzib.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad libgroboutils-java-5~/codecoverage/log4j.properties libgroboutils-java-5/codecoverage/log4j.properties
+--- libgroboutils-java-5~/codecoverage/log4j.properties 2002-07-29 00:43:33.000000000 +0200
++++ libgroboutils-java-5/codecoverage/log4j.properties 2009-03-23 15:54:47.884786891 +0100
+@@ -1,4 +1,4 @@
+-log4j.rootCategory=WARN, stdout
++log4j.rootCategory=ERROR, stdout
+
+
+ # A1 is set to be a ConsoleAppender.
+@@ -7,5 +7,5 @@
+ log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) - %m%n
+
+
+-log4j.category.net.sourceforge.groboutils.codecoverage=DEBUG
++log4j.category.net.sourceforge.groboutils.codecoverage=ERROR
+
+diff -urNad libgroboutils-java-5~/pmti/log4j.properties libgroboutils-java-5/pmti/log4j.properties
+--- libgroboutils-java-5~/pmti/log4j.properties 2002-07-29 00:43:47.000000000 +0200
++++ libgroboutils-java-5/pmti/log4j.properties 2009-03-23 15:56:54.852287125 +0100
+@@ -1,4 +1,4 @@
+-log4j.rootCategory=WARN, stdout
++log4j.rootCategory=ERROR, stdout
+
+
+ # A1 is set to be a ConsoleAppender.
+@@ -7,5 +7,5 @@
+ log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) - %m%n
+
+
+-log4j.category.net.sourceforge.groboutils.pmti=DEBUG
++log4j.category.net.sourceforge.groboutils.pmti=ERROR
+
+diff -urNad libgroboutils-java-5~/testing-autodoc/log4j.properties libgroboutils-java-5/testing-autodoc/log4j.properties
+--- libgroboutils-java-5~/testing-autodoc/log4j.properties 2009-03-23 15:54:10.000000000 +0100
++++ libgroboutils-java-5/testing-autodoc/log4j.properties 2009-03-23 15:54:11.713287297 +0100
+@@ -1,4 +1,4 @@
+-log4j.rootCategory=WARN, stdout
++log4j.rootCategory=ERROR, stdout
+
+
+ # A1 is set to be a ConsoleAppender.
+@@ -7,6 +7,6 @@
+ log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) - %m%n
+
+
+-log4j.category.net.sourceforge.groboutils.testing.autodoc=DEBUG
+-log4j.category.net.sourceforge.groboutils.util.classes=DEBUG
++log4j.category.net.sourceforge.groboutils.testing.autodoc=ERROR
++log4j.category.net.sourceforge.groboutils.util.classes=ERROR
+
+diff -urNad libgroboutils-java-5~/testing-junit/log4j.properties libgroboutils-java-5/testing-junit/log4j.properties
+--- libgroboutils-java-5~/testing-junit/log4j.properties 2009-03-23 15:54:10.000000000 +0100
++++ libgroboutils-java-5/testing-junit/log4j.properties 2009-03-23 15:54:11.713287297 +0100
+@@ -1,4 +1,4 @@
+-log4j.rootCategory=WARN, stdout
++log4j.rootCategory=ERROR, stdout
+
+
+ # A1 is set to be a ConsoleAppender.
+@@ -7,5 +7,5 @@
+ log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) - %m%n
+
+
+-log4j.category.net.sourceforge.groboutils.junit=DEBUG
++log4j.category.net.sourceforge.groboutils.junit=ERROR
+
+diff -urNad libgroboutils-java-5~/testing-mbtf/log4j.properties libgroboutils-java-5/testing-mbtf/log4j.properties
+--- libgroboutils-java-5~/testing-mbtf/log4j.properties 2009-03-23 15:54:10.000000000 +0100
++++ libgroboutils-java-5/testing-mbtf/log4j.properties 2009-03-23 15:54:11.713287297 +0100
+@@ -1,4 +1,4 @@
+-log4j.rootCategory=WARN, stdout
++log4j.rootCategory=ERROR, stdout
+
+
+ # A1 is set to be a ConsoleAppender.
+@@ -7,5 +7,5 @@
+ log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) - %m%n
+
+
+-log4j.category.net.sourceforge.groboutils.testing.mbtf=DEBUG
++log4j.category.net.sourceforge.groboutils.testing.mbtf=ERROR
+
+diff -urNad libgroboutils-java-5~/testing-tp/log4j.properties libgroboutils-java-5/testing-tp/log4j.properties
+--- libgroboutils-java-5~/testing-tp/log4j.properties 2009-03-23 15:54:10.000000000 +0100
++++ libgroboutils-java-5/testing-tp/log4j.properties 2009-03-23 15:54:11.713287297 +0100
+@@ -1,4 +1,4 @@
+-log4j.rootCategory=WARN, stdout
++log4j.rootCategory=ERROR, stdout
+
+
+ # A1 is set to be a ConsoleAppender.
+@@ -7,5 +7,5 @@
+ log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) - %m%n
+
+
+-log4j.category.net.sourceforge.groboutils.tp=DEBUG
++log4j.category.net.sourceforge.groboutils.tp=ERROR
+
+diff -urNad libgroboutils-java-5~/uicapture/log4j.properties libgroboutils-java-5/uicapture/log4j.properties
+--- libgroboutils-java-5~/uicapture/log4j.properties 2002-07-29 00:44:06.000000000 +0200
++++ libgroboutils-java-5/uicapture/log4j.properties 2009-03-23 15:56:42.181086719 +0100
+@@ -1,4 +1,4 @@
+-log4j.rootCategory=WARN, stdout
++log4j.rootCategory=ERROR, stdout
+
+
+ # A1 is set to be a ConsoleAppender.
+@@ -7,5 +7,5 @@
+ log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) - %m%n
+
+
+-log4j.category.net.sourceforge.groboutils.uicapture=DEBUG
++log4j.category.net.sourceforge.groboutils.uicapture=ERROR
+
+diff -urNad libgroboutils-java-5~/util-classes/log4j.properties libgroboutils-java-5/util-classes/log4j.properties
+--- libgroboutils-java-5~/util-classes/log4j.properties 2002-07-29 00:44:10.000000000 +0200
++++ libgroboutils-java-5/util-classes/log4j.properties 2009-03-23 15:55:00.184286973 +0100
+@@ -1,4 +1,4 @@
+-log4j.rootCategory=WARN, stdout
++log4j.rootCategory=ERROR, stdout
+
+
+ # A1 is set to be a ConsoleAppender.
+@@ -7,5 +7,5 @@
+ log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) - %m%n
+
+
+-log4j.category.net.sourceforge.groboutils.util.classes=DEBUG
++log4j.category.net.sourceforge.groboutils.util.classes=ERROR
+
+diff -urNad libgroboutils-java-5~/util-datastruct/log4j.properties libgroboutils-java-5/util-datastruct/log4j.properties
+--- libgroboutils-java-5~/util-datastruct/log4j.properties 2002-07-29 00:44:12.000000000 +0200
++++ libgroboutils-java-5/util-datastruct/log4j.properties 2009-03-23 15:56:00.273577761 +0100
+@@ -1,4 +1,4 @@
+-log4j.rootCategory=WARN, stdout
++log4j.rootCategory=ERROR, stdout
+
+
+ # A1 is set to be a ConsoleAppender.
+@@ -7,5 +7,5 @@
+ log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) - %m%n
+
+
+-log4j.category.net.sourceforge.groboutils.util.datastruct=DEBUG
++log4j.category.net.sourceforge.groboutils.util.datastruct=ERROR
+
+diff -urNad libgroboutils-java-5~/util-io/log4j.properties libgroboutils-java-5/util-io/log4j.properties
+--- libgroboutils-java-5~/util-io/log4j.properties 2002-07-29 00:44:14.000000000 +0200
++++ libgroboutils-java-5/util-io/log4j.properties 2009-03-23 15:55:32.540292388 +0100
+@@ -1,4 +1,4 @@
+-log4j.rootCategory=WARN, stdout
++log4j.rootCategory=ERROR, stdout
+
+
+ # A1 is set to be a ConsoleAppender.
+@@ -7,5 +7,5 @@
+ log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) - %m%n
+
+
+-log4j.category.net.sourceforge.groboutils.util.io=DEBUG
++log4j.category.net.sourceforge.groboutils.util.io=ERROR
+
+diff -urNad libgroboutils-java-5~/util-states/log4j.properties libgroboutils-java-5/util-states/log4j.properties
+--- libgroboutils-java-5~/util-states/log4j.properties 2002-07-29 00:44:19.000000000 +0200
++++ libgroboutils-java-5/util-states/log4j.properties 2009-03-23 15:55:45.236302530 +0100
+@@ -1,4 +1,4 @@
+-log4j.rootCategory=WARN, stdout
++log4j.rootCategory=ERROR, stdout
+
+
+ # A1 is set to be a ConsoleAppender.
+@@ -7,5 +7,5 @@
+ log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) - %m%n
+
+
+-log4j.category.net.sourceforge.groboutils.util.states=DEBUG
++log4j.category.net.sourceforge.groboutils.util.states=ERROR
+
+diff -urNad libgroboutils-java-5~/util-thread/log4j.properties libgroboutils-java-5/util-thread/log4j.properties
+--- libgroboutils-java-5~/util-thread/log4j.properties 2002-07-29 00:44:19.000000000 +0200
++++ libgroboutils-java-5/util-thread/log4j.properties 2009-03-23 15:56:14.896286971 +0100
+@@ -1,4 +1,4 @@
+-log4j.rootCategory=WARN, stdout
++log4j.rootCategory=ERROR, stdout
+
+
+ # A1 is set to be a ConsoleAppender.
+@@ -7,5 +7,5 @@
+ log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) - %m%n
+
+
+-log4j.category.net.sourceforge.groboutils.util.thread=DEBUG
++log4j.category.net.sourceforge.groboutils.util.thread=ERROR
+
+diff -urNad libgroboutils-java-5~/util-xml/log4j.properties libgroboutils-java-5/util-xml/log4j.properties
+--- libgroboutils-java-5~/util-xml/log4j.properties 2002-07-29 00:44:20.000000000 +0200
++++ libgroboutils-java-5/util-xml/log4j.properties 2009-03-23 15:55:17.080291966 +0100
+@@ -1,4 +1,4 @@
+-log4j.rootCategory=WARN, stdout
++log4j.rootCategory=ERROR, stdout
+
+
+ # A1 is set to be a ConsoleAppender.
+@@ -7,5 +7,5 @@
+ log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) - %m%n
+
+
+-log4j.category.net.sourceforge.groboutils.util.xml=DEBUG
++log4j.category.net.sourceforge.groboutils.util.xml=ERROR
+
+diff -urNad libgroboutils-java-5~/website/log4j.properties libgroboutils-java-5/website/log4j.properties
+--- libgroboutils-java-5~/website/log4j.properties 2002-07-29 00:44:20.000000000 +0200
++++ libgroboutils-java-5/website/log4j.properties 2009-03-23 15:56:29.004286948 +0100
+@@ -1,4 +1,4 @@
+-log4j.rootCategory=WARN, stdout
++log4j.rootCategory=ERROR, stdout
+
+
+ # A1 is set to be a ConsoleAppender.
+@@ -7,5 +7,5 @@
+ log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) - %m%n
+
+
+-log4j.category.net.sourceforge.groboutils.website=DEBUG
++log4j.category.net.sourceforge.groboutils.website=ERROR
+
Property changes on: trunk/libgroboutils-java/debian/patches/01_reduce_junit_logging.dpatch
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/libgroboutils-java/debian/patches/02_dont_stop_on_junit_failure.dpatch
===================================================================
--- trunk/libgroboutils-java/debian/patches/02_dont_stop_on_junit_failure.dpatch (rev 0)
+++ trunk/libgroboutils-java/debian/patches/02_dont_stop_on_junit_failure.dpatch 2009-10-12 21:57:10 UTC (rev 10815)
@@ -0,0 +1,243 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02_dont_stop_on_junit_failure.dpatch by Damien Raude-Morvan <drazzib at drazzib.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad libgroboutils-java-5~/_shared/common-ant/common-ant-tasks-deploy.ant-inc.xml libgroboutils-java-5/_shared/common-ant/common-ant-tasks-deploy.ant-inc.xml
+--- libgroboutils-java-5~/_shared/common-ant/common-ant-tasks-deploy.ant-inc.xml 2002-07-29 01:13:29.000000000 +0200
++++ libgroboutils-java-5/_shared/common-ant/common-ant-tasks-deploy.ant-inc.xml 2009-03-23 18:18:00.816915193 +0100
+@@ -7,7 +7,7 @@
+
+ <target name="_shared.common.deploy"
+ depends="_shared.common.deploy-setup,
+- javac,jar,test-all,doc,java-doc" >
++ javac,jar,doc,java-doc" >
+ <!-- deploy structure was setup in jar task -->
+
+ <zip zipfile="${output.doc-zip}" basedir="${dirs.deploy.docs}"
+diff -urNad libgroboutils-java-5~/_shared/common-ant/common-ant-tasks-test.ant-inc.xml libgroboutils-java-5/_shared/common-ant/common-ant-tasks-test.ant-inc.xml
+--- libgroboutils-java-5~/_shared/common-ant/common-ant-tasks-test.ant-inc.xml 2009-03-23 18:16:40.000000000 +0100
++++ libgroboutils-java-5/_shared/common-ant/common-ant-tasks-test.ant-inc.xml 2009-03-23 18:16:41.960292563 +0100
+@@ -40,11 +40,9 @@
+
+
+ <target name="_shared.common.test-failed" if="tests.failure" >
+- <fail message="jUnit failure(s)" />
+ </target>
+
+ <target name="_shared.common.test-errored" if="tests.error" >
+- <fail message="jUnit error(s)" />
+ </target>
+
+
+@@ -84,7 +82,6 @@
+ <source destdir="work/coverage/report"
+ title="GroboUtils Coverage for ${product}-${version}"
+ srcdir="${dirs.sources.dev}" />
+- <failon percentage="60" />
+ </grobo-report>
+ </target>
+
+diff -urNad libgroboutils-java-5~/build.xml libgroboutils-java-5/build.xml
+--- libgroboutils-java-5~/build.xml 2009-03-23 18:16:40.000000000 +0100
++++ libgroboutils-java-5/build.xml 2009-03-23 18:16:41.960292563 +0100
+@@ -107,6 +107,15 @@
+ <property name="GroboUtils.main.target" value="main" />
+ </ant>
+ </target>
++
++
++ <target name="test-all">
++ <!-- reload this build file to allow the whole dependency tree
++ to be executed -->
++ <ant target="GroboUtils.main.all-targets" dir="${basedir}">
++ <property name="GroboUtils.main.target" value="test-all" />
++ </ant>
++ </target>
+
+
+ <!-- ****************************************************************** -->
+diff -urNad libgroboutils-java-5~/codecoverage/build.xml libgroboutils-java-5/codecoverage/build.xml
+--- libgroboutils-java-5~/codecoverage/build.xml 2009-03-23 18:16:40.000000000 +0100
++++ libgroboutils-java-5/codecoverage/build.xml 2009-03-23 18:16:41.960292563 +0100
+@@ -100,8 +100,8 @@
+
+ <!-- Targets -->
+
+- <target name="all" depends="init,clean,javac,jar,test-all,doc,java-doc,deploy" />
+- <target name="main" depends="init,javac,jar,test-all" />
++ <target name="all" depends="init,clean,javac,jar,doc,java-doc" />
++ <target name="main" depends="init,javac,jar" />
+
+ <target name="deploy" depends="init,_shared.common.deploy" />
+ <target name="init" depends="_shared.common.init" />
+diff -urNad libgroboutils-java-5~/pmti/build.xml libgroboutils-java-5/pmti/build.xml
+--- libgroboutils-java-5~/pmti/build.xml 2009-03-23 18:16:40.000000000 +0100
++++ libgroboutils-java-5/pmti/build.xml 2009-03-23 18:16:41.960292563 +0100
+@@ -83,8 +83,8 @@
+
+ <!-- Targets -->
+
+- <target name="all" depends="init,clean,javac,jar,test-all,doc,java-doc,deploy" />
+- <target name="main" depends="init,javac,jar,test-all" />
++ <target name="all" depends="init,clean,javac,jar,doc,java-doc" />
++ <target name="main" depends="init,javac,jar" />
+
+ <target name="deploy" depends="init,_shared.common.deploy" />
+ <target name="init" depends="_shared.common.init" />
+diff -urNad libgroboutils-java-5~/testing-autodoc/build.xml libgroboutils-java-5/testing-autodoc/build.xml
+--- libgroboutils-java-5~/testing-autodoc/build.xml 2009-03-23 18:16:40.000000000 +0100
++++ libgroboutils-java-5/testing-autodoc/build.xml 2009-03-23 18:16:41.960292563 +0100
+@@ -70,8 +70,8 @@
+
+ <!-- Targets -->
+
+- <target name="all" depends="init,clean,javac,jar,test-all,doc,java-doc,deploy" />
+- <target name="main" depends="init,javac,jar,test-all" />
++ <target name="all" depends="init,clean,javac,jar,doc,java-doc" />
++ <target name="main" depends="init,javac,jar" />
+
+ <target name="deploy" depends="init,_shared.common.deploy" />
+ <target name="init" depends="_shared.common.init" />
+diff -urNad libgroboutils-java-5~/testing-junit/build.xml libgroboutils-java-5/testing-junit/build.xml
+--- libgroboutils-java-5~/testing-junit/build.xml 2009-03-23 18:16:40.000000000 +0100
++++ libgroboutils-java-5/testing-junit/build.xml 2009-03-23 18:16:41.960292563 +0100
+@@ -79,8 +79,8 @@
+
+ <!-- Targets -->
+
+- <target name="all" depends="init,clean,javac,jar,test-all,doc,java-doc,deploy" />
+- <target name="main" depends="init,javac,jar,test-all" />
++ <target name="all" depends="init,clean,javac,jar,doc,java-doc" />
++ <target name="main" depends="init,javac,jar" />
+
+ <target name="deploy" depends="init,_shared.common.deploy" />
+ <target name="init" depends="_shared.common.init" />
+diff -urNad libgroboutils-java-5~/testing-mbtf/build.xml libgroboutils-java-5/testing-mbtf/build.xml
+--- libgroboutils-java-5~/testing-mbtf/build.xml 2009-03-23 18:16:40.000000000 +0100
++++ libgroboutils-java-5/testing-mbtf/build.xml 2009-03-23 18:16:41.960292563 +0100
+@@ -77,8 +77,8 @@
+
+ <!-- Targets -->
+
+- <target name="all" depends="init,clean,javac,jar,test-all,doc,java-doc,deploy" />
+- <target name="main" depends="init,javac,jar,test-all" />
++ <target name="all" depends="init,clean,javac,jar,doc,java-doc" />
++ <target name="main" depends="init,javac,jar" />
+
+ <target name="deploy" depends="init,_shared.common.deploy" />
+ <target name="init" depends="_shared.common.init" />
+diff -urNad libgroboutils-java-5~/testing-tp/build.xml libgroboutils-java-5/testing-tp/build.xml
+--- libgroboutils-java-5~/testing-tp/build.xml 2009-03-23 18:16:40.000000000 +0100
++++ libgroboutils-java-5/testing-tp/build.xml 2009-03-23 18:16:41.960292563 +0100
+@@ -74,8 +74,8 @@
+
+ <!-- Targets -->
+
+- <target name="all" depends="init,clean,javac,jar,test-all,doc,java-doc,deploy" />
+- <target name="main" depends="init,javac,jar,test-all" />
++ <target name="all" depends="init,clean,javac,jar,doc,java-doc" />
++ <target name="main" depends="init,javac,jar" />
+
+ <target name="deploy" depends="init,_shared.common.deploy" />
+ <target name="init" depends="_shared.common.init" />
+diff -urNad libgroboutils-java-5~/uicapture/build.xml libgroboutils-java-5/uicapture/build.xml
+--- libgroboutils-java-5~/uicapture/build.xml 2009-03-23 18:16:40.000000000 +0100
++++ libgroboutils-java-5/uicapture/build.xml 2009-03-23 18:16:41.960292563 +0100
+@@ -75,8 +75,8 @@
+
+ <!-- Targets -->
+
+- <target name="all" depends="init,clean,javac,jar,test-all,doc,java-doc,deploy" />
+- <target name="main" depends="init,javac,jar,test-all" />
++ <target name="all" depends="init,clean,javac,jar,doc,java-doc" />
++ <target name="main" depends="init,javac,jar" />
+
+ <target name="deploy" depends="init,_shared.common.deploy" />
+ <target name="init" depends="_shared.common.init" />
+diff -urNad libgroboutils-java-5~/util-classes/build.xml libgroboutils-java-5/util-classes/build.xml
+--- libgroboutils-java-5~/util-classes/build.xml 2009-03-23 18:16:40.000000000 +0100
++++ libgroboutils-java-5/util-classes/build.xml 2009-03-23 18:16:41.960292563 +0100
+@@ -67,8 +67,8 @@
+
+ <!-- Targets -->
+
+- <target name="all" depends="init,clean,javac,jar,test-all,doc,java-doc,deploy" />
+- <target name="main" depends="init,javac,jar,test-all" />
++ <target name="all" depends="init,clean,javac,jar,doc,java-doc,deploy" />
++ <target name="main" depends="init,javac,jar" />
+
+ <target name="deploy" depends="init,_shared.common.deploy" />
+ <target name="init" depends="_shared.common.init" />
+diff -urNad libgroboutils-java-5~/util-datastruct/build.xml libgroboutils-java-5/util-datastruct/build.xml
+--- libgroboutils-java-5~/util-datastruct/build.xml 2009-03-23 18:16:40.000000000 +0100
++++ libgroboutils-java-5/util-datastruct/build.xml 2009-03-23 18:16:41.960292563 +0100
+@@ -75,8 +75,8 @@
+
+ <!-- Targets -->
+
+- <target name="all" depends="init,clean,javac,jar,test-all,doc,java-doc,deploy" />
+- <target name="main" depends="init,javac,jar,test-all" />
++ <target name="all" depends="init,clean,javac,jar,doc,java-doc" />
++ <target name="main" depends="init,javac,jar" />
+
+ <target name="deploy" depends="init,_shared.common.deploy" />
+ <target name="init" depends="_shared.common.init" />
+diff -urNad libgroboutils-java-5~/util-io/build.xml libgroboutils-java-5/util-io/build.xml
+--- libgroboutils-java-5~/util-io/build.xml 2009-03-23 18:16:40.000000000 +0100
++++ libgroboutils-java-5/util-io/build.xml 2009-03-23 18:16:41.960292563 +0100
+@@ -75,8 +75,8 @@
+
+ <!-- Targets -->
+
+- <target name="all" depends="init,clean,javac,jar,test-all,doc,java-doc,deploy" />
+- <target name="main" depends="init,javac,jar,test-all" />
++ <target name="all" depends="init,clean,javac,jar,doc,java-doc" />
++ <target name="main" depends="init,javac,jar" />
+
+ <target name="deploy" depends="init,_shared.common.deploy" />
+ <target name="init" depends="_shared.common.init" />
+diff -urNad libgroboutils-java-5~/util-states/build.xml libgroboutils-java-5/util-states/build.xml
+--- libgroboutils-java-5~/util-states/build.xml 2009-03-23 18:16:40.000000000 +0100
++++ libgroboutils-java-5/util-states/build.xml 2009-03-23 18:16:41.960292563 +0100
+@@ -75,8 +75,8 @@
+
+ <!-- Targets -->
+
+- <target name="all" depends="init,clean,javac,jar,test-all,doc,java-doc,deploy" />
+- <target name="main" depends="init,javac,jar,test-all" />
++ <target name="all" depends="init,clean,javac,jar,doc,java-doc" />
++ <target name="main" depends="init,javac,jar" />
+
+ <target name="deploy" depends="init,_shared.common.deploy" />
+ <target name="init" depends="_shared.common.init" />
+diff -urNad libgroboutils-java-5~/util-thread/build.xml libgroboutils-java-5/util-thread/build.xml
+--- libgroboutils-java-5~/util-thread/build.xml 2009-03-23 18:16:40.000000000 +0100
++++ libgroboutils-java-5/util-thread/build.xml 2009-03-23 18:16:41.960292563 +0100
+@@ -77,8 +77,8 @@
+
+ <!-- Targets -->
+
+- <target name="all" depends="init,clean,javac,jar,test-all,doc,java-doc,deploy" />
+- <target name="main" depends="init,javac,jar,test-all" />
++ <target name="all" depends="init,clean,javac,jar,doc,java-doc,deploy" />
++ <target name="main" depends="init,javac,jar" />
+
+ <target name="deploy" depends="init,_shared.common.deploy" />
+ <target name="init" depends="_shared.common.init" />
+diff -urNad libgroboutils-java-5~/util-xml/build.xml libgroboutils-java-5/util-xml/build.xml
+--- libgroboutils-java-5~/util-xml/build.xml 2009-03-23 18:16:40.000000000 +0100
++++ libgroboutils-java-5/util-xml/build.xml 2009-03-23 18:16:41.960292563 +0100
+@@ -73,8 +73,8 @@
+
+ <!-- Targets -->
+
+- <target name="all" depends="init,clean,javac,jar,test-all,doc,java-doc,deploy" />
+- <target name="main" depends="init,javac,jar,test-all" />
++ <target name="all" depends="init,clean,javac,jar,doc,java-doc" />
++ <target name="main" depends="init,javac,jar" />
+
+ <target name="deploy" depends="init,_shared.common.deploy" />
+ <target name="init" depends="_shared.common.init" />
Property changes on: trunk/libgroboutils-java/debian/patches/02_dont_stop_on_junit_failure.dpatch
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/libgroboutils-java/debian/patches/03_easymock_upgrade.dpatch
===================================================================
--- trunk/libgroboutils-java/debian/patches/03_easymock_upgrade.dpatch (rev 0)
+++ trunk/libgroboutils-java/debian/patches/03_easymock_upgrade.dpatch 2009-10-12 21:57:10 UTC (rev 10815)
@@ -0,0 +1,255 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 03_easymock_upgrade.dpatch by Damien Raude-Morvan <drazzib at drazzib.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad libgroboutils-java-5~/pmti/sources/ut/net/sourceforge/groboutils/pmti/v1/autodoc/v1/ITFJUnitListenerJDK13UTest.java libgroboutils-java-5/pmti/sources/ut/net/sourceforge/groboutils/pmti/v1/autodoc/v1/ITFJUnitListenerJDK13UTest.java
+--- libgroboutils-java-5~/pmti/sources/ut/net/sourceforge/groboutils/pmti/v1/autodoc/v1/ITFJUnitListenerJDK13UTest.java 2009-03-23 16:16:55.000000000 +0100
++++ libgroboutils-java-5/pmti/sources/ut/net/sourceforge/groboutils/pmti/v1/autodoc/v1/ITFJUnitListenerJDK13UTest.java 2009-03-23 16:17:17.197423158 +0100
+@@ -76,7 +76,7 @@
+ super.setUp();
+
+ // set ourself up
+- this.testControl = EasyMock.controlFor( Test.class );
++ this.testControl = MockControl.createControl( Test.class );
+ this.mockTest = (Test)this.testControl.getMock();
+ }
+
+@@ -121,7 +121,7 @@
+
+ public void testAddFailure3()
+ {
+- this.testControl.activate();
++ this.testControl.replay();
+
+ createListener().addFailure( this.mockTest,
+ new AssertionFailedError( "ignore error") );
+@@ -166,7 +166,7 @@
+
+ public void testAddError3()
+ {
+- this.testControl.activate();
++ this.testControl.replay();
+
+ createListener().addError( this.mockTest,
+ new Throwable( "ignore error") );
+diff -urNad libgroboutils-java-5~/testing-autodoc/sources/ut/net/sourceforge/groboutils/autodoc/v1/AutoDocJDK13UTest.java libgroboutils-java-5/testing-autodoc/sources/ut/net/sourceforge/groboutils/autodoc/v1/AutoDocJDK13UTest.java
+--- libgroboutils-java-5~/testing-autodoc/sources/ut/net/sourceforge/groboutils/autodoc/v1/AutoDocJDK13UTest.java 2009-03-23 16:16:55.000000000 +0100
++++ libgroboutils-java-5/testing-autodoc/sources/ut/net/sourceforge/groboutils/autodoc/v1/AutoDocJDK13UTest.java 2009-03-23 16:17:56.169877805 +0100
+@@ -82,16 +82,16 @@
+ super.setUp();
+
+ // set ourself up
+- this.factoryControl = EasyMock.controlFor( AutoDocFactory.class );
++ this.factoryControl = MockControl.createControl( AutoDocFactory.class );
+ this.mockFactory = (AutoDocFactory)this.factoryControl.getMock();
+
+- this.logControl = EasyMock.controlFor( AutoDocLog.class );
++ this.logControl = MockControl.createControl( AutoDocLog.class );
+ this.mockLog = (AutoDocLog)this.logControl.getMock();
+
+- this.itControl = EasyMock.controlFor( AutoDocIT.class );
++ this.itControl = MockControl.createControl( AutoDocIT.class );
+ this.mockIT = (AutoDocIT)this.itControl.getMock();
+
+- this.tpControl = EasyMock.controlFor( AutoDocTP.class );
++ this.tpControl = MockControl.createControl( AutoDocTP.class );
+ this.mockTP = (AutoDocTP)this.tpControl.getMock();
+ }
+
+@@ -131,10 +131,10 @@
+ this.mockFactory.createTP( this.getClass() );
+ this.factoryControl.setReturnValue( this.mockTP, 1 );
+
+- this.factoryControl.activate();
+- this.logControl.activate();
+- this.itControl.activate();
+- this.tpControl.activate();
++ this.factoryControl.replay();
++ this.logControl.replay();
++ this.itControl.replay();
++ this.tpControl.replay();
+
+ MockAutoDoc mad = new MockAutoDoc( this.getClass(),
+ this.mockFactory );
+diff -urNad libgroboutils-java-5~/testing-autodoc/sources/ut/net/sourceforge/groboutils/autodoc/v1/junit/AutoDocJUnitListenerJDK13UTest.java libgroboutils-java-5/testing-autodoc/sources/ut/net/sourceforge/groboutils/autodoc/v1/junit/AutoDocJUnitListenerJDK13UTest.java
+--- libgroboutils-java-5~/testing-autodoc/sources/ut/net/sourceforge/groboutils/autodoc/v1/junit/AutoDocJUnitListenerJDK13UTest.java 2009-03-23 16:16:55.000000000 +0100
++++ libgroboutils-java-5/testing-autodoc/sources/ut/net/sourceforge/groboutils/autodoc/v1/junit/AutoDocJUnitListenerJDK13UTest.java 2009-03-23 16:16:57.140788552 +0100
+@@ -75,7 +75,7 @@
+ super.setUp();
+
+ // set ourself up
+- this.testControl = EasyMock.controlFor( Test.class );
++ this.testControl = MockControl.createControl( Test.class );
+ this.mockTest = (Test)this.testControl.getMock();
+ }
+
+diff -urNad libgroboutils-java-5~/testing-autodoc/sources/ut/net/sourceforge/groboutils/autodoc/v1/junit/AutoDocJUnitListenerUTestI.java libgroboutils-java-5/testing-autodoc/sources/ut/net/sourceforge/groboutils/autodoc/v1/junit/AutoDocJUnitListenerUTestI.java
+--- libgroboutils-java-5~/testing-autodoc/sources/ut/net/sourceforge/groboutils/autodoc/v1/junit/AutoDocJUnitListenerUTestI.java 2009-03-23 16:16:55.000000000 +0100
++++ libgroboutils-java-5/testing-autodoc/sources/ut/net/sourceforge/groboutils/autodoc/v1/junit/AutoDocJUnitListenerUTestI.java 2009-03-23 16:16:57.140788552 +0100
+@@ -78,7 +78,7 @@
+ super.setUp();
+
+ // set ourself up
+- this.testControl = EasyMock.controlFor( Test.class );
++ this.testControl = MockControl.createControl( Test.class );
+ this.mockTest = (Test)this.testControl.getMock();
+ }
+
+@@ -105,7 +105,7 @@
+
+ public void testAddFailure3()
+ {
+- this.testControl.activate();
++ this.testControl.replay();
+
+ // failures can occur without a startTest being called!
+ createListener().addFailure( this.mockTest,
+@@ -117,7 +117,7 @@
+
+ public void testAddFailure4()
+ {
+- this.testControl.activate();
++ this.testControl.replay();
+
+ AutoDocJUnitListener adjul = createListener();
+ adjul.startTest( this.mockTest );
+@@ -148,7 +148,7 @@
+
+ public void testAddError3()
+ {
+- this.testControl.activate();
++ this.testControl.replay();
+
+ // errors can occur without a startTest being called!
+ createListener().addError( this.mockTest,
+@@ -160,7 +160,7 @@
+
+ public void testAddError4()
+ {
+- this.testControl.activate();
++ this.testControl.replay();
+
+ AutoDocJUnitListener adjul = createListener();
+ adjul.startTest( this.mockTest );
+diff -urNad libgroboutils-java-5~/testing-autodoc/sources/ut/net/sourceforge/groboutils/autodoc/v1/testserver/junit/JUnitTestInfoJDK13UTest.java libgroboutils-java-5/testing-autodoc/sources/ut/net/sourceforge/groboutils/autodoc/v1/testserver/junit/JUnitTestInfoJDK13UTest.java
+--- libgroboutils-java-5~/testing-autodoc/sources/ut/net/sourceforge/groboutils/autodoc/v1/testserver/junit/JUnitTestInfoJDK13UTest.java 2009-03-23 16:16:55.000000000 +0100
++++ libgroboutils-java-5/testing-autodoc/sources/ut/net/sourceforge/groboutils/autodoc/v1/testserver/junit/JUnitTestInfoJDK13UTest.java 2009-03-23 16:16:57.140788552 +0100
+@@ -79,13 +79,13 @@
+ super.setUp();
+
+ // set ourself up
+- this.logControl = EasyMock.controlFor( AutoDocLog.class );
++ this.logControl = MockControl.createControl( AutoDocLog.class );
+ this.mockLog = (AutoDocLog)this.logControl.getMock();
+
+- this.itControl = EasyMock.controlFor( AutoDocIT.class );
++ this.itControl = MockControl.createControl( AutoDocIT.class );
+ this.mockIT = (AutoDocIT)this.itControl.getMock();
+
+- this.tpControl = EasyMock.controlFor( AutoDocTP.class );
++ this.tpControl = MockControl.createControl( AutoDocTP.class );
+ this.mockTP = (AutoDocTP)this.tpControl.getMock();
+ }
+
+diff -urNad libgroboutils-java-5~/testing-mbtf/sources/ut/net/sourceforge/groboutils/mbtf/v1/engine/ErrorImplJDK13UTest.java libgroboutils-java-5/testing-mbtf/sources/ut/net/sourceforge/groboutils/mbtf/v1/engine/ErrorImplJDK13UTest.java
+--- libgroboutils-java-5~/testing-mbtf/sources/ut/net/sourceforge/groboutils/mbtf/v1/engine/ErrorImplJDK13UTest.java 2009-03-23 16:16:55.000000000 +0100
++++ libgroboutils-java-5/testing-mbtf/sources/ut/net/sourceforge/groboutils/mbtf/v1/engine/ErrorImplJDK13UTest.java 2009-03-23 16:18:50.428942359 +0100
+@@ -70,7 +70,7 @@
+ super.setUp();
+
+ // set ourself up
+- this.phControl = EasyMock.controlFor( IPathHistory.class );
++ this.phControl = MockControl.createControl( IPathHistory.class );
+ this.mockPH = (IPathHistory)this.phControl.getMock();
+ }
+
+@@ -99,7 +99,7 @@
+ {
+ String msg = "blah";
+ Throwable t = new Throwable();
+- this.phControl.activate();
++ this.phControl.replay();
+
+ ErrorImpl ei = new ErrorImpl( msg, t, this.mockPH );
+
+diff -urNad libgroboutils-java-5~/testing-mbtf/sources/ut/net/sourceforge/groboutils/mbtf/v1/engine/ErrorsImplJDK13UTest.java libgroboutils-java-5/testing-mbtf/sources/ut/net/sourceforge/groboutils/mbtf/v1/engine/ErrorsImplJDK13UTest.java
+--- libgroboutils-java-5~/testing-mbtf/sources/ut/net/sourceforge/groboutils/mbtf/v1/engine/ErrorsImplJDK13UTest.java 2009-03-23 16:16:55.000000000 +0100
++++ libgroboutils-java-5/testing-mbtf/sources/ut/net/sourceforge/groboutils/mbtf/v1/engine/ErrorsImplJDK13UTest.java 2009-03-23 16:18:25.016308386 +0100
+@@ -71,7 +71,7 @@
+ super.setUp();
+
+ // set ourself up
+- this.phControl = EasyMock.controlFor( IPathHistory.class );
++ this.phControl = MockControl.createControl( IPathHistory.class );
+ this.mockPH = (IPathHistory)this.phControl.getMock();
+ }
+
+@@ -131,7 +131,7 @@
+ ErrorsImpl ei = new ErrorsImpl();
+ this.mockPH.copy();
+ this.phControl.setReturnValue( this.mockPH, 1 );
+- this.phControl.activate();
++ this.phControl.replay();
+
+
+ ei.setCurrentPathHistory( this.mockPH );
+@@ -179,7 +179,7 @@
+ ErrorsImpl ei = new ErrorsImpl();
+ this.mockPH.copy();
+ this.phControl.setReturnValue( this.mockPH, 1 );
+- this.phControl.activate();
++ this.phControl.replay();
+
+
+ ei.setCurrentPathHistory( this.mockPH );
+@@ -222,7 +222,7 @@
+ ErrorsImpl ei = new ErrorsImpl();
+ this.mockPH.copy();
+ this.phControl.setReturnValue( this.mockPH, 1 );
+- this.phControl.activate();
++ this.phControl.replay();
+
+
+ ei.setCurrentPathHistory( this.mockPH );
+@@ -265,7 +265,7 @@
+ ErrorsImpl ei = new ErrorsImpl();
+ this.mockPH.copy();
+ this.phControl.setReturnValue( this.mockPH, 1 );
+- this.phControl.activate();
++ this.phControl.replay();
+
+
+ ei.setCurrentPathHistory( this.mockPH );
+@@ -308,7 +308,7 @@
+ ErrorsImpl ei = new ErrorsImpl();
+ this.mockPH.copy();
+ this.phControl.setReturnValue( this.mockPH, 1 );
+- this.phControl.activate();
++ this.phControl.replay();
+
+
+ ei.setCurrentPathHistory( this.mockPH );
+diff -urNad libgroboutils-java-5~/uicapture/sources/ut/net/sourceforge/groboutils/uicapture/v1/ScriptGeneratorUTest.java libgroboutils-java-5/uicapture/sources/ut/net/sourceforge/groboutils/uicapture/v1/ScriptGeneratorUTest.java
+--- libgroboutils-java-5~/uicapture/sources/ut/net/sourceforge/groboutils/uicapture/v1/ScriptGeneratorUTest.java 2009-03-23 16:16:55.000000000 +0100
++++ libgroboutils-java-5/uicapture/sources/ut/net/sourceforge/groboutils/uicapture/v1/ScriptGeneratorUTest.java 2009-03-23 16:18:38.072286739 +0100
+@@ -77,7 +77,7 @@
+ super.setUp();
+
+ // set ourself up
+- this.scriptmakerControl = EasyMock.controlFor( IScriptMaker.class );
++ this.scriptmakerControl = MockControl.createControl( IScriptMaker.class );
+ this.mockScriptmaker = (IScriptMaker)this.scriptmakerControl.getMock();
+ }
+
+@@ -99,7 +99,7 @@
+ //this.mockScriptmaker.removeText("Text");
+ //this.scriptmakerControl.setVoidCallable();
+
+- this.scriptmakerControl.activate();
++ this.scriptmakerControl.replay();
+ ScriptGenerator sg = new ScriptGenerator( null, null,
+ this.mockScriptmaker, "base" );
+ MouseWheelCaptureEvent mwce = new MouseWheelCaptureEvent( 10 );
Property changes on: trunk/libgroboutils-java/debian/patches/03_easymock_upgrade.dpatch
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/libgroboutils-java/debian/patches/04_coverage_zip_archives.dpatch
===================================================================
--- trunk/libgroboutils-java/debian/patches/04_coverage_zip_archives.dpatch (rev 0)
+++ trunk/libgroboutils-java/debian/patches/04_coverage_zip_archives.dpatch 2009-10-12 21:57:10 UTC (rev 10815)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 04_coverage_zip_archives.dpatch by Damien Raude-Morvan <drazzib at drazzib.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad libgroboutils-java-5~/codecoverage/build.xml libgroboutils-java-5/codecoverage/build.xml
+--- libgroboutils-java-5~/codecoverage/build.xml 2004-07-08 05:32:23.000000000 +0200
++++ libgroboutils-java-5/codecoverage/build.xml 2009-03-23 16:42:08.661752772 +0100
+@@ -162,8 +162,6 @@
+ <zipfileset src="${output.jar-name.dev}"/>
+ <zipfileset src="${libs.groboutils.util-io}"/>
+ <zipfileset src="${libs.groboutils.util-datastruct}"/>
+- <zipfileset src="${libs.log4j}"/>
+- <zipfileset src="${libs.bcel}"/>
+ <fileset dir="${dirs.classes}">
+ <include name="log4j.properties" />
+ </fileset>
Property changes on: trunk/libgroboutils-java/debian/patches/04_coverage_zip_archives.dpatch
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/libgroboutils-java/debian/patches/05_rename_subprojects.dpatch
===================================================================
--- trunk/libgroboutils-java/debian/patches/05_rename_subprojects.dpatch (rev 0)
+++ trunk/libgroboutils-java/debian/patches/05_rename_subprojects.dpatch 2009-10-12 21:57:10 UTC (rev 10815)
@@ -0,0 +1,357 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 05_rename_subprojects.dpatch by Damien Raude-Morvan <drazzib at drazzib.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad libgroboutils-java-5~/codecoverage/build.xml libgroboutils-java-5/codecoverage/build.xml
+--- libgroboutils-java-5~/codecoverage/build.xml 2009-03-23 19:39:22.000000000 +0100
++++ libgroboutils-java-5/codecoverage/build.xml 2009-03-23 19:39:22.477286540 +0100
+@@ -15,7 +15,7 @@
+ <project name="CodeCoverage" default="main" basedir=".">
+
+ <!-- Property Defines -->
+- <property name="product" value="GroboCodeCoverage" />
++ <property name="product" value="groboutils-codecoverage" />
+ <property name="version" value="1.1.0" />
+ <property name="basepackage" value="net/sourceforge/groboutils/codecoverage/v1" />
+
+diff -urNad libgroboutils-java-5~/codecoverage/deployed.ant-inc.xml libgroboutils-java-5/codecoverage/deployed.ant-inc.xml
+--- libgroboutils-java-5~/codecoverage/deployed.ant-inc.xml 2009-03-23 19:39:02.000000000 +0100
++++ libgroboutils-java-5/codecoverage/deployed.ant-inc.xml 2009-03-23 19:39:22.477286540 +0100
+@@ -1,8 +1,8 @@
+ <!-- ANT includes for the deployed files in this project -->
+
+ <property name="libs.groboutils.codecoverage"
+- value="${basedir}/../codecoverage/GroboCodeCoverage-1.1.0-core.jar" />
++ value="${basedir}/../codecoverage/groboutils-codecoverage-1.1.0-core.jar" />
+
+
+
+-
+\ No newline at end of file
++
+diff -urNad libgroboutils-java-5~/pmti/build.xml libgroboutils-java-5/pmti/build.xml
+--- libgroboutils-java-5~/pmti/build.xml 2009-03-23 19:39:22.000000000 +0100
++++ libgroboutils-java-5/pmti/build.xml 2009-03-23 19:39:22.477286540 +0100
+@@ -12,7 +12,7 @@
+ <project name="PMTI" default="main" basedir=".">
+
+ <!-- Property Defines -->
+- <property name="product" value="GroboPMTI" />
++ <property name="product" value="groboutils-pmti" />
+ <property name="version" value="1.0.0alpha3" />
+ <property name="basepackage" value="net/sourceforge/groboutils/pmti/v1" />
+
+diff -urNad libgroboutils-java-5~/pmti/deployed.ant-inc.xml libgroboutils-java-5/pmti/deployed.ant-inc.xml
+--- libgroboutils-java-5~/pmti/deployed.ant-inc.xml 2009-03-23 19:39:02.000000000 +0100
++++ libgroboutils-java-5/pmti/deployed.ant-inc.xml 2009-03-23 19:39:22.477286540 +0100
+@@ -1,8 +1,8 @@
+ <!-- ANT includes for the deployed files in this project -->
+
+ <property name="libs.groboutils.pmti"
+- value="${basedir}/../pmti/GroboPMTI-1.0.0alpha2-core.jar" />
++ value="${basedir}/../pmti/groboutils-pmti-1.0.0alpha2-core.jar" />
+
+
+
+-
+\ No newline at end of file
++
+diff -urNad libgroboutils-java-5~/testing-autodoc/build.xml libgroboutils-java-5/testing-autodoc/build.xml
+--- libgroboutils-java-5~/testing-autodoc/build.xml 2009-03-23 19:39:22.000000000 +0100
++++ libgroboutils-java-5/testing-autodoc/build.xml 2009-03-23 19:39:22.477286540 +0100
+@@ -12,7 +12,7 @@
+ <project name="TestingAutodoc" default="main" basedir=".">
+
+ <!-- Property Defines -->
+- <property name="product" value="GroboTestingAutodoc" />
++ <property name="product" value="groboutils-testingautodoc" />
+ <property name="version" value="1.0.0alpha2" />
+ <property name="basepackage" value="net/sourceforge/groboutils/autodoc/v1" />
+
+diff -urNad libgroboutils-java-5~/testing-autodoc/deployed.ant-inc.xml libgroboutils-java-5/testing-autodoc/deployed.ant-inc.xml
+--- libgroboutils-java-5~/testing-autodoc/deployed.ant-inc.xml 2009-03-23 19:39:02.000000000 +0100
++++ libgroboutils-java-5/testing-autodoc/deployed.ant-inc.xml 2009-03-23 19:39:22.477286540 +0100
+@@ -1,9 +1,9 @@
+ <!-- ANT includes for the deployed files in this project -->
+
+ <property name="libs.groboutils.testing-autodoc"
+- value="${basedir}/../testing-autodoc/GroboTestingAutodoc-1.0.0alpha2-core.jar" />
++ value="${basedir}/../testing-autodoc/groboutils-testingautodoc-1.0.0alpha2-core.jar" />
+
+ <property name="libs.groboutils.testing-autodoc.ut"
+- value="${basedir}/../testing-autodoc/deploy/GroboTestingAutodoc-1.0.0alpha2/lib/GroboTestingAutodoc-1.0.0alpha2-utests.jar" />
++ value="${basedir}/../testing-autodoc/deploy/groboutils-testingautodoc-1.0.0alpha2/lib/groboutils-testingautodoc-1.0.0alpha2-utests.jar" />
++
+
+-
+\ No newline at end of file
+diff -urNad libgroboutils-java-5~/testing-junit/build.xml libgroboutils-java-5/testing-junit/build.xml
+--- libgroboutils-java-5~/testing-junit/build.xml 2009-03-23 19:39:22.000000000 +0100
++++ libgroboutils-java-5/testing-junit/build.xml 2009-03-23 19:39:22.477286540 +0100
+@@ -12,7 +12,7 @@
+ <project name="TestingJUnit" default="main" basedir=".">
+
+ <!-- Property Defines -->
+- <property name="product" value="GroboTestingJUnit" />
++ <property name="product" value="groboutils-testingjunit" />
+ <property name="version" value="1.2.1" />
+ <property name="basepackage" value="net/sourceforge/groboutils/junit/v1" />
+
+diff -urNad libgroboutils-java-5~/testing-junit/deployed.ant-inc.xml libgroboutils-java-5/testing-junit/deployed.ant-inc.xml
+--- libgroboutils-java-5~/testing-junit/deployed.ant-inc.xml 2009-03-23 19:39:02.000000000 +0100
++++ libgroboutils-java-5/testing-junit/deployed.ant-inc.xml 2009-03-23 19:39:22.477286540 +0100
+@@ -1,8 +1,8 @@
+ <!-- ANT includes for the deployed files in this project -->
+
+ <property name="libs.groboutils.testing-junit"
+- value="${basedir}/../testing-junit/GroboTestingJUnit-1.2.1-core.jar" />
++ value="${basedir}/../testing-junit/groboutils-testingjunit-1.2.1-core.jar" />
+
+
+
+-
+\ No newline at end of file
++
+diff -urNad libgroboutils-java-5~/testing-mbtf/build.xml libgroboutils-java-5/testing-mbtf/build.xml
+--- libgroboutils-java-5~/testing-mbtf/build.xml 2009-03-23 19:39:22.000000000 +0100
++++ libgroboutils-java-5/testing-mbtf/build.xml 2009-03-23 19:39:22.477286540 +0100
+@@ -12,7 +12,7 @@
+ <project name="TestingMBTF" default="main" basedir=".">
+
+ <!-- Property Defines -->
+- <property name="product" value="GroboTestingMBTF" />
++ <property name="product" value="groboutils-testingmbtf" />
+ <property name="version" value="1.0.0alpha2" />
+ <property name="basepackage" value="net/sourceforge/groboutils/mbtf/v1" />
+
+diff -urNad libgroboutils-java-5~/testing-mbtf/deployed.ant-inc.xml libgroboutils-java-5/testing-mbtf/deployed.ant-inc.xml
+--- libgroboutils-java-5~/testing-mbtf/deployed.ant-inc.xml 2009-03-23 19:39:02.000000000 +0100
++++ libgroboutils-java-5/testing-mbtf/deployed.ant-inc.xml 2009-03-23 19:39:22.477286540 +0100
+@@ -1,8 +1,8 @@
+ <!-- ANT includes for the deployed files in this project -->
+
+ <property name="libs.groboutils.testing-mbtf"
+- value="${basedir}/../testing-mbtf/GroboTestingMBTF-1.0.0alpha2-core.jar" />
++ value="${basedir}/../testing-mbtf/groboutils-testingmbtf-1.0.0alpha2-core.jar" />
+
+
+
+-
+\ No newline at end of file
++
+diff -urNad libgroboutils-java-5~/testing-tp/build.xml libgroboutils-java-5/testing-tp/build.xml
+--- libgroboutils-java-5~/testing-tp/build.xml 2009-03-23 19:39:22.000000000 +0100
++++ libgroboutils-java-5/testing-tp/build.xml 2009-03-23 19:39:22.477286540 +0100
+@@ -12,7 +12,7 @@
+ <project name="TestingTP" default="main" basedir=".">
+
+ <!-- Property Defines -->
+- <property name="product" value="GroboTestingTP" />
++ <property name="product" value="groboutils-testingtp" />
+ <property name="version" value="1.0.0alpha2" />
+ <property name="basepackage" value="net/sourceforge/groboutils/tp/v1" />
+
+diff -urNad libgroboutils-java-5~/testing-tp/deployed.ant-inc.xml libgroboutils-java-5/testing-tp/deployed.ant-inc.xml
+--- libgroboutils-java-5~/testing-tp/deployed.ant-inc.xml 2009-03-23 19:39:02.000000000 +0100
++++ libgroboutils-java-5/testing-tp/deployed.ant-inc.xml 2009-03-23 19:39:22.477286540 +0100
+@@ -1,8 +1,8 @@
+ <!-- ANT includes for the deployed files in this project -->
+
+ <property name="libs.groboutils.testing-tp"
+- value="${basedir}/../testing-tp/GroboTestingTP-1.0.0alpha2-core.jar" />
++ value="${basedir}/../testing-tp/groboutils-testingtp-1.0.0alpha2-core.jar" />
+
+
+
+-
+\ No newline at end of file
++
+diff -urNad libgroboutils-java-5~/uicapture/build.xml libgroboutils-java-5/uicapture/build.xml
+--- libgroboutils-java-5~/uicapture/build.xml 2009-03-23 19:39:22.000000000 +0100
++++ libgroboutils-java-5/uicapture/build.xml 2009-03-23 19:39:22.477286540 +0100
+@@ -12,7 +12,7 @@
+ <project name="UICapture" default="main" basedir=".">
+
+ <!-- Property Defines -->
+- <property name="product" value="GroboUICapture" />
++ <property name="product" value="groboutils-uicapture" />
+ <property name="version" value="1.0.0alpha2" />
+ <property name="basepackage" value="net/sourceforge/groboutils/uicapture/v1" />
+
+diff -urNad libgroboutils-java-5~/uicapture/deployed.ant-inc.xml libgroboutils-java-5/uicapture/deployed.ant-inc.xml
+--- libgroboutils-java-5~/uicapture/deployed.ant-inc.xml 2009-03-23 19:39:02.000000000 +0100
++++ libgroboutils-java-5/uicapture/deployed.ant-inc.xml 2009-03-23 19:39:22.477286540 +0100
+@@ -1,8 +1,8 @@
+ <!-- ANT includes for the deployed files in this project -->
+
+ <property name="libs.groboutils.uicapture"
+- value="${basedir}/../uicapture/GroboUICapture-1.0.0alpha2-core.jar" />
++ value="${basedir}/../uicapture/grobotesting-uicapture-1.0.0alpha2-core.jar" />
+
+
+
+-
+\ No newline at end of file
++
+diff -urNad libgroboutils-java-5~/util-classes/build.xml libgroboutils-java-5/util-classes/build.xml
+--- libgroboutils-java-5~/util-classes/build.xml 2009-03-23 19:39:22.000000000 +0100
++++ libgroboutils-java-5/util-classes/build.xml 2009-03-23 19:39:22.477286540 +0100
+@@ -12,7 +12,7 @@
+ <project name="UtilClasses" default="main" basedir=".">
+
+ <!-- Property Defines -->
+- <property name="product" value="GroboUtilClasses" />
++ <property name="product" value="groboutils-classes" />
+ <property name="version" value="1.0.0" />
+ <property name="basepackage" value="net/sourceforge/groboutils/util/classes/v1" />
+
+diff -urNad libgroboutils-java-5~/util-classes/deployed.ant-inc.xml libgroboutils-java-5/util-classes/deployed.ant-inc.xml
+--- libgroboutils-java-5~/util-classes/deployed.ant-inc.xml 2009-03-23 19:39:02.000000000 +0100
++++ libgroboutils-java-5/util-classes/deployed.ant-inc.xml 2009-03-23 19:39:22.477286540 +0100
+@@ -1,10 +1,10 @@
+ <!-- ANT includes for the deployed files in this project -->
+
+ <property name="libs.groboutils.util-classes"
+- value="${basedir}/../util-classes/GroboUtilClasses-1.0.0-core.jar" />
++ value="${basedir}/../util-classes/groboutils-classes-1.0.0-core.jar" />
+
+
+ <property name="libs.groboutils.util-classes.ut"
+- value="${basedir}/../util-classes/deploy/GroboUtilClasses-1.0.0/lib/GroboUtilClasses-1.0.0-utests.jar" />
++ value="${basedir}/../util-classes/deploy/groboutils-classes-1.0.0/lib/groboutils-classes-1.0.0-utests.jar" />
++
+
+-
+\ No newline at end of file
+diff -urNad libgroboutils-java-5~/util-datastruct/build.xml libgroboutils-java-5/util-datastruct/build.xml
+--- libgroboutils-java-5~/util-datastruct/build.xml 2009-03-23 19:39:22.000000000 +0100
++++ libgroboutils-java-5/util-datastruct/build.xml 2009-03-23 19:39:22.477286540 +0100
+@@ -12,7 +12,7 @@
+ <project name="UtilDatastruct" default="main" basedir=".">
+
+ <!-- Property Defines -->
+- <property name="product" value="GroboUtilDatastruct" />
++ <property name="product" value="groboutils-datastruct" />
+ <property name="version" value="1.0.0alpha3" />
+ <property name="basepackage" value="net/sourceforge/groboutils/util/datastruct/v1" />
+
+diff -urNad libgroboutils-java-5~/util-datastruct/deployed.ant-inc.xml libgroboutils-java-5/util-datastruct/deployed.ant-inc.xml
+--- libgroboutils-java-5~/util-datastruct/deployed.ant-inc.xml 2009-03-23 19:39:02.000000000 +0100
++++ libgroboutils-java-5/util-datastruct/deployed.ant-inc.xml 2009-03-23 19:39:22.477286540 +0100
+@@ -1,8 +1,8 @@
+ <!-- ANT includes for the deployed files in this project -->
+
+ <property name="libs.groboutils.util-datastruct"
+- value="${basedir}/../util-datastruct/GroboUtilDatastruct-1.0.0alpha3-core.jar" />
++ value="${basedir}/../util-datastruct/groboutils-datastruct-1.0.0alpha3-core.jar" />
+
+
+
+-
+\ No newline at end of file
++
+diff -urNad libgroboutils-java-5~/util-io/build.xml libgroboutils-java-5/util-io/build.xml
+--- libgroboutils-java-5~/util-io/build.xml 2009-03-23 19:39:22.000000000 +0100
++++ libgroboutils-java-5/util-io/build.xml 2009-03-23 19:39:22.477286540 +0100
+@@ -12,7 +12,7 @@
+ <project name="UtilIO" default="main" basedir=".">
+
+ <!-- Property Defines -->
+- <property name="product" value="GroboUtilIO" />
++ <property name="product" value="groboutils-io" />
+ <property name="version" value="1.0.0alpha2" />
+ <property name="basepackage" value="net/sourceforge/groboutils/util/io/v1" />
+
+diff -urNad libgroboutils-java-5~/util-io/deployed.ant-inc.xml libgroboutils-java-5/util-io/deployed.ant-inc.xml
+--- libgroboutils-java-5~/util-io/deployed.ant-inc.xml 2009-03-23 19:39:02.000000000 +0100
++++ libgroboutils-java-5/util-io/deployed.ant-inc.xml 2009-03-23 19:39:22.477286540 +0100
+@@ -1,8 +1,8 @@
+ <!-- ANT includes for the deployed files in this project -->
+
+ <property name="libs.groboutils.util-io"
+- value="${basedir}/../util-io/GroboUtilIO-1.0.0alpha2-core.jar" />
++ value="${basedir}/../util-io/groboutils-io-1.0.0alpha2-core.jar" />
+
+
+
+-
+\ No newline at end of file
++
+diff -urNad libgroboutils-java-5~/util-states/build.xml libgroboutils-java-5/util-states/build.xml
+--- libgroboutils-java-5~/util-states/build.xml 2009-03-23 19:39:22.000000000 +0100
++++ libgroboutils-java-5/util-states/build.xml 2009-03-23 19:39:22.477286540 +0100
+@@ -12,7 +12,7 @@
+ <project name="UtilStates" default="main" basedir=".">
+
+ <!-- Property Defines -->
+- <property name="product" value="GroboUtilStates" />
++ <property name="product" value="groboutils-states" />
+ <property name="version" value="1.0.0alpha2" />
+ <property name="basepackage" value="net/sourceforge/groboutils/util/states/v1" />
+
+diff -urNad libgroboutils-java-5~/util-states/deployed.ant-inc.xml libgroboutils-java-5/util-states/deployed.ant-inc.xml
+--- libgroboutils-java-5~/util-states/deployed.ant-inc.xml 2009-03-23 19:39:02.000000000 +0100
++++ libgroboutils-java-5/util-states/deployed.ant-inc.xml 2009-03-23 19:39:22.477286540 +0100
+@@ -1,8 +1,8 @@
+ <!-- ANT includes for the deployed files in this project -->
+
+ <property name="libs.groboutils.util-states"
+- value="${basedir}/../util-states/GroboUtilStates-1.0.0alpha2-core.jar" />
++ value="${basedir}/../util-states/groboutils-states-1.0.0alpha2-core.jar" />
+
+
+
+-
+\ No newline at end of file
++
+diff -urNad libgroboutils-java-5~/util-thread/build.xml libgroboutils-java-5/util-thread/build.xml
+--- libgroboutils-java-5~/util-thread/build.xml 2009-03-23 19:39:22.000000000 +0100
++++ libgroboutils-java-5/util-thread/build.xml 2009-03-23 19:39:22.477286540 +0100
+@@ -12,7 +12,7 @@
+ <project name="UtilThread" default="main" basedir=".">
+
+ <!-- Property Defines -->
+- <property name="product" value="GroboUtilThread" />
++ <property name="product" value="groboutils-thread" />
+ <property name="version" value="1.0.0alpha2" />
+ <property name="basepackage" value="net/sourceforge/groboutils/util/thread/v1" />
+
+diff -urNad libgroboutils-java-5~/util-thread/deployed.ant-inc.xml libgroboutils-java-5/util-thread/deployed.ant-inc.xml
+--- libgroboutils-java-5~/util-thread/deployed.ant-inc.xml 2009-03-23 19:39:02.000000000 +0100
++++ libgroboutils-java-5/util-thread/deployed.ant-inc.xml 2009-03-23 19:39:22.477286540 +0100
+@@ -1,8 +1,8 @@
+ <!-- ANT includes for the deployed files in this project -->
+
+ <property name="libs.groboutils.util-thread"
+- value="${basedir}/../util-thread/GroboUtilThread-1.0.0alpha2-core.jar" />
++ value="${basedir}/../util-thread/groboutils-thread-1.0.0alpha2-core.jar" />
+
+
+
+-
+\ No newline at end of file
++
+diff -urNad libgroboutils-java-5~/util-xml/build.xml libgroboutils-java-5/util-xml/build.xml
+--- libgroboutils-java-5~/util-xml/build.xml 2009-03-23 19:39:22.000000000 +0100
++++ libgroboutils-java-5/util-xml/build.xml 2009-03-23 19:39:22.477286540 +0100
+@@ -12,7 +12,7 @@
+ <project name="UtilXML" default="main" basedir=".">
+
+ <!-- Property Defines -->
+- <property name="product" value="GroboUtilXML" />
++ <property name="product" value="groboutils-xml" />
+ <property name="version" value="1.1.0" />
+ <property name="basepackage" value="net/sourceforge/groboutils/util/xml/v1" />
+
+diff -urNad libgroboutils-java-5~/util-xml/deployed.ant-inc.xml libgroboutils-java-5/util-xml/deployed.ant-inc.xml
+--- libgroboutils-java-5~/util-xml/deployed.ant-inc.xml 2009-03-23 19:39:02.000000000 +0100
++++ libgroboutils-java-5/util-xml/deployed.ant-inc.xml 2009-03-23 19:39:22.477286540 +0100
+@@ -1,4 +1,4 @@
+ <!-- ANT includes for the deployed files in this project -->
+
+ <property name="libs.groboutils.util-xml"
+- value="${basedir}/../util-xml/GroboUtilXML-1.1.0-core.jar" />
++ value="${basedir}/../util-xml/groboutils-xml-1.1.0-core.jar" />
Property changes on: trunk/libgroboutils-java/debian/patches/05_rename_subprojects.dpatch
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/libgroboutils-java/debian/rules
===================================================================
--- trunk/libgroboutils-java/debian/rules (rev 0)
+++ trunk/libgroboutils-java/debian/rules 2009-10-12 21:57:10 UTC (rev 10815)
@@ -0,0 +1,26 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/ant.mk
+include /usr/share/cdbs/1/rules/dpatch.mk
+
+JAVA_HOME := /usr/lib/jvm/default-java
+ANT_HOME := /usr/share/ant
+
+DEB_JARS := ant-junit junit4 ant-nodeps log4j-1.2 easymock ant-trax bcel ant-apache-bcel
+
+DEB_ANT_BUILD_TARGET := main
+DEB_ANT_CHECK_TARGET := test-all
+DEB_ANT_CLEAN_TARGET := clean
+
+ALL_JARS = $(wildcard */*.jar)
+
+binary-post-install/libgroboutils-java::
+ for jar in $(ALL_JARS); do \
+ BASE_NAME=`basename $$jar`; \
+ CLEAN_NAME=`basename $$jar -core.jar | cut -d '-' -f '1,2'`; \
+ dh_link usr/share/java/$$BASE_NAME usr/share/java/$$CLEAN_NAME.jar; \
+ done
+
+get-orig-source:
+ uscan --upstream-version 0 --rename
Property changes on: trunk/libgroboutils-java/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/libgroboutils-java/debian/watch
===================================================================
--- trunk/libgroboutils-java/debian/watch (rev 0)
+++ trunk/libgroboutils-java/debian/watch 2009-10-12 21:57:10 UTC (rev 10815)
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/groboutils/GroboUtils-(.*)-src\.tar\.gz
More information about the pkg-java-commits
mailing list