Package: unionfs Version: 1.0.9-2 Severity: serious Tags: patch When building 'unionfs' in a clean 'unstable' chroot, I get the following error:
./build-indep-stamp cp -a debian/compat debian/*modules.in debian/rules debian/copyright debian/changelog debian/unionfs-source/usr/src/modules/unionfs/debian cd debian/unionfs-source/usr/src && tar c modules | bzip2 -9 > unionfs.tar.bz2 && rm -rf modules /bin/sh: bzip2: command not found make: *** [install] Error 127 Please add the missing Build-Depends on 'bzip2' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/unionfs-1.0.9/debian/control ./debian/control --- ../tmp-orig/unionfs-1.0.9/debian/control 2005-03-29 22:13:11.626222049 +0200 +++ ./debian/control 2005-03-29 22:13:09.199677013 +0200 @@ -2,7 +2,7 @@ Section: misc Priority: optional Maintainer: Eduard Bloch <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.0.0) +Build-Depends: debhelper (>= 4.0.0), bzip2 Standards-Version: 3.6.1 Package: unionfs-utils -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]