Package: jmagick
Version: 6.0.4-0-1
Severity: serious
Tags: patch
When building 'jmagick' in a clean 'unstable' chroot,
I get the following error:
checking for getconf... /usr/bin/getconf
checking whether large file support needs explicit enabling... no
checking for X... libraries /usr/X11R6/lib, headers in standard search path
configure: error: 'Unable to locate Java directories'
make: *** [stamp-configure] Error 1
Please add the missing Build-Depends on 'kaffe-dev' to debian/control.
The attached patch also fixes #325411.
Regards
Andreas Jochens
diff -urN ../tmp-orig/jmagick-6.0.4-0/debian/control ./debian/control
--- ../tmp-orig/jmagick-6.0.4-0/debian/control 2005-09-19 15:21:29.000000000
+0000
+++ ./debian/control 2005-09-19 15:21:28.000000000 +0000
@@ -3,7 +3,7 @@
Section: graphics
Priority: optional
Standards-Version: 3.6.2.1
-Build-Depends: debhelper (>= 4), kaffe (>= 2:1.1.5-cvs20050808-1),
libmagick6-dev, autotools-dev
+Build-Depends: debhelper, kaffe-dev (>= 2:1.1.5-cvs20050808-1),
libmagick6-dev, autotools-dev
Package: libjmagick6-java
Architecture: all
diff -urN ../tmp-orig/jmagick-6.0.4-0/debian/rules ./debian/rules
--- ../tmp-orig/jmagick-6.0.4-0/debian/rules 2005-09-19 15:21:29.000000000
+0000
+++ ./debian/rules 2005-09-19 15:13:13.000000000 +0000
@@ -63,7 +63,7 @@
fi; \
done
dh_clean
- find obj -type f -o -type l -print0 | xargs -0 rm
+ find obj -type f -o -type l -print0 | xargs -0 rm -f
-$(MAKE) distclean JAR_FILE=$(JAR_FILE)
install: $(BUILD-STAMP)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]