Author: tmancill Date: 2010-08-08 16:49:37 +0000 (Sun, 08 Aug 2010) New Revision: 12892
Added: trunk/ant-contrib/debian/patches/02_592182_fortask.dpatch Modified: trunk/ant-contrib/debian/changelog trunk/ant-contrib/debian/patches/00list Log: create dpatch from patch submitted for bug 592182 Modified: trunk/ant-contrib/debian/changelog =================================================================== --- trunk/ant-contrib/debian/changelog 2010-08-08 16:35:20 UTC (rev 12891) +++ trunk/ant-contrib/debian/changelog 2010-08-08 16:49:37 UTC (rev 12892) @@ -1,9 +1,14 @@ ant-contrib (1.0~b3+svn177-2) UNRELEASED; urgency=low + [ Michael Koch ] * Fixed watch file to handle '+svnXXX' part. - -- Michael Koch <[email protected]> Sat, 03 Oct 2009 20:08:47 +0200 + [ tony mancill ] + * Include dpatch for ant "for" task. (Closes: #592182) + - Thanks to Michael Gilbert. + -- tony mancill <[email protected]> Sun, 08 Aug 2010 09:43:05 -0700 + ant-contrib (1.0~b3+svn177-1) unstable; urgency=low * Initial release (closes: #485708). Modified: trunk/ant-contrib/debian/patches/00list =================================================================== --- trunk/ant-contrib/debian/patches/00list 2010-08-08 16:35:20 UTC (rev 12891) +++ trunk/ant-contrib/debian/patches/00list 2010-08-08 16:49:37 UTC (rev 12892) @@ -1,2 +1,3 @@ debianize_build_xml #ivy_2 +02_592182_fortask Added: trunk/ant-contrib/debian/patches/02_592182_fortask.dpatch =================================================================== --- trunk/ant-contrib/debian/patches/02_592182_fortask.dpatch (rev 0) +++ trunk/ant-contrib/debian/patches/02_592182_fortask.dpatch 2010-08-08 16:49:37 UTC (rev 12892) @@ -0,0 +1,18 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 02_592182_fortask.dpatch by Michael Gilbert <michael.s.gilbert (at) gmail.com> +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: add the ant for task to the antcontrib properties file + +...@dpatch@ + +--- ant-contrib-1.0~b3+svn177~/src/main/resources/net/sf/antcontrib/antcontrib.properties 2009-09-25 13:23:13.000000000 -0700 ++++ ant-contrib-1.0~b3+svn177/src/main/resources/net/sf/antcontrib/antcontrib.properties 2010-08-08 09:21:30.000000000 -0700 +@@ -14,6 +14,7 @@ + + # Logic tasks + if=net.sf.antcontrib.logic.IfTask ++for=net.sf.antcontrib.logic.ForTask + foreach=net.sf.antcontrib.logic.ForEach + throw=net.sf.antcontrib.logic.Throw + trycatch=net.sf.antcontrib.logic.TryCatchTask Property changes on: trunk/ant-contrib/debian/patches/02_592182_fortask.dpatch ___________________________________________________________________ Added: svn:executable + * _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

