[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: pgpsigurlmangle in debian/watch



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/proftpd-1.3.7.tar.gz.asc
> 
> 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 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 ?

Start with sharing to whole watch file with your peers.



} this is rather a question regarding handling d/watch in general.

The answer is rather seeing that `s/search/replace/`
can also be expressed as `s@search@replace@`.



Groeten
Geert Stappers
-- 
Silence is hard to parse


Reply to: