Package: octave-epstk Version: 2.1-6 Severity: serious Tags: patch When building 'octave-epstk' in a clean 'unstable' chroot, I get the following error:
error: near line 24 of file `/octave-epstk-2.1/m/edemo1.m' error: near line 7 of file `/octave-epstk-2.1/m/edemos.m' ### Running demos with octave2.9 Demos are running ... demo1.eps is written sh: gs: command not found error: fgetl: invalid stream number = -1 error: evaluating assignment expression near line 37, column 7 error: called from `eppmread' in file `/octave-epstk-2.1/m/eppmread.m' error: evaluating assignment expression near line 47, column 10 error: evaluating if command near line 44, column 3 error: called from `eimgread' in file `/octave-epstk-2.1/m/eimgread.m' error: evaluating assignment expression near line 51, column 10 error: evaluating if command near line 47, column 5 error: evaluating if command near line 46, column 3 error: called from `ebbox' in file `/octave-epstk-2.1/m/ebbox.m' error: evaluating assignment expression near line 24, column 8 error: near line 24 of file `/octave-epstk-2.1/m/edemo1.m' error: near line 7 of file `/octave-epstk-2.1/m/edemos.m' make: *** [build-stamp] Error 1 Please add the missing Build-Depends on 'gs-common' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/octave-epstk-2.1/debian/control ./debian/control --- ../tmp-orig/octave-epstk-2.1/debian/control 2006-08-17 17:55:23.000000000 +0000 +++ ./debian/control 2006-08-17 17:55:21.000000000 +0000 @@ -4,7 +4,7 @@ Maintainer: Debian Octave Group <[EMAIL PROTECTED]> Uploaders: Rafael Laboissiere <[EMAIL PROTECTED]> Standards-Version: 3.7.2 -Build-Depends: debhelper (>= 5), cdbs +Build-Depends: debhelper (>= 5), cdbs, gs-common Build-Depends-Indep: octave2.1-headers (>= 2.1.73-10), octave2.9-headers (>= 2.9.7-2) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]