Bug#486349: fix for 486349

2008-06-16 Thread peter green

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.0 +0100
+++ javatar-2.5+dfsg.new/source/com/ice/tar/build.xml	2008-06-16 10:18:23.0 +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/


Bug#486349: fix for 486349

2008-06-16 Thread Vincent Fourmond

  Hello !

peter green wrote:
 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.

  Many thanks, I've just uploaded a new version.

Vincent

-- 
Vincent Fourmond, Debian Developer
http://vince-debian.blogspot.com/

The Librarian was, of course, very much in favour of reading in
general, but readers in particular got on his nerves.
 -- Terry Pratchet, Men at arms

Vincent, listening to Mezzanine (Massive Attack)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]