Package: bitlbee Version: 1.2-1 Severity: normal From my pbuilder build log, with DEB_BUILD_OPTIONS set to "parallel=3":
... debian/rules build if [ ! -d debian ]; then exit 1; fi ./configure --debug=0 --prefix=/usr --etcdir=/etc/bitlbee --events=libevent parallel=3 BitlBee configure Usage: ./configure [OPTIONS] Option Description Default --prefix=... Directories to put files in /usr --bindir=... $prefix/sbin/ --etcdir=... /etc/bitlbee --mandir=... $prefix/share/man/ --datadir=... $prefix/share/bitlbee/ --plugindir=... $prefix/lib/bitlbee/ --pidfile=... /var/run/bitlbee.pid --config=... /var/lib/bitlbee/ --ipcsocket=... /var/run/bitlbee.sock --msn=0/1 Disable/enable MSN part 1 --jabber=0/1 Disable/enable Jabber part 1 --oscar=0/1 Disable/enable Oscar part (ICQ, AIM) 1 --yahoo=0/1 Disable/enable Yahoo part 1 --debug=0/1 Disable/enable debugging 0 --strip=0/1 Disable/enable binary stripping 1 --gcov=0/1 Disable/enable test coverage reporting 0 --plugins=0/1 Disable/enable plugins support 1 --events=... Event handler (glib, libevent) libevent --ssl=... SSL library to use (gnutls, nss, openssl, bogus, auto) auto /usr/bin/make make[1]: Entering directory `/tmp/buildd/bitlbee-1.2' Run ./configure to create Makefile.settings, then rerun make /usr/bin/make -C doc make[2]: Entering directory `/tmp/buildd/bitlbee-1.2/doc' # Only build the docs if this is a bzr checkout test ! -d ../.bzr || /usr/bin/make -C user-guide make[2]: Leaving directory `/tmp/buildd/bitlbee-1.2/doc' make[1]: Leaving directory `/tmp/buildd/bitlbee-1.2' touch build-arch-stamp fakeroot debian/rules binary if [ "`whoami`" != "root" -o ! -d debian ]; then exit 1; fi mkdir -p debian/bitlbee/DEBIAN/ /usr/bin/make install install-etc DESTDIR=`pwd`/debian/bitlbee make[1]: Entering directory `/tmp/buildd/bitlbee-1.2' Run ./configure to create Makefile.settings, then rerun make mkdir -p /tmp/buildd/bitlbee-1.2/debian/bitlbee install -m 0755 /tmp/buildd/bitlbee-1.2/debian/bitlbee/ install: missing destination file operand after `/tmp/buildd/bitlbee-1.2/debian/bitlbee/' Try `install --help' for more information. make[1]: *** [install-bin] Error 1 make[1]: Leaving directory `/tmp/buildd/bitlbee-1.2' make: *** [install-arch] Error 2 dpkg-buildpackage: failure: fakeroot debian/rules binary gave error exit status 2 -- Daniel Schepler