tags 474412 -patch thanks Sebastian Bober wrote: > the "clean" target of debian/rules tries to run "rm -f bin". As bin is a > directory, this needs to be changed to "rm -rf bin". The attached patch > does just that. The package builds then fine on i386 and amd64. Build > logs can be found at:
removing bin doesn't help, it needs further adjustments. the actual problem is that bin is an empty directory (and thus is not present in git), and which doesn't get created by the upstream makefile, but it is needed to place in the upstream binary. -- Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: [EMAIL PROTECTED] Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]