Hi Bastian! Bastian Germann <b...@debian.org> writes:
> Very good work with hashcash! Thanks for reviewing! > I have a nitpick: The debian/watch file does not work because the > generated download URL is wrong (missing "source/"). You can fix that > by adding a slash after http://hashcash.org/source Good catch. I've pushed a more ambitious fix, which seems to work here: diff --git a/debian/watch b/debian/watch index 1366e52..b40cb89 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,4 @@ version=4 -opts=pgpsigurlmangle=s/$/.asc/,pgpmode=auto http://hashcash.org/source hashcash-(.*)\.tgz debian uupdate +options="pgpmode=auto, \ + uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|pr)\d*)$/$1~$2/" \ +http://hashcash.org/source/hashcash-(.*)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) > Would you like the package to move to the salsa namespace? If so, > please grant salsa user bage maintainer rights on your repo so I can > move it. Please do whatever is most in line with the current best practices. I've granted you maintainer rights. I will build a new source package once the package has been moved (so that I can update the control file with the new URL). Best regards, Stefan Kangas