tags 486349 +patch

the patch in debian/patches makes an unexplained change from srcdir to sourcedir that causes the build to silently fail if the source copy is not done before the build. A new version of the patch with this change removed is attatched.
Files javatar-2.5.orig/javatar-2.5.tar and javatar-2.5/javatar-2.5.tar differ
Files javatar-2.5.orig/javatar-2.5.tar.gz and javatar-2.5/javatar-2.5.tar.gz differ
Files javatar-2.5.orig/javatar-2.5.zip and javatar-2.5/javatar-2.5.zip differ
diff -Nur -x '*.orig' -x '*~' javatar-2.5+dfsg/source/com/ice/tar/build.xml javatar-2.5+dfsg.new/source/com/ice/tar/build.xml
--- javatar-2.5+dfsg/source/com/ice/tar/build.xml	2008-06-16 10:14:47.000000000 +0100
+++ javatar-2.5+dfsg.new/source/com/ice/tar/build.xml	2008-06-16 10:18:23.000000000 +0100
@@ -128,7 +128,6 @@
 	<target name="echo-props">
 		<echo message="basedir=${basedir}" />
 		<echo message="build=${build}" />
-		<echo message="bindir=${bindir}" />
 		<echo message="jardir=${jardir}" />
 		<echo message="classdir=${classdir}" />
 		<echo message="sourcedir=${sourcedir}" />
@@ -151,12 +150,13 @@
 		<property name="apidocdir" value="${docdir}/api" />
 		<property name="sourcedir" value="${build}/source" />
 
-		<property name="srcdir" value="${basedir}/java" />
+		<property name="srcdir" value="${basedir}/source" />
 		<property name="tardir" value="${srcdir}/com/ice/tar" />
 
 		<!-- JARS -->
 		<property name="activationjar"
-			value="C:/java/jaf-1.0.1/activation.jar" />
+			value="/usr/share/java/activation.jar" />
+		<!--	value="C:/java/jaf-1.0.1/activation.jar" /> -->
 
 		<!-- GLOBALS -->
 		<property name="java.home" value="C:/java/jdk1.3"/>

Reply via email to