SVN devscripts commit: r535 - in trunk: debian scripts

Stefano Zacchiroli zack at alioth.debian.org
Sun Feb 25 13:10:28 CET 2007


Author: zack
Date: 2007-02-25 13:10:28 +0100 (Sun, 25 Feb 2007)
New Revision: 535

Modified:
   trunk/debian/changelog
   trunk/scripts/bts.pl
Log:
list severities in the manpage

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-02-25 11:47:31 UTC (rev 534)
+++ trunk/debian/changelog	2007-02-25 12:10:28 UTC (rev 535)
@@ -41,8 +41,9 @@
     (Closes: #386124)
   * checkbashisms: add detection of "${!prefix"-like bashisms, patch from Adam
     D. Barratt (Closes: #409028)
+  * bts: list the available severities in the manpage (Closes: #412186)
 
- -- Stefano Zacchiroli <zack at debian.org>  Sun, 25 Feb 2007 12:44:54 +0100
+ -- Stefano Zacchiroli <zack at debian.org>  Sun, 25 Feb 2007 13:08:56 +0100
 
 devscripts (2.9.27) unstable; urgency=low
 

Modified: trunk/scripts/bts.pl
===================================================================
--- trunk/scripts/bts.pl	2007-02-25 11:47:31 UTC (rev 534)
+++ trunk/scripts/bts.pl	2007-02-25 12:10:28 UTC (rev 535)
@@ -1038,8 +1038,9 @@
 
 =item severity <bug> <severity>
 
-Change the severity of a bug. The severity may be abbreviated to any unique
-substring.
+Change the severity of a bug. Available severities are: wishlist, minor, normal,
+important, serious, grave, critical. The severity may be abbreviated to any
+unique substring.
 
 =cut
 




More information about the Devscripts-devel mailing list