------------------------------------------------------------
revno: 928
committer: Debian BTS <debb...@rietz>
branch nick: debian
timestamp: Wed 2009-08-19 01:59:41 +0000
message:
  merge changes from dla source
    ------------------------------------------------------------
    revno: 721.14.170
    committer: Don Armstrong <d...@donarmstrong.com>
    branch nick: source
    timestamp: Tue 2009-08-18 14:58:18 -0700
    message:
       * add missing join to common_headers setting
    ------------------------------------------------------------
    revno: 721.14.169
    committer: Don Armstrong <d...@donarmstrong.com>
    branch nick: source
    timestamp: Tue 2009-08-18 14:47:36 -0700
    message:
       * various documentation fixes
    ------------------------------------------------------------
    revno: 721.14.168
    committer: Don Armstrong <d...@donarmstrong.com>
    branch nick: source
    timestamp: Tue 2009-08-18 14:28:08 -0700
    message:
       * add missing dependency of debbugs-local on libhttp-server-simple-perl
    ------------------------------------------------------------
    revno: 721.14.167
    committer: Don Armstrong <d...@donarmstrong.com>
    branch nick: source
    timestamp: Tue 2009-08-18 12:54:34 -0700
    message:
       * fix tag remnants in block
=== modified file 'Debbugs/Control.pm'
--- Debbugs/Control.pm  2009-08-18 19:20:36 +0000
+++ Debbugs/Control.pm  2009-08-19 01:59:39 +0000
@@ -440,7 +440,7 @@
        push @changed, 'removed blocking bug(s) of '.$data->{bug_num}.': 
'.english_join([keys %removed_blockers]) if keys %removed_blockers;
        $action = ucfirst(join ('; ',@changed)) if @changed;
        if (not @changed) {
-           print {$transcript} "Ignoring request to alter tags of bug 
#$data->{bug_num} to the same tags previously set\n"
+           print {$transcript} "Ignoring request to alter blocking bugs of bug 
#$data->{bug_num} to the same blocks previously set\n"
                unless __internal_request();
            next;
        }

=== modified file 'bin/local-debbugs'
--- bin/local-debbugs   2009-08-03 14:22:01 +0000
+++ bin/local-debbugs   2009-08-19 01:59:39 +0000
@@ -39,19 +39,19 @@
 =item B<--daemon, -D>
 
 Start up the daemon on the configured local port to serve bugs which
-have been previously retried
+have been previously retrieved.
 
 =item B<--search, -S>
 
 Cause the running daemon to show the pkgreport.cgi page corresponding
-to the search by invoking sensible-browser and an appropriate url
+to the search by invoking sensible-browser and an appropriate url.
 
 =item B<--show, -s>
 
 Cause the running daemon to show the bugreport.cgi page corresponding
-to the bug by invoking sensible-browser and an appropriate url
+to the bug by invoking sensible-browser and an appropriate url.
 
-=item B<--port,-p>
+=item B<--port, -p>
 
 The port that the daemon is running on (or will be running on.)
 
@@ -65,7 +65,7 @@
 
 =item B<--bug-site>
 
-Hostname for a site which is running a debbugs install
+Hostname for a site which is running a debbugs install.
 Defaults to bugs.debian.org
 
 =item B<--bug-mirror>
@@ -76,7 +76,7 @@
 
 =item B<--debug, -d>
 
-Debug verbosity. (Default 0)
+Debug verbosity.
 
 =item B<--help, -h>
 
@@ -90,6 +90,21 @@
 
 =head1 EXAMPLES
 
+=over
+
+=item Update the local mirror
+
+ local-debbugs --mirror
+
+=item Start up the local-debbugs daemon
+
+ local-debbugs --daemon
+
+=item Search for bugs with severity serious
+
+ local-debbugs --search severity:serious
+
+=back
 
 =cut
 

=== modified file 'debian/control'
--- debian/control      2009-08-17 20:20:20 +0000
+++ debian/control      2009-08-19 01:59:39 +0000
@@ -64,7 +64,7 @@
 Package: debbugs-local
 Architecture: all
 Depends: libdebbugs-perl, debbugs-web, libconfig-simple-perl,
- libuser-perl, rsync
+ libuser-perl, rsync, libhttp-server-simple-perl
 Description: run and maintains a local mirror of the Debian BTS
  Debian has a bug tracking system which files details of bugs reported
  by users and developers. Each bug is given a number, and is kept on

=== modified file 'scripts/process'
--- scripts/process     2009-08-17 20:23:04 +0000
+++ scripts/process     2009-08-19 01:59:39 +0000
@@ -722,7 +722,7 @@
 my $common_headers='';
 {
     local $a = 0;
-    $common_headers=map {$_.($a++%2?': ':"\n")} @common_headers;
+    $common_headers = join('',map {$_.($a++%2?': ':"\n")} @common_headers);
 }
 if ($codeletter eq 'U') { # sent to -submitter
     &htmllog("Message", "sent on", $data->{originator}, "$gBug#$ref.");

Reply via email to