Package: groovy Version: 0.1.0beta10-1 Severity: serious Tags: patch When building 'groovy' in a clean 'unstable' chroot, I get the following error:
# Extract bundled dependencies (see README.Debian for explanation) mkdir -p /groovy-0.1.0beta10/debian/lib cd /groovy-0.1.0beta10/debian/lib && uudecode /groovy-0.1.0beta10/debian/bundled.tar.bz2.uue | tar xvjf - tar: bzip2: Cannot exec: No such file or directory tar: Error is not recoverable: exiting now tar: Child died with signal 13 tar: Error exit delayed from previous errors make: *** [configure-stamp] Error 2 Please add the missing Build-Depends on 'bzip2' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/groovy-0.1.0beta10/debian/control ./debian/control --- ../tmp-orig/groovy-0.1.0beta10/debian/control 2005-04-01 16:37:41.932767310 +0200 +++ ./debian/control 2005-04-01 16:37:31.391743697 +0200 @@ -2,7 +2,7 @@ Section: contrib/devel Priority: optional Maintainer: Marcus Crafter <[EMAIL PROTECTED]> -Build-Depends-Indep: debhelper (>= 4.0.0), libant1.6-java (>= 1.6.2), libasm-java (>= 1.5.2), libbsf-java, libclassworlds-java (>= 1.0.1), libcommons-cli-java (>= 1.0), libcommons-collections3-java (>= 3.1), libcommons-logging-java (>= 1.0.3), junit (>= 3.8.1), libmockobjects-java (>= 0.09), libmx4j-java (>= 2.0.1), libregexp-java (>= 1.2), libservlet2.3-java, sharutils, ant, j2sdk1.4 | j2sdk1.3 | java-virtual-machine +Build-Depends-Indep: debhelper (>= 4.0.0), bzip2, libant1.6-java (>= 1.6.2), libasm-java (>= 1.5.2), libbsf-java, libclassworlds-java (>= 1.0.1), libcommons-cli-java (>= 1.0), libcommons-collections3-java (>= 3.1), libcommons-logging-java (>= 1.0.3), junit (>= 3.8.1), libmockobjects-java (>= 0.09), libmx4j-java (>= 2.0.1), libregexp-java (>= 1.2), libservlet2.3-java, sharutils, ant, j2sdk1.4 | j2sdk1.3 | java-virtual-machine Standards-Version: 3.6.1 Package: groovy -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]