Skip to content

Update watch url

Nicolas Damiens requested to merge ndamiens/shc:update_watch_file into debian/master

original github page no longer provide links (lazy loading)

with original url no release file are detected

uscan --download -v
uscan info: uscan (version 2.21.3+deb11u1) See uscan(1) for help
uscan info: Scan watch files in .
uscan info: Check debian/watch and debian/changelog in .
uscan info: package="shc" version="4.0.3-1" (as seen in debian/changelog)
uscan info: package="shc" version="4.0.3" (no epoch/revision)
uscan info: ./debian/changelog sets package="shc" version="4.0.3"
uscan info: Process watch file at: debian/watch
    package = shc
    version = 4.0.3
    pkg_dir = .
uscan info: Last orig.tar.* tarball version (from debian/changelog): 4.0.3
uscan info: Last orig.tar.* tarball version (dversionmangled): 4.0.3
uscan info: Requesting URL:
   https://github.com/neurobin/shc/releases
uscan info: Matching pattern:
   (?:(?:https://github.com)?\/neurobin\/shc\/)?.*/archive/(?:shc-|v)?(\d\S+)\.tar\.(?:bz2|gz|xz)
uscan warn: In debian/watch no matching files for watch line
  https://github.com/neurobin/shc/releases .*/archive/(?:shc-|v)?(\d\S+)\.tar\.(?:bz2|gz|xz)
uscan info: Scan finished

with new url :

uscan --download -v
uscan info: uscan (version 2.21.3+deb11u1) See uscan(1) for help
uscan info: Scan watch files in .
uscan info: Check debian/watch and debian/changelog in .
uscan info: package="shc" version="4.0.3-1" (as seen in debian/changelog)
uscan info: package="shc" version="4.0.3" (no epoch/revision)
uscan info: ./debian/changelog sets package="shc" version="4.0.3"
uscan info: Process watch file at: debian/watch
    package = shc
    version = 4.0.3
    pkg_dir = .
uscan info: Last orig.tar.* tarball version (from debian/changelog): 4.0.3
uscan info: Last orig.tar.* tarball version (dversionmangled): 4.0.3
uscan info: Requesting URL:
   https://github.com/neurobin/shc/tags
uscan info: Matching pattern:
   (?:(?:https://github.com)?\/neurobin\/shc\/)?.*/archive/refs/tags/([\d\.]+)\.tar\.gz
uscan info: Found the following matching hrefs on the web page (newest first):
   https://github.com/neurobin/shc/archive/refs/tags/4.0.3.tar.gz (4.0.3) index=4.0.3-1
   https://github.com/neurobin/shc/archive/refs/tags/4.0.3.tar.gz (4.0.3) index=4.0.3-1
   https://github.com/neurobin/shc/archive/refs/tags/4.0.2.tar.gz (4.0.2) index=4.0.2-1
   https://github.com/neurobin/shc/archive/refs/tags/4.0.2.tar.gz (4.0.2) index=4.0.2-1
   https://github.com/neurobin/shc/archive/refs/tags/4.0.1.tar.gz (4.0.1) index=4.0.1-1
   https://github.com/neurobin/shc/archive/refs/tags/4.0.1.tar.gz (4.0.1) index=4.0.1-1
   https://github.com/neurobin/shc/archive/refs/tags/4.0.0.tar.gz (4.0.0) index=4.0.0-1
   https://github.com/neurobin/shc/archive/refs/tags/4.0.0.tar.gz (4.0.0) index=4.0.0-1
   https://github.com/neurobin/shc/archive/refs/tags/3.9.8.tar.gz (3.9.8) index=3.9.8-1
   https://github.com/neurobin/shc/archive/refs/tags/3.9.8.tar.gz (3.9.8) index=3.9.8-1
   https://github.com/neurobin/shc/archive/refs/tags/3.9.7.tar.gz (3.9.7) index=3.9.7-1
   https://github.com/neurobin/shc/archive/refs/tags/3.9.7.tar.gz (3.9.7) index=3.9.7-1
   https://github.com/neurobin/shc/archive/refs/tags/3.9.6.tar.gz (3.9.6) index=3.9.6-1
   https://github.com/neurobin/shc/archive/refs/tags/3.9.6.tar.gz (3.9.6) index=3.9.6-1
   https://github.com/neurobin/shc/archive/refs/tags/3.9.5.tar.gz (3.9.5) index=3.9.5-1
   https://github.com/neurobin/shc/archive/refs/tags/3.9.5.tar.gz (3.9.5) index=3.9.5-1
   https://github.com/neurobin/shc/archive/refs/tags/3.9.4.tar.gz (3.9.4) index=3.9.4-1
   https://github.com/neurobin/shc/archive/refs/tags/3.9.4.tar.gz (3.9.4) index=3.9.4-1
uscan info: Looking at $base = https://github.com/neurobin/shc/tags with
    $filepattern = .*/archive/refs/tags/([\d\.]+)\.tar\.gz found
    $newfile     = https://github.com/neurobin/shc/archive/refs/tags/4.0.3.tar.gz
    $newversion  = 4.0.3
    $lastversion = 4.0.3
uscan info: Matching target for downloadurlmangle: https://github.com/neurobin/shc/archive/refs/tags/4.0.3.tar.gz
uscan info: Upstream URL(+tag) to download is identified as    https://github.com/neurobin/shc/archive/refs/tags/4.0.3.tar.gz
uscan info: Filename (filenamemangled) for downloaded file: 4.0.3.tar.gz
uscan info: Newest version of shc on remote site is 4.0.3, local version is 4.0.3
uscan info:  => Package is up to date from:
             => https://github.com/neurobin/shc/archive/refs/tags/4.0.3.tar.gz
uscan info: Scan finished

Merge request reports

Loading