This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts.
commit e6bf3164a4ace87759411f2322f2529df290a56f Author: Osamu Aoki <[email protected]> Date: Tue Nov 17 23:11:44 2015 +0900 Revert "uscan: set -o if -ddd" This reverts commit 6695ef81bf63a9ce87ef6a0cd365689813cc9cba. --- scripts/uscan.pl | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/uscan.pl b/scripts/uscan.pl index b0c87d2..2552e12 100755 --- a/scripts/uscan.pl +++ b/scripts/uscan.pl @@ -3632,9 +3632,6 @@ EOF if ($badversion) { push @cmd, "-b"; } - if ($download == 3) { - push @cmd, "-o"; - } } push @cmd, "--upstream-version", $common_mangled_newversion; } elsif ($watch_version > 1) { @@ -3647,9 +3644,6 @@ EOF if ($badversion) { push @cmd, "-b"; } - if ($download == 3) { - push @cmd, "-o"; - } } push @cmd, "--upstream-version", $common_mangled_newversion, $path; } else { -- 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
