Hi, when using the Files-Excluded: tag in debian/copyright, in the past there was an "+dfsg" suffix added to the version number automatically. This seems to have changed; is there a reason for that? Is there any case to use Files-Excluded: *without* actually adding the suffix?
What is recommended way for the watch file that it automatically generated to correct version number for a newly created orig.tar file? I tried to add "uversionmangle", but it didn't work well: version=3 opts=dversionmangle=s/\+dfsg//,uversionmangle=s/$/+dfsg/ \ http://heasarc.gsfc.nasa.gov/FTP/software/lheasoft/fv/fv(.+\..+)_src\.tar\.gz now always detects a new version 5.4+dfsg, even if that is already in debian/changelog. Best Ole

