From: cjwatson <> Date: Tue, 29 Apr 2003 06:51:15 +0000 (-0800) Subject: [project @ 2003-04-28 23:51:15 by cjwatson] X-Git-Tag: release/2.6.0~925 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a656c9223bdfdd4681cd329d89fbdd5dcfe93505;p=debbugs.git [project @ 2003-04-28 23:51:15 by cjwatson] Fix "fowarded" and "breiefly" typos. Unfortunately $gFowardList is harder to fix. --- diff --git a/scripts/config.in.default b/scripts/config.in.default index 009a3a07..0efb287b 100644 --- a/scripts/config.in.default +++ b/scripts/config.in.default @@ -1,4 +1,4 @@ -# $Id: config.in.default,v 1.3 2001/04/24 19:10:26 doogie Exp $ +# $Id: config.in.default,v 1.4 2003/04/28 23:51:15 cjwatson Exp $ #domains $gEmailDomain = "bugs.top.domain"; #bugs.debian.org $gListDomain = "lists.top.domain"; #lists.debian.org @@ -29,7 +29,7 @@ $gPseudoDescFile = "/etc/debbugs/pseudo-packages.description"; $gSubmitList = "submit.list"; #debian-bugs-dist@lists $gMaintList = "maint.list"; # $gQuietList = "quiet.list"; # -$gFowardList = "foward.list"; #debian-bugs-fowarded@lists +$gFowardList = "forward.list"; #debian-bugs-forwarded@lists $gDoneList = "done.list"; #debian-bugs-closed@lists $gRequestList = "request.list"; $gSubmitterList = "submitter.list"; diff --git a/scripts/mailsummary.in b/scripts/mailsummary.in index 294d0e45..1ed2e0b5 100755 --- a/scripts/mailsummary.in +++ b/scripts/mailsummary.in @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: mailsummary.in,v 1.10 2002/11/17 22:45:16 cjwatson Exp $ +# $Id: mailsummary.in,v 1.11 2003/04/28 23:51:15 cjwatson Exp $ $config_path = '/etc/debbugs'; $lib_path = '/usr/lib/debbugs'; @@ -18,7 +18,7 @@ if ($ARGV[0] eq 'undone') { $intro= "The following problem reports have not yet been marked as `taken up\' by a message to done\@$gEmailDomain or or `forwarded\' by a -message to fowarded\@$gEmailDomain." +message to forwarded\@$gEmailDomain." ; } elsif ($ARGV[0] eq 'bymaint') { $vdef= "(no outstanding $gBug reports on file, or problem running script)\n"; @@ -35,7 +35,7 @@ and do not expect to issue a new version soon. Variant versions of the Maintainer field for the same actual package maintainer will be listed separately. -Maintainers with few outstanding $gBug appear first, to avoid those with few +Maintainers with few outstanding $gBugs appear first, to avoid those with few $gBugs being lost deep in the message. " ; @@ -45,7 +45,7 @@ $gBugs being lost deep in the message. $intro= "The following problem reports are very old but have not yet been marked as `taken up\' by a message to done\@$gEmailDomain as forwarded -to a developer by CCing a message to fowarded\@$gEmailDomain. +to a developer by CCing a message to forwarded\@$gEmailDomain. Please help ensure that these $gBugs are dealt with quickly, even if you are not the package maintainer in question. (NB a full list of outstanding $gBug reports is posted periodically - this is a partial list only!) diff --git a/scripts/text.in b/scripts/text.in index 12c65dca..71d75a50 100644 --- a/scripts/text.in +++ b/scripts/text.in @@ -1,4 +1,4 @@ -# $Id: text.in,v 1.18 2003/02/16 12:55:36 cjwatson Exp $ +# $Id: text.in,v 1.19 2003/04/28 23:51:15 cjwatson Exp $ ############################################################################ # Here is a blurb to point people to ftp archive of directions. It is @@ -263,7 +263,7 @@ $gMaintIndex = "$gHTMLStart

$gProject $gBug reports by maintainer

This page lists the package maintainers against whose packages there are - outstanding, fowarded or recently-closed $gBug reports. A maintainer who + outstanding, forwarded or recently-closed $gBug reports. A maintainer who has several versions of their email address in the Maintainer package control file field may appear several times.

If the maintainers information here is not accurate, please see @@ -281,7 +281,7 @@ $gPackageIndex = " $gHTMLStart

$gProject $gBug reports by package

- This page lists the package against which there are outstanding, fowarded or + This page lists the package against which there are outstanding, forwarded or recently-closed $gBug reports. A multi-binary package may appear several times, once for each binary package name and once for the source package name (if it is different).

@@ -297,8 +297,8 @@ $gSummaryIndex = " $gHTMLStart

$gProject $gBug report logs - summary index

- This summary index breiefly lists $gBugs sent to submit\@$gEmailDomain - but not yet marked as done, or as fowarded to an upstream author. + This summary index briefly lists $gBugs sent to submit\@$gEmailDomain + but not yet marked as done, or as forwarded to an upstream author. Here they are sorted by reference number (and therefore by submission date, too).

For other kinds of indices or for other information about $gProject and @@ -315,8 +315,8 @@ $gPackageLog = " $gHTMLStart

$gProject $gBug report logs - index by package

- This summary index breiefly lists $gBugs sent to submit\@$gEmailDomain - but not yet marked as done, or as fowarded to an upstream author. + This summary index briefly lists $gBugs sent to submit\@$gEmailDomain + but not yet marked as done, or as forwarded to an upstream author. Here they are sorted by package name.

For other kinds of indices or for other information about $gProject and the $gBug system, see $gBug system top-level contents WWW