Your message dated Fri, 10 Aug 2007 00:32:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#436168: fixed in filters 2.40
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: filters
Severity: wishlist
Tags: patch

Here's a filter that resembles the "dwarven" (really, kind of Scottish)
accent from Order of the Stick.

-- 
1KB             // Microsoft corollary to Hanlon's razor:
                //      Never attribute to stupidity what can be
                //      adequately explained by malice.
#!/usr/bin/perl -w
# Fake scottish (dwarven) accent filter, by Adam Borowski, inspired by the
# character "Durkon" from Order of the Stick by Rich Burlew.  GPL, 2007.
use strict;

my @repl=qw(
  ^yes$:aye             there:thar              eir$:ar
  about:aboot           ^he$:'e                 them:'em
  ^him:'im              out_of$:outta           of_course:'course
  ^of$:o'               ^and$:an'               to$:ta
  tog:tag               that:tha                the:tha
  wouldn't:wouldn'ta    cannot:cannae           can't:cannae
  don't:dinnae          're$:r                  for$:fer
  ver$:'er              ber$:b'r                every$:ev'ry
  en$:'n                ^if$:if'n               enl:'nl
  eng:'ng               ing:in'                 ment:mn't
  ^es:'s                ^ex:'s                  ^not$:na
  ^no$:nay              n't_have:n'tve          ^is$:be
  ^are$:be              have:haf                abl:'bl
  ^you$:ye              ^your:yer               ^you':ye'
  noth:nuth             ^this$:'tis             ^here:'ere
  doesn't:don't         at_a$:atta              ith$:it'
  ered$:'red            into$:inta              ^before:'fore
  wit'_':wit_'          wit'_t:wit_t            wit'_w:wit_w
  wit'_y:wit_y          get_a:git_a             ally$:'lly$
  ^my:me                ^i_think$:methinks      nay_w:na_w
  ^one$:'un             ^'un_a:one_a            at_ta$:atta
  ot_ta$:otta           ^isn't$:ain't           ^so_th:s'th
  ned$:n'd              ^because:'cause
), my @r;

sub firstu($)
{
    $_[0]=~s/^([^a-z]*)([a-z])/$1\u$2/;
    return $_[0];
}

for(@repl)
{
    s/_/ /g;
    my ($l,$r)=split(/:/,$_);
    for([$l,$r], [firstu $l, firstu $r], ["\U$l","\U$r"])
    {
        ($l,$r)[EMAIL PROTECTED];
        $l=~s/^\^/\\b/;
        $l=~s/\$$/\\b/;
        push @r, [qr/$l/, $r];
    }
}

while(my $txt=<>)
{
    $txt=~s/$$_[0]/$$_[1]/g for @r;
    print $txt;
}

--- End Message ---
--- Begin Message ---
Source: filters
Source-Version: 2.40

We believe that the bug you reported is fixed in the latest version of
filters, which is due to be installed in the Debian FTP archive:

filters_2.40.dsc
  to pool/main/f/filters/filters_2.40.dsc
filters_2.40.tar.gz
  to pool/main/f/filters/filters_2.40.tar.gz
filters_2.40_i386.deb
  to pool/main/f/filters/filters_2.40_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joey Hess <[EMAIL PROTECTED]> (supplier of updated filters package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu, 09 Aug 2007 17:19:14 -0700
Source: filters
Binary: filters
Architecture: source i386
Version: 2.40
Distribution: unstable
Urgency: low
Maintainer: Joey Hess <[EMAIL PROTECTED]>
Changed-By: Joey Hess <[EMAIL PROTECTED]>
Description: 
 filters    - a collection of filters, including B1FF and the Swedish Chef
Closes: 436168
Changes: 
 filters (2.40) unstable; urgency=low
 .
   * Update url to web page in README.
   * Add scottish filter by Adam Borowski. Closes: #436168
Files: 
 cdcaf321f3b0de5a6b1f4d01f3fd506c 593 games optional filters_2.40.dsc
 c26b9a9404850a213244453c0aae5b23 50631 games optional filters_2.40.tar.gz
 e6c2ec0bc7e4b59216f12532fef6592d 147796 games optional filters_2.40_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGu7Ad2tp5zXiKP0wRAjchAJ9Pqu7Xx+ngpOtQpAhSM/4K85tsWgCeMvZO
QkKx+JnwsnHaXTv2kOKUvq4=
=EH7U
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to