the patch .. sigh
authorBdale Garbee <bdale@gag.com>
Mon, 2 May 2011 23:31:43 +0000 (17:31 -0600)
committerBdale Garbee <bdale@gag.com>
Mon, 2 May 2011 23:31:43 +0000 (17:31 -0600)
debian/patches/skip-unittest.diff [new file with mode: 0644]

diff --git a/debian/patches/skip-unittest.diff b/debian/patches/skip-unittest.diff
new file mode 100644 (file)
index 0000000..c9467f5
--- /dev/null
@@ -0,0 +1,20 @@
+diff --git a/build.xml b/build.xml
+index 30f62d2..eab61f8 100644
+--- a/build.xml
++++ b/build.xml
+@@ -114,7 +114,7 @@
+       
+       
+       <!-- DIST-BIN -->
+-      <target name="dist-bin" depends="check,clean,unittest,jar">
++      <target name="dist-bin" depends="check,clean,jar">
+               <move file="${jar.file}" tofile="${dist.bin}"/>
+       </target>
+@@ -213,4 +213,4 @@ ${nonascii}</fail>
+               </echo>
+       </target>
+     
+-</project>
+\ No newline at end of file
++</project>