Source: courier Version: 0.61.2-1 I have a problem with rebuilding the latest version of courier source package (0.61.2-1) for my Ubuntu Jaunty box. When I try to clean the sources then I get the following error message:
$ fakeroot debian/rules clean dh_testdir if [ ! -x /usr/bin/openssl ]; then \ echo "You need to install openssl first"; \ exit 1; \ fi if [ `umask` != "0022" ]; then echo "You need to set umask to 022 in order to compile/build courier"; exit 1; fi chmod +x debian/fixlinks chmod +x debian/courier_perms chmod +x debian/correctpermissions.pl dh_testroot debconf-updatepo rm -f stamp-build stamp-install [ ! -f Makefile ] ||-/usr/bin/make clean /bin/sh: -/usr/bin/make: not found make: *** [clean] Error 127 It's probably typo for `clean` target in debian/rules file: --- debian/rules.orig 2009-06-09 11:30:52.000000000 +0000 +++ debian/rules 2009-06-09 11:31:18.000000000 +0000 @@ -93,7 +93,7 @@ rm -f stamp-build stamp-install # Add here commands to clean up after the build process. - [ ! -f Makefile ] ||-$(MAKE) clean + [ ! -f Makefile ] || $(MAKE) clean dh_clean if [ -f srcmgr.list ]; then debian/srcmgr cleanse < srcmgr.list; rm srcmgr.list; fi #can be removed later -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org