Package: saxon-catalog Severity: serious Tags: patch When building 'saxon-catalog' in a clean chroot, I get the following error:
if [ ! -d build ]; then mkdir build; fi jikes-classpath -cp /usr/share/java/saxon.jar:/usr/share/java/catalog.jar -sourcepath src -d build `find src -name \*.java` (cd build; fastjar -cf ../saxon-catalog.jar `find . -name \*.class` ) /bin/sh: fastjar: command not found make: *** [build-stamp] Error 127 Please add the missing Build-Depends on 'fastjar' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/saxon-catalog-20020210/debian/control ./debian/control --- ../tmp-orig/saxon-catalog-20020210/debian/control 2003-09-17 09:29:41.000000000 +0200 +++ ./debian/control 2005-01-13 09:22:45.701914543 +0100 @@ -2,7 +2,7 @@ Section: contrib/text Priority: optional Maintainer: Mark Johnson <[EMAIL PROTECTED]> -Build-Depends-Indep: debhelper (>= 4), arbortext-catalog, libsaxon-java (>= 6.5.4), jikes-classpath +Build-Depends-Indep: debhelper (>= 4), fastjar, arbortext-catalog, libsaxon-java (>= 6.5.4), jikes-classpath Standards-Version: 3.6.1 Package: saxon-catalog -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]