[devscripts] 01/01: uscan: --download-debversion enables $badversion

Osamu Aoki osamu at moszumanska.debian.org
Tue Sep 22 16:34:12 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 af3b5bce3949255c12140760cbbc1074aab62fc0
Author: Osamu Aoki <osamu at debian.org>
Date:   Wed Sep 23 01:20:26 2015 +0900

    uscan: --download-debversion enables $badversion
    
    Set -b option for uupdate/debchanges when --download-debversion
    is used.
---
 scripts/uscan.pl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/uscan.pl b/scripts/uscan.pl
index b9407fa..89ee442 100755
--- a/scripts/uscan.pl
+++ b/scripts/uscan.pl
@@ -960,6 +960,7 @@ sub process_watchline ($$$$$$)
     } elsif (defined $opt_download_debversion) {
 	$download_version = $mangled_lastversion;
 	$force_download = 1;
+	$badversion = 1;
 	print STDERR "$progname debug: Force to download the specified debversion (dversionmangled): $download_version\n" if $debug;
     } elsif($opt_download_current_version) {
 	$download_version = $mangled_lastversion;

-- 
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