On Mon, Jun 30, 2014 at 10:43:47PM +0200, Thomas Pryds wrote: > 2014-06-29 21:04 GMT+02:00 Robie Basak <[email protected]>: > > Off the top of my head, you probably want something like: > > Thank you! The clean target still complains about makefile.my not > existing, but I can handle that, I think the reason is clear.
Maybe: [ -f src/makefile.my ] && make -C src -f makefile.my clean rm -f src/makefile.my Then neither line should complain if it didn't exist. > Temporarily letting clean do nothing, the process now finishes with > success, and a deb file is created! I did have the feeling that what I > was doing was overkill :-) > > >> 5. sudo cp -f binaryfile /usr/local/bin/ > > > > In debian/install, put the single line: > > src/binaryfile usr/local/bin/ > > The binary doesn't seem to get included in the resulting deb file. Do > I need to mention the debian/install file somewhere? (it didn't exist, > so I created it) If you have multiple binary packages, then you need debian/<binarypackagename>.install instead. Try that anyway?
signature.asc
Description: Digital signature
-- Ubuntu-motu mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu
