jamesdbloom/grunt-debian-package

Ability to specify dependencies

Closed this issue · 3 comments

Hello,

Excellent module you got here! Saved me a lot of trouble and really nice to not require a separate Makefile for building a deb package for our application.

I was wondering if there is any mechanism to specify dependencies for the built deb? I'd like to have the built debian depend on a specific version of node.js. The ability to freeform provide a list of dependencies (i.e.: nodejs (>= 0.10.30)) would be perfect. If not I'd be happy to add something like that.

Is there any progress on this @weak?

Sorry I've been complete flat out on another project. I will definitely look into this over the next week.

@jamesdbloom That would be a great feature!