Package: gmt
Version: 4.0-1
Severity: serious
Tags: patch

When building 'gmt' in a clean 'unstable' chroot,
I get the following error:

for i in upstream/GMT4.0_man.tar.bz2 upstream/GMT4.0_pdf.tar.bz2 
upstream/GMT4.0_progs.tar.bz2 upstream/GMT4.0_scripts.tar.bz2 
upstream/GMT4.0_suppl.tar.bz2 upstream/GMT4.0_tut.tar.bz2 
upstream/GMT4.0_web.tar.bz2; do \
        tar -xjf $i || exit 1; \
done
tar: bzip2: Cannot exec: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
make: *** [stamps/unpack-stamp] Error 1

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/gmt-4.0/debian/control ./debian/control
--- ../tmp-orig/gmt-4.0/debian/control  2005-09-06 05:38:18.000000000 +0000
+++ ./debian/control    2005-09-06 05:38:01.000000000 +0000
@@ -2,7 +2,7 @@
 Section: science
 Priority: extra
 Maintainer: Torsten Landschoff <[EMAIL PROTECTED]>
-Build-Depends: netcdfg-dev, tcsh | csh, debhelper (>= 4.0)
+Build-Depends: debhelper, bzip2, netcdfg-dev, tcsh | csh
 Standards-Version: 3.6.2.1
 
 Package: gmt


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

Reply via email to