Package: devscripts
Version: 2.11.9
Severity: minor
Tags: patch
Owner: Thorsten Alteholz <deb...@alteholz.de>

In case you use --verbose the next parameter will be treated as filename. Especially if you want to use --keyring as well, the script does not work anymore. The attached patch just adds a 'next;' statement in the '--verbose' case to proceed with parameter parsing.

  Thorsten
--- dscverify.org       2012-06-26 14:13:43.000000000 +0200
+++ dscverify   2012-06-26 14:58:04.000000000 +0200
@@ -386,6 +386,7 @@
        if ($ARGV[0] eq '--verbose') {
            shift @ARGV;
            $verbose = 1;
+           next;
        }
        if ($ARGV[0] eq '--') {
            shift @ARGV; last;

Reply via email to