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

morph-guest at users.alioth.debian.org morph-guest at users.alioth.debian.org
Tue Jul 8 05:42:51 UTC 2008


    Date: Tuesday, July 8, 2008 @ 05:42:50
  Author: morph-guest
Revision: 563

alert that unknown policy section for serious bugs downgrade to normal; Closes: #362947

Modified:
  trunk/debian/changelog
  trunk/reportbug

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-07-06 23:09:08 UTC (rev 562)
+++ trunk/debian/changelog	2008-07-08 05:42:50 UTC (rev 563)
@@ -12,11 +12,13 @@
   * reportbug
     - fixed packages list generation for a file search if run not in a tty (or
       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
   * reportbuglib/reportbug.py
     - show system information only if the bug is not against wnpp; thanks to
       Francois Marier for the report; Closes: #448806
 
- -- Sandro Tosi <matrixhasu at gmail.com>  Mon, 07 Jul 2008 01:06:46 +0200
+ -- Sandro Tosi <matrixhasu at gmail.com>  Tue, 08 Jul 2008 07:39:14 +0200
 
 reportbug (3.42) unstable; urgency=low
 

Modified: trunk/reportbug
===================================================================
--- trunk/reportbug	2008-07-06 23:09:08 UTC (rev 562)
+++ trunk/reportbug	2008-07-08 05:42:50 UTC (rev 563)
@@ -1598,8 +1598,9 @@
                 justification = ui.get_string(
                     'You are reporting a serious bug; which section of the '
                     'Debian Policy Manual contains the "must" or "required" '
-                    'directive that it violates?  (E.g., "1.2.3")  Just type '
-                    '"unknown" if you are not sure.', force_prompt=True)
+                    'directive that it violates (E.g., "1.2.3")? '
+                    'Just type "unknown" if you are not sure (that would '
+                    'downgrade severity to normal).', force_prompt=True)
                 if re.match('[0-9]+\.[0-9.]+', justification):
                     justification = 'Policy ' + justification
                 elif not justification:




More information about the Reportbug-commits mailing list