[pkg-java] r11710 - in trunk/xom/debian: . patches
Torsten Werner
twerner at alioth.debian.org
Thu Feb 25 19:52:21 UTC 2010
Author: twerner
Date: 2010-02-25 19:52:20 +0000 (Thu, 25 Feb 2010)
New Revision: 11710
Removed:
trunk/xom/debian/patches/0006-disable-filtering-for-ant-s-copy-task.patch
Modified:
trunk/xom/debian/changelog
trunk/xom/debian/patches/series
Log:
UNRELEASED
* Remove new patch from last version because gcj was broken.
Modified: trunk/xom/debian/changelog
===================================================================
--- trunk/xom/debian/changelog 2010-02-25 19:20:09 UTC (rev 11709)
+++ trunk/xom/debian/changelog 2010-02-25 19:52:20 UTC (rev 11710)
@@ -1,3 +1,10 @@
+xom (1.2.1-3) unstable; urgency=low
+
+ UNRELEASED
+ * Remove new patch from last version because gcj was broken.
+
+ -- Torsten Werner <twerner at debian.org> Thu, 25 Feb 2010 20:48:41 +0100
+
xom (1.2.1-2) unstable; urgency=low
* Convert patches to dep3 format.
Deleted: trunk/xom/debian/patches/0006-disable-filtering-for-ant-s-copy-task.patch
===================================================================
--- trunk/xom/debian/patches/0006-disable-filtering-for-ant-s-copy-task.patch 2010-02-25 19:20:09 UTC (rev 11709)
+++ trunk/xom/debian/patches/0006-disable-filtering-for-ant-s-copy-task.patch 2010-02-25 19:52:20 UTC (rev 11710)
@@ -1,22 +0,0 @@
-From: Torsten Werner <twerner at debian.org>
-Date: Thu, 25 Feb 2010 20:01:30 +0100
-Subject: [PATCH] disable filtering for ant's copy task
-
----
- build.xml | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/build.xml b/build.xml
-index 8126f5e..2f7ab73 100644
---- a/build.xml
-+++ b/build.xml
-@@ -174,7 +174,7 @@ XOM Build file
-
- <delete file="${build.src}/nu/xom/Text.java" failonerror="false"/>
-
-- <copy todir="${build.src}">
-+ <copy todir="${build.src}" filtering="false">
- <fileset dir="${src.dir}"/>
- </copy>
-
---
Modified: trunk/xom/debian/patches/series
===================================================================
--- trunk/xom/debian/patches/series 2010-02-25 19:20:09 UTC (rev 11709)
+++ trunk/xom/debian/patches/series 2010-02-25 19:52:20 UTC (rev 11710)
@@ -3,4 +3,3 @@
0003-Add-compile15-to-compile-core-depends.patch
0004-Remove-sun-imports.patch
0005-Remove-external-links.patch
-0006-disable-filtering-for-ant-s-copy-task.patch
More information about the pkg-java-commits
mailing list