heartsucker

Results 72 comments of heartsucker

This seems to be a problem with your node installation, but I cannot be certain. This project does not depend on winston (or anything for that matter) as it's only...

Yeah, I mean that'd be a nicety to have it auto change it. I already do a lot of messing around with the files, but I think I could add...

Both are not supported. Realistically this project needs to be converted to being node a native because the tremendous headache of doing this in bash makes this very difficult.

`postint` is an override, not an append. There are a lot of ways to extend the functionality of this but I think this needs to be ported to JS (#102)...

Heya, sorry about the slow response. I actually need to do a major clean up on the all those scripts because they have lots of `lintian` errorts (#77). When I...

If you run `node-deb --no-delete-temp ` it will retain the temp directory used to build the package so you can inspect it. I suspect this error happened because your `control`...

This sounds like it might be related to #71, yeah. I'm a little swamped with work things but I'll see if I can get around to doing a copy-with-dereference.

Ah #71 was already closed, so those should be referenced. Is the error you're experiencing in this ticket the same error as your mentioned in #71?

Ok so would the solution to fix this for everyone be to: - do not dereference symlinks in `node_modules/.bin` - dereference all other symlinks

Changing title to just say "yarn.lock" because package-lock.json was included via #75