I want to build a hamm source package under bo. After saying ./debian/rules binary I get the following:
test -f src/smail.h test root = "`whoami`" rm -rf debian/tmp install -g root -o root -m 755 -d debian/tmp/DEBIAN \ debian/tmp/etc/{smail,cron.daily} debian/tmp/var/log{,/smail} \ debian/tmp/usr/{bin,sbin,lib,man} debian/tmp/var/{lib,spool}/smail \ debian/tmp/usr/doc/smail/{guide,examples} \ debian/tmp/var/spool/smail/{input,msglog,retry,error} \ debian/tmp/etc/init.d make install MAKEFILES=/home/stef/tmp/smail/smail_3.2.0.101/smail-3.2.0.101/debian/overrides make[1]: Entering directory `/home/stef/tmp/smail/smail_3.2.0.101/smail-3.2.0.101' ROOT=. /bin/sh ./conf/lib/mkdefs.sh Read ${ROOT}/conf/EDITME ... conf/os/linux ... conf/arch/32bit ... done Build $ROOT//defs.sh ... defs.h ... defs.sed ... done. /bin/sh: ./debian-defs.sh: No such file or directory make[1]: *** [install] Error 1 make[1]: Leaving directory `/home/stef/tmp/smail/smail_3.2.0.101/smail-3.2.0.101' make: *** [binary-arch] Error 2 Is it not possible, to build hamm packages under bo? Stef