[devscripts] 01/01: uscan: reactivate --no-verbose
Osamu Aoki
osamu at moszumanska.debian.org
Tue Feb 23 13:32:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
osamu pushed a commit to branch master
in repository devscripts.
commit 7f83a755e8a073ace0c75932e29f8f868cc34901
Author: Osamu Aoki <osamu at debian.org>
Date: Tue Feb 23 22:25:34 2016 +0900
uscan: reactivate --no-verbose
Closes: #815645
---
debian/changelog | 1 +
scripts/uscan.pl | 1 +
2 files changed, 2 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index e988485..0f700fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ devscripts (2.16.2) UNRELEASED; urgency=medium
+ Print proper warnings for bad rules. Closes: #814049
+ Fix glitches around rules such as "s<...> <...>g" and add their
tests.
+ + Reactivate --no-verbose mode. Closes: #815645
-- Osamu Aoki <osamu at debian.org> Sat, 13 Feb 2016 22:10:05 +0900
diff --git a/scripts/uscan.pl b/scripts/uscan.pl
index 0dfe9bb..85c9929 100755
--- a/scripts/uscan.pl
+++ b/scripts/uscan.pl
@@ -2023,6 +2023,7 @@ GetOptions("help" => \$opt_h,
"watchfile=s" => \$opt_watchfile,
"dehs!" => \$opt_dehs,
"v|verbose+" => \$opt_verbose,
+ "noverbose|no-verbose" => sub { $opt_verbose = 0; },
"debug" => sub { $opt_verbose = 2; },
"check-dirname-level=s" => \$opt_level,
"check-dirname-regex=s" => \$opt_regex,
--
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