The following commit has been merged in the master branch:
commit 872fea7cd1ed13dda77e953e20589d8026d6de72
Author: Chris Boot <[email protected]>
Date:   Tue May 28 21:55:22 2013 +0100

    bts: Fix no-mutt option
    
    Signed-off-by: James McCoy <[email protected]>

diff --git a/debian/changelog b/debian/changelog
index 9ab2b86..1c7d6d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,9 @@ devscripts (2.13.3) UNRELEASED; urgency=low
   * dpkg-buildpackage: Use "dpkg-checkbuilddeps -A" for arch-indep builds.
     Bump dpkg-dev Depends to 1.16.4 accordingly.
 
+  [ Chris Boot ]
+  * bts: Fix no-mutt option. (Closes: #709999)
+
  -- James McCoy <[email protected]>  Mon, 13 May 2013 22:43:59 -0400
 
 devscripts (2.13.2) unstable; urgency=low
diff --git a/scripts/bts.pl b/scripts/bts.pl
index ecc2e64..cc9bba8 100755
--- a/scripts/bts.pl
+++ b/scripts/bts.pl
@@ -610,7 +610,7 @@ GetOptions("help|h" => \$opt_help,
           "use-default-cc!" => \$use_default_cc,
           "toolname=s" => \$toolname,
           "bts-server=s" => \$btsserver,
-          "mutt" => \$opt_mutt,
+          "mutt!" => \$opt_mutt,
           )
     or die "Usage: $progname [options]\nRun $progname --help for more 
details\n";
 

-- 
Git repository for devscripts

_______________________________________________
devscripts-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel

Reply via email to