version=4
opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%ros-image-common-$1.tar.gz%" \
    https://github.com/ros-perception/image_common/tags \
    (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate
# Watch control file for uscan
# Compulsory line, this is a version 3 file
version=3
# For GitHub projects you can use the tags page:

opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/image_common-$1\.tar\.gz/ \
  https://github.com/ros-perception/image_common/releases .*/v?(\d\S*)\.tar\.gz



