Package: unicode-data
Version: 4.1.0-1
Severity: serious
Tags: patch

When building 'unicode-data' in a clean 'unstable' chroot,
I get the following error:

dh_testdir
mkdir -p build-tree
mkdir -p stampdir
(cd build-tree && unzip ../UCD.zip )
/bin/sh: unzip: command not found
make: *** [stampdir/build-stamp] Error 127

Please add the missing Build-Depends on 'unzip' to debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/unicode-data-4.1.0/debian/control ./debian/control
--- ../tmp-orig/unicode-data-4.1.0/debian/control       2006-07-23 
12:28:30.000000000 +0000
+++ ./debian/control    2006-07-23 12:28:28.000000000 +0000
@@ -2,7 +2,7 @@
 Section: misc
 Priority: optional
 Maintainer: Alastair McKinstry <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4)
+Build-Depends: debhelper (>= 4), unzip
 Standards-Version: 3.7.2
 
 Package: unicode-data


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to