Hi, > I've been told dpatch(1) has an example of how to change debian/rules. I > learnt > it from my sponsor, and I've noticed it's more hackish than necessary. > > This patch adds another option to the example using > /usr/share/dpatch/dpatch.make. I've added it before the other example as I > think > people should use that one so that future improvements/fixes to the > patch/unpatch targets in dpatch.make are automatically taken by the packages > using it. Feel free to disagree with me and put it as a second example if you > want.
The original maintainers of dpatch decided against using make and using shell script for dpatch interface. I can only guess their reasonings but there are a few caveats with the make snippets: 1. it's harder to try from command-line. 2. It's harder to get those .PHONY targets invoked the right number of times. But I agree having them implemented in makefiles feel much simpler. regards, junichi -- [EMAIL PROTECTED],netfort.gr.jp} Debian Project -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]