Package: flite Version: 1.2-release-2 Severity: serious The following command as a regular user fails to build flite from source: dpkg-buildpackage -uc -us -B -rsudo
The problem is that the bin directory is created in the debian/rules clean target (run as root), and the build target (run as a regular user) tries to write the flite binary to it. You need to make the bin directory in the build target, not the clean target. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]