[pkg-java] r11757 - in trunk/libjgroups-java/debian: . patches source

Torsten Werner twerner at alioth.debian.org
Sun Feb 28 10:17:08 UTC 2010


Author: twerner
Date: 2010-02-28 10:17:05 +0000 (Sun, 28 Feb 2010)
New Revision: 11757

Added:
   trunk/libjgroups-java/debian/patches/
   trunk/libjgroups-java/debian/patches/0001-define-jg.classpath-before-using-it.patch
   trunk/libjgroups-java/debian/patches/series
   trunk/libjgroups-java/debian/source/
   trunk/libjgroups-java/debian/source/format
Modified:
   trunk/libjgroups-java/debian/changelog
Log:
* Add a patch to fix the half broken build.xml. (Closes: #571349)
* Switch to source format 3.0.

Modified: trunk/libjgroups-java/debian/changelog
===================================================================
--- trunk/libjgroups-java/debian/changelog	2010-02-28 01:21:12 UTC (rev 11756)
+++ trunk/libjgroups-java/debian/changelog	2010-02-28 10:17:05 UTC (rev 11757)
@@ -1,3 +1,10 @@
+libjgroups-java (2.7.0.GA-2) unstable; urgency=low
+
+  * Add a patch to fix the half broken build.xml. (Closes: #571349)
+  * Switch to source format 3.0.
+
+ -- Torsten Werner <twerner at debian.org>  Sun, 28 Feb 2010 11:14:45 +0100
+
 libjgroups-java (2.7.0.GA-1) unstable; urgency=low
 
   * new upstream release

Added: trunk/libjgroups-java/debian/patches/0001-define-jg.classpath-before-using-it.patch
===================================================================
--- trunk/libjgroups-java/debian/patches/0001-define-jg.classpath-before-using-it.patch	                        (rev 0)
+++ trunk/libjgroups-java/debian/patches/0001-define-jg.classpath-before-using-it.patch	2010-02-28 10:17:05 UTC (rev 11757)
@@ -0,0 +1,35 @@
+From: Torsten Werner <twerner at debian.org>
+Date: Sun, 28 Feb 2010 11:09:15 +0100
+Subject: [PATCH] define jg.classpath before using it
+
+---
+ build.xml |    8 ++++----
+ 1 files changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/build.xml b/build.xml
+index 596e909..20baae7 100644
+--- a/build.xml
++++ b/build.xml
+@@ -41,10 +41,6 @@
+     <property name="threadcount" value="false"/>
+     <property name="test.verbose" value="0"/>
+ 
+-
+-    <taskdef resource="testngtasks" classpathref="jg.classpath"/>
+-
+-
+     <path id="jg.classpath">
+         <pathelement location="${compile.dir}"/>
+         <pathelement location="${conf.dir}"/>
+@@ -54,6 +50,10 @@
+         </fileset>
+     </path>
+ 
++
++    <taskdef resource="testngtasks" classpathref="jg.classpath"/>
++
++
+     <!-- patternsets used to define test sets -->
+     <patternset id="flush.tests">
+         <include name="org/jgroups/tests/FlushTest*"/>
+-- 

Added: trunk/libjgroups-java/debian/patches/series
===================================================================
--- trunk/libjgroups-java/debian/patches/series	                        (rev 0)
+++ trunk/libjgroups-java/debian/patches/series	2010-02-28 10:17:05 UTC (rev 11757)
@@ -0,0 +1 @@
+0001-define-jg.classpath-before-using-it.patch

Added: trunk/libjgroups-java/debian/source/format
===================================================================
--- trunk/libjgroups-java/debian/source/format	                        (rev 0)
+++ trunk/libjgroups-java/debian/source/format	2010-02-28 10:17:05 UTC (rev 11757)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the pkg-java-commits mailing list