Hello,
For the hwloc package, there is on single webpage that references all
releases.
For instance,
https://www.open-mpi.org/projects/hwloc/
points at both
https://www-lb.open-mpi.org/software/hwloc/v2.1/
https://www-lb.open-mpi.org/software/hwloc/v2.0/
And those do provide links to the files. I had hardcoded the
https://www-lb.open-mpi.org/software/hwloc/v2.0/ in debian/watch, but
that doesn't catch the 2.1 release of course.
I tried something like
https://www.open-mpi.org/software/hwloc/ \
https://www-lb.open-mpi.org/software/hwloc/(v[\d\.]+)/ \
https://download.open-mpi.org/release/hwloc/(v[\d\.]+)/hwloc(?:[_\-]v?|)@ANY_VERSION@@ARCHIVE_EXT@
But this doesn't seem supported. Am I missing something or is handling
several levels of http links not supported?
Samuel
--- /etc/devscripts.conf ---
--- ~/.devscripts ---
DEBSIGN_KEYID="0xDB550E89F0FA54F3!"
DEBCHANGE_AUTO_NMU=no
DEBSIGN_PROGRAM="gpg --use-agent"