jamesdbloom / grunt-debian-package

Grunt plugin to create a Debian package, allowing JavaScript applications to be easily integrated into a Debian or Ubuntu based continuous delivery pipeline.
https://www.npmjs.org/package/grunt-debian-package
Apache License 2.0
31 stars 24 forks source link

Ability to specify dependencies #7

Closed ghost closed 10 years ago

ghost commented 10 years ago

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.

marcofranssen commented 10 years ago

Is there any progress on this @weak?

jamesdbloom commented 10 years ago

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

nils-wisiol commented 10 years ago

@jamesdbloom That would be a great feature!