[Reportbug-commits] r573 - in trunk (debian/changelog reportbug)

morph-guest at users.alioth.debian.org morph-guest at users.alioth.debian.org
Mon Jul 14 18:39:44 UTC 2008


    Date: Monday, July 14, 2008 @ 17:51:59
  Author: morph-guest
Revision: 573

--template now includes "Package-specific info"; Closes: #396899

Modified:
  trunk/debian/changelog
  trunk/reportbug

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-07-12 17:32:57 UTC (rev 572)
+++ trunk/debian/changelog	2008-07-14 17:51:59 UTC (rev 573)
@@ -14,6 +14,8 @@
       via --template); thanks to Dan Jacobson for the report; Closes: #489515
     - for serious bugs, clearly states that "unknown" section downgrades to
       normal; thanks to Michael Meskes for the report; Closes: #362947
+    - --template now includes "Package-specific info"; thanks to Marc Haber
+      for the report; Closes: #396899
   * reportbuglib/reportbug.py
     - show system information only if the bug is not against wnpp; thanks to
       Francois Marier for the report; Closes: #448806
@@ -25,7 +27,7 @@
     - removed item for migration to python-btsutils, filed a bug instead:
       #490548
 
- -- Sandro Tosi <matrixhasu at gmail.com>  Sat, 12 Jul 2008 19:32:31 +0200
+ -- Sandro Tosi <matrixhasu at gmail.com>  Mon, 14 Jul 2008 19:49:59 +0200
 
 reportbug (3.42) unstable; urgency=low
 

Modified: trunk/reportbug
===================================================================
--- trunk/reportbug	2008-07-12 17:32:57 UTC (rev 572)
+++ trunk/reportbug	2008-07-14 17:51:59 UTC (rev 573)
@@ -1677,7 +1677,7 @@
             tags = ''
 
         # Execute bug script
-        if interactive and bugexec and not self.options.kudos:
+        if (interactive or self.options.template) and bugexec and not self.options.kudos:
             if os.path.exists('handle_bugscript'):
                 handler = './handle_bugscript'
             else:




More information about the Reportbug-commits mailing list