Package: doas Version: 6.8.1-3 Severity: minor Dear Maintainer,
The debian/watch file seems to have been copied from another package and 'xbanish' forgotten to be replaced. This results in a downloaded file using uscan to be renamed to xbanish-1.2.3.tar.gz which is likely not what anyone wants..... (Try eg. `uscan --report -v | grep xbanish`) Here's the current content of the doas source package debian/watch for completeness: ``` version=4 opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/xbanish-$1\.tar\.gz/ \ https://github.com/Duncaen/OpenDoas/tags .*/v?(\d\S+)\.tar\.gz ``` see: ^^^^^^^^ Regards, Andreas Henriksson

