Author: drazzib Date: 2009-10-20 23:03:26 +0000 (Tue, 20 Oct 2009) New Revision: 10858
Modified: trunk/libgroboutils-java/debian/changelog trunk/libgroboutils-java/debian/patches/01_reduce_junit_logging.diff trunk/libgroboutils-java/debian/patches/02_dont_stop_on_junit_failure.diff trunk/libgroboutils-java/debian/patches/03_easymock_upgrade.diff trunk/libgroboutils-java/debian/patches/04_coverage_zip_archives.diff trunk/libgroboutils-java/debian/rules Log: Initial release (Closes: #551812) Modified: trunk/libgroboutils-java/debian/changelog =================================================================== --- trunk/libgroboutils-java/debian/changelog 2009-10-20 21:33:52 UTC (rev 10857) +++ trunk/libgroboutils-java/debian/changelog 2009-10-20 23:03:26 UTC (rev 10858) @@ -1,5 +1,5 @@ libgroboutils-java (5-1) UNRELEASED; urgency=low - * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP> + * Initial release (Closes: #551812) - -- Damien Raude-Morvan <[email protected]> Tue, 13 Oct 2009 00:00:14 +0200 + -- Damien Raude-Morvan <[email protected]> Wed, 21 Oct 2009 00:23:40 +0200 Modified: trunk/libgroboutils-java/debian/patches/01_reduce_junit_logging.diff =================================================================== --- trunk/libgroboutils-java/debian/patches/01_reduce_junit_logging.diff 2009-10-20 21:33:52 UTC (rev 10857) +++ trunk/libgroboutils-java/debian/patches/01_reduce_junit_logging.diff 2009-10-20 23:03:26 UTC (rev 10858) @@ -1,10 +1,8 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 01_reduce_junit_logging.dpatch by Damien Raude-Morvan <[email protected]> -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: No description. - -...@dpatch@ +Description: Reduce Log4j logging verbosity of unit tests + from DEBUG to ERROR. +Forwarded: not-needed +Author: Damien Raude-Morvan <[email protected]> +Last-Update: 2009-10-21 --- a/codecoverage/log4j.properties +++ b/codecoverage/log4j.properties @@ -1,4 +1,4 @@ Modified: trunk/libgroboutils-java/debian/patches/02_dont_stop_on_junit_failure.diff =================================================================== --- trunk/libgroboutils-java/debian/patches/02_dont_stop_on_junit_failure.diff 2009-10-20 21:33:52 UTC (rev 10857) +++ trunk/libgroboutils-java/debian/patches/02_dont_stop_on_junit_failure.diff 2009-10-20 23:03:26 UTC (rev 10858) @@ -1,10 +1,8 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 02_dont_stop_on_junit_failure.dpatch by Damien Raude-Morvan <[email protected]> -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: No description. - -...@dpatch@ +Description: Don't launch unit test with main Ant targets + and don't return failure of build if one unit test fail. +Forwarded: not-needed +Author: Damien Raude-Morvan <[email protected]> +Last-Update: 2009-10-21 --- a/_shared/common-ant/common-ant-tasks-deploy.ant-inc.xml +++ b/_shared/common-ant/common-ant-tasks-deploy.ant-inc.xml @@ -7,7 +7,7 @@ Modified: trunk/libgroboutils-java/debian/patches/03_easymock_upgrade.diff =================================================================== --- trunk/libgroboutils-java/debian/patches/03_easymock_upgrade.diff 2009-10-20 21:33:52 UTC (rev 10857) +++ trunk/libgroboutils-java/debian/patches/03_easymock_upgrade.diff 2009-10-20 23:03:26 UTC (rev 10858) @@ -1,10 +1,9 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 03_easymock_upgrade.dpatch by Damien Raude-Morvan <[email protected]> -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: No description. - -...@dpatch@ +Description: Fix compatibility with EasyMock version in Debian. + - EasyMock.controlFor() replaced with MockControl.createControl() + - testControl.activate() replaced with testControl.replay() +Forwarded: no +Author: Damien Raude-Morvan <[email protected]> +Last-Update: 2009-10-21 --- a/pmti/sources/ut/net/sourceforge/groboutils/pmti/v1/autodoc/v1/ITFJUnitListenerJDK13UTest.java +++ b/pmti/sources/ut/net/sourceforge/groboutils/pmti/v1/autodoc/v1/ITFJUnitListenerJDK13UTest.java @@ -76,7 +76,7 @@ Modified: trunk/libgroboutils-java/debian/patches/04_coverage_zip_archives.diff =================================================================== --- trunk/libgroboutils-java/debian/patches/04_coverage_zip_archives.diff 2009-10-20 21:33:52 UTC (rev 10857) +++ trunk/libgroboutils-java/debian/patches/04_coverage_zip_archives.diff 2009-10-20 23:03:26 UTC (rev 10858) @@ -1,10 +1,7 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 04_coverage_zip_archives.dpatch by Damien Raude-Morvan <[email protected]> -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: No description. - -...@dpatch@ +Description: Don't bundle dependencies inside Groboutils JAR's +Forwarded: not-needed +Author: Damien Raude-Morvan <[email protected]> +Last-Update: 2009-10-21 --- a/codecoverage/build.xml +++ b/codecoverage/build.xml @@ -162,8 +162,6 @@ Modified: trunk/libgroboutils-java/debian/rules =================================================================== --- trunk/libgroboutils-java/debian/rules 2009-10-20 21:33:52 UTC (rev 10857) +++ trunk/libgroboutils-java/debian/rules 2009-10-20 23:03:26 UTC (rev 10858) @@ -10,7 +10,7 @@ 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_CHECK_TARGET := test-all DEB_ANT_CLEAN_TARGET := clean ALL_JARS = $(wildcard */*.jar) _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

