Tags 379200 + pending Thanks I have prepared a package that fixes this problem (hopefully nothing was left out this time).
It's a very simple change. I'm attaching the full interdiff output of the NMU that I'm about to do. -- Love, Marga.
diff -u bluez-utils-3.1/debian/rules bluez-utils-3.1/debian/rules --- bluez-utils-3.1/debian/rules +++ bluez-utils-3.1/debian/rules @@ -46,7 +46,7 @@ binary-install/bluez-pcmcia-support:: #chmod a+x $(DEB_DESTDIR)/etc/pcmcia/bluetooth - chmod a+x $(PWD)/debian/bluez-pcmcia-support/lib/udev/bluetooth_serial + chmod a+x $(CURDIR)/debian/bluez-pcmcia-support/lib/udev/bluetooth_serial install/bluez-bcm203x:: mkdir -p $(DEB_DESTDIR)/usr/lib/bluez-bcm203x diff -u bluez-utils-3.1/debian/changelog bluez-utils-3.1/debian/changelog --- bluez-utils-3.1/debian/changelog +++ bluez-utils-3.1/debian/changelog @@ -1,3 +1,10 @@ +bluez-utils (3.1-3.1) unstable; urgency=medium + + * Non-maintainer upload to fix Failure To Build From Source in builders + that use sudo instead of fakeroot. (Closes: #379200) + + -- Margarita Manterola <[EMAIL PROTECTED]> Wed, 2 Aug 2006 19:38:40 -0300 + bluez-utils (3.1-3) unstable; urgency=low * s/PWD/CURDIR/ to avoid sudo FTBFSage, thanks Dato! (Closes: #379200)