> While reviewing my packages before the Bullseye freeze, I noticed that > PTS claims one package's upstream releases cannot be scanned. > (Problems while searching for a new upstream version. uscan had > problems while searching for a new upstream version: unknown protocol > for LWP: debian) > > running 'uscan --debug --report' produced the following explanation: > > uscan warn: unknown protocol for LWP: debian > [Devscripts::Uscan::WatchLine: 563] > > The watch file's content: > > version=3 > opts=passive,pgpsigurlmangle=s/$/.sig/ \ > https://xorg.freedesktop.org/releases/individual/driver/ xf86-video- > geode-(.+)\.tar\.gz > debian uupdate --no-symlink > > Yet that recipe correctly parses the upstream repository. What now?
Hi, this is due to a syntax error in your debian/watch file: the line "debian uupdate --no-symlink" has to be linked with the previous with a '\'. Cheers, Xavier

