Hi, On Fri, Dec 7, 2012 at 2:52 PM, Thiago Franco Moraes <[email protected]> wrote: > I have the following question: How can I add a file (Makefile in my > case) when doing the package? I was thinking in add the Makefile in > the debian folder and put in debian/rules file a command to move the > Makefile to the source code. Is this a good idea.
d/rules is already a Makefile... why not copy/paste your existing Makefile into d/rules ? You may even make use of `dh_install` syntax instead of the lower level `install` command. 2cts -M -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/CA+7wUsyE57NAVMEvaPe_m=2tf7pftha6gt5sw5uvtnpszsj...@mail.gmail.com

