Author: adsb
Date: 2009-01-02 17:32:13 +0000 (Fri, 02 Jan 2009)
New Revision: 1769

Modified:
   trunk/debian/changelog
   trunk/scripts/bts.pl
Log:
* bts:
  + Modify "bts status" to request source package information, so that we
    don't always return "unknown".

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2009-01-02 16:29:35 UTC (rev 1768)
+++ trunk/debian/changelog      2009-01-02 17:32:13 UTC (rev 1769)
@@ -1,8 +1,10 @@
 devscripts (2.10.44) UNRELEASED; urgency=low
 
   [ Adam D. Barratt ]
-  * bts: Allow an alternative debbugs server to be specified.
-    (Closes: #508676)
+  * bts:
+    + Allow an alternative debbugs server to be specified. (Closes: #508676)
+    + Modify "bts status" to request source package information, so that we
+      don't always return "unknown".
   * checkbashisms: Rework the comment detection code to avoid matching "$#"
     and to avoid a number of similar issues. (Closes: #510343)
   * Debbugs.pm: Allow the address of the debbugs server to be specified

Modified: trunk/scripts/bts.pl
===================================================================
--- trunk/scripts/bts.pl        2009-01-02 16:29:35 UTC (rev 1768)
+++ trunk/scripts/bts.pl        2009-01-02 17:32:13 UTC (rev 1769)
@@ -1051,7 +1051,7 @@
            }
        }
     }
-    my $bugs = Devscripts::Debbugs::status(@bugs);
+    my $bugs = Devscripts::Debbugs::status( map {[bug => $_, indicatesource => 
1]} @bugs );
     return if ($bugs eq "");
  
     my $first = 1;



-- 
To unsubscribe, send mail to [email protected].

Reply via email to