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

Re: debian/watch



Jaromír Mikeš <mira.mikes@seznam.cz> writes:

> Having watch file like this:
> version=3
> http://download.savannah.gnu.org/releases/ll-plugins/lv2-c++-tools-(.*)\.tar\.bz2
>
> Can anybody advice why uscan cannot reach this source?

Probably because the source specification is interpreted as a regex. As
well as the period ‘.’ characters, special characters like ‘+’ need to
be quoted.

Also, in order to reduce the surprises, I prefer not to allow a
zero-length version string with ‘.+’. Instead it's better to have the
version part of the string specified as ‘.+’ so it's at least one
character long.

    http://download.savannah.gnu.org/releases/ll-plugins/lv2-c\+\+-tools-(.+)\.tar\.bz2

-- 
 \      “Saying that Java is nice because it works on all OSes is like |
  `\     saying that anal sex is nice because it works on all genders” |
_o__)                                                —http://bash.org/ |
Ben Finney


Reply to: