I should really file a new bug (or even several bugs) but I'll start by sumarrizing the needs here (because I wanted to request a --print-uri option as well).
1/ With packages maintained in svn-buildpackage, we regularly need to download the .tar.gz associated to the version mentionned in debian/changelog. So it would cool to be able to do something like uscan --download --current-version ... 2/ It would be even cooler if uscan detected that we're in a svn-buildpackage tree. It could check .svn/deb-layout and install the downloaded tar.gz directly in $origDir (aka ../tarballs/ usually). 3/ It general, it would be interesting to be able to print all URI which are matched to find URL of old versions as well. $ uscan --print-all-uri 0.8 http://.../...0.8.tar.gz 0.9 http://.../...0.9.tar.gz 0.9.1 http://.../...0.9.1.tar.gz Cheers, -- Raphaël Hertzog Premier livre français sur Debian GNU/Linux : http://www.ouaza.com/livre/admin-debian/

