npm2deb
npm2deb copied to clipboard
[feature] auto setup pgpsigurlmangle
It might be possible to automatically add
pgpsigurlmangle=s/archive\/(\d\S+)\.tar\.gz/releases\/download\/$1\/$1\.tar\.gz\.asc/
to debian/watch, when the file actually exists.
And, of course, put the trusted key into debian/upstream/signing-key.asc.
See https://wiki.debian.org/debian/watch for more info.
Hey i spoke too fast, github doesn't export the signature of a tag (yet ?) as a simple http url.
it works with option: pgpsigurlmangle=s/archive/(v?\d\S+).tar.gz/releases/download/$1/$1.tar.gz.asc/
but you must upload asc signature manually to the related github release.