Author: jamessan
Date: 2008-06-24 20:00:02 +0000 (Tue, 24 Jun 2008)
New Revision: 1525

Modified:
   trunk/Devscripts/Debbugs.pm
   trunk/debian/changelog
Log:
* Debbugs.pm
  + Actually include the documented 'severity' key for the select
    function.
  + Fix some whitespace.

Modified: trunk/Devscripts/Debbugs.pm
===================================================================
--- trunk/Devscripts/Debbugs.pm 2008-06-24 19:09:30 UTC (rev 1524)
+++ trunk/Devscripts/Debbugs.pm 2008-06-24 20:00:02 UTC (rev 1525)
@@ -141,7 +141,7 @@
                        maint   => 'maint',
                        maintainer => 'maint',
                        submitter => 'submitter',
-                      from => 'submitter',
+                       from => 'submitter',
                        status    => 'status',
                        tag       => 'tag',
                        tags      => 'tag',
@@ -152,6 +152,7 @@
                        distribution => 'dist',
                        bugs       => 'bugs',
                        archive    => 'archive',
+                       severity   => 'severity',
                       );
      my %users;
      my %search_parameters;

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2008-06-24 19:09:30 UTC (rev 1524)
+++ trunk/debian/changelog      2008-06-24 20:00:02 UTC (rev 1525)
@@ -1,5 +1,6 @@
 devscripts (2.10.31) UNRELEASED; urgency=low
 
+  [ Adam D. Barratt ]
   * bts
     + Replace the use of date -R with strftime(). Thanks Stephen Gran.
     + Allow an SMTP host to be specified as using SMTPS and/or a
@@ -38,6 +39,12 @@
     + Add libnet-smtp-ssl-perl to the description of bts
   * README: Add libnet-smtp-ssl-perl to the description of bts
 
+  [ James Vega ]
+  * Debbugs.pm
+    + Actually include the documented 'severity' key for the select
+      function.
+    + Fix some whitespace.
+
  -- Adam D. Barratt <[EMAIL PROTECTED]>  Mon, 16 Jun 2008 20:52:22 +0100
 
 devscripts (2.10.30) unstable; urgency=low



-- 
To unsubscribe, send mail to [EMAIL PROTECTED]

Reply via email to