This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts.
commit 2e45994c91672e5869143af078fc4a9cc1970dfb Author: Osamu Aoki <[email protected]> Date: Tue Dec 1 23:40:03 2015 +0900 uscan: improve verbose mode --- scripts/uscan.pl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/scripts/uscan.pl b/scripts/uscan.pl index f8607f8..805308f 100755 --- a/scripts/uscan.pl +++ b/scripts/uscan.pl @@ -431,7 +431,8 @@ Don't use the PASV mode for the FTP connection. =item B<unzipopt=>I<options> -Add the extra options to use with the B<unzip> command such as B<-a>, B<-aa>, and B<-b>. +Add the extra options to use with the B<unzip> command, such as B<-a>, B<-aa>, +and B<-b>, which is run within B<mk-origtargz>. =item B<dversionmangle=>I<rules> @@ -2958,7 +2959,7 @@ sub process_watchline ($$$$$$) @hrefs = Devscripts::Versort::upstream_versort(@hrefs); my $msg = "Found the following matching hrefs on the web page (newest first):\n"; foreach my $href (@hrefs) { - $msg .= " $$href[2] ($$href[0]) $$href[3]\n"; + $msg .= " $$href[2] ($$href[0] $$href[1]) $$href[3]\n"; } uscan_verbose $msg; } @@ -3074,7 +3075,7 @@ sub process_watchline ($$$$$$) @files = Devscripts::Versort::upstream_versort(@files); my $msg = "Found the following matching files on the web page (newest first):\n"; foreach my $file (@files) { - $msg .= " $$file[2] ($$file[0]) $$file[3]\n"; + $msg .= " $$file[2] ($$file[0] $$file[1]) $$file[3]\n"; } uscan_verbose $msg; } -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
