[devscripts] 02/03: uscan: set -o if -ddd

Osamu Aoki osamu at moszumanska.debian.org
Mon Nov 16 14:32:05 UTC 2015


This is an automated email from the git hooks/post-receive script.

osamu pushed a commit to branch master
in repository devscripts.

commit 6695ef81bf63a9ce87ef6a0cd365689813cc9cba
Author: Osamu Aoki <osamu at debian.org>
Date:   Mon Nov 16 23:11:59 2015 +0900

    uscan: set -o if -ddd
---
 scripts/uscan.pl | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/scripts/uscan.pl b/scripts/uscan.pl
index 20ba396..595ee03 100755
--- a/scripts/uscan.pl
+++ b/scripts/uscan.pl
@@ -3567,6 +3567,9 @@ EOF
 		if ($badversion) {
 		    push @cmd, "-b";
 	        }
+		if ($download == 3) {
+		    push @cmd, "-o";
+	        }
 	    }
 	    push @cmd, "--upstream-version", $common_mangled_newversion;
 	} elsif ($watch_version > 1) {
@@ -3579,6 +3582,9 @@ 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



More information about the devscripts-devel mailing list