[pkg-java] r12892 - in trunk/ant-contrib/debian: . patches

Tony Mancill tmancill at alioth.debian.org
Sun Aug 8 16:49:48 UTC 2010


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 <konqueror at gmx.de>  Sat, 03 Oct 2009 20:08:47 +0200
+  [ tony mancill ]
+  * Include dpatch for ant "for" task.  (Closes: #592182)
+    - Thanks to Michael Gilbert.
 
+ -- tony mancill <tmancill at debian.org>  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
+
+ at 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
   + *




More information about the pkg-java-commits mailing list