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

Re: A problem with a watch file



Hi Tommi,

[cc'ing you discretely - please subscribe to the list if you haven't]

Quoting Tommi Höynälänmaa (2018-10-11 14:13:19)
> Hi
> 
> What is wrong with the following watch file:
> 
> ---cut-here---
> 
> 
> ---cut-here---
> 
> It gives the following error message with uscan:
> 
> ---cut-here---
> 
> uscan warn: Filename pattern missing version delimiters () without 
> filenamemangle
>    in debian/watch, skipping:
>    pgpsigurlmangle=s/$/.sig/ http://www.iki.fi/tohoyn/theme-d/ 
> theme-d-gnome-(\d[\d.]*)\.tar\.(?:gz|bz2|xz)
> 
> ---cut-here---
> 
> No source is downloaded with uscan.
> 
>       - Tommi Höynälänmaa
> 
> 

The mangling and URL should be tied together with the matching.

Either like this (escaping the newline):

version=4
pgpsigurlmangle=s/$/.sig/ http://www.iki.fi/tohoyn/theme-d/ \
theme-d-gnome-(\d[\d.]*)\.tar\.(?:gz|bz2|xz)

Or like this (keeping on same line):

version=4
pgpsigurlmangle=s/$/.sig/ http://www.iki.fi/tohoyn/theme-d/ theme-d-gnome-(\d[\d.]*)\.tar\.(?:gz|bz2|xz)

There is still something else wrong, however...


 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private

Attachment: signature.asc
Description: signature


Reply to: