[libjgroups-java] 20/38: * Add a patch to fix the half broken build.xml. (Closes: #571349) * Switch to source format 3.0.

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Nov 23 12:36:56 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository libjgroups-java.

commit 2e3fb8231ee69474186788157bdacee134d366e4
Author: Torsten Werner <twerner at debian.org>
Date:   Sun Feb 28 10:17:05 2010 +0000

    * Add a patch to fix the half broken build.xml. (Closes: #571349)
    * Switch to source format 3.0.
---
 debian/changelog                                   |  7 +++++
 .../0001-define-jg.classpath-before-using-it.patch | 35 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 debian/source/format                               |  1 +
 4 files changed, 44 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4782889..a7ca16c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/debian/patches/0001-define-jg.classpath-before-using-it.patch b/debian/patches/0001-define-jg.classpath-before-using-it.patch
new file mode 100644
index 0000000..fe45b9a
--- /dev/null
+++ b/debian/patches/0001-define-jg.classpath-before-using-it.patch
@@ -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*"/>
+-- 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..58bf356
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-define-jg.classpath-before-using-it.patch
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjgroups-java.git



More information about the pkg-java-commits mailing list