Package: xtrkcad Version: 20060529-1 Severity: serious Tags: patch When building 'xtrkcad' in a clean 'unstable' chroot, I get the following error:
make[2]: Entering directory `/xtrkcad-20060529/help' cc mkxpmbutt.c -o mkxpmbutt ./mkpngs ./mkpngbutt: line 12: convert: command not found updating bzoomin.png mv: cannot stat `temp.png': No such file or directory Please add the missing Build-Depends on 'imagemagick' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/xtrkcad-20060529/debian/control ./debian/control --- ../tmp-orig/xtrkcad-20060529/debian/control 2006-06-20 11:20:22.000000000 +0000 +++ ./debian/control 2006-06-20 11:20:20.000000000 +0000 @@ -2,7 +2,7 @@ Section: editors Priority: optional Maintainer: Bdale Garbee <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 5), libglib2.0-dev, libgtk2.0-dev, libx11-dev, netpbm +Build-Depends: debhelper (>= 5), imagemagick, libglib2.0-dev, libgtk2.0-dev, libx11-dev, netpbm Standards-Version: 3.7.2.0 Package: xtrkcad -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

