Hi
On 12.10.2018 04:40, Sergio Durigan Junior wrote:
Complementing what Jonas said, you have a few more errors:
1) The "theme-d-gnome*" packages are not listed in
<http://www.iki.fi/tohoyn/theme-d/>. Instead, they're at
<http://www.tohoyn.fi/theme-d/theme-d-gnome.html>.
URL www.iki.fi/tohoyn is a link to www.tohoyn.fi.
2) Upstream uses "_" as the "NAME_VERSION" separator (instead of
"NAME-VERSION"). Your regex doesn't match that. Also, you have to be
careful because upstream provides both "NAME_VERSION.tar.gz" and
"NAME_VERSION.orig.tar.gz".
The filename is theme-d-gnome-0.7.0.tar.gz. I checked it in the server.
3) Upstream doesn't seem to offer GPG signatures for the tarballs, so
you don't need "pgpsigurlmangle".
I have uploaded theme-d-gnome-0.7.0.tar.gz.sig into the server.
Having said all that, and using uscan v4's substitution strings:
version=4
http://www.tohoyn.fi/theme-d/theme-d-gnome.html
theme-d-gnome_(\d[\d.]*)@ARCHIVE_EXT@
Thanks,
I tried the following:
---cut-here---
version=4
opts="pgpsigurlmangle=s/$/.sig/"
http://www.tohoyn.fi/theme-d/theme-d-gnome.html
theme-d-gnome-(\d[\d.]*)\.tar\.(?:gz|bz2|xz)
---cut-here---
Now uscan doesn't complain anything but nothing gets downloaded.
Thanks for help,
Tommi Höynälänmaa