tags 709999 + patch
thanks

Hi,

I took a quick look at the source and it was a very simple fix, so here is the
patch. Tested, and works for me.

Cheers,
Chris

---
 debian/changelog |    3 +++
 scripts/bts.pl   |    2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index cb85758..eda102d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,9 @@ devscripts (2.13.3) UNRELEASED; urgency=low
   * debcommit: Add the source package name to commit/tag messages.  (Closes:
     #704236)
 
+  [ Chris Boot ]
+  * bts: Fix no-mutt option. (Closes: #709999)
+
  -- James McCoy <james...@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";
 
-- 
1.7.10.4


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to