Package: rpncalc Version: 1.36.4 Severity: serious Tags: patch When building 'rpncalc' in a clean 'unstable' chroot, I get the following error:
gcc -O2 -Wall -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wcast-align -Wcast-qual -Wcast-align -Wbad-function-cast -Wpointer-arith -Wwrite-strings -Wnested-externs -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"rpncalc\" -DVERSION=\"1.36\" -o rpncalc rpncalc.c cmds.o stack.o utils.o gram.o scan.o -lm -lreadline In file included from rpncalc.c:69: cmds.h:91: warning: function declaration isn't a prototype rpncalc.c:140: warning: no previous prototype for 'rpncalc_completion' sed -e "s/\\\$Date.*\\\$/`date +'%B %-d, %Y'`/g" rpncalc.1.sed > rpncalc.1 ed -s - rpncalc.1 < proto.ed /bin/sh: ed: command not found make[1]: *** [rpncalc.1] Error 127 Please add the missing Build-Depends on 'ed' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/rpncalc-1.36.4/debian/control ./debian/control --- ../tmp-orig/rpncalc-1.36.4/debian/control 2006-11-01 23:10:16.000000000 +0000 +++ ./debian/control 2006-11-06 14:08:08.000000000 +0000 @@ -1,5 +1,5 @@ Source: rpncalc -Build-Depends: bison, flex, gettext, libreadline5-dev | libreadline-dev, debhelper +Build-Depends: bison, ed, flex, gettext, libreadline5-dev | libreadline-dev, debhelper Section: math Priority: optional Maintainer: David Frey <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]