Re: pgpsigurlmangle in debian/watch

2021-04-06 Thread Hilmar Preuße
Am 15.03.2021 um 00:16 teilte Hilmar Preuße mit: Hi, uscan -ddd tries to download from https://github.com/proftpd/proftpd/releases/download/v/proftpd-v1.3.7a.tar.gz.asc How to I refer to upstreams new version in pgpsigurlmangle ? Finally it was more easy that I thought, solution is in [1].

Re: pgpsigurlmangle in debian/watch

2021-03-15 Thread Hilmar Preuße
Am 15.03.2021 um 08:39 teilte Geert Stappers mit: On Mon, Mar 15, 2021 at 12:16:24AM +0100, Hilmar Preuße wrote: Hi, My attempt to implement signature check is pgpsigurlmangle=s@archive@releases/download/v$1@;\ s/([^\/]+)\.tar\.gz/proftpd-$1\.tar\.gz/;\ s/$/.asc/ \ uscan -ddd tries to downl

Re: pgpsigurlmangle in debian/watch

2021-03-15 Thread Geert Stappers
On Mon, Mar 15, 2021 at 12:16:24AM +0100, Hilmar Preuße wrote: > Hi, > > this is rather a question regarding handling d/watch in general. > > Upstream source is https://github.com/proftpd/proftpd/archive/v1.3.7.tar.gz > PGPG sig is > https://github.com/proftpd/proftpd/releases/download/v1.3.7/pr

pgpsigurlmangle in debian/watch

2021-03-14 Thread Hilmar Preuße
Hi, this is rather a question regarding handling d/watch in general. Upstream source is https://github.com/proftpd/proftpd/archive/v1.3.7.tar.gz PGPG sig is https://github.com/proftpd/proftpd/releases/download/v1.3.7/proftpd-1.3.7.tar.gz.asc My attempt to implement signature check is pgpsigu