Author: twerner Date: 2010-08-04 03:36:41 +0000 (Wed, 04 Aug 2010) New Revision: 12857
Modified: trunk/maven-assembly-plugin/debian/changelog trunk/maven-assembly-plugin/debian/maven.ignoreRules Log: Fix the ignore rule for the test dependencies. (Closes: #591134) Modified: trunk/maven-assembly-plugin/debian/changelog =================================================================== --- trunk/maven-assembly-plugin/debian/changelog 2010-08-04 02:56:18 UTC (rev 12856) +++ trunk/maven-assembly-plugin/debian/changelog 2010-08-04 03:36:41 UTC (rev 12857) @@ -1,3 +1,9 @@ +maven-assembly-plugin (2.2~beta5-2) unstable; urgency=low + + * Fix the ignore rule for the test dependencies. (Closes: #591134) + + -- Torsten Werner <[email protected]> Wed, 04 Aug 2010 05:35:15 +0200 + maven-assembly-plugin (2.2~beta5-1) unstable; urgency=low * Team upload Modified: trunk/maven-assembly-plugin/debian/maven.ignoreRules =================================================================== --- trunk/maven-assembly-plugin/debian/maven.ignoreRules 2010-08-04 02:56:18 UTC (rev 12856) +++ trunk/maven-assembly-plugin/debian/maven.ignoreRules 2010-08-04 03:36:41 UTC (rev 12857) @@ -1 +1 @@ -* * * * test +* * * * * test _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

