Comment 7 for bug 185810

Revision history for this message
Daniel Holbach (dholbach) wrote :

Regarding debian/watch: Assuming that "xyz" will always indicate "x.y.z" the following might work:

version=3
opts="uversionmangle=s/(\d)/$1\./g;s/\.$//" \
 http://sf.net/aoi/aoisrc(\d\S*)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

"uscan --verbose" seemed to do the right thing though.