>> to remove unneeded shebang lines, I usually use a small perl script >> called at the end of debian/rules. I find this much more flexible than >> maintaining a set of patches. >> > Or sed -i -re '1{/^#!/d}' >
You have to maintain a list of files you want to apply this to anyway (some files should probably get a chown instead), so maintaining this as a patch is not too hard, also you can just take the patch and send it to upstream, most of them are willing to apply such patches. Cheers, Bernd -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]