[SCM] Git repository for devscripts branch, master, updated. v2.13.2-5-g872fea7

James McCoy jamessan at debian.org
Tue Jun 4 00:03:41 UTC 2013


The following commit has been merged in the master branch:
commit 872fea7cd1ed13dda77e953e20589d8026d6de72
Author: Chris Boot <bootc at bootc.net>
Date:   Tue May 28 21:55:22 2013 +0100

    bts: Fix no-mutt option
    
    Signed-off-by: James McCoy <jamessan at debian.org>

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 <jamessan at debian.org>  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



More information about the devscripts-devel mailing list