Package: hydrogen-drumkits Version: 0.9.3.20060702-1 Severity: serious Tags: patch
When building 'hydrogen-drumkits' in a clean 'unstable' chroot, I get the following error: Extracting kit drumkits/MilloDrums-3.zip /bin/sh: line 2: unzip: command not found Extracting kit drumkits/YamahaVintageKit.zip /bin/sh: line 2: unzip: command not found make: *** [unpack] Error 127 Please add the missing Build-Depends on 'unzip' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/hydrogen-drumkits-0.9.3.20060702/debian/control ./debian/control --- ../tmp-orig/hydrogen-drumkits-0.9.3.20060702/debian/control 2006-07-24 07:31:51.000000000 +0000 +++ ./debian/control 2006-07-24 07:31:47.000000000 +0000 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Multimedia Team <[email protected]> Uploaders: Free Ekanayaka <[EMAIL PROTECTED]> -Build-Depends: debhelper (>> 3.0.0) +Build-Depends: debhelper, unzip Build-Depends-Indep: grep (>= 2.5.1) Standards-Version: 3.7.2 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

