Hi, FYI: The new VCS version is much less verbose. To get the same level of messages, you must use --verbose
There were a bug in --destdir handling for *.uscan.log and other places. It was fixed while discussion on #814049 and #809662 On Mon, Feb 08, 2016 at 10:30:14PM +0100, Christoph Egger wrote: > Hi! > > This seem to only fix the case with --destdir not the one with --rename > right? want a separate bugreport for that? > > % uscan --download --rename > uscan: uscan (version 2.15.10) See uscan(1) for help > uscan: Scan watch files in . > uscan warn: Found watch file in ./.git/refs/tags, > but couldn't find/read changelog; skipping > uscan: ./debian/changelog sets package="herbstluftwm" version="0.6.2" > uscan: Newest version on remote site is 0.7.0, local version is 0.6.2 > uscan: => Newer package available > uscan: Don't download and use the existing file: herbstluftwm-0.7.0.tar.gz You have downloaded 0.7.0 in previous activity! > uscan: Downloading OpenPGP signature from > http://herbstluftwm.org/tarballs/herbstluftwm-0.7.0.tar.gz.sig > (pgpsigurlmangled) > as herbstluftwm-0.7.0.tar.gz.pgp > gpgv: Signature made Thu 04 Feb 2016 06:00:36 PM CET using DSA key ID A228D8BA > gpgv: Good signature from "Thorsten Wißmann <thorsten.wissm...@fau.de>" > gpgv: aka "Thorsten Wissmann <p...@thorsten-wissmann.de>" > gpgv: aka "Thorsten Wißmann <p...@thorsten-wissmann.de>" > gpgv: aka "Thorsten Wißmann <re06h...@cip.cs.fau.de>" > gpgv: aka "Thorsten Wißmann <e...@thorsten-wissmann.de>" > gpgv: aka "Thorsten Wißmann <u...@thorsten-wissmann.de>" > uscan: Successfully downloaded package herbstluftwm-0.7.0.tar.gz The above message line is confusing. I fixed it in VCS. > uscan: Old uscan log found. Moved to: ../herbstluftwm_0.7.0.uscan.log.old If it finds old log, remove it and move newer *.uscan.log to *.uscan.log.old > Can't open 'herbstluftwm-0.7.0.tar.gz': No such file or directory at > /usr/bin/uscan line 3705. This looks like Version: 2.15.9. VCS version should have fixed it. Besides, you now needs to use --log to get to this part of code. Osamu